Skip to content

Commit

Permalink
Merge pull request #25 from RENCI-NRIG/under-construction-hints
Browse files Browse the repository at this point in the history
Add work-in-progress hints
  • Loading branch information
sajith authored May 16, 2024
2 parents 6cc3021 + 2b506c1 commit 95cc31f
Showing 1 changed file with 24 additions and 17 deletions.
41 changes: 24 additions & 17 deletions index.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,38 +12,41 @@ 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 103: [Software version control, testing and debugging][pe103]
- PE 101: [Using Python packages & libraries, Conda][pe101] 🚧
- PE 102: [Numerical data analysis with Python][pe102] 🚧
- PE 103: [Software version control][pe103-vcs],
[testing][pe103-testing] and [debugging][pe103-debugging]

## 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] 🚧

<!-- References -->

Expand All @@ -54,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
Expand Down

0 comments on commit 95cc31f

Please sign in to comment.