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 pathabout.html
More file actions
executable file
·21 lines (20 loc) · 1.63 KB
/
about.html
File metadata and controls
executable file
·21 lines (20 loc) · 1.63 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
---
layout: about
title: About
permalink: /about/
---
<div class="container mtb">
<div class="row">
<div class="col-lg-6">
<img class="img-responsive" src="{{ "/assets/img/t-back.jpg" | prepend: site.baseurl }}" alt="">
</div>
<div class="col-lg-6">
<h4></h4>
<p>Open Data Literacy (ODL) is focused on improving accessibility and use of open data, specifically for communities that can benefit most from public sector information. Practically, ODL advances data literacy by developing new curriculum for iSchool students and public librarians; coordinating internships, fieldwork, and action research projects between the University of Washington (UW) and public institutions with open data initiatives; and, producing community workshops and open education resources that are freely available to the general public. Because ODL believes libraries are well-positioned to promote open data literacy, much of ODL’s research centers around the role of libraries in the open data movement.
</p>
<p>ODL is based in the Information School at UW, and supported by a three-year Institute of Museum and Library Services (IMLS) grant. Our ongoing work includes diverse partners such as Washington State Library, Seattle Public Library, Washington State Department of Transportation, City of Seattle, and State of Washington’s Office of Innovation. We are also looking for additional partners throughout the country.</p>
<p></p>
<p><br/><a href="mailto:[email protected]" class="btn btn-theme">Contact Us</a></p>
</div>
</div><! --/row -->
</div><! --/container -->