{"id":20523006,"url":"https://github.com/openbytedev/doi2bib","last_synced_at":"2025-09-20T11:21:14.252Z","repository":{"id":44137221,"uuid":"477462074","full_name":"OpenByteDev/doi2bib","owner":"OpenByteDev","description":"Generate a bibtex entry from a doi.","archived":false,"fork":false,"pushed_at":"2025-07-18T18:09:37.000Z","size":25,"stargazers_count":6,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-09-02T02:20:40.025Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Rust","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/OpenByteDev.png","metadata":{"files":{"readme":"README.md","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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2022-04-03T20:48:44.000Z","updated_at":"2025-07-18T18:09:40.000Z","dependencies_parsed_at":"2025-04-14T03:05:21.372Z","dependency_job_id":"ea1563b4-417e-4f29-ba71-b7c1795ed69e","html_url":"https://github.com/OpenByteDev/doi2bib","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/OpenByteDev/doi2bib","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OpenByteDev%2Fdoi2bib","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OpenByteDev%2Fdoi2bib/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OpenByteDev%2Fdoi2bib/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OpenByteDev%2Fdoi2bib/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/OpenByteDev","download_url":"https://codeload.github.com/OpenByteDev/doi2bib/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OpenByteDev%2Fdoi2bib/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":276085320,"owners_count":25582530,"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","status":"online","status_checked_at":"2025-09-20T02:00:10.207Z","response_time":63,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":[],"created_at":"2024-11-15T22:37:34.471Z","updated_at":"2025-09-20T11:21:14.201Z","avatar_url":"https://github.com/OpenByteDev.png","language":"Rust","readme":"# doi2bib\n\n[![CI](https://github.com/OpenByteDev/doi2bib/actions/workflows/ci.yml/badge.svg)](https://github.com/OpenByteDev/doi2bib/actions/workflows/ci.yml) [![crates.io](https://img.shields.io/crates/v/doi2bib.svg)](https://crates.io/crates/doi2bib) [![Documentation](https://docs.rs/doi2bib/badge.svg)](https://docs.rs/doi2bib) [![dependency status](https://deps.rs/repo/github/openbytedev/doi2bib/status.svg)](https://deps.rs/repo/github/openbytedev/doi2bib) [![MIT](https://img.shields.io/crates/l/doi2bib.svg)](https://github.com/OpenByteDev/doi2bib/blob/master/LICENSE)\n\nGenerate a bibtex entry from a doi.\n\n# Usage\n\n```rust\nlet doi2bib = doi2bib::Doi2Bib::new().unwrap();\nlet bibtex = doi2bib.resolve_doi(\"10.1109/5.771073\").await.unwrap();\nprintln!(\"{}\", bibtex);\n// @article{Paskin_1999, \n//     title={Toward unique identifiers},\n//     volume={87},\n//     ISSN={0018-9219}, \n//     url={http://dx.doi.org/10.1109/5.771073},\n//     DOI={10.1109/5.771073},\n//     number={7},\n//     journal={Proceedings of the IEEE},\n//     publisher={Institute of Electrical and Electronics Engineers (IEEE)},\n//     author={Paskin, N.},\n//     year={1999},\n//     month=jul,\n//     pages={1208–1227}\n// }\n```\n\n## License\nLicensed under MIT license ([LICENSE](https://github.com/OpenByteDev/doi2bib/blob/master/LICENSE) or http://opensource.org/licenses/MIT)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopenbytedev%2Fdoi2bib","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fopenbytedev%2Fdoi2bib","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopenbytedev%2Fdoi2bib/lists"}