From ed09bb0610958830e94fb373194c37ebe256d9a9 Mon Sep 17 00:00:00 2001 From: Sajith Sasidharan Date: Thu, 16 May 2024 16:48:28 -0500 Subject: [PATCH 1/2] Add construction emojis to indicate work-in-progress state --- index.md | 34 ++++++++++++++++++---------------- 1 file changed, 18 insertions(+), 16 deletions(-) diff --git a/index.md b/index.md index 336a7e1..bc2abf8 100644 --- a/index.md +++ b/index.md @@ -12,38 +12,40 @@ This is the training overview: ## Theme 1: Programming Fundamentals - PE 100: [Python Programming and Jupyter notebooks][pe100] -- PE 101: [Using Python packages & libraries, Conda][pe101] -- PE 102: [Numerical data analysis with Python][pe102] +- PE 101: [Using Python packages & libraries, Conda][pe101] 🚧 +- PE 102: [Numerical data analysis with Python][pe102] 🚧 - PE 103: [Software version control, testing and debugging][pe103] ## Theme 2: Systems Fundamentals - SF 100: [Intro to Linux, commandline, and scripting][sf100] -- SF 101: [Containers and virtualization][sf101] -- SF 200: [Parallel computing concepts][sf200] -- SF 201: [Batch systems and compute farms with CHESS example][sf201] +- SF 101: [Containers and virtualization][sf101] 🚧 +- SF 200: [Parallel computing concepts][sf200] 🚧 +- SF 201: [Batch systems and compute farms with CHESS example][sf201] 🚧 ## Theme 3: Distributed Computing and the CI Ecosystem -- DC 100: [Distributed computing concepts][dc100] -- DC 101: [Scientific workflow management][dc101] -- DC 102: [Using science gateways with Open OnDemand example][dc102] -- DC 200: [Computing with CI ecosystem - ACCESS, PATh, Campus, Cloud][dc200] +- DC 100: [Distributed computing concepts][dc100] 🚧 +- DC 101: [Scientific workflow management][dc101] 🚧 +- DC 102: [Using science gateways with Open OnDemand example][dc102] 🚧 +- DC 200: [Computing with CI ecosystem - ACCESS, PATh, Campus, + Cloud][dc200] 🚧 ## Theme 4: X-Ray Science S&E Software -- XS 100: [Data collection, preparing input parameters, SPEC and CLI][xs100] +- XS 100: [Data collection, preparing input parameters, SPEC and + CLI][xs100] 🚧 - XS 101: [Basic / on-the-fly data analysis, viewing detector images][xs101] - XS 102: [Large-scale data analysis: from images to science - parameters to interpretation][xs102] -- XS 200: [Metadata for data fidelity and systematic checks][xs200] + parameters to interpretation][xs102] 🚧 +- XS 200: [Metadata for data fidelity and systematic checks][xs200] 🚧 ## Theme 5: Data Curation and FAIR -- CF 100: [Intro to domain metadata standards, formats and repositories][cf100] -- CF 101: [Best practices for developing DMP][cf101] -- CF 102: [Metadata annotation and DOI][cf102] -- CF 200: [Curating data, code, workflows, and publishing][cf200] +- CF 100: [Intro to domain metadata standards, formats and repositories][cf100] 🚧 +- CF 101: [Best practices for developing DMP][cf101] 🚧 +- CF 102: [Metadata annotation and DOI][cf102] 🚧 +- CF 200: [Curating data, code, workflows, and publishing][cf200] 🚧 From 2b506c1544fb23e4983dc192d364214def6a7eb8 Mon Sep 17 00:00:00 2001 From: Sajith Sasidharan Date: Thu, 16 May 2024 16:55:45 -0500 Subject: [PATCH 2/2] Avoid a hop to PE103 subtopics --- index.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/index.md b/index.md index bc2abf8..925e6ef 100644 --- a/index.md +++ b/index.md @@ -14,7 +14,8 @@ This is the training overview: - PE 100: [Python Programming and Jupyter notebooks][pe100] - PE 101: [Using Python packages & libraries, Conda][pe101] 🚧 - PE 102: [Numerical data analysis with Python][pe102] 🚧 -- PE 103: [Software version control, testing and debugging][pe103] +- PE 103: [Software version control][pe103-vcs], + [testing][pe103-testing] and [debugging][pe103-debugging] ## Theme 2: Systems Fundamentals @@ -56,6 +57,10 @@ This is the training overview: [pe102]: ./theme1/PE102/numerical-data-analysis.ipynb [pe103]: ./theme1/PE103/vcs-testing-debugging.md +[pe103-vcs]: ./theme1/PE103//vcs.qmd +[pe103-testing]: ./theme1/PE103/testing.md +[pe103-debugging]: ./theme1/PE103/debugging.md + [sf100]: ./theme2/SF100/linux-commandline-scripting.md [sf101]: ./theme2/SF101/containers-and-virtualization.md [sf200]: ./theme2/SF200/parallel-computing.md