# Week 1.1

## Modelling concepts

- [Book chapter: Modelling concepts](https://mude.citg.tudelft.nl/book/2025/modelling/overview.html)
  - [Model classification](https://mude.citg.tudelft.nl/book/2025/modelling/classification.html)
  - [Model decisions](https://mude.citg.tudelft.nl/book/2025/modelling/decisions.html)
  - [Verification, Calibration and Validation](https://mude.citg.tudelft.nl/book/2025/modelling/validate_verify.html)
  - [Goodness of Fit](https://mude.citg.tudelft.nl/book/2025/modelling/gof.html)
- [Lecture slides](https://github.com/TUDelft-MUDE/source-files/raw/main/file/slides2025/Lecture_1_1.pdf)
- [Collegerama recording](https://collegeramavideoportal.tudelft.nl/catalogue/cegm1000/presentation/0e2e1d7b3eb141008280677582640fbf1d?academicYear=2025-2026-cegm1000-25) (TU Delft login required)
- [Group assignment: Ice Ice Baby](https://mude.citg.tudelft.nl/workbook-2025/assignments/GA1.1/README.html)
  - [Analysis](https://mude.citg.tudelft.nl/workbook-2025/assignments/GA1.1/analysis.html)
  - [Report](https://mude.citg.tudelft.nl/workbook-2025/assignments/GA1.1/report.html)

## Workshop
- [Workshop assignment: Warming up](https://mude.citg.tudelft.nl/workbook-2025/assignments/WS1.1/README.html)
  - [Python exercise](https://mude.citg.tudelft.nl/workbook-2025/assignments/WS1.1/Warming_Up.html)

## Programming

- Your computer
  - [Book chapters: Getting started!](https://mude.citg.tudelft.nl/book/2025/programming/week_1_1.html)
    - [Computers](https://mude.citg.tudelft.nl/book/2025/_git/github.com_TeachBooks_learn-programming/mude-2025/book/computers.html)
    - [Environments and environment managers](https://mude.citg.tudelft.nl/book/2025/_git/github.com_TeachBooks_learn-programming/mude-2025/book/environments.html)
    - [Command line interface](https://mude.citg.tudelft.nl/book/2025/_git/github.com_TeachBooks_learn-programming/mude-2025/book/install/common/cli.html)
    - [Files and folder](https://mude.citg.tudelft.nl/book/2025/programming/week_1_1/files.html)
- Installation
  - [Programming assignment: Catch them all](https://mude.citg.tudelft.nl/workbook-2025/assignments/PA1.1/README.html)
    - [Show hidden files](https://mude.citg.tudelft.nl/workbook-2025/assignments/PA1.1/1_enable_hidden_files.html)
    - [Install TU Delft conda](https://mude.citg.tudelft.nl/workbook-2025/assignments/PA1.1/2_install_conda.html)
    - [Install VS Code](https://mude.citg.tudelft.nl/workbook-2025/assignments/PA1.1/3_install_VS_code.html)
    - [Setup `mude-base` environment](https://mude.citg.tudelft.nl/workbook-2025/assignments/PA1.1/4_install_mude_environment.html)
    - [Execute python code in VS code in your `mude-base` environment](https://mude.citg.tudelft.nl/workbook-2025/assignments/PA1.1/5_test.html)
    - [GitHub account and Student Developer Pack](https://mude.citg.tudelft.nl/workbook-2025/assignments/PA1.1/6_github_copilot.html)

