# Exercises

| Sonification Exercise                                                                                 | Method            | Tools                                                     |
| ----------------------------------------------------------------------------------------------------- | ----------------- | --------------------------------------------------------- |
| [Women in the Olympics](/data-sonification/exercises/exercise-1-women-in-the-olympics.md)             | Parameter mapping | DataSonifyer, Audacity                                    |
| [Global Protection of LGBTQ+ Rights](/data-sonification/exercises/exercise-2-global-lgbtq+-rights.md) | Parameter mapping | csv-to-midi, Signal                                       |
| [New York City Evictions](/data-sonification/exercises/exercise-3-new-york-city-evictions.md)         | Parameter mapping | Python (or Jupyter Notebook), Logic Pro X (or GarageBand) |

{% hint style="info" %}
*Thanks for your patience, toolkit family! More sonification activities are on the way.* 👍
{% endhint %}

{% hint style="success" %}
Hey, IRE 2025! 👋  We'll be working from this [GitHub repository](https://github.com/awalmer/Sonification-Exercises) 💻
{% endhint %}


---

# Agent Instructions: 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:

```
GET https://www.sonificationkit.com/data-sonification/exercises.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
