8
8
# lc: Library Carpentry
9
9
# cp: Carpentries (to use for instructor training for instance)
10
10
# incubator: The Carpentries Incubator
11
- #
11
+ #
12
12
# This option supports custom types so lessons can be branded
13
13
# and themed with your own logo and alt-text (see `carpentry_description`)
14
14
# See https://carpentries.github.io/sandpaper-docs/editing.html#adding-a-custom-logo
@@ -17,30 +17,31 @@ carpentry: 'incubator'
17
17
# Alt-text description of the lesson.
18
18
carpentry_description : ' Lesson Description'
19
19
20
+ # c.f. https://carpentries.github.io/sandpaper-docs/introduction.html
20
21
# Overall title for pages.
21
- title : ' Lesson Title ' # FIXME
22
+ title : ' Reproducible Machine Learning Workflows for Scientists '
22
23
23
24
# Date the lesson was created (YYYY-MM-DD, this is empty by default)
24
- created : ~ # FIXME
25
+ created : 2025-03-16
25
26
26
27
# Comma-separated list of keywords for the lesson
27
- keywords : ' software, data, lesson, The Carpentries' # FIXME
28
+ keywords : ' software, lesson, The Carpentries, machine learning, CUDA, hardware acceleration, reproducible '
28
29
29
30
# Life cycle stage of the lesson
30
31
# possible values: pre-alpha, alpha, beta, stable
31
- life_cycle : ' pre-alpha' # FIXME
32
+ life_cycle : ' pre-alpha'
32
33
33
34
# License of the lesson
34
35
license : ' CC-BY 4.0'
35
36
36
37
# Link to the source repository for this lesson
37
- source : ' https://github.com/carpentries/workbench-template-md ' # FIXME
38
+ source : ' https://github.com/carpentries-incubator/reproducible-ml-workflows '
38
39
39
40
# Default branch of your lesson
40
41
branch : ' main'
41
42
42
43
# Who to contact if there are any issues
43
- contact :
' [email protected] ' # FIXME
44
+
44
45
45
46
# Navigation ------------------------------------------------
46
47
#
65
66
# - another-learner.md
66
67
67
68
# Order of episodes in your lesson
68
- episodes :
69
+ episodes :
69
70
- introduction.md
70
71
71
72
# Information for Learners
72
- learners :
73
+ learners :
73
74
74
75
# Information for Instructors
75
- instructors :
76
+ instructors :
76
77
77
78
# Learner Profiles
78
- profiles :
79
+ profiles :
79
80
80
81
# Customisation ---------------------------------------------
81
82
#
0 commit comments