WP-BibTeX

The plugin generates bibiography style text of a citation with provided infomration.
Here’s an example. Please paste following shortcode in a page.
[WpBibTeX type="article" title="Comparison among dimensionality reduction techniques based on Random Projection for cancer classification" author="Xie, Haozhe and Li, Jie and Zhang, Qiaosheng and Wang, Yadong" journal="Computational biology and chemistry" year="2016" pages="165--172" publisher="Elsevier" volume="65" url="//infinitescript.com/wordpress/wp-content/uploads/publications/xie2016comparison.pdf" note="(IF=1.014)"]
And the shortcode above will generate following contents in a page:
- The bibiography style text of this citation:
Haozhe Xie, Jie Li, Qiaosheng Zhang, Yadong Wang. Comparison among dimensionality reduction techniques based on Random Projection for cancer classification. Computational biology and chemistry, 65: 165-172, 2016. (IF=1.014) -
The BibTeX cite code:
@article{xie2016comparison,
title={Comparison among dimensionality reduction techniques based on Random Projection for cancer classification},
author={Xie, Haozhe and Li, Jie and Zhang, Qiaosheng and Wang, Yadong},
journal={Computational biology and chemistry},
year={2016},
volume={65},
pages={165–172}
}
New Features in 2.x
In addition, you can also customize links diaplayed in the page. By default, there’re two links ([BibTeX] and [Download PDF]) for each citation. Now, you can add customized links in option page.
Suppose you create a new field whose Field Key is code and Field Name is Download Code. Then you will use code attribute in the [WpBibTeX] shortcode as following:
[WpBibTeX type="article" ... code="https://link/to/the/code"]
In this page, a new link [Download Code] will be displayed after [BibTeX] link.
Supported BibTeX Entry Types
Currently, this plugin support following BibTeX entries types:
article
- Required fields:
type,title,author,journal,year - Optional fields:
volume,number,pages,month,publisher,url,note - Short code example:
[WpBibTeX type="article" title="Title of the citation" author="First Name1, Last Name1 and First Name2, Last Name2 and First Name3, Last Name3" journal="Journal Name of the citation" year="2016" volumne="1" url="The download link of the article" note="(IF=1.000)"]
book
- Required fields:
type,title,author,publisher,year - Optional fields:
volume,number,series,edition,month,address,isbn,url,note - Short code example:
[WpBibTeX type="book" title="Title of the citation" author="First Name1, Last Name1 and First Name2, Last Name2 and First Name3, Last Name3" publisher="Publisher of the citation" year="2016" address="The address of the publisher" url="The download link of the article"]
inproceedings
- Required fields:
title,author,booktitle,year - Optional fields:
volume,number,series,pages,month,organization,publisher,address,url,note - Short code example:
[WpBibTeX type="inproceedings" title="Title of the citation" author="First Name1, Last Name1 and First Name2, Last Name2 and First Name3, Last Name3" booktitle="The name of the conference, such as CVPR" address="The address of the publisher" year="2016" note='<span style="color: red">write anything you want</span>']
mastersthesis
- Required fields:
title,author,school,year - Optional fields:
month,address,url,note - Short code example:
[WpBibTeX type="mastersthesis" title="Title of the citation" author="First Name1, Last Name1" school="The place where the citation was written" year="2016"]
phdthesis
- Required fields:
title,author,school,year - Optional fields:
month,address,url,note - Short code example:
[WpBibTeX type="phdthesis" title="Title of the citation" author="First Name1, Last Name1" school="The place where the citation was written" year="2016"]
unpublished
- Required fields:
title,author - Optional fields:
month,year,url,note - Short code example:
[WpBibTeX type="unpublished" title="Title of the citation" author="First Name1, Last Name1"]
Download & install the zip archive
The plugin package installer can be downloaded from the WP2E project tab called “code”.
1 – Select the version to download if this option is available otherwise the “latest” version of the main plugin will be used.
2 – After downloading the zip archive install the plugin package installer in you local environment and activate the script from the plugin list.
3 – Under the section “Plugins” of the admin dashboard you should see a new “Dependencies & Licenses” link. Follow the instructions from this panel to finalize the installation of the missing dependencies.
- Give a name to your project
- Download the Installer Package
- Install & activate the plugin locally
- Install the suggested dependencies
Tips: Use the WP2E panel to add/suggest new dependencies to the local installation. Press F5 in the list of dependencies if the changes are not displayed right away.



