Metadata-Version: 2.1
Name: title2bib
Version: 0.4.1
Summary: Given a title  returns a bibtex
Home-page: https://github.com/bibcure/title2bib
Author: Bruno Messias
Author-email: messias.physics@gmail.com
License: MIT
Download-URL: https://github.com/bibcure/title2bib/archive/0.4.1.tar.gz
Keywords: bibtex,science,scientific-journals,crosref
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Intended Audience :: Science/Research
Classifier: Programming Language :: Python
Classifier: Topic :: Text Processing :: Markup :: LaTeX
Requires-Dist: requests
Requires-Dist: future
Requires-Dist: doi2bib
Requires-Dist: arxivcheck
Requires-Dist: unidecode

Description
-----------

title2bib is a module of
`bibcure <https://github.com/bibcure/bibcure>`__\ and
`scihub2pdf <https://github.com/bibcure/scihub2pdf>`__

Install
-------

::

    $ sudo pip install title2bib

or if you want the full version

::

    $ sudo pip install bibcure

Features and how to use
-----------------------

Given a title...

::

    $ title2bib An useful paper

Given a file of titles or ids

::

    $ title2bib -i  titles.txt -o refs.bib

-  search papers related and return the bibs

bibcure
~~~~~~~

::

    $ bibcure -i input.bib -o output.bib

Given a bib file...

-  check sure the Arxiv items have been published, then update them

-  complete all fields(url, journal, etc) of all bib items using DOI
   number

-  find and create DOI number associated with each bib item which has
   not DOI field

-  abbreviate jorunals names

::

    $ doitobib 10.1038/s41524-017-0032-0

Given a DOI number...

-  get bib item given a doi

::

    $ arxivcheck 1601.02785

Given a arxiv id...

-  given an arixiv id, check if has been published, and then returns the
   updated bib



