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

Update citation info on website 2 #6167

Open
wants to merge 5 commits into
base: www
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion citing.html
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
<script src="database.js?t=2022-07-26"></script>

<script type="text/javascript">
var checkboxes = ["fs", "melt", "particles", "dg", "mf", "pda", "geoid", "NewtonSolver", "GWB"];
var checkboxes = ["fs", "melt", "particles", "dg", "mf", "pda", "geoid", "NewtonSolver", "GWB", "entropy", "grainsize", "boukaremelt", "fastscape", "cbfheatflux"];

var intext = "Computations were done using the ASPECT code version <i>VERSION</i>, see \n\\cite{CITEKEYS}.";

Expand Down Expand Up @@ -113,6 +113,11 @@ <h3>Step 1: Feature Selection</h3>
<label><input type="checkbox" id="geoid" onchange="update()">Geoid</label>
<label><input type="checkbox" id="NewtonSolver" onchange="update()">Newton solver</label>
<label><input type="checkbox" id="GWB" onchange="update()">WorldBuilder</label>
<label><input type="checkbox" id="entropy" onchange="update()">Entropy advection</label>
<label><input type="checkbox" id="grainsize" onchange="update()">Grain-size evolution</label>
<label><input type="checkbox" id="boukaremelt" onchange="update()">Boukare melt model</label>
<label><input type="checkbox" id="fastscape" onchange="update()">Fastscape surface evolution</label>
<label><input type="checkbox" id="cbfheatflux" onchange="update()">CBF heat flux</label>
&nbsp;&nbsp;&nbsp;
<label><input type="checkbox" id="checkall" onchange="do_checkall()">(check all)</label>
<br/>
Expand Down
43 changes: 34 additions & 9 deletions database.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.