-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy paththe-diaries.html
113 lines (97 loc) · 5.6 KB
/
the-diaries.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
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
112
113
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="">
<meta name="author" content="">
<link rel="icon" href="img/emma_logo.png">
<title>The Diaries</title>
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css" rel="stylesheet">
<link href="css/main.css" rel="stylesheet">
</head>
<body>
<a href="#content" class="">Skip to main content</a>
<nav class="navbar navbar-inverse navbar-fixed-top" role="navigation">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="./index.html"><img src="img/logo_ebadp_small.png"/></a>
</div>
<div id="navbar" class="navbar-collapse collapse">
<ul class="nav navbar-nav">
<li><a href="./emma-b-andrews.html">Emma B. Andrews</a></li>
<li class="active"><a href="./the-diaries.html">The Diaries</a></li>
<li><a href="./tools.html">Tools</a></li>
<li><a href="./emmapedia.html">Emmapedia</a></li>
<li><a href="./about.html">About</a></li>
</ul>
</div><!--/.navbar-collapse -->
</div>
</nav>
<div class="jumbotron diaries">
</div>
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="contents" id="content">
<h1 class="posttitle">The Diaries</h1>
<div class="postcontent">
<p>There are 19 Diary volumes, dating between 1889 and 1912. The earlier volumes are the lengthiest, and Mrs. Andrews provides a wealth of detail about Egypt, its landscape, people and their social mores. The following</p>
<h2>Diary 19 Sample</h2>
<p>16th November 1912 - April 16th 1913. A brief volume giving little detail aside from lists of visitors and guests. Theodore’s health continues to decline during this penultimate visit to Egypt.</p>
<div class="diary_viewer">
<div class="diary_view">
<h3>TEI Boilerplate View</h3>
<p>This view of the diary is generated from the open source TEI Boilerplate publishing solution for XML texts, hosted at Indiana University.</p>
<a class="viewer_btn" target="_blank" href="http://www.emmabandrews.org/eba_diary_viewer/eba_tei_boilerplate_view/content/emma_teibp_xsl.xml">Proceed to View »</a>
</div>
<div class="diary_view">
<h3>Textual View</h3>
<p>This view of the diary is generated using the PHP Expat event based parser that reads the XML file and then outputs appropriate HTML elements.</p>
<a class="viewer_btn" target="_blank" href="http://www.emmabandrews.org/eba_diary_viewer/eba_textual_view/">Proceed to View »</a>
</div>
<div class="diary_view">
<h3>Book Reader View</h3>
<p>This view of the diary is generated from the open source Internet Archive BookReader. Lorum Ipsum Lorum Ipsum Lorum Ipsum Lorum Ipsum</p>
<a class="viewer_btn" target="_blank" href="http://www.emmabandrews.org/eba_diary_viewer/eba_book_reader_view/BookReaderDemo/">Proceed to View »</a>
</div>
<div class="diary_view">
<h3>XML View</h3>
<p>This view of the diary is the raw XML (eXtensible Markup Language) of the transcribed journal Lorum Ipsum Lorum Ipsum Lorum Ipsum Lorum Ipsum Lorum Ipsum</p>
<a class="viewer_btn" target="_blank" href="http://www.emmabandrews.org/eba_diary_viewer/eba_xml_view/">Proceed to View »</a>
</div>
<div class="diary_view">
<h3>PDF View</h3>
<p>This view of the diary is a PDF file of the original typewritten diary transcription. Lorum Ipsum Lorum Ipsum Lorum Ipsum Lorum Ipsum Lorum Ipsum Lorum Ipsum</p>
<a class="viewer_btn" target="_blank" href="http://www.emmabandrews.org/eba_diary_content/eba_volume_19/emma b andrews Vol 19 1912 1.pdf">Proceed to View »</a>
</div>
</div>
</div>
</div>
</div>
</div>
<footer>
<div class="row supporters">
<div class="col-md-12">
<p>
<a href="http://depts.washington.edu/uwch/"><img src="img/logo_uwch.png" title="Walter Chapin Simpson Center for the Humanities at the University of Washington" alt="logo for the Walter Chapin Simpson Center for the Humanities at the University of Washington"/></a>
<a href="http://www.neh.gov/"><img src="img/logo_neh.jpg" title="the National Endowment for the Humanities" alt="logo for the National Endowment for the Humanities"/></a>
<a href="http://depts.washington.edu/nelc/"><img src="img/logo_nelc.jpg" title="the Department of Near Eastern Languages and Civilization" alt="logo for the Department of Near Eastern Languages and Civilization"/></a>
<a href="http://depts.washington.edu/ndth/"><img src="img/logo_ndt.png" title="Newbook Digital Texts" alt="logo for the Newbook Digital Texts"/></a>
</p>
</div>
</div>
<p class="copyright_text">Copyright © 2015 Emma B. Andrews Diary Project. All Rights Reserved.</p>
</footer>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/js/bootstrap.min.js"></script>
</body>
</html>