- 1. Organization
- 2. Conservation
- 3. Dissemination
- 4. Data Modelling
- 5. Implementation
The TEI Workflow: from design to dissemination
Lou Burnard Consulting
1/52
The TEI Workflow: from design to dissemination Lou Burnard - - PowerPoint PPT Presentation
1. Organization 2. Conservation 3. Dissemination 4. Data Modelling 5. Implementation The TEI Workflow: from design to dissemination Lou Burnard Consulting 1/52 1. Organization 3 The TEI has most to contribute to aspects 4 and 5 . .
1/52
1
2
3
4
5
2/52
3/52
4/52
5/52
6/52
7/52
1
2
3
4
5
6
8/52
9/52
10/52
11/52
12/52
13/52
14/52
15/52
16/52
17/52
18/52
19/52
19/52
19/52
19/52
19/52
19/52
19/52
19/52
20/52
21/52
. . <carte n="0010"> <recto url="cartes/19800726_001r.jpg"/> <verso url="cartes/19800726_001v.jpg"> <obliteration> <date>PM ?? Jul ???</date> <lieu>EL PASO. TX 799</lieu> </obliteration> <message> <p>26 juill 80</p> <p>Chère Madame, après New-York et Washington dont le gigantisme m'a beaucoup séduite, nous avons commencé notre conquête de l'Ouest par New Orleans, ville folle en fête perpétuelle. Il fait une chaleur torride au Texas mais le coca-cola permet de résister – l'Amérique m'enchante ! Bientôt, le grand Canyon, le Colorado et San Francisco... En espérant que vous passez de bonnes vacances, affectueusement </p> <p> Sylvie </p><p>François. </p> </message> <destinataire> Madame Lefrère 4, allée George Rouault 75020 Paris France </destinataire> </verso> </carte> 22/52
23/52
24/52
. . <teiHeader> <fileDesc> <titleStmt> <title>San Antonio River : digital edition of card 19800726_001 from the Virgolos collection</title> </titleStmt> <publicationStmt> <p>Demonstration at DH OXSS 2013</p> </publicationStmt> <sourceDesc> <bibl> <title level="m">San Antonio River (postcard)</title> <publisher>School Mart</publisher> <pubPlace>1812 South Press, San Antonio, Texas 70210</pubPlace> <idno>SA-146-C</idno> <note resp="#ed">The San Antonio river, often called the Venice of Texas, winds its way through the business section of San Antonio. It is very picturesque with its many bridges and beautifully landscaped banks.</note> </bibl> <listPerson> <person xml:id="MLF"> <persName>Mme Lefrere</persName> </person> </listPerson> </sourceDesc> </fileDesc> </teiHeader> 25/52
. . <text> <body> <div type="recto"> <figure> <graphic url="../../Graphics/Cartes/19800726_001r.jpg"/> <figDesc>View showing a river with a stone bridge and small mexican-style houses. In the foreground a man and a woman in a pedalo boat.</figDesc> <head>San Antonio River</head> </figure> </div> <div facs="19800726_001v.jpg" type="verso"> <div type="message"> <!-- ...
</div> <div type="destination"> <p> <!-- stamps --> </p> <p> <address> <!-- ...
</address> </p> </div> </div> </body> </text> 26/52
. . <div type="message" xml:lang="fr"> <p> <date when="1980-07-26">26 juill 80</date> </p> <p>Chère Madame, après New-York et Washington dont le gigantisme m'a beaucoup séduite, nous avons commencé notre conquête de l'Ouest par New Orleans, ville folle en fête perpétuelle. Il fait une chaleur torride au Texas mais le coca-cola permet de résister – l'Amérique m'enchante ! Bientôt, le grand Canyon, le Colorado et San Francisco... </p> <p> En espérant que vous passez de bonnes vacances, affectueusement. </p> <signed>Sylvie </signed> <signed>François </signed> </div> 27/52
. . <div type="destination"> <p> <stamp type="postmark"> <placeName>El Paso</placeName> - TX 799 -<date notBefore="1980-07-26"> <unclear>PM JUL</unclear> </date> </stamp> <stamp type="postage"> Male head in profile, with airplane and radar tower in background <mentioned>US Airmail 21 c.</mentioned> </stamp> </p> <p> <address> <addrLine> <name ref="#MLF" type="person">Madame Lefrère</name> </addrLine> <addrLine>4, allée George Rouault</addrLine> <addrLine>75020 Paris</addrLine> <addrLine>France</addrLine> </address> </p> </div> 28/52
29/52
30/52
31/52
32/52
33/52
34/52
35/52
36/52
37/52
38/52
39/52
40/52
41/52
42/52
43/52
1
2
3
4
5
44/52
45/52
46/52
47/52
48/52
for $act in doc("hamlet.xml")//ACT let $speakers := distinct-values($act//SPEAKER) return <div> <h1> { string($act/TITLE) } </h1> <ul> { for $speaker in $speakers return <li> { $speaker } </li> } </ul> </div> 49/52
50/52
51/52
52/52
52/52
52/52
52/52
52/52