====== BibTeX Plugin ====== ---- plugin ---- description: Transform BibTeX citations into nice APA format author : Christophe Ambroise email : ambroise@utc.fr type : syntax lastupdate : 2006-09-23 compatible : depends : conflicts : similar : tags : bibtex, references, citation securityissue : XSS vulnerability allows arbitrary JavaScript insertion. Author informed on 2008-02-24. downloadurl : https://trello.com/1/cards/5af5fb3b2b87fc0a2235d254/attachments/5af5fb80228a9c12e6858962/download/bibtex.zip bugtracker : sourcerepo : donationurl : screenshot_img : https://trello.com/1/cards/5af5fb3b2b87fc0a2235d254/attachments/5af5fb662acacb182489eba6/download/bibtex-example.png ---- Thank to the [[plugin:latex|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 ==== @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 } ==== Result ==== {{https://trello.com/1/cards/5af5fb3b2b87fc0a2235d254/attachments/5af5fb662acacb182489eba6/download/bibtex-example.png?recache |BibTeX Plugin Example}} ===== Installation ===== - Download the zip file [[https://trello.com/1/cards/5af5fb3b2b87fc0a2235d254/attachments/5af5fb80228a9c12e6858962/download/bibtex.zip|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 accent //Thanks 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 [[https://yann.hodique.info/projects/bibtex_plugin/|yann.hodique.info]].