diff --git a/CITATION b/CITATION index 0107e4802b8..b71313ecca1 100644 --- a/CITATION +++ b/CITATION @@ -1,5 +1,5 @@ Please open - https://aspect.geodynamics.org/citing.html&src=citation + https://aspect.geodynamics.org/citing.html?src=citation for information on how to cite ASPECT. diff --git a/doc/make_cite_html.py b/doc/make_cite_html.py index a7cea6e512e..9cc57647cab 100644 --- a/doc/make_cite_html.py +++ b/doc/make_cite_html.py @@ -1,9 +1,11 @@ -# A python3 script to generate the database.js file from manual/manual.bib for cite.html online +# A python3 script to generate the database.js file from manual/manual.bib for citing.html online # What this does: # - read bibtex entries from "manual/manual.bib" that are specified below # - use the DOI and the online API to request a clean text form for citation for each entry # - write database.js (in the current directory) that contains a javascript object with all the information above +# +# Usage: python3 make_cite_html.py import requests import re