<!DOCTYPE TEI [
<!ENTITY mdash "—">
]>
<TEI xmlns="http://www.tei-c.org/ns/1.0">
<!-- The teiHeader section -->
<teiHeader>
<fileDesc>
<titleStmt>
<title>[title of the poem]</title>
<author>Emily Dickinson</author>
<principal>Jerome McGann</principal>
<respStmt>
<resp>encoded by</resp>
<name xml:id="student_name_shortened">[student name]</name>
</respStmt>
</titleStmt>
<publicationStmt>
<publisher>NINES</publisher>
<pubPlace>Charlottesville, VA</pubPlace>
<date>[leave blank]</date>
<idno type="DOI">[leave blank]</idno>
<availability>
<p>This text available open-access through Project Tango.</p>
</availability>
</publicationStmt>
<sourceDesc>
<bibl>
<author>[name of author]</author>
<title type="main">[main title here]</title>
<title type="subtitle">[subtitle here]</title>
<editor>[name of editor]</editor>
<edition>[edition number here]</edition>
<pubPlace>[place of publication]</pubPlace>
<publisher>[name of publisher]</publisher>
<date>[date it was published]</date>
<note type="page_number">[insert the page number here]</note>
<!-- page range?? -->
</bibl>
</sourceDesc>
</fileDesc>
<encodingDesc>
<editorialDecl>
<p>Italics and original punctuation has been respected throughout.</p>
<p>All dashes have been encoded as em dashes.</p>
</editorialDecl>
</encodingDesc>
</teiHeader>
<!-- The text proper -->
<text>
<body>
<div type="poem">
<head type="title">[title goes here (if present)]</head>
<lg type="stanza" n="1">
<l n="1">[start the text here]</l>
</lg>
</div>
</body>
</text>
</TEI>
Note: We used TEI’s teilite.rng to validate this file.
