Unterhaltung
Nachrichten
-
wget http://journal.frontiersin.org/article/10.3389/fenvs.2014.00016/full; for i in $(grep -o '"http://dx.doi[^"]*"' full | sed s/'"//g' | sed 's/>/>/g' | sed 's/%3B/;/g'); do curl -sLH "Accept: text/bibliography; style=bibtex" "$i" >> da-references.txt ; done #bibtex saved
Friday, 31-Mar-17 15:53:15 UTC von web-
add `M-x bibtex-reformat` and `biber --tool --output-format bibtex --output-file merge.bib ref.bib --validate_datamodel` to get a nice db
-