BibTex Citation Management within MediaWiki

A couple of days ago I started an experiment to use a Wiki system to organize my research project about building a pattern language. For this purpose its essential to cite other peoples work as its common in scientific articles. In other contexts like writing with Latex or managing papers with Mendeley the BibTex data format showed up as very useful to manage and reuse a whole lot of citations. The question was how to include a BibTex citation manager into a Wiki sytsem?

These desirable feature has been missing in popular Wiki systems like MediaWiki or TKWiki. In case of MediaWiki there were two promising extensions. The first is called Bibtex but lacks on efficient citation management across several pages. The second is called Biblio which provides an excellent citation manager including support for for ISBN and other medical document indexes. But unfortunately Biblio has no built in BibTex support.

The solution on how to combine the extensions Biblio and Bibtex needs four steps:

  1. Download Biblio Extension from their homepage and install it as it is mentioned there.
  2. Search for function “function render_biblio(” and paste a new variable:
    $bibtexx = new BibTex();
  3. Open the file Biblio.php in the Extension directory. Search for the string “$text = $this->get($ref, ‘text’);” and insert the following code behind it:
    if(strcmp(substr($text, 0, 10), '< ;bibtex') == 0){
       $bibtexx->BibTex($text);
       $text = $bibtexx->html();
    }
  4. Now you can render bibtex entries like:
    #localref local reference
    #[[Literature]]
    #somebook @book{Alexander1979,
    	Author = {Christopher Alexander},
    	Publisher = {Oxford University Press},
    	Title = {The Timeless Way of Building},
    	Year = {1979}}
    #someusualbook MySelf. "Me Myself and I". Self.
    #x ...

Especially if you store all BibTex entries in one single Wiki page (e.g. [[Literature]]) it gives you the advantage of synchronizing your local BibTex database with the entries inside the Wiki.

832 thoughts to “BibTex Citation Management within MediaWiki”

  1. Запрос на выезд врача связан не только с классическим запоем. На практике домашняя помощь нужна в разных ситуациях, когда организму уже трудно компенсировать последствия употребления, а откладывание визита увеличивает риск осложнений.
    Узнать больше – http://narkolog-na-dom-voronezh-2.ru/

  2. Домашний формат ценят не только за удобство. Он помогает начать лечение анонимно, без дороги, без ожидания и без лишнего стресса для пациента. Для многих семей именно выездной наркологическая маршрут становится первой точкой, с которой начинается более серьёзное восстановление: обсуждаются не только снятие острых симптомов, но и кодирование, реабилитация, повторная консультация, а при необходимости — и маршруты помощи при наркомании. Особенно это актуально, если человек употребляет давно, уже несколько лет сталкивается со срывами и сам замечает, что проблема перестала ограничиваться только плохим самочувствием после алкоголя.
    Получить дополнительную информацию – нарколог на дом анонимно

  3. new zealandn online casinos pokies, 20 free craps games online
    no download (Leigh) spins
    on registration usa and where is gambling legal in australia, or awesome online casino
    new zealand

  4. The site https://play-mods.com.az contains information about downloading PlayMods, downloading PlayMods APK files, compatibility with iOS, Android, and PC, as well as basic information about GTA San Andreas and other modified games.

  5. Its like you read my mind! You seem to know a lot about this, like you wrote the book in it
    or something. I think that you could do with a few pics to drive
    the message home a little bit, but instead of that, this is great
    blog. A fantastic read. I’ll definitely be back.

Leave a Reply to Villas For Rent In Dubai Cancel reply

Your email address will not be published. Required fields are marked *