Skip to content

Commit

Permalink
Move background information below training modules
Browse files Browse the repository at this point in the history
  • Loading branch information
klieret committed Aug 13, 2023
1 parent 033a4a4 commit 786f2b9
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions _training/curriculum.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,7 @@ layout: plain

<script defer data-domain="hepsoftwarefoundation.org" src="https://views.scientific-python.org/js/script.js"></script>

## Idea

Training in software and computing are essential ingredients for the success of any HEP experiment. As most experiments have similar basic prerequisites (Unix shell, Python, C++, …) we want to join our efforts and create one introductory software training curriculum that serves HEP newcomers the software skills needed as they enter the field, and in parallel, instill best practices for writing software.

The curriculum is comprised of a set of standardized *modules*, so that students can focus on what is most relevant to them.

## The modules
See [below](#bkginfo) for more information about the modules listed here.

### Basics

Expand Down Expand Up @@ -45,7 +39,11 @@ The curriculum is comprised of a set of standardized *modules*, so that students

{% include list_of_selected_training_modules.html ids="uproot,grid,parallel,alpaka,yadagereana,doc,generators" %}

## Further reads
## <a name="bkginfo"></a>Background information and further reads

Training in software and computing are essential ingredients for the success of any HEP experiment. As most experiments have similar basic prerequisites (Unix shell, Python, C++, …) we want to join our efforts and create one introductory software training curriculum that serves HEP newcomers the software skills needed as they enter the field, and in parallel, instill best practices for writing software.

The curriculum is comprised of a set of standardized *modules*, so that learners students can focus on what is most relevant to them.

* Show all modules in a table (mostly for administrative purposes): [click here]({{site.baseurl}}/training/curriculum_table.html)
* I want to **contribute** or **teach**:
Expand Down

0 comments on commit 786f2b9

Please sign in to comment.