-
Notifications
You must be signed in to change notification settings - Fork 92
Suggested Header Template
Lisa Cerrato edited this page Jul 18, 2024
·
7 revisions
See also suggested template for new OGL headers.
Mandatory information:
<?xml version="1.0" encoding="UTF-8"?>
<?xml-model href="http://www.stoa.org/epidoc/schema/latest/tei-epidoc.rng" schematypens="http://relaxng.org/ns/structure/1.0"?>
<TEI xmlns="http://www.tei-c.org/ns/1.0">
<teiHeader xml:lang="eng">
<fileDesc>
<titleStmt>
<title></title> xml:lang attribute as needed
<author></author> xml:lang attribute as needed; canonical
<editor></editor> use role attribute for translator; expand initials
<sponsor></sponsor> preferred but not required; use when funding is informal
<funder></funder> not required
<respStmt> (example for OGL work: may be modified as needed)
<resp>Published original versions of the electronic texts</resp>
<orgName ref="https://www.opengreekandlatin.org">Open Greek and Latin</orgName>
<persName role="principal">Gregory Crane</persName>
<persName role="principal">Leonard Muellner</persName>
<persName role="principal">Bruce Robertson</persName>
</respStmt>
<respStmt> repeat as necessary
<persName></persName>
<orgName></orgName>
<resp></resp> predetermined language only
</respStmt>
....
</titleStmt>
<publicationStmt>
<authority></authority>
<idno type="filename"></idno> use xml file name
<pubPlace></pubPlace>
<availability>
<licence target="https://creativecommons.org/licenses/by-sa/4.0/">Available under a Creative Commons Attribution-ShareAlike 4.0 International License</licence>
</availability>
</publicationStmt>
<sourceDesc>
<biblStruct>
<monogr>
<title></title> print edition title (if applicable); xml:lang attribute as needed
<author></author> xml:lang attribute as needed; canonical
<editor></editor> role="translator" attribute as needed; expand initials
<imprint>
<publisher></publisher>
<pubPlace></pubPlace>
<date></date> use type="printing" attribute post-1922
</imprint>
<biblScope unit="volume"></biblScope> as needed
</monogr>
<series> as needed
<title></title>
</series>
<ref target="https://..."></ref> Internet Archive preferred
</biblStruct>
</sourceDesc>
</fileDesc>
<encodingDesc>
<editorialDecl> note: the editorial declaration should be used whenever possible to describe markup practices; these are some sample elements and yours may vary; free text in a <p> tag also allowed
<quotation marks="none"/>
<normalization>
<p></p> (example: Notes are not included. Language modernized.)
</normalization>
<correction>
<p></p> (example: <correction method="silent" status="medium"><p>Perseus OCR in house AbbyyFR; single pass proofreading</p></correction>)
</correction>
</editorialDecl>
<p>The following text is encoded in accordance with EpiDoc standards and with the CTS/CITE Architecture</p>
<refsDecl n="CTS">
<cRefPattern matchPattern="(\w+)" n="chapter" replacementPattern="#xpath(/tei:TEI/tei:text/tei:body/tei:div/tei:div[@n='$1'])">
<p>This pointer pattern extracts chapter.</p>
</cRefPattern>
</refsDecl>
</encodingDesc>
<profileDesc>
<langUsage> modify as needed; primary language first; only one required
<language ident="eng">English</language>
<language ident="grc">Greek</language>
</langUsage>
</profileDesc>
<revisionDesc>
<change when="" who=""></change> date in format YYYY-MM-DD; who is name or handle in desired format; change should be descriptive but succinct
</revisionDesc>
</teiHeader>