This page includes the materials of workshop An online workshop on digital philology (original title Workshop online di Filologia digitale), held online via Teams by Paolo Monella for PhD students of the Dottorato di Ricerca in Studi Umanistici of the University of Palermo, Italy.
Questa pagina include i materiali del workshop Workshop online di Filologia digitale, tenuto online sulla piattaforma Teams da Paolo Monella all'interno dell'attività didattica del Dottorato di Ricerca in Studi Umanistici dell'Università degli Studi di Palermo.
I corsisti saranno guidati in un percorso induttivo e laboratoriale a creare un modello digitale (formale, gestibile dal computer) di una poesia, a partire dalle strutture elementari del funzionamento del computer (una sequenza di stati binari, "aceso/spento", "sì/no", spesso rappresentati con "0" ed "1"), fino ai numeri binari, a quelli decimali, ai CharSet (tabelle di caratteri come ASCII o Unicode), per arrivare, sempre induttivamente, a creare un loro linguaggio di markup. Infine, sarà loro presentata la sintassi SGML/XML e poi specificamente il linguaggio TEI XML. I corsisti quindi codificheranno un testo in versi in TEI XML. Due brevi lezioni, ricollegandosi all'esperienza laboratoriale, faranno il punto sulla filologia digitale: la prima presenterà una panoramica delle sue principali realizzazioni; la seconda, di carattere metodologico, rifletterà sulla sua potenzialità di integrare storia della tradizione e critica del testo.
Students will create a digital (formal, machine-actionable) model of a portion of a brief text in verse. They will follow a inductive path, moving from the elementary structures of the computer (a sequence of binary states, "on/off", "yes/no", often represented by "0" and "1") to binary and decimal numbers and CharSets (ASCII and Unicode). At this point, the hands-on experience will begin: students will create their own textual markup language based on symbols of their choice and will be asked to reflect on the theoretical and methodological issues arising from inline markup. They will then be introduced to the SGML/XML syntax and to the TEI XML vocabulary and will encode a brief poem. Two lectures will provide an overview of digital philology applications and a methodological reflection on its potential of integrating the history of textual traditions and textual criticism.
sorgente.xml
and mark it up in TEI XML:
<head>
for the header<l>
(with attribute n
) for verse lines<div>
to wrap the whole poem (from title "L'infinito" to "in questo mare"),
as a child of
<body>
)
subst
itutions, constituted by
del
etions and add
itions, with elements:
<subst> <add>tra</add> <del>fra</del> </subst>
sorgente.xml
marcandolo in TEI XML:
<head>
per il titolo<l>
(con l'attributo n
) per i versi<div>
per marcare l'intera poesia (dal titolo "L'infinito" fino a "in questo mare")
subst
itutions), costituite da
cancellature (del
etions) e aggiunte (add
itions) con gli elementi:
<subst> <add>tra</add> <del>fra</del> </subst>
25% completion files | File al 25% | 50% completion files | File al 50% | 75% completion files | File al 75% | 100% complete files | File completi (100%) | |
---|---|---|---|---|---|---|---|---|
TEI XML source file (Catullus) |
File sorgente TEI XML (Catullo) |
sorgente.xml | sorgente.xml | sorgente.xml | sorgente.xml | |||
JavaScript software (script) |
Software (script) JavaScript |
software.js |
software.js (commenti dettagliati) software.js (commenti brevi) |
software.js (commenti dettagliati) software.js (commenti brevi) |
software.js | |||
Script output, for visualization (and analysis) |
Output dello script, per visualizzazione (e analisi) |
visualizzazione.html (use with 50% XML and 100% JS) (usare con XML al 50% XML e JS al 100%) |
<body>
element of the xml file<body>
)<body>
del file xml<body>
)
This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.