Metadata-Version: 1.0
Name: arxiv2bib
Version: 0.1.2
Summary: Get arXiv.org metadata in BibTeX format
Home-page: http://nathan11g.github.com/arxiv2bib
Author: Nathan Grigg
Author-email: nathan@nathanamy.org
License: BSD
Description: Provides a command line tool to get metadata for an academic paper
        posted at arXiv.org in BibTeX format.
        
        Transform this::
        
            $ arxiv2bib 1001.1001
        
        Into this::
        
            @article{1001.1001v1,
            Author        = {Philip G. Judge},
            Title         = {The chromosphere: gateway to the corona, or the purgatory of solar
              physics?},
            Eprint        = {1001.1001v1},
            ArchivePrefix = {arXiv},
            PrimaryClass  = {astro-ph.SR},
            Abstract      = {I argue that one should attempt to understand the solar chromosphere not only
            for its own sake, but also if one is interested in the physics of: the corona;
            astrophysical dynamos; space weather; partially ionized plasmas; heliospheric
            UV radiation; the transition region. I outline curious observations which I
            personally find puzzling and deserving of attention.},
            Year          = {2010},
            Month         = {Jan}
            }
        
Keywords: arxiv,bibtex,latex,citation
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Text Processing :: Markup :: LaTeX
Classifier: Environment :: Console
