Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bibcure/title2bib
Given a title returns the bibtex
https://github.com/bibcure/title2bib
bibtex bibtexparser crossref doi
Last synced: 2 months ago
JSON representation
Given a title returns the bibtex
- Host: GitHub
- URL: https://github.com/bibcure/title2bib
- Owner: bibcure
- License: mit
- Created: 2017-08-10T20:20:24.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-07-16T21:01:49.000Z (over 4 years ago)
- Last Synced: 2024-08-10T23:44:15.334Z (5 months ago)
- Topics: bibtex, bibtexparser, crossref, doi
- Language: Python
- Homepage:
- Size: 42 KB
- Stars: 19
- Watchers: 2
- Forks: 4
- Open Issues: 2
-
Metadata Files:
- Readme: README
- License: LICENSE
Awesome Lists containing this project
README
Description
-----------title2bib is a module of
`bibcure `__\ and
`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