Skip to content

monperrus/wp-publications

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 

wp-publications

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

Installation

Download https://github.com/monperrus/wp-publications/archive/refs/heads/master.zip, upload it as plugin to your wordpress and activate it.

Usage

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

  • [wp-publications bib="mybibliography.bib" all=true]
  • [wp-publications bib="mybibliography.bib" year=2011]
  • [wp-publications bib="mybibliography.bib" author="Martin Monperrus"]

One can also mix options:

  • [wp-publications bib="mybibliography.bib" all=true academic=true]
  • [wp-publications bib="mybibliography.bib" year=2011 author="Martin Monperrus" academic=true]

Notes:

  1. The short code options exactly correspond to bibtexbrowser queries.
  2. The mybibliography.bib should be encoded in UTF-8 if diacritics are not LaTeX-escaped

For bug reports and discussion, please post an issue here

About

Repository of the wordpress plugin wp-publications (pull requests welcome :)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages