commit 977d140a27457ea2834d5c6e47bac1f890044ade
parent 3b3fa90e09de708fa1ef557c1822a08d19d4985e
Author: Anders Damsgaard Christensen <adc@geo.au.dk>
Date: Fri, 10 Feb 2017 10:45:19 -0800
abbreviate landforms, communications, geoscience
Diffstat:
1 file changed, 3 insertions(+), 0 deletions(-)
diff --git a/bin/scholarref.py b/bin/scholarref.py
@@ -108,6 +108,9 @@ bibtex = bibtex.replace('Quarterly', 'Q.')
bibtex = bibtex.replace('Geological', 'Geol.')
bibtex = bibtex.replace('Applied', 'Appl.')
bibtex = bibtex.replace('Physics', 'Phys.')
+bibtex = bibtex.replace('Communications', 'Commun.')
+bibtex = bibtex.replace('Geoscience', 'Geosci.')
+bibtex = bibtex.replace('Landforms', 'Land.')
bibtex = bibtex.strip()