Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

make citing.html prettier #2597

Merged
merged 1 commit into from Aug 8, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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