All Projects → bibcure → doi2bib

bibcure / doi2bib

Licence: MIT license
get the bibtex string given a doi

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to doi2bib

i-librarian-free
I, Librarian - open-source version of a PDF managing SaaS.
Stars: ✭ 110 (-13.39%)
Mutual labels:  doi, crossref
papis-zotero
Zotero compatiblity scripts for papis
Stars: ✭ 29 (-77.17%)
Mutual labels:  bibtex, crossref
html2biblatex
A tiny bookmarklet for exporting web pages to BibLaTeX (all browsers / no installation).
Stars: ✭ 73 (-42.52%)
Mutual labels:  bibtex
JabRef-Browser-Extension
Browser extension for JabRef to allow importing of new items directly from the browser.
Stars: ✭ 73 (-42.52%)
Mutual labels:  bibtex
bibmanager
A BibTeX manager for LaTeX projects
Stars: ✭ 52 (-59.06%)
Mutual labels:  bibtex
doi-regex
Regular expression for matching DOIs
Stars: ✭ 28 (-77.95%)
Mutual labels:  doi
Rdpack
R package Rdpack provides functions and macros facilitating writing and management of R documentation.
Stars: ✭ 21 (-83.46%)
Mutual labels:  bibtex
crminer
⛔ ARCHIVED ⛔ Fetch 'Scholary' Full Text from 'Crossref'
Stars: ✭ 17 (-86.61%)
Mutual labels:  crossref
scholia
Wikidata-based scholarly profiles
Stars: ✭ 166 (+30.71%)
Mutual labels:  bibtex
proofengineering-bib
BibTeX bibliographies for proof engineering-related papers
Stars: ✭ 24 (-81.1%)
Mutual labels:  bibtex
PubViz
PubViz is a tool for interactive visualization of publication data in BibTeX.
Stars: ✭ 14 (-88.98%)
Mutual labels:  bibtex
econ-bst
BibTeX style file for economics.
Stars: ✭ 33 (-74.02%)
Mutual labels:  bibtex
PyPaperBot
PyPaperBot is a Python tool for downloading scientific papers using Google Scholar, Crossref, and SciHub.
Stars: ✭ 184 (+44.88%)
Mutual labels:  crossref
LaTeX-Templates
Document templates composed using LaTeX for my college assignments and projects (Applicable for any other university or college) ✨
Stars: ✭ 18 (-85.83%)
Mutual labels:  bibtex
my-writing-workflow
Tutorial for converting markdown files in to APA-formatted docs, based on my workflow.
Stars: ✭ 35 (-72.44%)
Mutual labels:  bibtex
bibtex-parser
BibTex Parser provides an API to read .bib files programmatically.
Stars: ✭ 36 (-71.65%)
Mutual labels:  bibtex
isbnlib
python library to validate, clean, transform and get metadata of ISBN strings (for devs).
Stars: ✭ 177 (+39.37%)
Mutual labels:  doi
SciDownl
An unofficial api for downloading papers from SciHub via DOI, PMID
Stars: ✭ 103 (-18.9%)
Mutual labels:  doi
FDBeye
R tools for eyetracker workflows.
Stars: ✭ 101 (-20.47%)
Mutual labels:  doi
bibtex-tidy
Cleaner and Formatter for BibTeX files
Stars: ✭ 432 (+240.16%)
Mutual labels:  bibtex

Description

doi2bib is a module of bibcureand scihub2pdf

Install

$ sudo python /usr/bin/pip install doi2bib

or if you want the full version

$ sudo python /usr/bin/pip install bibcure

Features and how to use

Given a DOI number...

$ doi2bib 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

$ doi2bib 10.1038/s41524-017-0032-0 >> file.bib

You also can generate a bibtex from a txt file containing a list of DOIs

$ doi2bib --input file_with_dois.txt --output refs.bib

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

title2bib

Given a title...

$ title2bib 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

$ title2bib An useful paper --first >> file.bib

You also can generate a bibtex from a txt file containing a list of "titles"

$ title2bib --input file_with_titles.txt --output refs.bib --first

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

scihub2pdf

Given a bibtex file

$ scihub2pdf -i input.bib

Given a DOI number...

$ scihub2pdf 10.1038/s41524-017-0032-0

Given a title...

$ scihub2bib --title An useful paper

Location folder as argument

$ scihub2pdf -i input.bib -l somefoler/

Use libgen instead sci-hub

$ scihub2pdf -i input.bib --uselibgen
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].