Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
58 changes: 30 additions & 28 deletions 00_organization/course_intro_slides.md
Original file line number Diff line number Diff line change
Expand Up @@ -173,14 +173,14 @@ td {

| Date | Type | Chapter | Topic | Lecturer |
| ---- | ---- | ------- |------ | -------- |
| 16.10. |Lecture | 0-1 | Course intro, intro to SSE, VC basics | Benjamin |
| 16.10. |Lecture | 1 | Git basics, my Git workflow, Git quiz, how to challenge | Benjamin |
| 23.10. |Lecture | 1 | *My neat little Git trick*, merge vs rebase, working in teams| Benjamin |
| 23.10. |Lab | 1 | Git | Benjamin |
| 30.10. |Lecture | 2 | Intro containers, Docker, Singularity | Gerasimos |
| 30.10. |Lecture | 2 | Intro virtualization, VirtualBox, Vagrant | Gerasimos |
| 06.11. |Lab | 2 | Virtualization and containers | Gerasimos |
| 06.11. |Presentations | C | **1st student presentations** | students |
| 15.10. |Lecture | 0-1 | Course intro, intro to SSE, VC basics | Benjamin |
| 15.10. |Lecture | 1 | Git basics, my Git workflow, Git quiz, how to challenge | Benjamin |
| 22.10. |Lecture | 1 | *My neat little Git trick*, merge vs rebase, working in teams| Benjamin |
| 22.10. |Lab | 1 | Git | Benjamin |
| 29.10. |Lecture | 2 | Containers and virtualization | Gerasimos |
| 29.10. |Lab | 2 | Containers and virtualization | Gerasimos |
| 05.11. |Presentations | C | **1st student presentations** | students |
| 05.11. |Presentations | C | **1st student presentations** | students |

---

Expand All @@ -194,16 +194,18 @@ td {

| Date | Type | Chapter | Topic | Lecturer |
| ---- | ---- | ------- |------ | -------- |
| 13.11. |Lecture | 3 | Intro packaging, Python packaging | Ishaan |
| 13.11. |Lab | 3 | Python packaging | Ishaan |
| 20.11. |Lecture | 3 | Linux fundamentals, Make, CMake | Benjamin |
| 20.11. |Lab | 3 | CMake and Docker | Benjamin |
| 27.11. |Lecture | 3 | Spack | Ishaan |
| 27.11. |Lab | 3 | Spack | Ishaan |
| 04.12. |Lecture | 3 | CPack and more CMake | Benjamin |
| 04.12. |Lab | 3 | CPack | Benjamin |
| 11.12. |Lecture | 4 | Technical writing | Gerasimos |
| 11.12. |Presentations | C | **2nd student presentations** | students |
| 12.11. |Lecture | 3 | Intro packaging, Python packaging | Ishaan |
| 12.11. |Lab | 3 | Python packaging | Ishaan |
| 19.11. |Lecture | 3 | Linux fundamentals, Make, CMake | Benjamin |
| 19.11. |Lab | 3 | CMake and Docker | Benjamin |
| 26.11. |Lecture | 3 | Spack | Ishaan |
| 26.11. |Lab | 3 | Spack | Ishaan |
| 03.12. |Lecture | 3 | CPack and more CMake | Benjamin |
| 03.12. |Lab | 3 | CPack | Benjamin |
| 10.12. |Lecture | 4 | Technical writing | Gerasimos |
| 10.12. |Lab | 4 | Code review | Gerasimos |
| 19.12. |Presentations | C | **2nd student presentations** | students |
| 19.12. |Presentations | C | **2nd student presentations** | students |

---

Expand All @@ -217,16 +219,16 @@ td {

| Date | Type | Chapter | Topic | Lecturer |
| ---- | ---- | ------- |------ | -------- |
| 08.01. |Lecture | 4 | Markup, Pandoc, website gener. | Benjamin |
| 08.01. |Lecture | 4 | FLOSS, versioning, repo layouts, DOI, Zenodo, DaRUS | Benjamin |
| 15.01. |Lecture | 5 | Intro testing, testing in Python | Ishaan |
| 15.01. |Lab | 5 | Testing in Python | Ishaan |
| 22.01. |Lecture | 5 | Automation, GitHub Actions, GitLab CI | Gerasimos|
| 22.01. |Lab | 5 | GitHub Actions | Gerasimos|
| 29.01. |Lecture | 5 | Boost.Test and CTest | Benjamin |
| 29.01. |Lab | 5 | Boost.Test and CTest | Benjamin |
| 05.02. |Presentations | C | **3rd student presentations** | students |
| 05.02. |Presentations | C | **3rd student presentations** | students |
| 07.01. |Lecture | 4 | Markup, Pandoc, website gener. | Benjamin |
| 07.01. |Lecture | 4 | FLOSS, versioning, repo layouts, DOI, Zenodo, DaRUS | Benjamin |
| 14.01. |Lecture | 5 | Intro testing, testing in Python | Ishaan |
| 14.01. |Lab | 5 | Testing in Python | Ishaan |
| 21.01. |Lecture | 5 | Automation, GitHub Actions, GitLab CI | Gerasimos|
| 21.01. |Lab | 5 | GitHub Actions | Gerasimos|
| 28.01. |Lecture | 5 | Boost.Test and CTest | Benjamin |
| 28.01. |Lab | 5 | Boost.Test and CTest | Benjamin |
| 04.02. |Presentations | C | **3rd student presentations** | students |
| 04.02. |Presentations | C | **3rd student presentations** | students |

---

Expand Down
143 changes: 143 additions & 0 deletions 00_organization/wt2425/timetable.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,143 @@
# Time Table

## 1.1 – Wed, October 16, 2024

- **40** min.: [Course planning](https://github.com/Simulation-Software-Engineering/Lecture-Material/blob/main/00_organization/course_intro_slides.md) + questions
- **10** min.: [Overview demo](https://github.com/Simulation-Software-Engineering/Lecture-Material/blob/main/00_organization/topic_overview_demo.md)
- **20** min.: [Introduction to RSE](https://github.com/Simulation-Software-Engineering/Lecture-Material/blob/main/00_organization/rse_basics_slides.md)
- **20** min.: [Introduction to version control](https://github.com/Simulation-Software-Engineering/Lecture-Material/blob/main/01_version_control/intro_slides.md)

## 1.2 – Wed, October 16, 2024

- **15** min.: [Recap of Git basics](https://github.com/Simulation-Software-Engineering/Lecture-Material/blob/main/01_version_control/git_basics_demo.md#recap-of-git-basics)
- Tell students how to recap Git in detail if needed: [py-rse book](https://third-bit.com/py-rse)
- **50** min.: [How I work with Git](https://github.com/Simulation-Software-Engineering/Lecture-Material/blob/main/01_version_control/git_basics_demo.md#how-i-work-with-git)
- **20** min.: [Your Challenge: Contribute to Real Simulation Software](https://github.com/Simulation-Software-Engineering/Lecture-Material/blob/main/00_organization/challenge_intro_slides.md)
- Ask students to prepare *My favorite neat little Git trick*

## 2.1 – Wed, October 23, 2024

- **30** min.: [*My favorite neat little Git trick*](https://github.com/Simulation-Software-Engineering/Lecture-Material/blob/main/01_version_control/my_favorite_neat_little_git_trick_demo.md)
- **25** min.: [Merge vs. rebase](https://github.com/Simulation-Software-Engineering/Lecture-Material/blob/main/01_version_control/merge_rebase_slides.md)
- **25** min.: [Working in teams / Git workflows](https://github.com/Simulation-Software-Engineering/Lecture-Material/blob/main/01_version_control/workflow_slides.md)
- **10** min.: [GitHub/GitLab standards](https://github.com/Simulation-Software-Engineering/Lecture-Material/blob/main/01_version_control/standards_slides.md)

## 2.2 – Wed, October 23, 2024

- **90** min.: [Exercise on Git Workflows](https://github.com/Simulation-Software-Engineering/Lecture-Material/blob/main/01_version_control/git_exercise.md)

## 3.1 – Wed, October 30, 2024

- **5** min.: [Virtualization and Containers](https://github.com/Simulation-Software-Engineering/Lecture-Material/blob/main/02_virtualization_and_containers/intro_slides.md)
- **10** min.: [Introduction to Virtualization](https://github.com/Simulation-Software-Engineering/Lecture-Material/blob/main/02_virtualization_and_containers/virtualmachines_slides.md)
- **40** min.: VirtualBox: [slides](https://github.com/Simulation-Software-Engineering/Lecture-Material/blob/main/02_virtualization_and_containers/virtualbox_slides.md), [demo](https://github.com/Simulation-Software-Engineering/Lecture-Material/blob/main/02_virtualization_and_containers/virtualbox_demo.md)
- **25** min.: Vagrant: [slides](https://github.com/Simulation-Software-Engineering/Lecture-Material/blob/main/02_virtualization_and_containers/vagrant_slides.md), [demo](https://github.com/Simulation-Software-Engineering/Lecture-Material/blob/main/02_virtualization_and_containers/vagrant_demo.md)

## 3.2 – Wed, October 30, 2024

- **10** min.: [Introduction to Containers](https://github.com/Simulation-Software-Engineering/Lecture-Material/blob/main/02_virtualization_and_containers/containers_slides.md)
- **60** min.: Docker: [slides](https://github.com/Simulation-Software-Engineering/Lecture-Material/blob/main/02_virtualization_and_containers/docker_slides.md), [demo](https://github.com/Simulation-Software-Engineering/Lecture-Material/blob/main/02_virtualization_and_containers/docker_demo.md)
- **20** min.: Singularity: [slides](https://github.com/Simulation-Software-Engineering/Lecture-Material/blob/main/02_virtualization_and_containers/singularity_slides.md), [demo](https://github.com/Simulation-Software-Engineering/Lecture-Material/blob/main/02_virtualization_and_containers/singularity_demo.md)

## 4.1 – Wed, November 6, 2024

- **90** min.: [Exercise: Virtualization and Containers](https://github.com/Simulation-Software-Engineering/Lecture-Material/blob/main/02_virtualization_and_containers/virtualmachines_containers_exercise.md)

## 4.2 – Wed, November 6, 2024

- The Challenge, step one, presentations

## 5.1 – Wed, November 13, 2024

- **15** min.: Introduction to Packaging: [slides](https://github.com/Simulation-Software-Engineering/Lecture-Material/blob/main/03_building_and_packaging/intro_slides.md)
- **75** min.: Packaging a Python Code: [demo](https://github.com/Simulation-Software-Engineering/Lecture-Material/blob/main/03_building_and_packaging/pypi_slides.md), [slides](https://github.com/Simulation-Software-Engineering/Lecture-Material/blob/main/03_building_and_packaging/pypi_slides.md)

## 5.2 – Wed, November 13, 2024

- **90** min.: [Exercise on Packaging a Python Code](https://github.com/Simulation-Software-Engineering/Lecture-Material/blob/main/03_building_and_packaging/pypi_exercise.md)

## 6.1 – Wed, November 20, 2024

- **25** min.: Some Linux fundamentals: [slides](https://github.com/Simulation-Software-Engineering/Lecture-Material/blob/main/03_building_and_packaging/linux_fundamentals_slides.md), [demo](https://github.com/Simulation-Software-Engineering/Lecture-Material/blob/main/03_building_and_packaging/linux_fundamentals_demo.md)
- **20** min.: Introduction to Make: [slides](https://github.com/Simulation-Software-Engineering/Lecture-Material/blob/main/03_building_and_packaging/make_slides.md), [demo](https://github.com/Simulation-Software-Engineering/Lecture-Material/blob/main/03_building_and_packaging/make_demo.md)
- **45** min.: Introduction to CMake: [slides](https://github.com/Simulation-Software-Engineering/Lecture-Material/blob/main/03_building_and_packaging/cmake_slides.md), [demo](https://github.com/Simulation-Software-Engineering/Lecture-Material/blob/main/03_building_and_packaging/cmake_demo.md)

## 6.2 – Wed, November 20, 2024

- **90** min.: [Exercise: Let's Fight With CMake, Docker, and Some Dependencies](https://github.com/Simulation-Software-Engineering/Lecture-Material/blob/main/03_building_and_packaging/cmake_exercise.md)

## 7.1 – Wed, November 27, 2024

- **90** min.: Packaging for High-Performance Computing: [slides](https://github.com/Simulation-Software-Engineering/Lecture-Material/blob/main/03_building_and_packaging/spack_slides.md), [demo](https://github.com/Simulation-Software-Engineering/Lecture-Material/blob/main/03_building_and_packaging/spack_demo.md)

## 7.2 – Wed, November 27, 2024

- **90** min.: [Exercise: Packaging with Spack](https://github.com/Simulation-Software-Engineering/Lecture-Material/blob/main/03_building_and_packaging/spack_exercise.md)

## 8.1 – Wed, December 4, 2024

- **5** min.: Organizational remarks: [slides](https://github.com/Simulation-Software-Engineering/Lecture-Material/blob/main/00_organization/organizational_remarks_week8_slides.md)
- **65** min.: Installation and Packaging with CMake and CPack: [slides](https://github.com/Simulation-Software-Engineering/Lecture-Material/blob/main/03_building_and_packaging/cpack_slides.md), [demo](https://github.com/Simulation-Software-Engineering/Lecture-Material/blob/main/03_building_and_packaging/cpack_demo.md)
- **20** min.: More CMake Demo (preCICE and ccmake): [demo](https://github.com/Simulation-Software-Engineering/Lecture-Material/blob/main/03_building_and_packaging/cmake_more_demo.md)

## 8.2 – Wed, December 4, 2024

- **90** min.: [Exercise: Packaging with CPack](https://github.com/Simulation-Software-Engineering/Lecture-Material/blob/main/03_building_and_packaging/cpack_exercise.md)

## 9.1 – Wed, December 11, 2024

- **90** min.: Technical Writing: [slides](https://github.com/Simulation-Software-Engineering/Lecture-Material/blob/main/04_documentation/technical_writing_slides.md), [demo](https://github.com/Simulation-Software-Engineering/Lecture-Material/blob/main/04_documentation/technical_writing_demo.md)

## 9.2 – Wed, December 11, 2024

- The Challenge, step two, presentations

## 10.1 – Wed, January 8, 2025

- **25** min.: Markup Languages: [slides](https://github.com/Simulation-Software-Engineering/Lecture-Material/blob/main/04_documentation/markup_languages_slides.md)
- **20** min.: Pandoc: [slides](https://github.com/Simulation-Software-Engineering/Lecture-Material/blob/main/04_documentation/pandoc_slides.md), [demo](https://github.com/Simulation-Software-Engineering/Lecture-Material/blob/main/04_documentation/pandoc_demo.md)
- **35** min.: Documentation Website Generators: [slides](https://github.com/Simulation-Software-Engineering/Lecture-Material/blob/main/04_documentation/website_generators_slides.md), [demo](https://github.com/Simulation-Software-Engineering/Lecture-Material/blob/main/04_documentation/website_generators_demo.md)

## 10.2 – Wed, January 8, 2025

- **20** min.: [Floss Licenses](https://github.com/Simulation-Software-Engineering/Lecture-Material/blob/main/06_miscellaneous/floss_licenses_slides.md)
- **20** min.: [Versioning](https://github.com/Simulation-Software-Engineering/Lecture-Material/blob/main/06_miscellaneous/versioning_slides.md)
- **20** min.: [Repository Layouts](https://github.com/Simulation-Software-Engineering/Lecture-Material/blob/main/06_miscellaneous/repository_layouts_slides.md)
- **20** min.: [DOI, Zenodo, DaRUS](https://github.com/Simulation-Software-Engineering/Lecture-Material/blob/main/06_miscellaneous/doi_zenodo_darus_slides.md)

## 11.1 – Wed, January 15, 2025

- **20** min.: Introduction to Testing: [slides](https://github.com/Simulation-Software-Engineering/Lecture-Material/blob/main/05_testing_and_ci/intro_slides.md)
- **70** min.: Testing Python Code: [slides](https://github.com/Simulation-Software-Engineering/Lecture-Material/blob/main/05_testing_and_ci/python_testing_slides.md), [demo](https://github.com/Simulation-Software-Engineering/Lecture-Material/blob/main/05_testing_and_ci/python_testing_demo.md)

## 11.2 – Wed, January 15, 2025

- **90** min.: [Exercise: Testing Python Code](https://github.com/Simulation-Software-Engineering/Lecture-Material/blob/main/05_testing_and_ci/python_testing_exercise.md)

## 12.1 – Wed, January 22, 2025

- **15** min.: [Automation](https://github.com/Simulation-Software-Engineering/Lecture-Material/blob/main/05_testing_and_ci/automation_slides.md)
- **45** min.: GitHub Actions: [slides](https://github.com/Simulation-Software-Engineering/Lecture-Material/blob/main/05_testing_and_ci/github_actions_slides.md), [demo](https://github.com/Simulation-Software-Engineering/Lecture-Material/blob/main/05_testing_and_ci/github_actions_demo.md)
- **30** min.: GitLab CI: [slides](https://github.com/Simulation-Software-Engineering/Lecture-Material/blob/main/05_testing_and_ci/gitlab_ci_slides.md), [demo](https://github.com/Simulation-Software-Engineering/Lecture-Material/blob/main/05_testing_and_ci/gitlab_ci_demo.md)

## 12.2 – Wed, January 22, 2025

- **90** min.: [Exercise: Automating Workflows with GitHub Actions](https://github.com/Simulation-Software-Engineering/Lecture-Material/blob/main/05_testing_and_ci/automation_exercise.md)

## 13.1 – Wed, January 29, 2025

- **20** min.: Introduction to Boost.Test: [slides](https://github.com/Simulation-Software-Engineering/Lecture-Material/blob/main/05_testing_and_ci/boost_testing_intro_slides.md), [demo](https://github.com/Simulation-Software-Engineering/Lecture-Material/blob/main/05_testing_and_ci/boost_testing_intro_demo.md)
- **60** min.: [Boost.Test and CTest in Action: SideMade Demo](https://github.com/Simulation-Software-Engineering/Lecture-Material/blob/main/05_testing_and_ci/boost_testing_sidemade_demo.md)
- **10** min.: [Boost.Test in the Real World: preCICE Demo](https://github.com/Simulation-Software-Engineering/Lecture-Material/blob/main/05_testing_and_ci/boost_testing_precice_demo.md)

## 13.2 – Wed, January 29, 2025

- **90** min.: [Boost.Test and CTest in Action: SideMade Exercise](https://github.com/Simulation-Software-Engineering/Lecture-Material/blob/main/05_testing_and_ci/boost_testing_exercise.md)

## 14.1 – Wed, February 5, 2025

- The Challenge, step three, presentations

## 14.2 – Wed, February 5, 2025

- The Challenge, step three, presentations
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

Material of the Simulation Software Engineering lecture. There are different ways how to get an overview:

- Look at `timetable.md` of the [current course](https://github.com/Simulation-Software-Engineering/Lecture-Material/blob/main/timetable.md) or [a previous course](https://github.com/Simulation-Software-Engineering/Lecture-Material/tree/main/00_organization/wt2223/timetable.md), or
- Look at `timetable.md` of the [current course](https://github.com/Simulation-Software-Engineering/Lecture-Material/blob/main/timetable.md) or [a previous course](https://github.com/Simulation-Software-Engineering/Lecture-Material/tree/main/00_organization/wt2425/timetable.md), or
- Look at the `README.md` files of each chapter / folder.

Please note that we update the material over the course of each semester.
Expand Down
Loading