-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
executable file
·50 lines (44 loc) · 1.96 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
---
layout: index
title: Home
permalink: /
---
<div id="service">
<div class="container">
<div class="row centered">
<div class="col-md-4">
<i class="fa fa-book" aria-hidden="true"></i>
<span class="sr-only">An image of a book</span>
<h4>Explore the data</h4>
<p>Designing a curriculum for open data literacy and expertise, built on established, successful advances in data curation and data science education.</p>
<p><br><a href="education" class="btn btn-theme">More Info</a></p>
</div>
<div class="col-md-4">
<i class="fa fa-flask" aria-hidden="true"></i>
<span class="sr-only">An image of a laboratory flask</span>
<h4>About the project</h4>
<p>Conducting research on the representation, organization, and use of open data in the public sector.</p>
<p><br><a href="research" class="btn btn-theme">More Info</a></p>
</div>
<div class="col-md-4">
<i class="fa fa-exchange" aria-hidden="true"></i>
<span class="sr-only">An image of an exchange</span>
<h4>Join the conversation</h4>
<p>Partnering with organizations to provide students with practical field experiences and mentoring, including mechanisms for bringing practice-based knowledge back into the classroom.</p>
<p><br><a href="partners" class="btn btn-theme">More Info</a></p>
</div>
</div>
</div><! --/container -->
</div><! --/service -->
{% include portfolio.html title="Student Projects" limit=12 %}
<div class="container mtb">
<div class="row">
<div class="col-lg-4 col-lg-offset-1">
</div>
<div class="col-lg-3">
<div class="hline"></div>
</div>
<div class="col-lg-3">
</div>
</div><! --/row -->
</div><! --/container -->