Status von drak (drak) auf Friday, 31-Mar-17 15:09:43 UTC
-
for i in $(grep -o '"http://dx.doi[^"]*"' /tmp/page-with-dois.html | sed s/'"//g' | sed 's/>/>/g' | sed 's/%3B/;/g'); do curl -sLH "Accept: text/bibliography; style=bibtex" "$i" >> /tmp/nwp-references.txt ; done #bibtex
Friday, 31-Mar-17 15:09:43 UTC von web