Skip to content

Commit

Permalink
config.yml and section on resources
Browse files Browse the repository at this point in the history
  • Loading branch information
jhidding committed Apr 17, 2024
1 parent b789e5b commit 18c412e
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 7 deletions.
15 changes: 8 additions & 7 deletions config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,32 +8,32 @@
# lc: Library Carpentry
# cp: Carpentries (to use for instructor training for instance)
# incubator: The Carpentries Incubator
carpentry: 'incubator'
carpentry: 'swc'

# Overall title for pages.
title: 'Lesson Title' # FIXME
title: 'Efficient Computing in Julia'

# Date the lesson was created (YYYY-MM-DD, this is empty by default)
created: ~ # FIXME
created: 2024-04-17

# Comma-separated list of keywords for the lesson
keywords: 'software, data, lesson, The Carpentries' # FIXME
keywords: 'hpc, julia, efficient computing'

# Life cycle stage of the lesson
# possible values: pre-alpha, alpha, beta, stable
life_cycle: 'pre-alpha' # FIXME
life_cycle: 'pre-alpha'

# License of the lesson
license: 'CC-BY 4.0'

# Link to the source repository for this lesson
source: 'https://github.com/carpentries/workbench-template-md' # FIXME
source: 'https://github.com/esciencecenter-digital-skills/efficient-computing-in-julia'

# Default branch of your lesson
branch: 'main'

# Who to contact if there are any issues
contact: 'team@carpentries.org' # FIXME
contact: 'j.hidding@esciencecenter.nl'

# Navigation ------------------------------------------------
#
Expand All @@ -60,6 +60,7 @@ contact: 'team@carpentries.org' # FIXME
# Order of episodes in your lesson
episodes:
- introduction.md
- resources.md

# Information for Learners
learners:
Expand Down
13 changes: 13 additions & 0 deletions episodes/resources.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
title: Resources
---

## Existing material
- https://github.com/carstenbauer/JuliaHLRS22
- https://juliafolds.github.io/data-parallelism/tutorials/quick-introduction/
- https://juliateachingctu.github.io/Julia-for-Optimization-and-Learning/dev/
- https://docs.julialang.org/en/v1/
- https://www.matecdev.com/posts/julia-tutorial-science-engineering.html
- https://www.matecdev.com/posts/julia-numerical-computing.html
- https://www.matecdev.com/posts/julia-17x-faster-vs-python-scipy.html
- https://julialang.org/learning/tutorials/

0 comments on commit 18c412e

Please sign in to comment.