diff --git a/services/overall/learning-materials.md b/services/overall/learning-materials.md
index db59f7dd7652a477b89658ae4a4f58c4374a1c5d..ec6d5f9a19b260166d4e015ecf1550a17c7ee903 100644
--- a/services/overall/learning-materials.md
+++ b/services/overall/learning-materials.md
@@ -23,35 +23,62 @@ Its use and reuse is permitted under a Creative Commons License (see the footers
 
 If you find issues or would like to contribute, feel free to take a look at the respective repositories.
 
+### General
+
+| Topic                              | Materials                              | Repository                               |
+|------------------------------------|----------------------------------------|------------------------------------------|
+| Research Software Publication      | (In preparation)                       | [Repository][sw-publication-repo]        |
+| Using Docker Containers in Science | (In preparation)                       | [Repository][containers-in-science-repo] |
+
+[containers-in-science-repo]: https://gitlab.hzdr.de/hifis/software/education/hifis-workshops/workshop-using-containers-in-science
+[sw-publication-repo]: https://gitlab.hzdr.de/hifis/software/education/hifis-workshops/foundations-of-research-software-publication
+
 ### Python
 
 | Topic                       | Materials                              | Repository                           |
 |-----------------------------|----------------------------------------|--------------------------------------|
+| First Steps in Python       | (In preparation)                       | [Repository][python-first-steps-repo]|
 | Object-Oriented Programming | [Material][python-oop-material]        | [Repository][python-oop-repo]        |
 | The _Pandas_ framework      | [Material][python-pandas-material]     | [Repository][python-pandas-repo]     |
 | The _Matplotlib_ framework  | [Material][python-matplotlib-material] | [Repository][python-matplotlib-repo] |
+| Test Automation             | (In preparation)                       | [Repository][python-test-repo]       |
 
+[python-first-steps-repo]: https://gitlab.hzdr.de/hifis/software/education/hifis-workshops/first-steps-in-python
 [python-matplotlib-material]: {{ "workshop-materials/python-matplotlib/" | relative_url}}
 [python-matplotlib-repo]: https://gitlab.hzdr.de/hifis/software/education/hifis-workshops/workshop-matplotlib
 [python-oop-material]: {{ "workshop-materials/python-oop/" | relative_url }}
 [python-oop-repo]: https://gitlab.hzdr.de/hifis/software/education/hifis-workshops/workshop-oop-in-python
 [python-pandas-material]: {{ "workshop-materials/python-pandas/" | relative_url }}
 [python-pandas-repo]: https://gitlab.hzdr.de/hifis/software/education/hifis-workshops/workshop-pandas
+[python-test-repo]: https://gitlab.hzdr.de/hifis/software/education/hifis-workshops/test-automation-with-python
+
+### Git and GitLab
 
-### GitLab
+| Topic                                   | Materials                      | Repository                       |
+|-----------------------------------------|--------------------------------|----------------------------------|
+| Introduction to Git                     | (In preparation)               | [Repository][git-intro-repo]     |
+| Project Management in GitLab            | (In preparation)               | [Repository][gitlab-basics-repo] |
+| GitLab for Software Development in Teams| (In preparation)               | [Repository][gitlab-teams-repo]  |
+| Continuous Integration with GitLab CI   | [Material][gitlab-ci-material] | [Repository][gitlab-ci-repo]     |
 
-| Topic                                 | Materials                      | Repository                   |
-|---------------------------------------|--------------------------------|------------------------------|
-| Continuous Integration with GitLab CI | [Material][gitlab-ci-material] | [Repository][gitlab-ci-repo] |
 
+[git-intro-repo]: https://gitlab.hzdr.de/hifis/software/education/hifis-workshops/git-introduction
+[gitlab-basics-repo]: https://gitlab.hzdr.de/hifis/software/education/hifis-workshops/workshop-project-management-with-gitlab
 [gitlab-ci-material]: {{ "workshop-materials/gitlab-ci/" | relative_url }}
 [gitlab-ci-repo]: https://gitlab.hzdr.de/hifis/software/education/hifis-workshops/gitlab-ci/workshop-materials
+[gitlab-teams-repo]: https://gitlab.hzdr.de/hifis/software/education/hifis-workshops/software-development-for-teams
 
 ### Further Materials
 
 Not all of our workshop materials are published in a nice fashion (yet).
 You can find the complete set of materials in the [Helmholtz Codebase](https://gitlab.hzdr.de/hifis/software/education/hifis-workshops).
 
+### Requesting Workshops
+
+Would you like to have a workshop on a specific topic for your team?
+
+Feel free to <a href="{% link contact.md %}">contact us</a>.
+
 ## Tutorials
 
 <div class="flex-cards">