phpBib2HTML
Getting started
Ready to try? ... phpBib2HTML.
What is phpBib2HTML?
I needed to have a simple BibteX parser to produce HTML pages for my publications. I didn't find anything light and simple, so I wrote this little tool. I don't claim it is perfect (especially the parser) but I am always happy to improve it. If you see bugs or would like to have more functionalities, please drop me an email.
How does this work?
Easy there are 4 steps to go through to get a nice publication page
- Step 1 - Upload you BibTeX file and/or BibTeX entries. Also select your ouput style.
- Step 2 - Check the result of parsing the entries and create/updates sections for the publication list.
- Step 3 - Select entries and attribute them to sections.
- Step 4 - Download the final archive.
This tool is not a strict parser, it is assumed the bibtex entries have been compiled in LaTeX once before. If possible get rid of warnings.
Also, some BibTeX fields are assume to be present if you want a nice result:
- abstract - this field is used to generate a pop-up window that will contain the abstract of the paper.
- url - provides a URL link to a pdf version of the paper.
- slides - provides a URL link to the presentation slides for the paper.
- link - provides an external URL link to a resource related to the paper.
How to refer to a paper from another webpage
This relies on the bibtex key used to indentify the paper. So you can use the following code:
<a href="publis.html#paper_cite_key"> Link to the paper </a>

