> For the complete documentation index, see [llms.txt](https://civic-switchboard.gitbook.io/guide/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://civic-switchboard.gitbook.io/guide/case-studies-2020.md).

# Case Studies 2020

The following libraries led projects in 2020 with support from the Civic Switchboard Project. Each project worked with one or more local community data partner organizations to increase the library's capacity in their local civic data ecosystem. All projects took place during the early stages of the pandemic and had to adjust accordingly. The resulting case studies, drawn mostly from each project team's own writing, give insight into the variety that can be found across local data ecosystems and provide real-world examples of roles that libraries can play within them.

### [The School of Library and Information Sciences Library at North Carolina Central University](/guide/case-studies-2020/the-school-of-library-and-information-sciences-library-at-nccu-durham-nc.md), Durham, NC - ***Discovering Racial Covenants in Property Deeds*** <a href="#durham-nc---the-school-of-library-and-information-sciences-library-at-north-carolina-central-univers" id="durham-nc---the-school-of-library-and-information-sciences-library-at-north-carolina-central-univers"></a>

### [The University of Chicago Library’s Center for Digital Scholarship](/guide/case-studies-2020/the-university-of-chicago-librarys-center-for-digital-scholarship-chicago-il.md), Chicago, IL -  ***Engaging with Criminal Justice Related Data*** <a href="#chicago-il---the-university-of-chicago-librarys-center-for-digital-scholarship" id="chicago-il---the-university-of-chicago-librarys-center-for-digital-scholarship"></a>

### &#x20;[Indianapolis Public Library](/guide/case-studies-2020/indianapolis-public-library-indianapolis-in.md), Indianapolis, IN - *Reaching a **New Audience for Civic Data and Community Research*** <a href="#indianapolis-in---indianapolis-public-library" id="indianapolis-in---indianapolis-public-library"></a>

### [Spokane Public Library](/guide/case-studies-2020/spokane-public-library-spokane-wa.md), Spokane, WA - **Grounding Open Data in a People-Centered Ecosystem** <a href="#spokane-wa---spokane-public-library" id="spokane-wa---spokane-public-library"></a>

### [St. Joseph County Public Library](/guide/case-studies-2020/st.-joseph-county-public-library-south-bend-in.md), South Bend, IN - *Building **Civic Data Community Partnerships*** <a href="#south-bend-in---st-joseph-county-public-library" id="south-bend-in---st-joseph-county-public-library"></a>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://civic-switchboard.gitbook.io/guide/case-studies-2020.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
