-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathabout.html
More file actions
288 lines (224 loc) · 14.6 KB
/
about.html
File metadata and controls
288 lines (224 loc) · 14.6 KB
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
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
<?xml version="1.0" encoding="UTF-8"?><html xmlns="http://www.w3.org/1999/xhtml" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:srophe="https://srophe.app">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title data-template="config:app-title">Digital Syriac Corpus</title>
<link data-template="app:metadata" />
<link rel="shortcut icon" href="/resources/images/favicon.ico" />
<!-- Bootstrap 3 -->
<link rel="stylesheet" type="text/css" href="/resources/bootstrap/css/bootstrap.min.css" />
<link rel="stylesheet" type="text/css" href="/resources/css/sm-core-css.css" />
<!-- Srophe styles -->
<link rel="stylesheet" type="text/css" href="/resources/css/syr-icon-fonts.css" />
<link rel="stylesheet" type="text/css" href="/resources/css/style.css" />
<link rel="stylesheet" type="text/css" href="/resources/css/main.css" />
<!--<link rel="stylesheet" type="text/css" href="/resources/css/slider.css"/>-->
<!--<link rel="stylesheet" type="text/css" href="/resources/css/lightslider.css"/>-->
<link rel="stylesheet" type="text/css" media="print" href="/resources/css/print.css" />
<!-- Leaflet
<link rel="stylesheet" href="/resources/leaflet/leaflet.css"/>
<link rel="stylesheet" href="/resources/leaflet/leaflet.awesome-markers.css"/>
-->
<!-- Date Slider -->
<link rel="stylesheet" type="text/css" href="/resources/dateSlider/css/slider.css" />
<link rel="stylesheet" type="text/css" href="/resources/dateSlider/css/slider-classic-min.css" />
<!-- JQuery -->
<link href="/resources/jquery-ui/jquery-ui.min.css" rel="stylesheet" />
<script defer="defer" data-domain="syriaccorpus.org" src="https://plausible.io/js/plausible.js"></script>
<script type="text/javascript" src="/resources/js/jquery.min.js"></script>
<script type="text/javascript" src="/resources/jquery-ui/jquery-ui.min.js"></script>
<script type="text/javascript" src="/resources/js/jquery.smartmenus.min.js"></script>
<script type="text/javascript" src="/resources/js/clipboard.min.js"></script>
<!-- Date Slider -->
<script src="/resources/dateSlider/js/jQDateRangeSlider-min.js"></script>
<!-- Bootstrap -->
<script type="text/javascript" src="/resources/bootstrap/js/bootstrap.min.js"></script>
<!-- ReCaptcha -->
<script src="https://www.google.com/recaptcha/api.js" type="text/javascript" async="async" defer="defer"></script>
<!-- keyboard widget css & script -->
<link href="/resources/keyboard/css/keyboard.min.css" rel="stylesheet" />
<link href="/resources/keyboard/css/keyboard-previewkeyset.min.css" rel="stylesheet" />
<link href="/resources/keyboard/syr/syr.css" rel="stylesheet" />
<!-- Additional Javascript -->
<script type="text/javascript" src="/resources/js/jquery.validate.min.js"></script>
<script type="text/javascript" src="/resources/js/require.min.js"></script>
<script type="text/javascript" src="/resources/js/srophe.js"></script>
</head>
<body id="body">
<nav class="navbar navbar-default navbar-fixed-top" role="navigation">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#navbar-collapse-1">
<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 banner-container" href="/index.html">
<span class="banner-icon">
<img src="/resources/images/syriac-corpus.svg" alt="" width="50px" />
</span>
<span class="banner-text">Digital Syriac Corpus</span>
</a>
</div>
<div class="navbar-collapse collapse pull-right" id="navbar-collapse-1">
<ul class="nav navbar-nav">
<li>
<a href="/browse.html" class="nav-text">Browse</a>
</li>
<li class="dropdown">
<a href="#" class="dropdown-toggle lonely-caret" data-toggle="dropdown">About <b class="caret"></b></a>
<ul class="dropdown-menu pull-right">
<li>
<a href="/about.html">About the Project</a>
</li>
<li role="presentation" class="divider"></li>
<li>
<a href="/history.html">History of the Project</a>
</li>
<li role="presentation" class="divider"></li>
<li>
<a href="/project-team.html">Project Team</a>
</li>
<li role="presentation" class="divider"></li>
<li>
<a href="/submissions.html">Submissions to the Corpus</a>
</li>
<li role="presentation" class="divider"></li>
<li>
<a href="/contact-us.html">Contact Us</a>
</li>
<li role="presentation" class="divider"></li>
<li>
<a href="/documentation/index.html">Documentation</a>
</li>
</ul>
</li>
<li>
<a href="/search.html" class="nav-text">Advanced Search</a>
</li>
<li>
<div id="search-wrapper">
<form class="navbar-form navbar-right search-box" role="search" action="/search.html" method="get">
<div class="form-group">
<input type="text" class="form-control keyboard" placeholder="search" name="keyword" id="keywordNav" />
<div class="keyboard-menu">
<button type="button" class="btn btn-default dropdown-toggle" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false" title="Select Keyboard"> <span class="syriaca-icon syriaca-keyboard"> </span><span class="caret"></span></button>
<ul class="dropdown-menu">
<li><a href="#" class="keyboard-select" id="syriac-phonetic" data-keyboard-id="keywordNav">Syriac Phonetic</a></li>
<li><a href="#" class="keyboard-select" id="syriac-standard" data-keyboard-id="keywordNav">Syriac Standard</a></li>
<li><a href="#" class="keyboard-select" id="qwerty" data-keyboard-id="keywordNav">English QWERTY</a></li>
</ul>
</div>
<button class="btn btn-default search-btn" id="searchbtn" type="submit" title="Search">
<span class="glyphicon glyphicon-search"></span>
</button>
</div>
</form>
</div>
</li>
<li>
<div class="btn-nav">
<button class="btn btn-default navbar-btn" id="font" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false" title="Select Font">
<span class="glyphicon glyphicon-font"></span>
</button>
<ul class="dropdown-menu dropdown-menu-right" id="swap-font">
<li>
<a href="#" class="swap-font" id="DefaultSelect" data-font-id="EstrangeloEdessa">Default</a>
</li>
<li>
<a href="#" class="swap-font" id="EstrangeloEdessaSelect" data-font-id="EstrangeloEdessa">Estrangelo Edessa</a>
</li>
<li>
<a href="#" class="swap-font" id="EastSyriacAdiabeneSelect" data-font-id="EastSyriacAdiabene">East Syriac Adiabene</a>
</li>
<li>
<a href="#" class="swap-font" id="SertoBatnanSelect" data-font-id="SertoBatnan">Serto Batnan</a>
</li>
<li>
<a href="/documentation/wiki.html?wiki-page=/How-to-view-Syriac-script&wiki-uri=https://github.com/srophe/syriaca-data/wiki">Help <span class="glyphicon glyphicon-question-sign"></span></a>
</li>
</ul>
</div>
</li>
</ul>
</div>
</nav>
<div class="main-content-block">
<div class="banner-interior">
<span class="img-credit">
<label>Photo Credit: </label>Image Colchester 1932.228 f. 4b
</span>
</div>
<h1 class="banner indent bhse">About the Digital Syriac Corpus</h1>
<div class="row top-padding indent">
<div class="col-md-8">
<div class="container">
<h2>Logo</h2>
<p class="indent">The Digital Syriac Corpus logo incorporates the Syriac letter ܛ (ṭet) as an allusion
to the Syriac word ܛܟܣܐ (ṭaksa) meaning "order, series, or arrangement.” Our aim is
that the digitally arranged ܛܟܣܐ of this corpus will offer scholars new ways to explore
the rich heritage of Syriac literature.
</p>
<h2>Project Overview</h2>
<p class="indent">The Digital Syriac Corpus is a freely available, open-access,
online repository for digitized editions of Syriac texts. All of the texts
in the Digital Syriac Corpus have been converted into TEI/XML formatting for
display and robust searching.
</p>
<h2>Objectives for the Digital Syriac Corpus</h2>
<h3>Access</h3>
<p class="indent">Many Syriac texts are available only in manuscripts or in
print editions that are held only by top-tier research libraries. As such,
these texts are often inaccessible to both scholars and members of Syriac
heritage communities. We hope that this project will help improve access to
these texts worldwide.
</p>
<h3>Preservation</h3>
<p class="indent">In addition to the preservation work being done by libraries
and archivists in libraries around the world to protect the physical
manuscripts containing these texts, we hope that the Digital Syriac Corpus
will serve as a digital repository for the preservation of Syriac texts for
future generations. Moreover, we hope that this archive of texts will become
a resource for the preservation of the Syriac language among heritage
communities around the world.
</p>
<h3>Data Sharing</h3>
<p class="indent">All documents in the Digital Syriac Corpus are released under a under a <a href="https://creativecommons.org/licenses/by/4.0/">Creative Commons Attribution 4.0 International Public License (CC-BY 4.0)</a> and all the Syriac base texts are considered in the public domain. The TEI/XML encoded
documents are all available on GitHub, and we welcome other scholars to use our data
for new projects. The Digital Syriac Corpus currently shares data (following the Linked
Open Data model) with Syriaca.org, especially the <a href="http://www.syriaca.org/persons/index.html">Syriac Biographical Dictionary</a> and the forthcoming New Handbook of Syriac Literature.
</p>
</div>
</div>
<div class="col-md-4">
<div class="panel panel-default">
<div class="panel-heading">
<h3 class="panel-title">About Digital Syriac Corpus</h3>
</div>
<div class="panel-body">
<div data-template="app:shared-content" data-template-path="/about-menu.html"></div>
</div>
</div>
</div>
</div>
<hr />
</div>
<!-- Footer with Syriaca.org branding -->
<footer>
<div class="container" style="width: 60%">
<a rel="license" href="https://creativecommons.org/licenses/by/4.0/">
<img alt="Creative Commons License" style="border-width:0" src="/resources/images/cc.png" height="18px" />
</a>
Digital Syriac Corpus is a collaboration of University of Oxford, Brigham Young University,
Vanderbilt University, and the Center of Digital Humanities Research (CoDHR) at Texas
A&M University.
This HTML page is copyrighted by Vanderbilt University and released under a under
a
<a rel="license" href="https://creativecommons.org/licenses/by/4.0/" style="color:#C0C0C0;">Creative Commons Attribution 4.0 International Public License (CC-BY 4.0)</a>.
The TEI XML editions are copyrighted by the encoders and released under
CC-BY 4.0. All Syriac base texts are in the public domain.
</div>
</footer>
</body><script data-template="app:google-analytics"></script></html>