Skip to content

Commit

Permalink
address comments
Browse files Browse the repository at this point in the history
  • Loading branch information
tjhei committed Aug 13, 2018
1 parent 7754ed3 commit f44e0fa
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CITATION
Original file line number Diff line number Diff line change
@@ -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.
4 changes: 3 additions & 1 deletion doc/make_cite_html.py
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit f44e0fa

Please sign in to comment.