forked from DHRI-Curriculum/website-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
165 lines (122 loc) · 5.52 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
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
---
title: Digital Humanities Research Institute
---
<!DOCTYPE html>
<html lang="en">
{% include head.html %}
<body id="page-top">
<!-- Navigation -->
{% include nav.html %}
<header class="masthead text-center text-white d-flex">
<div class="container my-auto">
<div class="row">
<div class="col-lg-10 mx-auto">
<h1 class="text-uppercase">
{{ site.title }}
</h1>
<hr class="light my-4">
</div>
<div class="col-lg-8 mx-auto">
<h2 class="text-white">{{ site.date-range }}</h2>
<h2 class="text-white">Hosted by <a class="text-white" href="{{ site.host-institution-url }}">{{ site.host-institution }}</a></h2><br>
<a class="btn btn-primary btn-xl js-scroll-trigger" href="{{ site.apply-link }}">Apply Now</a>
</div>
</div>
</div>
</header>
<section class="bg-primary" id="about">
<div class="container">
<div class="col-lg-12 mx-auto text-center">
<h2 class="section-heading text-white">
What is the Digital Humanities Research Institute?
</h2>
<hr class="light my-4">
<div class="text-white">
The Digital Humanities Research Institute (DHRI) is a ten-day residential workshop to be held from June 11 - 20, 2018 at The Graduate Center, CUNY. Participants will develop core computational research skills through hands-on workshops, explore interdisciplinary digital humanities research and teaching with leading DH scholars, and begin developing versions of the DHRI for their own communities. Over the following academic year, each participant will have access to an online network of peers, as well as 20 hours of consultation from our experienced staff while they lead their own DHRI. Participants will return to New York in June 2019 to report on their experiences and contribute to a guide to leading DHRIs in a variety of institutional contexts.
</div>
</div>
</div>
</section>
<section id="services">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<h2 class="section-heading">Reasons to Participate</h2>
<hr class="my-4">
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-lg-4 col-md-6 text-center">
<div class="service-box mt-5 mx-auto">
<i class="fa fa-4x fa-connectdevelop text-primary mb-3 sr-icons"></i>
<h3 class="mb-3">Build Community
</h3>
<p class="text-muted mb-0">
Engage with leaders who are passionate about using digital tools to enhance their work.
</p>
</div>
</div>
<div class="col-lg-4 col-md-6 text-center">
<div class="service-box mt-5 mx-auto">
<i class="fa fa-4x fa-laptop text-primary mb-3 sr-icons"></i>
<h3 class="mb-3">Learn New Skills
</h3>
<p class="text-muted mb-0">
Build technical and professional skills through collaborative and group-oriented workshops
</p>
</div>
</div>
<div class="col-lg-4 col-md-6 text-center">
<div class="service-box mt-5 mx-auto">
<i class="fa fa-4x fa-cogs text-primary mb-3 sr-icons"></i>
<h3 class="mb-3">Share Resources
</h3>
<p class="text-muted mb-0">
Learn how to teach, adapt, and share our open curricula with others.
</p>
</div>
</div>
</div>
</div>
</section>
<section id="topics" class="bg-primary">
<div class="container">
<div class="row">
<div class="col-lg-12 mx-auto text-center">
<h2 class="section-heading text-white">What to Expect</h2>
<hr class="light my-4">
</div>
</div>
<div class="row">
<div class="col-md-5 col-xs-12">
<a class="no-animate" style="margin:0 0 10px 0;" href="{{ '/img/drb_74.jpg' | prepend: site.baseurl }}"><img class="img-fluid float-left img-thumbnail" src="{{ '/img/drb_74.jpg' | prepend: site.baseurl }}" alt="January 2016 Digital Research Bootcamp" /></a>
</div>
<div class="col-md-7 col-xs-12">
<p class="text-white">At DHRI you can expect an intensive, community-oriented, and foundational approach to learning technical skills in service of humanities teaching and learning. Through seminar-style discussions with leading scholars in digital humanities, hands-on workshops on core technical competencies, and project development labs, participants will become familiar with working from the command line, collaborating with git, programming with Python, querying structured data, creating maps, and analyzing texts computationally. You will also become part of a growing network of institute leaders by developing your own DHRI based on our open, core curriculum to be led at your home institution or organization.</p>
</div>
</div>
</div>
</section>
<div class="container">
<br>
<div class="row">
<div class="col-lg-6">
<h2 class="section-heading ">About Us</h2>
<p>
{{ site.author.description }}
</p>
<br>
</div>
<div class="col-lg-6">
<h3>{{ site.author.name }}</h3>
{{ site.author.address }}
<a href="{{ site.author.url }}">Website</a><br />
<a class="no-animate" href="https://twitter.com/{{site.author.twitter}}">@{{ site.author.twitter }}</a>
</div>
</div>
</div>
{% include scripts.html %}
</body>
</html>