This repository has been archived by the owner on May 12, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathindex.html
67 lines (48 loc) · 3.38 KB
/
index.html
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
<!DOCTYPE html>
<html>
<head>
<title>Multepal Popol Wuj | Home</title>
<meta charset="UTF-8">
<meta http-equiv="cache-control" content="no-store" />
<!-- STTYLES -->
<link rel="stylesheet" type="text/css" href="assets/bootstrap.min.css" integrity="" crossorigin="">
<link rel="stylesheet" type="text/css" href="pw-default.css" integrity="" crossorigin="">
</head>
<body>
<!-- CONTENT -->
<div class="container p-3 mb-3" id="header">
<h1 class="">Multepal Edition of the <i>Popol Wuj</i></h1>
<div class="">A digital critical edition of the K'iche' Mayan book of creation</div>
</div>
<div class="container" id="content">
<div class="row">
<div class="col">
<p class="alert alert-info">This site presents a digital critical edition of the K'iche' Mayan book of creation produced by <a href="http://multepal.spanitalport.virginia.edu/">Multepal Project at the University of Virginia</a>.
We expect to develop several versions of text, each presenting the text from a particular editorial or critical perspective.</p>
<h2>Paragraphs and Topics Version</h2>
<p>This version presents the TEI-encoded text prepared by the Multepal team with line breaks removed, manuscript page breaks represented as milestones, and inferred paragraph breaks added.
It is intended to represent the text in so-called logical form, that is, as a discursive structure independent of its documentary vehicle.
This has two advantages.
First, it presents the text as it was meant to be read.
Second, it allows for the natural representation of annotatiohns of the text that cross line and page boundaries.
Other editions of the text will emphasize its material structure.
The edition contains highlighted segments of the text that correspond to topics on the Multepal database;
these are links that launch pop-up menus describing the topic, along with a link back to the Multepal database for more information.</p>
<p><a class="btn btn-primary btn-sm" href="xom-paragraphs.html">View the text</a>
</div>
<div class="col" style="text-align: center; padding: auto; width: 450px;">
<img src="facsimiles/MS1515v2_f01r.jpg" height="450px">
<p>Facsimile of the <i>Popol Vuj</i>, Folio 1, <i>recto</i>.
<br/>Courtesy of the Newberry Library and<br/>the Ohio State University Libraries.</p>
</div>
</div>
</div>
<div class="container pt-3" id="footer">
© 2018–2022 Editors of the Multepal Project | <a href="https://github.com/Multepal/popolwuj">Repo</a>
</div>
<!-- SCRIPTS -->
<script src="assets/jquery-3.3.1.slim.min.js" integrity="" crossorigin=""></script>
<script src="assets/popper.min.js" integrity="" crossorigin=""></script>
<script src="assets/bootstrap.min.js" integrity="" crossorigin=""></script>
</body>
</html>