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

abbreviate Physics

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

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