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 32311db2488ca33fb1ab8b807c758736e6f8d057
parent 7e32b6b7c66adf5a9764cc519cc87adc66e9ce10
Author: Anders Damsgaard Christensen <adc@geo.au.dk>
Date:   Mon,  6 Feb 2017 14:45:23 -0800

abbreviate Applied

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

diff --git a/bin/scholarref.py b/bin/scholarref.py @@ -105,6 +105,7 @@ bibtex = bibtex.replace('Physical', 'Phys.') bibtex = bibtex.replace('Planetary', 'Planet.') bibtex = bibtex.replace('Quarterly', 'Q.') bibtex = bibtex.replace('Geological', 'Geol.') +bibtex = bibtex.replace('Applied', 'Appl.') bibtex = bibtex.strip()