-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathespyprojectpage.html
executable file
·88 lines (75 loc) · 2.22 KB
/
espyprojectpage.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
---
title: Espy Project Page
subtitle: The Digital Archive of Executions in the United States, 1608-2002
layout: one_column
permalink: /espyprojectpage/
---
<script type="text/javascript" src="{{ site.url }}/oldDrupal/js/headerAffix.js"></script>
<link rel="stylesheet" href="{{ site.url }}/oldDrupal/css/ua/oneColumn.css" type="text/css"></link>
<style>
.sequence {
display: flex;
flex-flow: row wrap;
justify-content: space-around;
margin: 0px;
}
.teams>li {
list-style: none;
margin: 10px 20px 0px 20px;
font-weight: bold;
}
.teams>li>ul {
padding-left: 15px;
}
.teams li ul li {
list-style: none;
font-weight: normal;
}
body {
background-image: url("https://archives.albany.edu/web/oldDrupal/img/1900/ndpa1.jpg");
}
</style>
<ul>
<li><a href="{{ site.url }}/espyproject">Project Announcement</a>, April 2017</li>
<li><a href="{{ site.url }}/2017/10/06/espy_project_fall_update.html">Fall Update</a>, October 2017</li>
<li><a href="{{ site.url }}/2019/05/13/disparities_in_documentation.html">Disparities in Documentation, by Sheri Sarnoff</a>, May 2019</li>
<li><a href="{{ site.url }}/2019/05/15/working_with_challanging_or_anonymous_records.html">Working with Challanging or Anonymous Records, by Amanda Partridge</a>, May 2019</li>
<li><a href="{{ site.url }}/2019/05/20/missing_executions_from.html">Missing Executions from 1860-1875 Mississippi, by Miles Lawlor</a>, May 2019</li>
<li><a href="https://github.com/UAlbanyArchives/EspyProject">Link to Github repository</a></li>
<li><a href="{{ site.url }}/espyfields">Description of Espy Data Fields (draft)</a></li>
</ul>
<div class="col-md-12">
<p><h3>The Espy Project Team</h3></p>
<ul class="teams sequence">
<li>Principal Investigator
<ul>
<li>Brian Keough</li>
</ul>
</li>
<li>Project Managers
<ul>
<li>Gregory Wiedeman</li>
<li>Mark Wolfe</li>
</ul>
</li>
<li>Metadata Specialist
<ul>
<li>Melissa McMullen</li>
</ul>
</li>
<li>Systems Support Team
<ul>
<li>Adam Cybulski</li>
<li>Krishna Rayavaram</li>
<li>Mike Sweeney</li>
</ul>
</li>
<li>Graduate Student Assistants
<ul>
<li>Miles Lawlor</li>
<li>Amanda Partridge</li>
<li>Sheri Sarnoff</li>
</ul>
</li>
</ul>
</div>