tRemove legacy sed command from author abbreviation function - scholarref - tools for DOI and BiBTeX reference extraction, fetching, and parsing
HTML git clone git://src.adamsgaard.dk/scholarref
DIR Log
DIR Files
DIR Refs
DIR README
DIR LICENSE
---
DIR commit d0bae9dd4baba5e34f5a8b7b073dd407bf952d04
DIR parent d184cceb4584a7f3e225da5e1c35f5d3afee89c7
HTML Author: Anders Damsgaard <anders@adamsgaard.dk>
Date: Fri, 15 Nov 2019 11:45:14 +0100
Remove legacy sed command from author abbreviation function
Diffstat:
M getref | 1 -
1 file changed, 0 insertions(+), 1 deletion(-)
---
DIR diff --git a/getref b/getref
t@@ -88,7 +88,6 @@ abbreviate_journal_name() {
abbreviate_author_name() {
sed -e '/author = /{' -e 's/\([A-Z]\)[A-Za-z]* \([A-Z]\)/\1. \2/g' -e '}'
- #sed '/author = /;s/\([A-Z]\)[A-Za-z]* \([A-Z]\)/\1. \2/g'
}
strip_doi() {