A bibtex plugin for DokuWiki

Thank to the latex plugin and the superb work of Mark Grimshaw (see http://bibliophile.sourceforge.net/, i have developped a small bibtex plugin, which transforms bibtex citation into nice citation format.

Jean-Francois Lalande has improved the plugin, adding the possibilities to order citation by type or by date.

Yann Hodique also propose an improved version of this plugin allowing to fetch references from file and to display bibtex format.

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

[2004, book| url]
McLachlan, G. J., Do, K. A., & Ambroise, C. (2004). Analyzing microarray gene expression data Wiley.
[2003, inproceedings| ]
Ambroise, C. (2003). Comments on Incremental Model Based Clustering for Large Data Sets with Small Clusters by Chris Fraley, Adrian Raftery, Ron Wehrens. Paper presented at the 54th session of the International Statistical Institute, Berlin, Germany.

Installation

  1. Download the zip file bibtex.zip
  2. Unzip
  3. Copy to your dokuwiki lib/plugins directory

Todo

  • Add the possiblity to choose the citation format (APA, CHICAGO…)
  • Solve the problem of latex accent Thanks to Mark Grimshaw
  • Add a bibtex button which display the citation in bibtex form.
softwares/dokuwikibibtexplugin.txt · Last modified: 2008/09/16 21:25 (external edit)