X-Git-Url: https://git.martlubbers.net/?a=blobdiff_plain;f=process_bib.sh;h=48067f1eee4091293cffff0085796f2fddaf684a;hb=3044eec5a52dcd464ecfe502a521d09689f48f06;hp=e1bdb49d38a46c8b6160091cfff9783f5c68489d;hpb=6e1620de7fd37b567a1b52b022ed43ab5dfa9015;p=phd-thesis.git diff --git a/process_bib.sh b/process_bib.sh index e1bdb49..48067f1 100755 --- a/process_bib.sh +++ b/process_bib.sh @@ -5,7 +5,9 @@ then exit fi sed -i \ - -e '/url = {https\?:\/\/\(doi.org\|link\.springer\|ieeexplore\|dl\.acm\|services\.igi-global\|arxiv\.org\)/d'\ + -e '/url = {https\?:\/\/\(doi.org\|link\.springer\|ieeexplore\|dl\.acm\|services\.igi-global\|arxiv\.org\|www.sciencedirect.com\)/d'\ -e 's/{Transforma Insights}/{&}/g'\ + -e 's/{TOP Software}/{&}/g'\ + -e 's/{GHC Team}/{&}/g'\ -e 's/λ/$\\lambda$/g'\ "${@}"