Skip to content

Commit 8d19068

Browse files
committed
markdown source builds
Auto-generated via `{sandpaper}` Source : c456d0c Branch : main Author : Sue McClatchy <smcclatchy@users.noreply.github.com> Time : 2026-02-03 22:12:34 +0000 Message : Merge pull request #2 from carpentries-incubator/update/packages Update 100 packages
1 parent a2655ee commit 8d19068

2 files changed

Lines changed: 5518 additions & 0 deletions

File tree

config.yaml

Lines changed: 91 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,91 @@
1+
#------------------------------------------------------------
2+
# Values for this lesson.
3+
#------------------------------------------------------------
4+
5+
# Which carpentry is this (swc, dc, lc, or cp)?
6+
# swc: Software Carpentry
7+
# dc: Data Carpentry
8+
# lc: Library Carpentry
9+
# cp: Carpentries (to use for instructor training for instance)
10+
# incubator: The Carpentries Incubator
11+
#
12+
# This option supports custom types so lessons can be branded
13+
# and themed with your own logo and alt-text (see `carpentry_description`)
14+
# See https://carpentries.github.io/sandpaper-docs/editing.html#adding-a-custom-logo
15+
carpentry: 'incubator'
16+
17+
# Alt-text description of the lesson.
18+
carpentry_description: 'Lesson Description'
19+
20+
# Overall title for pages.
21+
title: 'Machine Learning for Biomedical Science'
22+
23+
# Date the lesson was created (YYYY-MM-DD, this is empty by default)
24+
created: 2025-07-15
25+
26+
# Comma-separated list of keywords for the lesson
27+
keywords: 'software, data, lesson, The Carpentries, machine learning, classification, clustering, biomedical science'
28+
29+
# Life cycle stage of the lesson
30+
# possible values: pre-alpha, alpha, beta, stable
31+
life_cycle: 'beta'
32+
33+
# License of the lesson
34+
license: 'CC-BY 4.0'
35+
36+
# Link to the source repository for this lesson
37+
source: 'https://github.com/smcclatchy/machine-learning-biomedical-science'
38+
39+
# Default branch of your lesson
40+
branch: 'main'
41+
42+
# Who to contact if there are any issues
43+
contact: 'susan.mcclatchy@jax.org'
44+
45+
# Navigation ------------------------------------------------
46+
#
47+
# Use the following menu items to specify the order of
48+
# individual pages in each dropdown section. Leave blank to
49+
# include all pages in the folder.
50+
#
51+
# Example -------------
52+
#
53+
# episodes:
54+
# - introduction.md
55+
# - first-steps.md
56+
#
57+
# learners:
58+
# - setup.md
59+
#
60+
# instructors:
61+
# - instructor-notes.md
62+
#
63+
# profiles:
64+
# - one-learner.md
65+
# - another-learner.md
66+
67+
# Order of episodes in your lesson
68+
episodes:
69+
- introduction.Rmd
70+
- clustering.Rmd
71+
- conditional-probabilities-expectations.Rmd
72+
- smoothing.Rmd
73+
- class-prediction.Rmd
74+
- cross-validation.Rmd
75+
76+
77+
# Information for Learners
78+
learners:
79+
80+
# Information for Instructors
81+
instructors:
82+
83+
# Learner Profiles
84+
profiles:
85+
86+
# Customisation ---------------------------------------------
87+
#
88+
# This space below is where custom yaml items (e.g. pinning
89+
# sandpaper and varnish versions) should live
90+
91+

0 commit comments

Comments
 (0)