Marjorie Burghart (EHESS, France) has created some great online self-correcting exercises designed to teach students how to read the XIIIth century account rolls of the House of Savoy. In the process, she has also created a package of materials and instructions to help others to create similar materials. Here are two examples of the exercises she has created:
These are Marjorie's instructions in English and French:
./App/bin/web_view/
directory of IMT (i.e. by default in C:\Program Files\HCMC.UVIC.CA\Image Markup Tool\App\bin\web_view
), rename or move the three default files web_view.xsl
, web_view.css
and web_view.js
installed with IMT; replace them with the files with the same name you will find in the web_view
folder in the zip package .palaeography.[fr or en].xml
file, which is a blank file containing all the "line" categories pre-created, and with some information in the <teiHeader>
about what to write where (NB: when you open this palaeography.xml
file, it will not find an image, which is normal: you have to add your own image file).palaeography.xml
file and choose Ctrl + M
or File > New > New (with same categories)
.Annotation title
(it is this element that is used to control the transcription and show the solution), and it needs to be the exact transcription of the corresponding area of the image.Annotation text
, you normally put the same thing as in Annotation title
by default, but you are free to put any text you want (eg, some comments on the shape of a letter, an abbreviation etc.); it is only shown in the pop up appearing when the user double-clicks on an area.<teiHeader>
, and you need to edit it to complete your exercise. Open the menu TEI > Edit teiHeader
(or click on the corresponding icon in the menu bar). Here is the list of elements and attributes processed by the XSL:
teiHeader / fileDesc / titleStmt / title
: document titleteiHeader / fileDesc / titleStmt / principal
: name of the author(s) of the transcriptionteiHeader / fileDesc / sourceDesc / p / msDesc / msIdentifier / settlement
: name of the place where the document is keptteiHeader / fileDesc / sourceDesc / p / msDesc / msIdentifier / repository
: name of the institution where the document is keptteiHeader / fileDesc / sourceDesc / p / msDesc / msIdentifier / idno
: shelfmark of the documentteiHeader / fileDesc / sourceDesc / p / msDesc / msIdentifier / idno/@type
: (optional) series of documents to which this one belongsteiHeader / encodingDesc / projectDesc / ab[@n='introduction']
: your presentation of the documentF6
, or File > Create web view
, or click on the corresponding icon of the menu bar. All the files necessary to have the exercise running are copied in the same directory ; additionally, you need to copy the gradient.png
and close.gif
files from the zip package to this directory too, to benefit from the full visual effects of the CSS (although the exercises work fine without that)../App/bin/web_view/
d'IMT (i.e. par défaut dans C:\Program Files\HCMC.UVIC.CA\Image Markup Tool\App\bin\web_view
), renommer ou déplacer les trois fichiers par défaut web_view.xsl
, web_view.css
et web_view.js
installés par IMT; les remplacer par les fichiers du même nom que vous trouverez dans le dossier web_view
inclus dans l'archive zip.palaeography.[fr ou en].xml
, inclus dans le zip, qui est un fichier vide contenant, déjà créées, toutes les catégories "ligne" nécessaires, et des informations dans le <teiHeader>
précisant quoi écrire où (NB: à l'ouverture du fichier palaeography.xml
, un message d'erreur signalera que l'image est introuvable, ce qui est normal: à vous d'ajouter votre propre image de document).palaeography.xml
et créer un projet vierge dans IMT avec les mêmes catégories : Ctrl + M
ou File > New > New (with same categories)
.Annotation title
(c'est cet élément qui est utilisé pour le contrôle de la transcription, et pour montrer la solution), et elle doit contenir exactement la transcription de la zone correspondante de l'image.d(omi)ni
; ces parenthèses seront interprétées par le code javascript, qui saura les utiliser pour corriger les réponses.Annotation text
, dans l'"Annotation text", on met par défaut la même chose que dans le Annotation title
, mais on peut ajouter ce que l'on veut (par exemple un commentaire paléographique sur la forme d'une abréviation, des lettres, etc.): cet élément est seulement utilisé dans le pop up apparaissant lorsqu'on double-clique sur une zone.<teiHeader>
, et il faut l'éditer pour que tout soit complet. Ouvrez le menu TEI > Edit teiHeader
(ou cliquez sur l'icône correspondante dans la barre d'outils). Voici la liste des éléments et attributs traités par la XSL:
teiHeader / fileDesc / titleStmt / title
: titre du documentteiHeader / fileDesc / titleStmt / principal
: nom du ou des auteur(s) de la transcriptionteiHeader / fileDesc / sourceDesc / p / msDesc / msIdentifier / settlement
: lieu de conservation du document (ville)teiHeader / fileDesc / sourceDesc / p / msDesc / msIdentifier / repository
: institution où est conservé le document (nom des archives, de la bibliothèque...)teiHeader / fileDesc / sourceDesc / p / msDesc / msIdentifier / idno
: cote du documentteiHeader / fileDesc / sourceDesc / p / msDesc / msIdentifier / idno/@type
: (optionnel) série à laquelle le document appartientteiHeader / encodingDesc / projectDesc / ab[@n='introduction']
: votre présentation du documentF6
, ou File > Create web view
, ou cliquer sur l'icône correspondante de la barre d'outils.
Tous les fichiers nécessaires au fonctionnement du fichier sont placés dans le même répertoire que lui ; ajouter les fichiers gradient.png
et close.gif
(inclus dans le zip) pour obtenir un même effet visuel optimal (toutefois, les exercices fonctionnent aussi sans ces fichiers image).