Table of Contents
BibTeX Plugin
Compatible with DokuWiki
No compatibility info given!
This extension has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues.
The following security issue was reported for this extension: XSS vulnerability allows arbitrary JavaScript insertion. Author informed on 2008-02-24.
It is not recommended to use this extension until this issue was fixed. Extension authors should read the plugin security guidelines
Needed for harvcite
Thank to the LaTeX Plugin and the superb work of Mark Grimshaw (see http://bibliophile.sourceforge.net/, I have developed a small bibtex plugin, which transforms bibtex citation into nice citation format.
Jean-Francois Lalande http://www.ensi-bourges.fr/perso/jfl/doku.php?id=wiki:bibtex has improved the plugin, adding the possibilities to order citation by type or by date.
Example
Markup
<bibtex> @Book{BookAmbroise2004, author = {G.J. McLachlan and K.A. Do and C. Ambroise}, title = {Analyzing microarray gene expression data}, publisher = {Wiley}, url={http://www.amazon.com/exec/obidos/tg/detail/-/0471226165/qid=1128710740/sr=8-1/ref=sr_8_xs_ap_i1_xgl14/002-9543089-9105613?v=glance&s=books&n=507846}, year = 2004 } @INPROCEEDINGS{ConfAmbroise2003b, author = {C. Ambroise}, title = {Comments on Incremental Model Based Clustering for Large Data Sets with Small Clusters by Chris Fraley, Adrian Raftery, Ron Wehrens}, booktitle = {54th session of the International Statistical Institute}, file={bibtex:talk:ambroise-ISI2003.pdf}, address = {Berlin, Germany}, year = 2003 } </bibtex>
Result
Installation
- Download the zip file bibtex.zip
- Unzip
- Copy to your dokuwiki
lib/plugins
directory
Todo
Add the possiblity to choose the citation format (APA, CHICAGO…)Solve the problem of latex accentThanks to Mark Grimshaw- Add a bibtex button which display the citation in bibtex form.
Discussion
Another extended version of the plugin can be found at yann.hodique.info.