{"id":16087131,"url":"https://github.com/cdlm/bibhtmlize","last_synced_at":"2025-04-05T15:10:57.363Z","repository":{"id":1794406,"uuid":"2718346","full_name":"cdlm/bibhtmlize","owner":"cdlm","description":"Generating an HTML sorted publications list from BibTeX","archived":false,"fork":false,"pushed_at":"2011-12-16T12:42:36.000Z","size":123,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-02-11T11:51:30.625Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"couchbaselabs/intrapop","license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cdlm.png","metadata":{"files":{"readme":"README.markdown","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2011-11-06T02:12:18.000Z","updated_at":"2019-11-26T10:34:29.000Z","dependencies_parsed_at":"2022-09-22T02:20:47.967Z","dependency_job_id":null,"html_url":"https://github.com/cdlm/bibhtmlize","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cdlm%2Fbibhtmlize","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cdlm%2Fbibhtmlize/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cdlm%2Fbibhtmlize/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cdlm%2Fbibhtmlize/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cdlm","download_url":"https://codeload.github.com/cdlm/bibhtmlize/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247353749,"owners_count":20925329,"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-10-09T13:28:03.679Z","updated_at":"2025-04-05T15:10:57.338Z","avatar_url":"https://github.com/cdlm.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# bibhtmlize\n\n`bibhtmlize` is a Ruby wrapper around a rather deviously hacked [BibTeX style that generates HTML][bibhtml] rather than TeX output.\nIt reads a [BibTeX database file](http://www.bibtex.org/), and produces a sorted list of entries on stdout.\n\nMost common use case, for inclusion in a larger web page:\n\n    bibhtmlize foo.bib \u003e foo.partial.html\n    \nTo add `\u003chtml\u003e\u003chead\u003e` etc. and produce a very basic but technically complete HTML document:\n\n    bibhtmlize --wrap foo.bib \u003e foo.html\n\nThe default BibTeX style classifies entries per publication type (journals, conferences, workshops, etc) as is usual for someone's list of scientific publications. That can be changed by using a different style, e.g. the original one from [Bibhtml][]:\n\n    bibhtmlize --style plainhtml foo.bib \u003e foo.html\n\nSee also `bibhtmlize --help`.\n\n### Dependencies\n\n- Ruby and BibTeX (duh)\n- sed\n- the [cri](http://rubydoc.info/gems/cri/file/README.md) gem\n\n### Disclaimer\n\nI shamelessly took ideas and code from a couple other cool projects:\n\n- [Norman Gray's Bibhtml][bibhtml] for making BibTeX output HTML rather than `.bbl`, and\n- [Nicolas Markey's `publist`](http://www.lsv.ens-cachan.fr/~markey/BibTeX/publist/) for classifying publications by type.\n\nOn top of that I tweaked a few things to match my bibliography bookkeeping conventions and metadata.\nI won't pretend it's flexible or useable by anyone else than me, but hey… it's a start.\n\n[bibhtml]: http://purl.org/nxg/dist/bibhtml\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcdlm%2Fbibhtmlize","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcdlm%2Fbibhtmlize","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcdlm%2Fbibhtmlize/lists"}