An experimental scholarly digital edition of section De nomine (folia 1r-11r) of the Adbreviatio artis grammaticae by Ursus from Benevento from codex Casanatensis 1086 (IX century), edited by Paolo Monella within the ALIM Project (2016).
To view this edition in your browser, and not just its source code, go to http://www.unipa.it/paolo.monella/ursus/transcription.html
Full documentation in documentation.md
.
AToS.csv
: the table of signs of the Alphabetic Layer of the editionGToS.csv
: the table of signs of the Graphematic Layer of the edition (a key part of this edition)casanatensis.xml
: the source XML/TEI transcription of the manuscript (the heart of this edition)lemmatized_casanatensis.xml
: in this version ofcasanatensis.xml
, each<w>
(word) element has a@lemma
and an@ana
element to identify it as, for example, the genitive singular of lemma homo, -inis (this is a temporary file as of March 20, 2016: when I'll review the result of the automatic lemmatization, this will become the only version; also, eventually I'll use@msd
instead of@ana
)
jsparser.js
: the JavaScript to visualizecasanatensis.xml
in a browsersheet.xsl
: a first experiment in creating a XSLT file to visualizecasanatensis.xml
in a browser. I then abandoned XSLT and used JavaScript instead (seejsparser.js
)stylesheet.css
: the CSS stylesheet fortranscription.html
transcription.html
: the HMTL file in which, thanks tojsparser.js
, the user can read the edition. To view this file (and therefore the edition) in your browser, and not just its source code, go to http://www.unipa.it/paolo.monella/ursus/transcription.html
documentation.md
: The full documentation on this editionglyph_images
: this folder includes jpeg images of the glyphs found in the manuscriptlemma
: this folder includes my experiments with lemmatization/POS (part of speech) taggingursusMarkDown.py
: a Python script facilitating my work of keying incasanatensis.xml
ursusOutput.py
: a Python script exporting 'simplified' versions of the edition (e.d. including only one textual layer) -- currently under constructionvim_macros_for_ursus.vimrc
: This is a backup copy of the.vimrc
configuration file for VIM that includes the macros I used to type in filecasanatensis.xml
xmlToolBox
: this folder includes Python functions that I'm using to traverse the DOM ofcasanatensis.xml