forked from DigitalLatin/training
-
Notifications
You must be signed in to change notification settings - Fork 0
/
template.xml
79 lines (79 loc) · 3.41 KB
/
template.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
<?xml version="1.0" encoding="UTF-8"?>
<?xml-model href="https://digitallatin.github.io/guidelines/critical-editions.rng" type="application/xml" schematypens="http://relaxng.org/ns/structure/1.0"?>
<?xml-model href="https://digitallatin.github.io/guidelines/critical-editions.rng" type="application/xml" schematypens="http://purl.oclc.org/dsdl/schematron"?>
<TEI xmlns="http://www.tei-c.org/ns/1.0">
<teiHeader>
<fileDesc>
<titleStmt>
<title>Title of Work</title>
<author>Name of Author</author>
<editor>Name of Editor</editor>
</titleStmt>
<editionStmt>
<edition>First Edition</edition>
</editionStmt>
<publicationStmt>
<publisher>Society for Classical Studies</publisher>
<distributor>Digital Latin Library</distributor>
<date>2016</date>
<availability>
<licence target="https://creativecommons.org/licenses/by/4.0/">
Distributed under a Creative Commons Attribution 4.0 International
License.</licence>
</availability>
</publicationStmt>
<seriesStmt>
<title level="s">Library of Digital Latin Texts</title>
<biblScope unit="vol">1</biblScope>
</seriesStmt>
<sourceDesc>
<p>Born digital.</p>
</sourceDesc>
</fileDesc>
</teiHeader>
<text>
<front xml:id="front">
<div type="section" xml:id="preface">
<head>Preface</head>
<p>General introductory remarks about the edition.</p>
<div type="section" xml:id="preface-section-1">
<!--This is a section within the preface. Editors should use
sections (distinguished by <div>) to organize the content of the edition's preface.-->
</div>
</div>
<div type="section" xml:id="bibliography">
<head>Bibliography</head>
<!--This is where the bibliography for the edition is listed, including manuscript
descriptions, and lists of early editions, modern editions, and other sources cited
in the current edition. For more information on encoding the items in the bibliography
see section 3 Bibliography below. -->
<div type="section" xml:id="conspectus">
<head>Conspectus</head>
<!--A key to the special sigla and abbreviations used in the edition (drawn
from the @xml:id's assigned to the various items in the
bibliography). The list of sigla may be generated automatically. -->
</div>
</div>
</front>
<body>
<div type="edition" xml:id="edition-text" xml:space="preserve">
<div type="textpart" n="1" xml:id="part1">
<head>Title of First Part</head>
<!--Text goes here, according to the conventions laid out elsewhere in these guidelines.-->
</div>
<div type="textpart" n="2" xml:id="part2">
<head>Title of Second Part</head>
<!--Each new major section (e.g., book, volume) has a new <div>.-->
</div>
</div>
</body>
<back>
<!--The content of the back matter will be determined in consultation between
the editor and the staff of the DLL. Because LDLT editions are encoded, the
matter traditionally found in the back of a printed critical edition may be
generated by applications instead of having to be entered manually.
Nevertheless, there is space here for notes, indices, and other kinds of
information.-->
</back>
</text>
</TEI>