Skip to content

Commit 9f53765

Browse files
committed
update date and status
1 parent ae61147 commit 9f53765

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,20 +21,20 @@ carpentry_description: 'Lesson Description'
2121
title: 'Machine Learning for Biomedical Science'
2222

2323
# Date the lesson was created (YYYY-MM-DD, this is empty by default)
24-
created: ~ # FIXME: ( ~ means empty, replace with date formatted as above)
24+
created: 2025-07-15
2525

2626
# Comma-separated list of keywords for the lesson
27-
keywords: 'software, data, lesson, The Carpentries' # FIXME
27+
keywords: 'software, data, lesson, The Carpentries, machine learning, classification, clustering, biomedical science'
2828

2929
# Life cycle stage of the lesson
3030
# possible values: pre-alpha, alpha, beta, stable
31-
life_cycle: 'pre-alpha' # FIXME
31+
life_cycle: 'alpha'
3232

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

3636
# Link to the source repository for this lesson
37-
source: 'https://github.com/carpentries/workbench-template-rmd' # FIXME
37+
source: 'https://github.com/smcclatchy/machine-learning-biomedical-science'
3838

3939
# Default branch of your lesson
4040
branch: 'main'

0 commit comments

Comments
 (0)