Organize your scientific publications with BibTeX in Pelican
Project description
pelican_bibtex requires pybtex.
This plugin reads a user-specified BibTeX file and populates the context with a list of publications, ready to be used in your Jinja2 template.
If the file is present and readable, you will be able to find the ‘publications’ variable in all templates. It is a list of tuples with the following fields: (key, text, bibtex, pdf, slides, poster)
key is the BibTeX key (identifier) of the entry.
text is the HTML formatted entry, generated by pybtex.
bibtex is a string containing BibTeX code for the entry, useful to make it available to people who want to cite your work.
pdf, slides, poster: in your BibTeX file, you can add these special fields