TEIZoteroTranslator

From TEIWiki
Revision as of 21:09, 18 April 2011 by Smjwsk (talk | contribs) (added note)
Jump to navigation Jump to search


Synopsis

The tei-zotero-translator is a simple translator that seeks to bridge the gap between editing documents following the TEI Guidelines and maintaining the bibliographies with Zotero <http://www.zotero.org>.

The translator exports items from the Zotero database to TEI biblStruct elements. It has been initially developed to create bibliographies for papers written in TEI P5.

Features

  • Export selected entries of your Zotero Database to a structured bibliography, that is <biblStruct>s in a <listBibl>.
  • optionally create xml:ids in the form <Author><Year>[a-z] (e.g. Carroll1999 or VOICE_Project2009a)
  • optionally export Zotero notes.

User commentary

Please sign all comments.

System requirements

This exporter requires the Zotero plugin (version 2.1.x) to be installed in Firefox.

Source code and licensing

Open source, GPL v3. That means it is free, but you may contribute.

Support for TEI

Exports to TEI P5.

Language(s)

Ecmascript + e4x

Documentation

There is no documentation yet, apart from the comments in the file. Nevertheless, with these comments it should be fairly easy to get the translator running. Having successfully installed the tei-zotero-translator, it is possible to select TEIBiblstruct as export format when exporting a selection of items from the Zotero database.

Tech support

You can get in touch via the google-code page [1]

Current version number and date of release

2011-04-18

How to download or buy

For older versions of Zotero (2.0) [2] For current versions of Zotero (2.1) [3]

Additional notes

  • Currently this translator is a dedicated export translator.
  • Some code for Zotero web-detection and import would be most welcome.
  • TODO: wrap a simple TEI document around the listBibl?