forked from wsalesky/srophe-eXist-app
-
Notifications
You must be signed in to change notification settings - Fork 11
/
project-partners.html
45 lines (45 loc) · 2.35 KB
/
project-partners.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
<?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">
<xi:include href="banner.html"/>
<h1 class="banner">Project Partners</h1>
<div class="row main-content-block">
<div class="col-md-8">
<div class="indent">
<!--
<p style="text-align:center;">
<img title="Project-Team" src="http://syriac.library.vanderbilt.edu/blog/wp-content/uploads/2011/11/Project-Team3.jpg" alt="" width="100%"/>
</p>
-->
<h3>Syriaca.org is a joint project of:</h3>
<ul>
<li>Vanderbilt University</li>
<li>Princeton University</li>
<li>Marquette University</li>
<li>Texas A&M University</li>
<li>New York University</li>
<li>Beth Mardutho Research Library</li>
</ul>
<p>Current funding for the project is provided by the National Endowment for the Humanities and the International Balzan Prize Foundation. Past support has been provided by the Andrew W. Mellon Foundation and the University of Alabama.</p>
<p>Syriaca.org is also actively seeking additional institutional partners.</p>
<h3>Affiliated institutions include:</h3>
<ul>
<li>Beth Mardutho Research Library</li>
<li>Center for the Preservation of Ancient Religious Texts, Brigham Young University</li>
<li>Centre National de la Recherche Scientifique, Paris</li>
<li>Hill Museum & Manuscript Library, Saint John’s University, Collegeville, MN</li>
<li>Institute for the Study of the Ancient World, New York University</li>
</ul>
</div>
</div>
<div class="col-md-4">
<div class="panel panel-default">
<div class="panel-heading">
<h3 class="panel-title">About Syriaca.org</h3>
</div>
<div class="panel-body">
<div data-template="app:shared-content" data-template-path="/about-menu.html"/>
</div>
</div>
</div>
</div>
</div>