updates from Peter
[phd-thesis.git] / process_bib.sh
index f7b3f09..e1bdb49 100755 (executable)
@@ -4,4 +4,8 @@ then
        echo "Usage: $0 FILE.bib [FILE.bib ...]"
        exit
 fi
-sed -i '/url = {https\?:\/\/\(doi.org\|link\.springer\|ieeexplore\|dl\.acm\|services\.igi-global\|arxiv\.org\)/d' "${@}"
+sed -i \
+       -e '/url = {https\?:\/\/\(doi.org\|link\.springer\|ieeexplore\|dl\.acm\|services\.igi-global\|arxiv\.org\)/d'\
+       -e 's/{Transforma Insights}/{&}/g'\
+       -e 's/λ/$\\lambda$/g'\
+       "${@}"