X-Git-Url: https://git.martlubbers.net/?a=blobdiff_plain;f=process_bib.sh;h=73ba41f7f58f3bff48a1ba220a0dc1f6e0b987bd;hb=915703d7ed46656d04303d248ec0bdbcee87c133;hp=f7b3f09ed811d6e8853da675c2589878cea304f1;hpb=3fe94feeee0efd1922263aca9d578031e2283f61;p=phd-thesis.git diff --git a/process_bib.sh b/process_bib.sh index f7b3f09..73ba41f 100755 --- a/process_bib.sh +++ b/process_bib.sh @@ -4,4 +4,9 @@ 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/{GHC Team}/{&}/g'\ + -e 's/λ/$\\lambda$/g'\ + "${@}"