Skip to content
Snippets Groups Projects
Commit cf737b01 authored by Erxleben, Fredo's avatar Erxleben, Fredo
Browse files

Merge branch '236-subsite-learning-materials' into 'master'

Resolve "Subsite: Learning Materials"

Closes #236

See merge request !591
parents bd0d84a0 efa864af
No related branches found
No related tags found
1 merge request!591Resolve "Subsite: Learning Materials"
......@@ -43,6 +43,7 @@ stages:
- "[[ -x \"$(command -v apt-get)\" ]] && \
apt-get update && \
apt-get install -y ffmpeg"
- ./fetch_external_content.sh
- "[[ -f \"Gemfile.lock\" ]] && rm Gemfile.lock"
- bundle config set without 'test'
- bundle install --jobs $(nproc) --without test "${FLAGS[@]}"
......
table{
margin: 1 rem;
border-collapse: collapse;
border: 0.1rem solid $color-helmholtz-blue;
tr {
&:nth-child(even){
background-color: rgba($color-helmholtz-bright-blue, 0.125);
}
&:hover {
background-color: rgba($color-helmholtz-blue, 0.25);
}
}
th {
color: $color-content-light-gray;
background-color: $color-helmholtz-blue;
}
td, th {
padding: 0.2rem 0.5rem;
}
}
......@@ -50,6 +50,7 @@
@import "common/jumbotron";
@import "common/main";
@import "common/pagination";
@import "common/table";
@import "common/title";
@import "common/transitions";
......
......@@ -28,6 +28,10 @@ include_mkdocs \
"https://gitlab.hzdr.de/hifis/software/education/hifis-workshops/workshop-pandas/-/jobs/artifacts/main/download?job=pages" \
"workshop-materials/python-pandas/"
include_mkdocs \
"https://gitlab.hzdr.de/hifis/software/education/hifis-workshops/workshop-matplotlib/-/jobs/artifacts/main/download?job=pages" \
"workshop-materials/python-matplotlib/"
# 2. Get HIFIS Intro letter
# tbd
......
......@@ -9,15 +9,39 @@ redirect_from:
- services/overall/tutorials
- services/overall/guidelines
- guidelines
- workshop-materials
excerpt:
"We provide learning materials for all purposes related to software engineering and cloud services usage."
---
{{ page.excerpt }}
## Workshop Material
## Workshop Materials
- [Course and Workshop material]({{ "workshop-materials" | relative_url }}) is available for use and reuse under a Creative Commons License.
Our workshop material is available for self-guided learning or as a basis for your own workshops.
Its use and reuse is permitted under a Creative Commons License (see the footers on the workshop pages).
If you find issues or would like to contribute, feel free to take a look at the respective repositories.
### Python
| Topic | Materials | Repository |
|-----------------------------|----------------------------------------|--------------------------------------|
| 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] |
[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
### 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).
## Tutorials
......
---
title: Workshop Materials
title_image: default
layout: default
additional_css:
- frontpage.css
- title/service-title-buttons.css
additional_js: frontpage.js
excerpt:
HIFIS Workshop Materials.
---
## Published Workshop Materials
### Python
* **OOP in Python:**:
[**Material**]({{ "workshop-materials/python-oop/" | relative_url }})
[Repository](https://gitlab.hzdr.de/hifis/software/education/hifis-workshops/workshop-oop-in-python)
* **Pandas:**
[**Material**]({{ "workshop-materials/python-pandas/" | relative_url }})
[Repository](https://gitlab.hzdr.de/hifis/software/education/hifis-workshops/workshop-pandas)
## Further links
More materials will be added soon here.
See also our gitlab and github repositories for further workshop information.
- <https://gitlab.com/hifis/hifis-workshops>
- <https://gitlab.hzdr.de/hifis/software/education/hifis-workshops>
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