-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtest.xml
111 lines (108 loc) · 3.76 KB
/
test.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
<?xml version="1.0" encoding="UTF-8"?>
<?xml-model href="out/cv.rng" type="application/xml" schematypens="http://relaxng.org/ns/structure/1.0"?>
<?xml-model href="out/cv.rng" type="application/xml"
schematypens="http://purl.oclc.org/dsdl/schematron"?>
<TEI xmlns="http://www.tei-c.org/ns/1.0" xmlns:cv="http://github.com/joeytakeda/tei-cv/ns/">
<teiHeader>
<fileDesc>
<titleStmt>
<title>Curriculum Vitae (CV)</title>
<author>
<name>Joey Takeda</name>
<email>joey.takeda@gmail.com</email>
</author>
</titleStmt>
<publicationStmt>
<p>Publication Information</p>
</publicationStmt>
<sourceDesc>
<p>Information about the source</p>
</sourceDesc>
</fileDesc>
</teiHeader>
<text>
<body>
<byline>
<name>Joey Takeda</name>
<email>joey.takeda@gmail.com</email>
</byline>
<div>
<head>Education</head>
<cv:listEducation>
<education>
<listPerson type="supervisors">
<person role="supervisor">
</person>
<person role="secondReader"/>
<person role="thirdReader"/>
</listPerson>
</education>
</cv:listEducation>
</div>
<div>
<head>Awards</head>
<listEvent type="award">
<event>
<label></label>
<desc></desc>
</event>
</listEvent>
</div>
<div>
<head>Publications</head>
<listBibl>
<bibl></bibl>
</listBibl>
</div>
<div>
<head>Jobs</head>
<cv:listOccupation>
<occupation>
<roleName>Encoder</roleName>
<affiliation>The Map of Early Modern London</affiliation>
<listPerson type="supervisors">
<person>
<persName>Janelle Jenstad</persName>
</person>
<person>
<persName>Martin Holmes</persName>
</person>
</listPerson>
<desc>Stuff goes here.</desc>
</occupation>
<occupation>
<roleName>Encoder</roleName>
<affiliation>The Map of Early Modern London</affiliation>
<name type="supervisor">Janelle Jenstad</name>
<name type="supervisor">Martin Holmes</name>
<desc>Stuff goes here.</desc>
</occupation>
<occupation>
<roleName>Encoder</roleName>
<placeName type="workplace">The Map of Early Modern London</placeName>
<name type="supervisor">Janelle Jenstad</name>
<name type="supervisor">Martin Holmes</name>
<desc>Stuff goes here.</desc>
</occupation>
<occupation>
<roleName>Encoder</roleName>
<placeName type="workplace">The Map of Early Modern London</placeName>
<persName role="supervisor"></persName>
<desc>Stuff goes here.</desc>
</occupation>
</cv:listOccupation>
</div>
<div>
<head>Courses Taught</head>
<cv:listClass>
<cv:class>
<title></title>
<persName role="instructor"></persName>
<location></location>
<desc></desc>
</cv:class>
</cv:listClass>
</div>
</body>
</text>
</TEI>