Skip to content
Snippets Groups Projects
Commit 3b893647 authored by Erxleben, Fredo's avatar Erxleben, Fredo Committed by Huste, Tobias
Browse files

Resolve "Add all learning materials on website"

parent c3d48536
No related branches found
No related tags found
1 merge request!622Resolve "Add all learning materials to website"
...@@ -23,35 +23,66 @@ Its use and reuse is permitted under a Creative Commons License (see the footers ...@@ -23,35 +23,66 @@ 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. 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] |
| Container Virtualization in Science | (In preparation) | [Repository][containers-in-science-repo] |
| Event Management with Indico | (In preparation) | [Repository][indico-repo] |
| Getting started with Markdown Flavours | (In preparation) | [Repository][markdown-repo] |
[containers-in-science-repo]: https://gitlab.hzdr.de/hifis/software/education/hifis-workshops/workshop-using-containers-in-science
[indico-repo]: https://gitlab.hzdr.de/hifis/software/education/hifis-workshops/workshop-event-management-with-indico
[markdown-repo]: https://gitlab.hzdr.de/hifis/software/education/hifis-workshops/workshop-getting-started-with-markdown-flavors
[sw-publication-repo]: https://gitlab.hzdr.de/hifis/software/education/hifis-workshops/foundations-of-research-software-publication
### Python ### Python
| Topic | Materials | Repository | | Topic | Materials | Repository |
|-----------------------------|----------------------------------------|--------------------------------------| |--------------------------------------|----------------------------------------|--------------------------------------|
| Object-Oriented Programming | [Material][python-oop-material] | [Repository][python-oop-repo] | | First Steps in Python | (In preparation) | [Repository][python-first-steps-repo]|
| The _Pandas_ framework | [Material][python-pandas-material] | [Repository][python-pandas-repo] | | Object-Oriented Programming | [Material][python-oop-material] | [Repository][python-oop-repo] |
| The _Matplotlib_ framework | [Material][python-matplotlib-material] | [Repository][python-matplotlib-repo] | | Data Processing with _Pandas_ | [Material][python-pandas-material] | [Repository][python-pandas-repo] |
| Data Visualization with _Matplotlib_ | [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-material]: {{ "workshop-materials/python-matplotlib/" | relative_url}}
[python-matplotlib-repo]: https://gitlab.hzdr.de/hifis/software/education/hifis-workshops/workshop-matplotlib [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-material]: {{ "workshop-materials/python-oop/" | relative_url }}
[python-oop-repo]: https://gitlab.hzdr.de/hifis/software/education/hifis-workshops/workshop-oop-in-python [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-material]: {{ "workshop-materials/python-pandas/" | relative_url }}
[python-pandas-repo]: https://gitlab.hzdr.de/hifis/software/education/hifis-workshops/workshop-pandas [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-material]: {{ "workshop-materials/gitlab-ci/" | relative_url }}
[gitlab-ci-repo]: https://gitlab.hzdr.de/hifis/software/education/hifis-workshops/gitlab-ci/workshop-materials [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 ### Further Materials
Not all of our workshop materials are published in a nice fashion (yet). 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). 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 ## Tutorials
<div class="flex-cards"> <div class="flex-cards">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment