{"id":19580839,"url":"https://github.com/orcid/bibtexparsejs","last_synced_at":"2025-08-24T08:12:54.730Z","repository":{"id":10672609,"uuid":"12908622","full_name":"ORCID/bibtexParseJs","owner":"ORCID","description":"A JavaScript library that parses BibTeX parser.","archived":false,"fork":false,"pushed_at":"2023-09-08T12:32:15.000Z","size":654,"stargazers_count":109,"open_issues_count":7,"forks_count":42,"subscribers_count":18,"default_branch":"master","last_synced_at":"2025-03-30T15:09:13.900Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/ORCID.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}},"created_at":"2013-09-17T22:42:59.000Z","updated_at":"2024-09-20T12:42:06.000Z","dependencies_parsed_at":"2024-06-18T15:28:10.913Z","dependency_job_id":null,"html_url":"https://github.com/ORCID/bibtexParseJs","commit_stats":{"total_commits":77,"total_committers":10,"mean_commits":7.7,"dds":"0.22077922077922074","last_synced_commit":"b55dc9e4015f9dec67921f56f8f23dadb71697ad"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ORCID%2FbibtexParseJs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ORCID%2FbibtexParseJs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ORCID%2FbibtexParseJs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ORCID%2FbibtexParseJs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ORCID","download_url":"https://codeload.github.com/ORCID/bibtexParseJs/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247509238,"owners_count":20950232,"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":[],"created_at":"2024-11-11T07:30:14.814Z","updated_at":"2025-04-06T16:15:39.859Z","avatar_url":"https://github.com/ORCID.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"bibtexParseJs\n=============\nA JavaScript library that parses BibTeX parser. Forked from \n[bibtex-parser](https://github.com/mikolalysenko/bibtex-parser).\n\n\n## Using in Browser\nInclude bibtexParse.js and call \n\n```\nbibtexParse.toJSON('@article{sample1,title={sample title}}');\n```\n\n## Using in [Node.js](http://nodejs.org/)\n\n(Note: prior to v0.0.25, bibtex-parser-js was an uncoped package in npm. From v0.0.25 onwards it is published under the @orcid organization.)\n\nInstall     ```npm install @orcid/bibtex-parse-js```\n\n```\nvar bibtexParse = require('@orcid/bibtex-parse-js');\n\nvar sample = bibtexParse.toJSON('@article{sample1,title={sample title}}');\n\nconsole.log(sample);\n``` \n\n**Returns** A parsed bibtex file as a JSON Array Object\n\n```\n[ { citationKey: 'SAMPLE1',\n    entryType: 'ARTICLE',\n    entryTags: { TITLE: 'sample title' } } ]\n```\n\n## Contributing\n   Contributions are welcome. Please make sure the unit test(test/runTest.js) reflects the\n   changes and completes successfully. \n\n#### Travis CI\nSee the latest build and results at [https://travis-ci.org/ORCID/bibtexParseJs](https://travis-ci.org/ORCID/bibtexParseJs)\n\n## Credits\n(c) 2010 Henrik Muehe.  MIT License \n[visit](https://code.google.com/p/bibtex-js/)\n\n\nCommonJS port maintained by Mikola Lysenko \n[visit](https://github.com/mikolalysenko/bibtex-parser)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Forcid%2Fbibtexparsejs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Forcid%2Fbibtexparsejs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Forcid%2Fbibtexparsejs/lists"}