fa2020 update

This commit is contained in:
ackman678
2020-10-05 23:08:33 -07:00
parent 69c3270c51
commit 14f1c48838
5 changed files with 34 additions and 6 deletions

View File

@@ -58,7 +58,7 @@ xsltproc --novalid $styleSheet $uid.xml > $uid.bib
#extract some strings to make a nice filename for the pdf
key="LastName";
author=$(grep $key --max-count=1 $uid.xml | sed -E "s#\W*<$key>(.+)</$key>\W*#\1#")
author=$(grep $key --max-count=1 $uid.xml | sed -E "s#\W*<$key>(.+)</$key>\W*#\1#" | tr -d " ")
key="MedlineTA";
journal=$(grep $key --max-count=1 $uid.xml | sed -E "s#\W*<$key>(.+)</$key>\W*#\1#" | tr -d " ")