We organize a regular seminar « Editing Leibniz » on editorial issues in Leibniz, in collaboration with the various Arbeitsstellen from the Akademie Ausgabe.
This page aims to demonstrate the possibilities of displaying multiple versions of the same document in a user friendly way, basing the whole code on the TEI transcription of the text.
Basically :
- The text is transcribed in a TEI XML file (or field in our case).
- It's displayed in a way that focuses on the "main" version, be it the original, the last one, or whatever version is deemed 'main'.
- The interface then allows the user to browse the different versions as easily as possible.
The goal is multifold :
- Having a strict and expressive syntax to retain as much of the document structure as possible.
- Synchronizing the different versions in an automated way without altering the TEI code, thus maintaining its expressivity.
- Make the interface as useful and usable as possible : ideally, we should be able to display the document's versions in various ways (chronological, thematic, or any arbitrary parameter present in the TEI attributes)
This is a TEI forest, composed of two trees.
The first tree represents the 'original' (or master) version, the second one a variation of the first (i.e a resembling text but with modifications.)
The structure opens possiblities for some interesting operations :
- comparing different versions of a leaf in different trees
- comparing different versions of a branch in different trees (evolution)
- visualize 'graphically' the general evolution of the manuscript.
- Show similarities
- Show additions
- Show deletions
Below you can see the TEI source code for the above object.
- Log in to post comments