Skip to content

Commit

Permalink
Add training modules from other initiatives (#1441)
Browse files Browse the repository at this point in the history
  • Loading branch information
klieret authored Aug 13, 2023
1 parent a611e15 commit 535115c
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 3 deletions.
16 changes: 15 additions & 1 deletion _data/training-modules.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
- description: 'Learn about ROOT, RooFit, machine learning with TMVA, and physics simulations.'
webpage: https://gitlab.com/stroche/particle-physics-methods
name: "Particle physics methods"
repository: https://gitlab.com/stroche/particle-physics-methods
id: root-analysis
videos: ''
status: beta
- description: 'This course covers various best practices like testing, pytest, object oriented programming, packing, CI, and more.'
name: "Software Engineering for Scientific Computing"
repository: https://github.com/henryiii/se-for-sci
status: stable
videos: ''
webpage: https://henryiii.github.io/se-for-sci/
id: se-for-sci
- description: 'Track code changes, undo mistakes, collaborate. This module is a must.'
name: Version controlling with git
repository: https://github.com/swcarpentry/git-novice
Expand Down Expand Up @@ -94,7 +108,7 @@
- description: E.g. <code>yadage</code> and <code>reana</code>
name: Workflows &amp; reproducibility
repository: ''
status: alpha
status: stable
videos: ''
webpage: ''
id: yadagereana
Expand Down
4 changes: 2 additions & 2 deletions _training/curriculum.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ The curriculum is comprised of a set of standardized *modules*, so that students

### Software Development and Deployment

{% include list_of_selected_training_modules.html ids="git,advancedgit,cicd,cicdgithub,docker,singularity,testingpython,levelupyourpython" %}
{% include list_of_selected_training_modules.html ids="git,advancedgit,cicd,cicdgithub,docker,singularity,testingpython,levelupyourpython,se-for-sci" %}

### C++ corner

Expand All @@ -31,7 +31,7 @@ The curriculum is comprised of a set of standardized *modules*, so that students

### HEP specific tools

{% include list_of_selected_training_modules.html ids="scikithep,root,unroot,reana" %}
{% include list_of_selected_training_modules.html ids="scikithep,root,unroot,reana,root-analysis" %}

### Analysis preservation

Expand Down

0 comments on commit 535115c

Please sign in to comment.