forked from XQueryInstitute/XQueryInstitute.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
contact.html
50 lines (44 loc) · 2.05 KB
/
contact.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
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8' />
<meta http-equiv="X-UA-Compatible" content="chrome=1" />
<meta name="description" content="The XQuery Summer Institute takes places at Vanderbilt University from June 9 to 20, 2014. Join us!" />
<link rel="stylesheet" type="text/css" media="screen" href="stylesheets/stylesheet.css">
<title>XQuery Summer Institute - Contact</title>
</head>
<body>
<!-- HEADER -->
<div id="header_wrap" class="outer">
<header class="inner">
<a href="http://library.vanderbilt.edu/scholarly/"><img class="vanderbilt-logo" src="images/vu03br.png"/></a>
<a id="forkme_banner" href="https://github.com/XQueryInstitute">View on GitHub</a>
<h1 id="project_title">XQuery Summer Institute</h1>
<h2 id="project_tagline">Advancing XML-Based Scholarship from Representation to Discovery</h2>
<ul id="nav">
<li><a href="index">About</a></li>
<li><a href="instructors">Instructors</a></li>
<li><a href="curriculum">Curriculum</a></li>
<li><a href="faq">FAQs</a></li>
<li><a href="apply">Apply</a></li>
<li><a href="contact">Contact</a></li>
</ul>
</header>
</div>
<!-- MAIN CONTENT -->
<div id="main_content_wrap" class="outer">
<section id="main_content" class="inner">
<h3>
<a name="welcome-to-github-pages" class="anchor" href="#welcome-to-github-pages"><span class="octicon octicon-link"></span></a>Contact
</h3>
<p>Clifford Anderson is the project director of the XQuery Summer Institute. Please contact him <a href="mailto:[email protected]">by email</a> with any questions.</p>
</section>
</div>
<!-- FOOTER -->
<div id="footer_wrap" class="outer">
<footer class="inner">
<p><a href="http://www.neh.gov/divisions/odh/grant-news/announcing-3-institutes-advanced-topics-awards-july-2013">An NEH Summer Institute for Advanced Topics in the Digital Humanities</a> <a href="http://www.neh.gov/divisions/odh"><img class="neh-logo" src="images/neh-logo.gif"></a></p>
</footer>
</div>
</body>
</html>