Mit „bibtex“ getaggte Nachrichten
-
This is how a publications listing should look: https://www.imk-asf.kit.edu/english/298.php ← note the #bibtex link.
Friday, 02-Jun-17 15:18:29 UTC von web -
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
-
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 -
biber --tool -V bib.bib # check a #bibtex file, for example to find duplicate entries
-
biber --tool -V bib.bib # check a #bibtex file — what I needed just now
-
#bibtex entries for #IPCC WG1 Physical Science Basis: http://draketo.de/engish/science/ipcc-bibtex
Tuesday, 15-Sep-15 10:58:50 UTC von web