Skip to content

Latest commit

 

History

History
40 lines (30 loc) · 1.05 KB

README.org

File metadata and controls

40 lines (30 loc) · 1.05 KB

README

1 Description

commandline tool to extract bibtex entries for ISMRM abstracts from http://archive.ismrm.org

2 Installation

python setup.py install

3 Usage

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

4 License