> For the complete documentation index, see [llms.txt](https://bcds.gitbook.io/handbook/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://bcds.gitbook.io/handbook/digital-scholarship-methods/introduction-to-digital-exhibits/exhibit-examples.md).

# ¶ Exhibit Examples

* [Racing to Change](https://mnchexhibits.uoregon.edu/racing-to-change/) - An exhibit that focuses on the Civil Rights Movement in 1960s and 70s Oregon. Platform: A developer customized site
* [Japanese Digitization Project](https://scalar.usc.edu/works/csujad-exhibit/index) - An exhibit about Japanese nationals and Japanese American WWII internment. Platform: [Scalar](https://scalar.me/anvc/scalar/)
* [A Gospel of Health: Hilla Sheriff's Crusade Against Malnutrition in South Carolina](https://digital.library.sc.edu/exhibits/hillasheriff/) - An exhibit about Dr. Hilla Sheriff, a pioneering crusader for the public health system in Progressive Era South Carolina. Platform: Wordpress (.[com](https://wordpress.com/) and .[org](https://wordpress.org/))&#x20;
* [Drawn to the Nines](https://wustl.omeka.net/exhibits/show/drawn-to-the-nines) - An exhibit about the use of costuming in mid-century illustration. Platform: Omeka ([.net](https://www.omeka.net/) and [.org](https://omeka.org/))
* [Quack Cures and Self-Remedies](https://dp.la/exhibitions/patent-medicine/1860-1920) - An exhibit about dubious "cures" and patient care in the mid-19th to early 20th century. Platform: A developer customized site
* [#LovecraftCountry](https://sites.psu.edu/lovecraftcountry/) - An exhibit that examines historical, literary, and cultural events presented in the show Love Craft Country with published and primary source materials. Platform: Wordpress (.[com](https://wordpress.com/) and .[org](https://wordpress.org/))&#x20;


---

# 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://bcds.gitbook.io/handbook/digital-scholarship-methods/introduction-to-digital-exhibits/exhibit-examples.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.
