wp-publications

Creates publication lists from Bibtex files by integrating bibtexbrowser into wordpress

Author:Martin Monperrus (profile at wordpress.org)
WordPress version required:
WordPress version tested:5.6
Plugin version:0.0
Added to WordPress repository:25-01-2012
Last updated:24-11-2020
Warning! This plugin has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.
Rating, %:70
Rated by:4
Plugin URI:http://www.monperrus.net/martin/wp-publicatio...
Total downloads:19 299
Active installs:100+
plugin download
Click to start download

wp-publications enables research groups and individuals to add publication lists in WordPress. The publication lists are generated on the fly from bibtex files using bibtexbrowser.

One just has to create a post/page containing a short code such as:

  • [wp-publications bib=”sample.bib” all=true]
  • [wp-publications bib=”sample.bib” year=2001]
  • [wp-publications bib=”sample.bib” author=”Doe”]

One can also mix options:

  • [wp-publications bib=”sample.bib” year=2001 author=”Bar”]

Notes:

  1. The bibtex file is expected in directory at the root of the wordpress installation or in wp-content/plugins/wp-publications
  2. The short code options exactly correspond to bibtexbrowser queries.
  3. The mybibliography.bib should be encoded in UTF-8 if diacritics are not LaTeX-escaped
  4. Please use complete refresh when uploading a new bibtex file (generally Ctrl-F5 or Shift-F5)

Credits

Sjoerd OP ‘T LAND
Ayesh Alshukri