Skip to content

Commit

Permalink
make citing.html prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
jdannberg committed Aug 8, 2018
1 parent c17e067 commit 73a4e24
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 7 deletions.
11 changes: 8 additions & 3 deletions citing.html
Expand Up @@ -36,11 +36,11 @@
}

.note {
background: #c18166;
width: 75%;
background: #df9f9f;
width: 100%;
font-size: 150%;
margin: auto;
border: 1px solid blue;
border: 1px solid black;
padding: 5px;
text-align: center;
}
Expand All @@ -67,6 +67,7 @@
var thanks = "We thank the Computational Infrastructure for Geodynamics (geodynamics.org) which is funded by the National Science Foundation under award EAR-0949446 and EAR-1550901 for supporting the development of ASPECT.";
</script>

<br/>
<p><b>Please select the following features you used:</b>
<br/>
To give credit to the authors of significant pieces contributed to ASPECT, please select the version and check the following checkboxes of features that you feel were important to get your computational results. This will add relevant citations to the list of papers below:
Expand All @@ -90,19 +91,23 @@
<br/>
</form>

<br/>
<p><b>Please use the following notation to cite ASPECT:</b></p>
<div id="intext" class="box"></div>

<br/>
<p><b>Please add the following Acknowledgement:</b></p>
<div id="thanks" class="box"></div>

<br/>
<p><b>Papers:</b>
<br>
The canonical reference for ASPECT is the first publication listed here, but please consider citing
all the references below:
</p>
<div id="paper" class="box"></div>

<br/>
<p><b>Bibtex:</b></p>
<div id="bibtex" class="box"></div>

Expand Down
8 changes: 4 additions & 4 deletions index.html
Expand Up @@ -306,10 +306,6 @@ <h4>News</h4>
<div class="well">
<h4>Upcoming tutorials</h4>

<p>
<a href="https://geodynamics.org/cig/events/calendar/2018-cgu-cig/aspect-tutorial/">
Session CIG_02 at the CGU/CIG meeting, June 10-14, 2018, Niagara Falls, Canada</a>
<br>
<br>

<h4>Recorded online tutorials</h4>
Expand All @@ -326,6 +322,10 @@ <h4>Recorded online tutorials</h4>

<h4>Past tutorials</h4>

<p>
<a href="https://geodynamics.org/cig/events/calendar/2018-cgu-cig/aspect-tutorial/">
Session CIG_02 at the CGU/CIG meeting, June 10-14, 2018, Niagara Falls, Canada</a>
<br>
<p>
<a href="http://www.deep-earth.org/wiki_cider/2018_Summer_Program_Agenda">CIDER, July 9 to
August 3, 2018, Santa Barbara, California, USA </a>
Expand Down

0 comments on commit 73a4e24

Please sign in to comment.