diff options
author | Nick White <git@njw.me.uk> | 2010-05-07 00:45:20 +0100 |
---|---|---|
committer | Nick White <git@njw.me.uk> | 2010-05-07 00:45:20 +0100 |
commit | cb7813f5b7ee00c29bbc59dc3bc36380d4ae351a (patch) | |
tree | a5ecfd0a6c6d505e1971599c793f28f29315002e | |
parent | 49084e37468953793aed48c4be3d66e852cad031 (diff) | |
download | njw-website-cb7813f5b7ee00c29bbc59dc3bc36380d4ae351a.tar.bz2 njw-website-cb7813f5b7ee00c29bbc59dc3bc36380d4ae351a.zip |
Fixed typo in publications generation
-rwxr-xr-x | bibtotxt.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bibtotxt.sh b/bibtotxt.sh index 3b7a24e..2e584b7 100755 --- a/bibtotxt.sh +++ b/bibtotxt.sh @@ -18,7 +18,7 @@ for uri in `roqet -q -e 'SELECT ?s WHERE { ?s a <http://purl.org/ontology/bibo/A journaluri=`roqet -q -e "SELECT ?o WHERE { <${journalurn}> <http://purl.org/ontology/bibo/uri> ?o }" -D $rdf |sed -e 's/result: \[o=string("//' -e 's/")]//'` echo "- [${title}](${reluri})" - echo " [[PDF]](${shorturi}.pdf) (${artdate})" + echo " [[PDF]](${reluri}.pdf) (${artdate})" echo " *[${journaltitle}](${journaluri})*" echo " [${stat}]" done |