commandline tool to extract bibtex entries for ISMRM abstracts from http://archive.ismrm.org
python setup.py install
citeISMRM -y 2017 -n 850 # prints bibtex entry
# from 2017 abstract #0850 to stdout
citeISMRM -y 2017 -n 850 -w abstract.bib
# writes bibtex entry to file abstract.bib
citeISMRM -y 2017 -n 850 -a bibliography.bib
# appends bibtex entry to file bibliography.bib