<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Alex Gil</title>
	<atom:link href="http://www.elotroalex.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.elotroalex.com</link>
	<description>English Department — University of Virginia</description>
	<lastBuildDate>Mon, 30 Aug 2010 01:24:30 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Introducing Project Tango</title>
		<link>http://www.elotroalex.com/2010/08/introducing-project-tango/</link>
		<comments>http://www.elotroalex.com/2010/08/introducing-project-tango/#comments</comments>
		<pubDate>Mon, 30 Aug 2010 01:24:30 +0000</pubDate>
		<dc:creator>elotroalex</dc:creator>
				<category><![CDATA[Announcements]]></category>
		<category><![CDATA[Digital Humanities]]></category>

		<guid isPermaLink="false">http://www.elotroalex.com/?p=134</guid>
		<description><![CDATA[Tango began as a series of conversations between the NINES group and other parties around the issue of accessibility to out-of-print scholarly works copyrighted before the advent of the internet, but also about the future of books in general. The name for the project came from a conversation between Jerome McGann and Madelyn Wessel, our [...]]]></description>
			<content:encoded><![CDATA[<abbr class="unapi-id" title="http://www.elotroalex.com/?p=134"><!-- &nbsp; --></abbr>
<p>Tango began as a series of conversations between the NINES group and other parties around the issue of accessibility to out-of-print scholarly works copyrighted before the advent of the internet, but also about the future of books in general. The name for the project came from a conversation between Jerome McGann and Madelyn Wessel, our resident copyright expert. Publishers and scholars most learn how to tango together, quipped Wessel and the rest brings us here.</p>
<p>I joined NINES in the summer as one of their fellows along with Annie Swafford and Michael Pickard and we were immediately recruited to the Tango project. At the time, Jerome McGann, Andrew Stauffer and Dana Wheeles (@bluesaepe) were in the thick of brainstorming adequate solutions for these out-of-print scholarly works around the usual suspects: production, stewardship and copyright. In the absence of an umbrella institution that could coordinate these issues, the main question was how to resolve the problems in a way that would not depend on such an institution, but that would still revolve around a collectivity. What you see here is the result of our continued conversations and we offer them to the public with a healthy dose of both skepticism and drive. We encourage you to join our conversation.</p>
<p><a href="http://uvatango.wordpress.com/2010/08/28/introducing-project-tango-2/">Read more&#8230;</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.elotroalex.com/2010/08/introducing-project-tango/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The short-and-sweet TEI handout</title>
		<link>http://www.elotroalex.com/2010/08/the-short-and-sweet-tei-handout/</link>
		<comments>http://www.elotroalex.com/2010/08/the-short-and-sweet-tei-handout/#comments</comments>
		<pubDate>Thu, 12 Aug 2010 20:35:25 +0000</pubDate>
		<dc:creator>elotroalex</dc:creator>
				<category><![CDATA[Digital Humanities]]></category>

		<guid isPermaLink="false">http://www.elotroalex.com/?p=44</guid>
		<description><![CDATA[For the past few weeks, I’ve been working with some colleagues to develop a model for incorporating the full digitization of a scholarly work into a literature course. The process goes from scanning to OCR to tagging. The goal is for students to learn some of the basics of digital humanities while producing image-text PDFs [...]]]></description>
			<content:encoded><![CDATA[<abbr class="unapi-id" title="http://www.elotroalex.com/?p=44"><!-- &nbsp; --></abbr>
</p>
</p>
<p>For the past few weeks, I’ve been working with some colleagues to develop a model for incorporating the full digitization of a scholarly work into a literature course. The process goes from scanning to OCR to tagging. The goal is for students to learn some of the basics of digital humanities while producing image-text PDFs and TEI-lite versions of works that might be publishable online in the future. Below is a sample of the student handout. This version of the handout is meant for the tagging of a 200-300 page scholarly work to be done by a team of 4-5 students. You can download and use a full version of the handout <a href="https://docs.google.com/document/edit?id=12ErwXGHGaFL71M3cWHpI6gkfVzzsKHfk7U6N6vRmIS4&amp;authkey=CKG3l6oG&amp;hl=en#" target="_blank">here</a>. In the next few weeks, I will be working on developing a similar model meant for primary texts, so stay tuned.</p>
<h2>&#160;</h2>
<blockquote><h2>XML and books</h2>
<p>XML stands for EXtensible Markup Language and as the word markup implies, it is a tool used to describe data. HTML, which you may be more familiar with, shares many similarities with XML, most importantly the use of <i>tags </i>&lt; &gt;. The “data” in HTML consists of instructions for browsers; in XML, on the other hand, there is no predefined use or vocabulary for the tags (hence the “EXtensible” in XML). For example, if you own a pink Chihuahua named Pepe, you could “express” it in XML this way:</p>
<p><code>
<p>&lt;dog type=”mine” name=”pepe”&gt;</p>
<p style="text-indent: 25px">&lt;color&gt;pink&lt;/color&gt;</p>
<p style="text-indent: 25px">&lt;breed&gt;Chihuahua&lt;/breed&gt;</p>
<p>&lt;/dog&gt;</p>
<p></code><br />
<table border="1" cellspacing="0" cellpadding="5" width="490">
<tbody>
<tr>
<td valign="top" width="498">
<p><b>TIP:</b> For a longer introduction to XML, visit <a href="http://www.w3schools.com/xml/default.asp">w3Schools</a>.</p>
</td>
</tr>
</tbody>
</table>
<p> 
<p>In a sense, all texts can be said to contain data of a certain kind. Literature and criticism are no exception to this rule. XML helps you name and organize that data. With XML, the possibilities are legion: we could, for example, name the kinds of content we find (&lt;metaphor&gt;, &lt;character&gt;, etc.), describe the physical attributes of a book (&lt;paper&gt;, &lt;ink&gt;, etc.), how a text is laid out (&lt;column&gt;, &lt;page_break&gt;, etc.) or the logical units of a text (&lt;line&gt;, &lt;paragraph&gt;, etc).</p>
<p>Because there are so many possibilities, scholars and scientists all over the world have agreed to use standards in their fields. In digital humanities, the most important standard set of predetermined tags, or <i>tag-set,</i> is the one provided by the Text Encoding Initiative (TEI). In this class we will be using an even smaller subset of that standard called TEI-lite to introduce you to the practice of <i>tagging</i>.</p>
<table border="1" cellspacing="0" cellpadding="5" width="490">
<tbody>
<tr>
<td valign="top" width="498">
<p><b>TIP:</b> To deepen your knowledge of TEI and TEI-lite, you can explore <a href="http://www.google.com/url?q=http%3A%2F%2Ftbe.kantl.be%2FTBE%2FTBE.htm&amp;sa=D&amp;sntz=1&amp;usg=AFQjCNGDPlYNKAfenkEpinrS8FlJRZkKUg">TEI by example</a> or read the <a href="http://www.tei-c.org/Guidelines/Customization/Lite/">TEI-lite documentation</a>.</p>
</td>
</tr>
</tbody>
</table>
<p> 
<p>A basic TEI file includes a text (the linguistic content) and <i>meta-data </i>(information about the text). The first three tags you will learn already express the basic structure of a TEI file. The topmost tag includes all other tags and is named &lt;TEI&gt;. The tag which includes the information about the text is called the &lt;teiHeader&gt; and always precedes the tag which includes the text, appropriately named &lt;text&gt;.</p>
<p>The overall structure of the TEI file then looks something like this:</p>
<p><code>
<p>&lt;TEI&gt;</p>
<p style="text-indent: 25px">&lt;teiHeader&gt;</p>
<p style="text-indent: 50px">[information about the text]</p>
<p style="text-indent: 25px">&lt;/teiHeader&gt;</p>
<p style="text-indent: 25px">&lt;text&gt;</p>
<p style="text-indent: 50px">[the text itself]</p>
<p style="text-indent: 25px">&lt;/text&gt;</p>
<p>&lt;/TEI&gt;</p>
<p></code></p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.elotroalex.com/2010/08/the-short-and-sweet-tei-handout/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Welcome</title>
		<link>http://www.elotroalex.com/2010/08/welcome/</link>
		<comments>http://www.elotroalex.com/2010/08/welcome/#comments</comments>
		<pubDate>Mon, 09 Aug 2010 00:07:55 +0000</pubDate>
		<dc:creator>elotroalex</dc:creator>
				<category><![CDATA[Announcements]]></category>

		<guid isPermaLink="false">http://www.elotroalex.com/?p=37</guid>
		<description><![CDATA[Welcome to elotroalex.com. In the future, this will be the place to find critical essays, lesson plans and blog entries relating to my professional work. For now, you can access some of my sites on the link bar to the right.]]></description>
			<content:encoded><![CDATA[<abbr class="unapi-id" title="http://www.elotroalex.com/?p=37"><!-- &nbsp; --></abbr>
<p>Welcome to elotroalex.com. In the future, this will be the place to find critical essays, lesson plans and blog entries relating to my professional work. For now, you can access some of my sites on the link bar to the right. </p>
]]></content:encoded>
			<wfw:commentRss>http://www.elotroalex.com/2010/08/welcome/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
