Skip to main content

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)

  1. key is the BibTeX key (identifier) of the entry.

  2. text is the HTML formatted entry, generated by pybtex.

  3. bibtex is a string containing BibTeX code for the entry, useful to make it available to people who want to cite your work.

  4. pdf, slides, poster: in your BibTeX file, you can add these special fields

Project details


Release history Release notifications | RSS feed

This version

0.1

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page