diff options
-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 |