An open API service indexing awesome lists of open source software.

https://github.com/centrefordigitalhumanities/summer-school-2024

Course materials for the Exploring Culture through Data Summer School
https://github.com/centrefordigitalhumanities/summer-school-2024

cultures data-mining data-science humanities interdisciplinary

Last synced: 3 months ago
JSON representation

Course materials for the Exploring Culture through Data Summer School

Awesome Lists containing this project

README

        

# Summer School 2024
Welcome to the [Exploring Culture Through Data: Digital Methods & Data Practices](https://utrechtsummerschool.nl/courses/humanities/exploring-culture-through-data-digital-methods-data-practices) Summer School 2024! We are excited to offer an in-depth exploration of using digital methods and data practices to analyze and understand culture. Join us to learn how to leverage data to gain insights into various cultural phenomena. Whether you are new to programming or an experienced data analyst, we have something for everyone.

For an overview of the week, see the [week schedule](docs/schedule.pdf):

[![Preview of schedule](docs/img/schedule.png)](docs/schedule.pdf)

More information can be found in the Microsoft Teams class and via the LinkedIn event .

## Contents
The content of this repository consists of three parts:
1. Jupyter Notebooks, to be found under `code`.
3. Data that will be used during various assignments, found under `data`.
4. Documentation on the course materials and presentations can be found under `docs`.

With that, the total structure looks roughly as follows:
```plaintext
Summer-School-2024/
├── code/
│ ├── 01_preparation/
│ ├── 02_basics_of_programming/
│ ├── 03_text_analysis/
│ ├── 04_data_visualization/
├── data/
│ ├── GDP_by_country.xlsx
│ ├── songs.csv
└── docs/
├── assignment.ipynb
├── documentation.ipynb
├── instructions.ipynb
├── questions.ipynb
├── syllabus.ipynb
├── slides/
│ ├── presentation.pdf
└── img/
├── logo.png
└── diagram.png
├── README.md
```

## License & credits
This work is licensed under the [MIT License](LICENSE). This summer school was created by [Data School](https://dataschool.nl/) at [Utrecht University](https://www.uu.nl).

Inspiration was drawn from the [Educational materials](https://github.com/CentreForDigitalHumanities/Education) by the [Centre for Digital Humanities](https://github.com/CentreForDigitalHumanities/).