From 7310d6d605170fae9af3c7831706a80e31d478aa Mon Sep 17 00:00:00 2001 From: Andrew Reid Date: Thu, 7 Nov 2024 17:33:41 -0500 Subject: [PATCH 1/2] Adding a workflow link to the About page. The page has a description of the strategic plan, which was a bit out of date, and needlessly vague about the nature of the third lesson in the user track. --- pages/about.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/pages/about.md b/pages/about.md index 1fa138697..c60d29d8c 100644 --- a/pages/about.md +++ b/pages/about.md @@ -28,13 +28,15 @@ and pedagogical standards, so that our material continuously improves. - An "HPC Users" workshop, starting with the [Unix Shell](https://swcarpentry.github.io/shell-novice/) and [HPC Intro](https://carpentries-incubator.github.io/hpc-intro/) lessons, -and following up with example applications using data analysis or -containers to demonstrate the advantages of HPC operations. +and following up with example of the of a workflow tool to execute +a scaling study oon an HPC system, including demonstrating the +limitations of parallelism. This workflow lesson is +[HPC Workflows](https://github.com/carpentries-incubator/hpc-workflows). - An "HPC Developers" workshop, also starting with [Unix Shell](https://swcarpentry.github.io/shell-novice/) and [HPC Intro](https://carpentries-incubator.github.io/hpc-intro/) lessons, -with follow-up lessons covering how to develop applications -for HPC systems. +with follow-up lessons, not yet developed, covering how to +consstruct applications for HPC systems. - Collect, develop, and organize related material that doesn't fit into the workshop framework, making it easy to find for interested developers. From a0275459345ce4d028f1ff7efc36dc7f274b72c3 Mon Sep 17 00:00:00 2001 From: ocaisa Date: Fri, 8 Nov 2024 07:20:30 +0100 Subject: [PATCH 2/2] Update pages/about.md --- pages/about.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/about.md b/pages/about.md index c60d29d8c..1008a0673 100644 --- a/pages/about.md +++ b/pages/about.md @@ -36,7 +36,7 @@ limitations of parallelism. This workflow lesson is [Unix Shell](https://swcarpentry.github.io/shell-novice/) and [HPC Intro](https://carpentries-incubator.github.io/hpc-intro/) lessons, with follow-up lessons, not yet developed, covering how to -consstruct applications for HPC systems. +construct applications for HPC systems. - Collect, develop, and organize related material that doesn't fit into the workshop framework, making it easy to find for interested developers.