-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Choose portable format #1
Comments
Thank you for the suggestions! I was actually thinking about using something like citation.js to develop a small static site that displays the references from a |
We need an ultimate comparison for that. There are surely more than 50 solutions out there to generate static web sites with BibTeX. I would opt for using pandoc. The other option I like is to ping some JabRef developer to work on the documentation of the html export feature. See https://github.com/JabRef/jabref/tree/master/src/main/resources/resource/layout/listrefs for a solution working since 6 years. Maybe, we should "just" update the HTML code ^^. The "secret" for each entry is in https://github.com/JabRef/jabref/blob/master/src/main/resources/resource/layout/listrefs/listrefs.layout. (I like static pages). JabRef also has "normal" HTML layout: https://github.com/JabRef/jabref/tree/master/src/main/resources/resource/layout (scroll down) |
The static site is live: https://xjreb.github.io/swe-research-methods |
The references are nice. However, they are hard to import on a reference manager. Typically, there is bibtex used. There are transformators available converting bibtex to arbitrary formats. For a quick win, one could use pandoc to convert a bib file to markdown.
Other formats are:
(Source: Zearin/BibTeXML#1 (comment))
The text was updated successfully, but these errors were encountered: