From 42801ea14d6e07d9248d6008e0495dda466033f9 Mon Sep 17 00:00:00 2001 From: Wouter Deconinck Date: Mon, 4 Dec 2023 09:42:47 -0600 Subject: [PATCH] doc: add cross-linking callout to HSF Software Training Center --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 38ca0a78..b71fd747 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,14 @@ able to follow the experiment-specific lessons that are taught afterwards. Contributions to the lessons are highly encouraged. Please see the [contributing guide][contributing] for details on how to participate. +{% callout "HSF Software Training" %} + +This training module is part of the [HSF Software Training Center](https://hepsoftwarefoundation.org/training/curriculum.html), +a series of training modules that serves HEP newcomers the software skills needed +as they enter the field, and in parallel, instill best practices for writing software. + +{% endcallout %} + ## Prerequisites There are two options for running these lessons. Running locally should be prefered on Linux and macOS as it is faster and makes it easier to save you work. On Windows it is likely easier to use Binder however care is needed to prevent notebooks being lost when the server is shut down.