Helps you to have a better bibtex file
Project description
## Description
 Bibcure helps in boring tasks by keeping your bibfile up to date and normalized.
### Requirements
Bibcure uses the wonderful [Bibtex parser](https://github.com/sciunto-org/python-bibtexparser). In this moment we waiting for new release of bibtexparser to solve some bugs. ## Install
` $ sudo pip install bibcure ` ## Features and how to use
#### bibcure Given a bib file… ` $ bibcure -i input.bib -o output.bib ` * check sure the Arxiv items have been published, then update them(requires internet connection) * complete all fields(url, journal, etc) of all bib items using DOI number(requires internet connection) * find and create DOI number associated with each bib item which has not DOI field(requires internet connection) * abbreviate jorunals names
#### doitobib Given a DOI number… ` $ doitobib 10.1038/s41524-017-0032-0 ` * get bib item given a doi(requires internet connection)
You can easily append a bib into a bibfile, just do ` $ doitobib 10.1038/s41524-017-0032-0 >> file.bib ` #### titletobib Given a title… ` $ titletobib An useful paper ` * search papers related and return a bib for the selected paper(requires internet connection)
You can easily append a bib into a bibfile, just do ` $ titletobib An useful paper --first >> file.bib ` #### arxivcheck
Given a arxiv id… ` $ arxivcheck 1601.02785 ` * check if has been published, and then returns the updated bib (requires internet connection)
Given a title… ` $ arxivcheck --title An useful paper published on arxiv ` search papers related and return a bib the first item. You can easily append a bib into a bibfile, just do ` $ arxivcheck --title An useful paper published on arxiv >> file.bib ` You also can interact with results, just pass –ask parameter ` $ arxivcheck --ask --title An useful paper published on arxiv ` ### Next Version ` $ bibcure -i input.bib -o output.bib ` * contract authors names
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file bibcure-0.2.3.tar.gz.
File metadata
- Download URL: bibcure-0.2.3.tar.gz
- Upload date:
- Size: 1.6 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f501d9c2ae03dd58a1e7358c3ccc8aef78c11bd9ee0895eac59ac3b123fee3a0
|
|
| MD5 |
2d2084a6fae60b9027c99e9fb89661ee
|
|
| BLAKE2b-256 |
03d96cb7e699f57304535844da45665bcbf92f06e703cb3d51c8992b4ffbb318
|