From 32313208e0eef7c69de5a0258a299dc77ab19d3b Mon Sep 17 00:00:00 2001
From: Timo Koch <timokoch@uio.no>
Date: Wed, 17 Jul 2024 10:18:03 +0200
Subject: [PATCH] Add slide overview in slide readme

---
 slides/README.md | 27 +++++++++++++++++++++++++++
 1 file changed, 27 insertions(+)

diff --git a/slides/README.md b/slides/README.md
index 3fb8dd1b..20662410 100644
--- a/slides/README.md
+++ b/slides/README.md
@@ -2,6 +2,33 @@
 
 The slides are automatically built and deployed in the CI and can be viewed at
 [pages.iws.uni-stuttgart.de/dumux-repositories/dumux-course/](https://pages.iws.uni-stuttgart.de/dumux-repositories/dumux-course/index.html).
+
+## Slide overview and direct links
+
+The link above will lead to a single slide deck from which all presentation in the course can be reached.
+To reach a specific lecture directly, we have compiled some direct links:
+
+* [Introduction to DuMuX](https://pages.iws.uni-stuttgart.de/dumux-repositories/dumux-course/intro.html#/title-slide)
+* Part I: Basics ([overview](https://pages.iws.uni-stuttgart.de/dumux-repositories/dumux-course/index.html#/section))
+    - [A first test application](https://pages.iws.uni-stuttgart.de/dumux-repositories/dumux-course/problem.html#/title-slide)
+    - [Runtime parameters](https://pages.iws.uni-stuttgart.de/dumux-repositories/dumux-course/params.html#/title-slide)
+    - [Grid managers](https://pages.iws.uni-stuttgart.de/dumux-repositories/dumux-course/grid.html#/title-slide)
+    - [Python bindings](https://pages.iws.uni-stuttgart.de/dumux-repositories/dumux-course/python.html#/title-slide)
+
+* Part II: Customization, working with the code ([overview](https://pages.iws.uni-stuttgart.de/dumux-repositories/dumux-course/index.html#/section-1))
+    - [Properties](https://pages.iws.uni-stuttgart.de/dumux-repositories/dumux-course/properties.html#/title-slide)
+    - [Constitutive laws and material system](https://pages.iws.uni-stuttgart.de/dumux-repositories/dumux-course/materialsystem.html#/title-slide)
+    - [Creating a new Dune module](https://pages.iws.uni-stuttgart.de/dumux-repositories/dumux-course/dunemodule.html#/title-slide)
+    - [Implementing a new model PDE](https://pages.iws.uni-stuttgart.de/dumux-repositories/dumux-course/model.html#/title-slide)
+
+* Part III: Advanced exercises, multidomain models ([overview](https://pages.iws.uni-stuttgart.de/dumux-repositories/dumux-course/index.html#/section-2))
+    - [Introduction to Multidomain simulations](https://pages.iws.uni-stuttgart.de/dumux-repositories/dumux-course/multidomain.html#/title-slide)
+    - [Coupled free-flow, porous media systems](https://pages.iws.uni-stuttgart.de/dumux-repositories/dumux-course/coupled_ff-pm.html#/title-slide)
+    - [Discrete fracture modeling](https://pages.iws.uni-stuttgart.de/dumux-repositories/dumux-course/fractures.html#/title-slide)
+    - [Biomineralization modeling](https://pages.iws.uni-stuttgart.de/dumux-repositories/dumux-course/biomin.html#/title-slide)
+
+## Developing the slides
+
 In order to add new slides, simply add your `.md` file in this folder, and add
 an entry to `index.md` such that your slides are linked from the landing page.
 __Important__: In `index.md`, link to your slides using `./YOUR_FILENAME.html`, and make sure to put your link at the right position in the list.
-- 
GitLab