-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
94 lines (94 loc) · 5.21 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
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
<?xml version="1.0" encoding="UTF-8"?>
<div xmlns="http://www.w3.org/1999/xhtml" xmlns:xi="http://www.w3.org/2001/XInclude" data-template="templates:surround" data-template-with="templates/page.html" data-template-at="content">
<div class="home-page">
<div class="home-page-text">
<h1>The Srophé Application</h1>
<h2>An open source TEI publishing framework</h2>
<a class="btn btn-default btn-rounded btn-light" href="documentation/index.html">Read the Docs</a>
</div>
<span class="img-credit">
<label>Photo Credit:</label> ©2016 Michelle Bukowski
<button class="btn btn-link white-link" data-toggle="collapse" data-target="#img-rights">
<span class="glyphicon glyphicon-info-sign" aria-hidden="true"/>
</button>
<div id="img-rights" class="collapse">
Licensed under a Creative Commons Attribution 4.0 International License.
</div>
</span>
</div>
<div class="container">
<h2>Features</h2>
<div class="row home-about">
<div class="col-md-4">
<div class="bg-light feature">
<h3>
<span class="glyphicon glyphicon-th-list" aria-hidden="true"/> Search/Browse</h3>
<p>
<small>Multi-lingual, customizable search and browse for TEI records. </small>
</p>
<br/> <a class="btn btn-default btn-rounded btn-light btn-sm pull-right" href="documentation/index.html">Read the Docs</a>
</div>
</div>
<div class="col-md-4">
<div class="bg-light feature">
<h3>
<span class="glyphicon glyphicon-globe" aria-hidden="true"/> Maps</h3>
<p>
<small>Add TEI records with coordinates to Leaflet or Google maps. [link to documentation]</small>
</p>
<br/>
<a class="btn btn-default btn-rounded btn-light btn-sm pull-right" href="documentation/index.html">Read the Docs</a>
</div>
</div>
<div class="col-md-4">
<div class="bg-light feature">
<h3>
<span class="glyphicon glyphicon-download-alt" aria-hidden="true"/> Multi-format publishing</h3>
<p>
<small>Publish TEI content as HTML, TEI, geoJSON, KML, JSON-LD, RDF/XML, RDF/TTL and Plain text</small>
</p>
<a class="btn btn-default btn-rounded btn-light btn-sm pull-right" href="documentation/index.html">Read the Docs</a>
</div>
</div>
</div>
<hr/>
<h2>About the Application</h2>
<p>The Srophé Application is an open source TEI publishing framework. Originally developed as a digital publication platform for Syriaca.org [http://syriaca.org/] the Srophé software has been generalize for use with any TEI publications.
Additional features include customizable faceted search and browse functions, D3js visualizations for TEI relationships and a bibliography module with a Zotero API integration. </p>
<a class="btn btn-default btn-rounded btn-light btn-sm pull-right" href="https://github.com/srophe/srophe">Get the code</a>
<br/>
<hr/>
<h2>Active projects</h2>
<ul class="list-inline projects">
<li>
<img src="resources/images/syriaca.png" title="Syriaca.org website"/>
<a href="http://syriaca.org/">Syriaca.org</a>
</li>
<li>
<img src="resources/images/corpus.png" title="Digital Syriac Corpus website"/>
<a href="https://syriaccorpus.org/index.html">Digital Syriac Corpus</a>
</li>
<li>
<img src="resources/images/hugoye.png" title="Hugoye: Journal of Syriac Studies website"/>
<a href="https://hugoye.bethmardutho.org/index.html">Hugoye: Journal of Syriac Studies</a>
</li>
<li>
<img src="resources/images/gedsh.png" title="Gorgias Encyclopedic Dictionary of the Syriac Heritage: Electronic Edition website"/>
<a href="https://gedsh.bethmardutho.org/index.html">Gorgias Encyclopedic Dictionary of the Syriac Heritage:
Electronic Edition</a>
</li>
<li>
<img src="resources/images/logar.png" title="LOGAR: Linked Open Gazetteer of the Andean Region website"/>
<a href="http://logarandes.org/">LOGAR: Linked Open Gazetteer of the Andean Region</a>
</li>
<li>
<img src="resources/images/sinica.png" title="Architectura Sinica website"/>
<a href="https://architecturasinica.org/index.html">Architectura Sinica</a>
</li>
<li>
<img src="resources/images/poetess.png" title="The Poetess Archive website"/>
<a href="http://poetess.dh.tamu.edu/index.html">The Poetess Archive</a>
</li>
</ul>
</div>
</div>