Elisa Beshero-Bondar PRO
Professor of Digital Humanities and Chair of the Digital Media, Arts, and Technology Program at Penn State Erie, The Behrend College.
TEI as a Learning Process
Elisa E. Beshero-Bondar
@epyllia
member, TEI Technical Council
director, Center for the Digital Text @ U. of Pittsburgh, Greensburg
These slides: http://bit.ly/ebbTEIPrague
a "starter-pack" ms modeling challenge
metadata!
two-part assignment
1. Document analysis and the body element
2. Metadata and the teiHeader
Repurposing a web 1.0 project
1997: web 1.0 with JavaScript applet
<br>
<br>As all the Heavens were a Bell,
<br>And Being, but an Ear,
<br>And I, and Silence, some strange race
<br>Wrecked, solitary here--
<br>
<br>And then a Plank in Reason, broke,
<br>And I dropped down , and down--
<br>
<applet code="Variant.class" width=600 height=20>
<param name="var0" value="And hit a World, at every plunge,">
<param name="var1" value="And hit a World, at every Crash,">
<param name="delay" value="2500">
<param name="fontName" value="Courier">
<param name="fontSize" value="20">
<param name="bgColor" value="ffffcc">
<param name="fgColor" value="000000">
</applet>
<br>
<applet code="Variant.class" width=600 height=20>
<param name="var0" value="And finished knowing--then--">
<param name="var1" value="And Got through knowing--then--">
<param name="delay" value="3000">
<param name="fontName" value="Courier">
<param name="fontSize" value="20">
<param name="bgColor" value="ffffcc">
<param name="fgColor" value="000000">
</applet>
2016: TEI critical apparatus . . .
<TEI xmlns="http://www.tei-c.org/ns/1.0">
[ . . .]
<head><title>Poem 5 (J 280: 1861/1896)</title></head>
[ . . .]
<lg>
<l>As all the Heavens were a Bell, </l>
<l>And Being, but an Ear, </l>
<l>And I, and Silence, some strange Race </l>
<l>Wrecked, solitary, here— </l>
</lg>
<lg>
<l>And then a Plank in Reason, broke, </l>
<l>And I dropped down, and down— </l>
<l>And hit a World, at every <app>
<rdg wit="var0">plunge,</rdg>
<rdg wit="var1">Crash—</rdg>
</app>
</l>
<l>
<app>
<rdg wit="var0">And Finished </rdg>
<rdg wit="var1">And Got through—</rdg>
</app>knowing—then—</l>
</lg>
[ . . .]
</TEI>
2016 HTML reading interface (w/ CSS + JavaScript)
<div class="line"><span class="lineNum">20: </span>
<table>
<tr class="df16Toggle">
<td class="df16">
<span class="var">VAR 1: </span>And Finished knowing—then—
<span class="var">VAR 2: </span>And Got through—knowing—then—
</td>
</tr>
</table>
<table>
<tr class="fhToggle">
<td class="fh">And Finished knowing—then—</td>
</tr>
</table>
<!-- MORE TABLES FOR EACH PUBLISHED VERSION-->
</div>
1. to produce the first comprehensive scholarly edition of the works and letters of Mary Russell Mitford, and
2. to share knowledge of TEI XML and other related humanities computing practices with all serious scholars interested in contributing to the project.
* Mitford's Our Village = her most popular publication, a series of sketches about community interactions in an English country village
TEI projects can be busy hives of teaching and research
discussion and dissent = a thriving project (and a continuously evolving schema)
your students want to get involved, and teach your colleagues (and you, too).
By Elisa Beshero-Bondar
presentation for 8 February 2017 at the Methodologies in Digital Humanities (Text Encoding Initiative Public Day) http://www.ff.cuni.cz/methodologies-in-dh/
Professor of Digital Humanities and Chair of the Digital Media, Arts, and Technology Program at Penn State Erie, The Behrend College.