dotfiles

configuration files for shell, text editor, graphical environment, etc.
git clone git://src.adamsgaard.dk/dotfiles
Log | Files | Refs | README | LICENSE Back to index

commit 8d3d293846a68f3cc7c4ea7011ef14029c13249e
parent c749604ee29dbf58cf8ea779bb5c468a74579906
Author: Anders Damsgaard Christensen <adc@geo.au.dk>
Date:   Mon,  6 Feb 2017 14:58:58 -0800

appreviate Geophysics

Diffstat:
Mbin/scholarref.py | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/bin/scholarref.py b/bin/scholarref.py @@ -83,6 +83,7 @@ bibtex = bibtex.replace('Journal', 'J.') #bibtex = bibtex.replace('and ', '') #bibtex = bibtex.replace('the ', '') bibtex = bibtex.replace('Geophysical', 'Geophys.') +bibtex = bibtex.replace('Geophysics', 'Geophys.') bibtex = bibtex.replace('Research', 'Res.') bibtex = bibtex.replace('Letters', 'Lett.') bibtex = bibtex.replace('Mechanics', 'Mech.')