# Week 1.1

- [Lecture slides introduction course](https://github.com/TUDelft-MUDE/source-files/raw/main/file/slides2026/Lecture_1_1_intro_mude.pdf)
- [Collegerama recording (TU Delft login required)](https://collegeramavideoportal.tudelft.nl/catalogue/cegm1000/presentation/f1784ead4ecd43a48bd5233ed8f588c11d?academicYear=2026-2027-cegm1000-25)
  
## Programming

### Getting started
- [Book chapters: Getting started!](https://mude.citg.tudelft.nl/book/2026/programming/week_1_1.html)
  - [Computers](https://mude.citg.tudelft.nl/book/2026/programming/week_1_1/computers.html)
  - [Environments and environment managers](https://mude.citg.tudelft.nl/book/2026/programming/week_1_1/environments.html)
  - [Command line interface](https://mude.citg.tudelft.nl/book/2026/programming/week_1_1/cli.html)
  - [Files and folder](https://mude.citg.tudelft.nl/book/2026/programming/week_1_1/files.html)
- [Programming assignment: Catch them all](https://mude.citg.tudelft.nl/workbook-2026/assignments/PA1.1/README.html)
  - [Create GitHub account](https://mude.citg.tudelft.nl/workbook-2026/assignments/PA1.1/01_github_account.html)
  - [Show hidden files](https://mude.citg.tudelft.nl/workbook-2026/assignments/PA1.1/02_enable_hidden_files.html)
  - [Install TU Delft conda](https://mude.citg.tudelft.nl/workbook-2026/assignments/PA1.1/03_install_conda.html)
  - [Install VS Code](https://mude.citg.tudelft.nl/workbook-2026/assignments/PA1.1/04_install_VS_code.html)
  - [Setup `mude-base-2026` environment](https://mude.citg.tudelft.nl/workbook-2026/assignments/PA1.1/05_install_mude_environment.html)
  - [Execute python code in VS code in your `mude-base-2026` environment](https://mude.citg.tudelft.nl/workbook-2026/assignments/PA1.1/06_test.html)
  - [GitHub Student Developer Pack](https://mude.citg.tudelft.nl/workbook-2026/assignments/PA1.1/07_github_copilot.html)
  - [Install GitHub Desktop](https://mude.citg.tudelft.nl/workbook-2026/assignments/PA1.1/08_install_github_desktop.html)
  - [Setup local file system and clone this assignment](https://mude.citg.tudelft.nl/workbook-2026/assignments/PA1.1/09_setup_file_system.html)
  - [Autograder](https://mude.citg.tudelft.nl/workbook-2026/assignments/PA1.1/11_autograder.html)
  - [Install git](https://mude.citg.tudelft.nl/workbook-2026/assignments/PA1.1/14_install_git.html)
   
### Version control with Git

- [Lecture slides on git](https://github.com/TUDelft-MUDE/source-files/raw/main/file/slides2026/Lecture_1_1_lecture_git.pdf)
- [Collegerama recording (TU Delft login required)](https://collegeramavideoportal.tudelft.nl/catalogue/cegm1000/presentation/f1784ead4ecd43a48bd5233ed8f588c11d?academicYear=2026-2027-cegm1000-25)
- [Book chapter: Version control with Git](https://mude.citg.tudelft.nl/book/2026/git/overview.html)
  - [Version control](https://mude.citg.tudelft.nl/book/2026/git/version_control.html)
  - [Jupyter notebooks and git](https://mude.citg.tudelft.nl/book/2026/git/notebooks.html)
  - [Branching and merging](https://mude.citg.tudelft.nl/book/2026/git/branch_merge.html)
  - [Merge conflicts](https://mude.citg.tudelft.nl/book/2026/git/merge_conflicts.html)
- [Programming assignment: Catch them all](https://mude.citg.tudelft.nl/workbook-2026/assignments/PA1.1/README.html)
  - [Make commit locally](https://mude.citg.tudelft.nl/workbook-2026/assignments/PA1.1/10_commit_local.html)
  - [Make commit online](https://mude.citg.tudelft.nl/workbook-2026/assignments/PA1.1/12_commit_online.html)
  - [Fetch and pull](https://mude.citg.tudelft.nl/workbook-2026/assignments/PA1.1/13_fetch_pull.html)
- [Workshop assignment: Git lit](https://mude.citg.tudelft.nl/workbook-2026/assignments/WS1.1/README.html)
  - [Create your own repository on GitHub](https://mude.citg.tudelft.nl/workbook-2026/assignments/WS1.1/1_create_own_repo.html)
  - [Branching and merge conflicts](https://mude.citg.tudelft.nl/workbook-2026/assignments/WS1.1/2_branching.html)
  - [Forking and pull requests](https://mude.citg.tudelft.nl/workbook-2026/assignments/WS1.1/3_ice_classic.html)
- [Group assignment: Git happens](https://mude.citg.tudelft.nl/workbook-2026/assignments/GA1.1/README.html)
  - [Assignment](https://mude.citg.tudelft.nl/workbook-2026/assignments/GA1.1/assignment.html)
  - [Bonus assignment](https://mude.citg.tudelft.nl/workbook-2026/assignments/GA1.1/bonus.html)
  - [Report](https://mude.citg.tudelft.nl/workbook-2026/assignments/GA1.1/report.html)

## Additional reading: Modelling concepts

- [Lecture slides on modelling concepts](https://github.com/TUDelft-MUDE/source-files/raw/main/file/slides2026/Lecture_1_1_modelling_concept.pdf)
- [Collegerama recording (TU Delft login required)](https://collegeramavideoportal.tudelft.nl/catalogue/cegm1000/presentation/f1784ead4ecd43a48bd5233ed8f588c11d?academicYear=2026-2027-cegm1000-25)
- [Book chapter: Modelling concepts](https://mude.citg.tudelft.nl/book/2026/modelling/overview.html)
  - [Model classification](https://mude.citg.tudelft.nl/book/2026/modelling/classification.html)
  - [Model decisions](https://mude.citg.tudelft.nl/book/2026/modelling/decisions.html)
  - [Uncertainty classification](https://mude.citg.tudelft.nl/book/2026/propagation_uncertainty/uncertainty.html)
  - [Verification, Calibration and Validation](https://mude.citg.tudelft.nl/book/2026/modelling/validate_verify.html)
  - [Goodness of Fit](https://mude.citg.tudelft.nl/book/2026/modelling/gof.html)

