Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/check-pull-requests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
- name: Run a spellchecker
run: |
sudo pip install codespell &&\
codespell --skip ".vendor,assets,*.pdf,*.png,*.jpg,*.jpeg,*.gif,*.xap,*.js,_data,_sass,.git,*.svg,*.geojson,citations.md,latam-tf.md,.jekyll-metadata,_site" --ignore-words-list "files',tawk,rouge,aci,ois,re-use" .
codespell --skip ".vendor,assets,*.pdf,*.png,*.jpg,*.jpeg,*.gif,*.xap,*.js,_data,_sass,.git,*.svg,*.geojson,citations.md,latam-tf.md,.jekyll-metadata,_site" --ignore-words-list "files',tawk,rouge,aci,ois,re-use,wit" .

- name: Build site
run: make site
63 changes: 63 additions & 0 deletions _data/curriculum.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,63 @@
---
curricula:

- lessonname: The Unix Shell
site: https://swcarpentry.github.io/shell-novice/
repo: https://github.com/swcarpentry/shell-novice
ref: https://swcarpentry.github.io/shell-novice/reference
inst_notes: https://swcarpentry.github.io/shell-novice/instructor/instructor-notes
maintainers:
- name: Benson Muite
handle: bkmgit
- name: Pariksheet Nanda
handle: omsai
- name: Ahmed Unshur
handle: ahmedunshur
curriculum: core


- lessonname: Using High-Performance Computing Systems
site: https://hpc-carpentry.org/hpc-intro/
ref: https://hpc-carpentry.org/hpc-intro/reference
repo: https://github.com/carpentries-incubator/hpc-intro
inst_notes: https://hpc-carpentry.org/hpc-intro/instructor/instructor-notes
maintainers:
- name: Marc-André Hermanns
handle: mahermanns
- name: Trevor Keller
handle: tkphd
- name: Andrew Reid
handle: reid-a
- name: Tejesh Pala
handle: TejeshPala
curriculum: core

- lessonname: High-Performance Computing Workflow Management with Snakemake
site: https://hpc-carpentry.org/hpc-workflows/
ref: https://hpc-carpentry.org/hpc-workflows/reference
repo: https://github.com/carpentries-incubator/hpc-workflows
inst_notes: https://hpc-carpentry.org/hpc-workflows/instructor/instructor-notes
maintainers:
- name: Trevor Keller
handle: tkphd
- name: Alan O'Cais
handle: ocaisa
- name: Andrew Reid
handle: reid-a
- name: Jon Guyer
handle: guyer
- name: Florence Bockting
handle: florence-bockting
curriculum: core

- lessonname: Introduction to High-Performance Computing in Chapel
site: https://hpc-carpentry.org/hpc-chapel/
ref: https://hpc-carpentry.org/hpc-chapel/reference
repo: https://github.com/hpc-carpentry/hpc-chapel/
inst_notes: https://hpc-carpentry.org/hpc-chapel/instructor/instructor-notes
maintainers:
- name: Trevor Keller
handle: tkphd
- name: Alex Razoumov
handle: razoumov
curriculum: modular
4 changes: 4 additions & 0 deletions pages/community-lessons.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@ materials - **The Carpentries Incubator**, **HPC Carpentry** and our
* Collaborative lesson development (from conceptual to stable lessons).
* Providing wider visibility for lessons that are being worked on.

The core HPC Carpentry curriculum uses only lessons that are in or have graduated from the Incubator, to wit:

1.

[HPC Carpentry](#hpc-carpentry) is for:
* Repository of peer-reviewed, short-format, lessons that use the teaching
approach and lesson design from The Carpentries.
Expand Down
Loading