https://github.com/faroit/bibtex-js
BibTeX-js can parse a BibTeX-file and render it as part of an HTML file. This way, you can easily add a list of publications to your private homepage or display a list of recommended publications for a seminar. The way the entries are display can be customized using a simple template system and CSS. Fast parser written in pure javascript (parser is in O(n)) No setup required, drop-in solution. Keep your homepage updated with your latest publications (to be implemented).
https://github.com/faroit/bibtex-js
Last synced: 26 days ago
JSON representation
BibTeX-js can parse a BibTeX-file and render it as part of an HTML file. This way, you can easily add a list of publications to your private homepage or display a list of recommended publications for a seminar. The way the entries are display can be customized using a simple template system and CSS. Fast parser written in pure javascript (parser is in O(n)) No setup required, drop-in solution. Keep your homepage updated with your latest publications (to be implemented).
- Host: GitHub
- URL: https://github.com/faroit/bibtex-js
- Owner: faroit
- License: mit
- Created: 2013-11-17T11:40:54.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2013-07-22T03:05:35.000Z (almost 13 years ago)
- Last Synced: 2025-03-22T22:45:51.997Z (about 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 85.9 KB
- Stars: 0
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
bibtex-js
=========
BibTeX-js can parse a BibTeX-file and render it as part of an HTML file. This way, you can easily add a list of publications to your private homepage or display a list of recommended publications for a seminar. The way the entries are display can be customized using a simple template system and CSS. Fast parser written in pure javascript (parser is in O(n)) No setup required, drop-in solution. Keep your homepage updated with your latest publications (to be implemented).