This repository was archived by the owner on Jul 31, 2025. It is now read-only.
forked from st4ple/solid-jekyll
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
executable file
·34 lines (32 loc) · 1.67 KB
/
index.html
File metadata and controls
executable file
·34 lines (32 loc) · 1.67 KB
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
---
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>Education</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>Research</h4>
<p>Conducting research on the representation, organization, and use of open data in the public sector, especially in libraries and other information organizations.</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>Partnerships</h4>
<p>Partnering with organizations such as libraries and city governments 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 -->