{"id":18340194,"url":"https://github.com/bibcure/doi2bib","last_synced_at":"2025-04-06T02:07:57.892Z","repository":{"id":52793539,"uuid":"99972990","full_name":"bibcure/doi2bib","owner":"bibcure","description":"get the bibtex string given a doi","archived":false,"fork":false,"pushed_at":"2022-09-22T13:44:15.000Z","size":46,"stargazers_count":191,"open_issues_count":12,"forks_count":28,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-30T01:11:15.311Z","etag":null,"topics":["bibtex","bibtexparser","crossref","doi"],"latest_commit_sha":null,"homepage":"https://doi2bib.readthedocs.io/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bibcure.png","metadata":{"files":{"readme":"README","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-08-10T23:33:47.000Z","updated_at":"2025-03-21T10:09:25.000Z","dependencies_parsed_at":"2022-08-30T03:11:19.578Z","dependency_job_id":null,"html_url":"https://github.com/bibcure/doi2bib","commit_stats":null,"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bibcure%2Fdoi2bib","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bibcure%2Fdoi2bib/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bibcure%2Fdoi2bib/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bibcure%2Fdoi2bib/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bibcure","download_url":"https://codeload.github.com/bibcure/doi2bib/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247423513,"owners_count":20936626,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bibtex","bibtexparser","crossref","doi"],"created_at":"2024-11-05T20:21:33.088Z","updated_at":"2025-04-06T02:07:57.872Z","avatar_url":"https://github.com/bibcure.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"Description\n===========\n\ndoi2bib is a module of\n`bibcure \u003chttps://github.com/bibcure/bibcure\u003e`__\\ and\n`scihub2pdf \u003chttps://github.com/bibcure/scihub2pdf\u003e`__\n\nInstall\n=======\n\n::\n\n    $ sudo pip install doi2bib\n\nor if you want the full version\n\n::\n\n    $ sudo pip install bibcure\n\nFeatures and how to use\n=======================\n\nGiven a DOI number...\n\n::\n\n    $ doi2bib 10.1038/s41524-017-0032-0\n\n-  get bib item given a doi(requires internet connection)\n\nYou can easily append a bib into a bibfile, just do\n\n::\n\n    $ doi2bib 10.1038/s41524-017-0032-0 \u003e\u003e file.bib\n\nYou also can generate a bibtex from a txt file containing a list of DOIs\n\n::\n\n    $ doi2bib --input file_with_dois.txt --output refs.bib\n\nbibcure\n-------\n\nGiven a bib file...\n\n::\n\n    $ bibcure -i input.bib -o output.bib\n\n-  check sure the Arxiv items have been published, then update\n   them(requires internet connection)\n\n-  complete all fields(url, journal, etc) of all bib items using DOI\n   number(requires internet connection)\n\n-  find and create DOI number associated with each bib item which has\n   not DOI field(requires internet connection)\n\n-  abbreviate jorunals names\n\ntitle2bib\n---------\n\nGiven a title...\n\n::\n\n    $ title2bib An useful paper\n\n-  search papers related and return a bib for the selected\n   paper(requires internet connection)\n\nYou can easily append a bib into a bibfile, just do\n\n::\n\n    $ title2bib An useful paper --first \u003e\u003e file.bib\n\nYou also can generate a bibtex from a txt file containing a list of\n\"titles\"\n\n::\n\n    $ title2bib --input file_with_titles.txt --output refs.bib --first\n\narxivcheck\n----------\n\nGiven a arxiv id...\n\n::\n\n    $ arxivcheck 1601.02785\n\n-  check if has been published, and then returns the updated bib\n   (requires internet connection)\n\nGiven a title...\n\n::\n\n    $ arxivcheck --title An useful paper published on arxiv\n\nsearch papers related and return a bib the first item. You can easily\nappend a bib into a bibfile, just do\n\n::\n\n    $ arxivcheck --title An useful paper published on arxiv \u003e\u003e file.bib\n\nYou also can interact with results, just pass --ask parameter\n\n::\n\n    $ arxivcheck --ask --title An useful paper published on arxiv\n\nscihub2pdf\n==========\n\nGiven a bibtex file\n\n::\n\n    $ scihub2pdf -i input.bib\n\nGiven a DOI number...\n\n::\n\n    $ scihub2pdf 10.1038/s41524-017-0032-0\n\nGiven a title...\n\n::\n\n    $ scihub2bib --title An useful paper\n\nLocation folder as argument\n\n::\n\n    $ scihub2pdf -i input.bib -l somefoler/\n\nUse libgen instead sci-hub\n\n::\n\n    $ scihub2pdf -i input.bib --uselibgen\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbibcure%2Fdoi2bib","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbibcure%2Fdoi2bib","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbibcure%2Fdoi2bib/lists"}