-
Notifications
You must be signed in to change notification settings - Fork 3
/
index.html
91 lines (82 loc) · 5.36 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
---
layout: default-noheader
title: Welcome to the GC Digital Research Institute
regenerate: true
---
<header class="header-home">
<div class="header-content">
<div class="header-content-inner">
<h1 class="display-0 text-accent p-b-3">GC Digital Research Institute</h1>
<h2 class="text-white">A Week-Long Course in Digital Research Methods at the Graduate Center
<hr class="hr hr-info">
<h2 class="text-white">January 14-17, 2019</h2>
<h2 class="text-white"><a href="https://www.gc.cuny.edu">The Graduate Center, CUNY</a></h2>
<h2 class="text-white m-b-3">Hosted by the <a href="https://cuny.is/gcdigitalfellows">GC Digital Fellows</a></h2>
<!-- <a href="https://docs.google.com/forms/d/1-sGyOSFPKUcLqjdAGvBJWCV9-24LW8llMaPQibt_djQ/viewform" class="btn btn-info btn-xl m-l-2 page-scroll">Apply Now</a> -->
<!-- Opening soon message below -->
<!-- <div class="row">
<div class="m-t-3 col-md-6 offset-md-3 alert alert-info" role="alert"><strong><center>Applications opening soon</center></strong><br/>Applications for the January 2017 Digital Research Institute will open November 9. Bookmark this page for updates.</div>
</div>
</div> -->
<!-- Uncomment below when closing application -->
<div class="row">
<div class="m-t-3 col-md-6 offset-md-3 alert alert-danger"
role="alert"><strong>Applications for the January 2019 Institute are now closed.</strong><br/>
</div>
</div>
</div>
</div>
</header>
<main>
<section class="bg-primary" id="about">
<div class="container">
{% include section-header.html title="What is the GC Digital Research Institute?" color="white" %}
<p>Hosted by the GC Digital Fellows and part of the GC Digital Initiatives, the GC Digital Research Institute (GC DRI) is a week-long intensive training course where participants learn core digital research skills while connecting with peers in an interdisciplinary environment.</p>
<p>Building on the success of prior Digital Research Institutes in January 2016, June 2016, and January 2017, GC DRI combines training in areas such as the command line, git, Python, and databases with more specialized short workshops and professional development sessions. Participants will come together to share their own research goals, collaborate on a shared project, and present what they have learned in a casual but challenging setting.</p>
<p>Free of charge to participants and open to all members of the Graduate Center community, the GC DRI is developed in partnership with Software Carpentry, the New York Public Library, Mozilla Science Lab, Humanities Intensive Learning and Teaching, and the Digital Humanities Summer Institute.</p>
<p>The GC DRI is sponsored by <a href="http://gcdi.commons.gc.cuny.edu/">GC Digital Initiatives</a> and <a href="">the Provost's Office <a href="http://www.gc.cuny.edu">The Graduate Center</a>.
<!-- <p>We are now <a href="{{ '/apply/' | prepend: site.baseurl }}">accepting applications</a> for the June 2016 GC DRI. Please <a href="{{ 'contact.html' | prepend: site.baseurl }}">contact us</a> if you have any questions or comments.</p> -->
</div>
</div>
</div>
</section>
<section id="topics">
<div class="container-fluid">
{% include section-header.html title="Reasons to Participate" color="danger" %}
<div class="row">
{% for topic in site.data.outcomes %}
{% if forloop.index == 4 %}
</div>
<div class="row">
{% endif %}
<div class="card card-noborder col-sm-4">
<div class="card-block text-xs-center">
<h4 class="card-title text-danger">{{topic.title}}</h4>
<span class="fa-stack fa-2x wow bounceIn text-danger">
<i class="fa fa-square fa-stack-2x"></i>
<i class="fa {{topic.icon}} fa-stack-1x fa-inverse"></i>
</span>
<p class="card-text">{{topic.description}}</p>
</div>
</div>
{% endfor %}
</div>
</div>
</section>
<section id="topics" class="bg-primary">
<div class="container">
{% include section-header.html title="Want to Learn More?" color="white" %}
<div class="row">
<div class="col-md-5">
<a class="no-animate" href="{{ '/images/drb_74.jpg' | prepend: site.baseurl }}"><img class="img-fluid img-thumbnail" src="{{ '/images/drb_74.jpg' | prepend: site.baseurl }}" alt="January 2016 Digital Research Bootcamp" /></a>
</div>
<div class="col-md-7">
<p>Still not sure if this is right for you? Read about the <a href="{{ 'january_2018_curriculum.html' | prepend: site.baseurl }}">curriculum for the January 2018 Digital Research Institute</a>, check out participant experiences on the <a href="http://digitalfellows.commons.gc.cuny.edu/tag/gcdrb/">Digital Fellows blog</a>, or peruse the real time <a href="https://twitter.com/search?q=%23gcdrb">#gcdri twitter stream</a>.</p>
<!-- <p>Ready to get started? <a href="https://docs.google.com/forms/d/e/1FAIpQLSdYiq7k1BMePnl1hhl1FD_f05ByLF3Jvs2Ts_BfTBekoGLiJA/viewform">Apply Now!</a></p> -->
<p>Applications are due before 11:59pm EST, November 30th, 2018. We will notify applicants about the status of applications in early December.</p>
</div>
</div>
</div>
</section>
</main>
{% include partners.html %}