leonmoonen / 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).

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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).

About

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).

License:MIT License


Languages

Language:JavaScript 76.2%Language:HTML 23.8%