# Exercise 1: Women in the Olympics

**Goal**: Sonify female representation in the Summer Olympic Games since 1900. Add a sonic indicator for how the percentage of female athletes compares to 50%.

**Tools**: DataSonifyer, Audacity

**Method**: Parameter Mapping

<div><figure><img src="/files/Dehm6459bQYuyFKHa8SB" alt="" width="375"><figcaption></figcaption></figure> <figure><img src="/files/5RTLMecATaqbHYiHRscw" alt="" width="375"><figcaption></figcaption></figure></div>

***

### Part 1: DataSonifyer

1. Download the [data](https://github.com/awalmer/Sonification-Exercises/blob/main/Women%20in%20the%20Oympics/women-summer-olympics.csv) (women-summer-olympics.csv).
2. Open [DataSonifyer](https://studio.datasonifyer.de/en).
3. Upload data (click “Load Data” and select .csv file, enter ‘,’ for delimiter).
4. Adjust general settings:
   1. Instrument: Triangle
   2. BPM: 80
   3. Loop: Off
5. In the Frequency module, adjust:
   1. Data: %women\_participants\_summer
6. In the Amplitude module, adjust:
   1. Data: %women\_participants\_summer
7. Click “Add Sound Module,” select “Effect Control,” and save. Apply reverb if desired.
8. Continue adjusting parameters. Click the musical note symbol in the upper left corner for helpful tips.
9. To export audio, click “Record” in the upper right corner. Then click “Play” and DataSonifyer will capture what is played. Clicking “Recording” to stop recording. Scroll down to download the generated WAV file.
10. Next, do a similar process for a different variable: 50\_percent\_end.&#x20;
    1. Frequency module: Set Data: 50\_percent\_end
    2. Amplitude module: Set Data: 50\_percent\_end, Min Amp: 0, Max Amp 1. This will make it so that only the final 50% tone is audible.
    3. Record sonification and download WAV file.

<div align="center"><figure><img src="/files/VbF6GB5J8KwX8BhNyBLo" alt="" width="320"><figcaption></figcaption></figure></div>

### Part 2: Audacity&#x20;

11. Open Audacity.
    1. To install, go to <https://www.audacityteam.org/> and click “Download without Muse Hub.” Follow the installation process.
12. Import both sonification WAV files (File > Import > Audio...).
13. Arrange clips: Trim the 50% tone audio track, and make a copy of the clip. Place one clip at the beginning, and one at the end. This can provide sonic context to the listener, i.e. “What does 50 percent sound like?”
14. Add effects: Click “Effects” on the left side of a track and click “Add Effect.” Explore the effects available and adjust the parameters to your liking.
15. When ready, export the sonification: File > Export Audio... > Export to computer > Save with preferred file specifications.&#x20;

<div align="center" data-full-width="false"><figure><img src="/files/JRjxNU9OqPFzGsJhHMtn" alt="" width="563"><figcaption></figcaption></figure></div>

Data Source: [International Olympic Committee Factsheet, April 2024](https://stillmed.olympics.com/media/Documents/Olympic-Movement/Factsheets/Women-in-the-Olympic-Movement.pdf) and [Olympics.com](https://www.olympics.com/ioc/gender-equality/gender-equality-through-time).


---

# 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/exercise-1-women-in-the-olympics.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.
