Skip to content

Instantly share code, notes, and snippets.

View charnley's full-sized avatar
😎
make fun

Jimmy Kromann charnley

😎
make fun
View GitHub Profile
@charnley
charnley / doi2bib.sh
Created April 18, 2016 11:22 — forked from mlund/doi2bib.sh
Convert Digital Object Identifier (DOI) to BibTeX using crosscite.org
#!/bin/bash
curl -LH "Accept: application/x-bibtex;q=1" http://dx.doi.org/$1
echo