From 40d62a9e36eb1f58e5b4f1d05295cdbfacc97b4b Mon Sep 17 00:00:00 2001 From: Edward Wallace Date: Thu, 31 Aug 2023 15:14:11 +0100 Subject: [PATCH 1/5] Update config.yaml for carpentries lab transition, fixes #124 - lesson changed to stable status - carpentry changed from incubator to lab - source changed to point to the new repository URL (before the transfer to carpentries-lab organisation though) --- config.yaml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/config.yaml b/config.yaml index 9c13aa06..10c094a2 100644 --- a/config.yaml +++ b/config.yaml @@ -8,7 +8,8 @@ # lc: Library Carpentry # cp: Carpentries (to use for instructor training for instance) # incubator: The Carpentries Incubator -carpentry: 'incubator' +# lab: The Carpentries Lab +carpentry: 'lab' # Overall title for pages. title: 'Good Enough Practices in Scientific Computing' @@ -21,13 +22,13 @@ keywords: 'software, data, lesson, The Carpentries' # Life cycle stage of the lesson # possible values: pre-alpha, alpha, beta, stable -life_cycle: 'beta' +life_cycle: 'stable' # License of the lesson materials (recommended CC-BY 4.0) license: 'CC-BY 4.0' # Link to the source repository for this lesson -source: 'https://github.com/carpentries-incubator/good-enough-practices' +source: 'https://github.com/carpentries-lab/good-enough-practices' # Default branch of your lesson branch: 'main' @@ -83,6 +84,6 @@ profiles: # sandpaper and varnish versions) should live -url: 'https://carpentries-incubator.github.io/good-enough-practices' +url: 'https://carpentries-lab.github.io/good-enough-practices' analytics: carpentries lang: en From ce0d9a6015fad2b26e3dda6e61cb0f01dc323881 Mon Sep 17 00:00:00 2001 From: Edward Wallace Date: Thu, 7 Sep 2023 12:19:09 +0100 Subject: [PATCH 2/5] learners, instructors, profiles in config.yaml --- config.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/config.yaml b/config.yaml index 10c094a2..8abbad22 100644 --- a/config.yaml +++ b/config.yaml @@ -71,12 +71,21 @@ episodes: # Information for Learners learners: +- setup.md +- reference.md # Information for Instructors instructors: +- instructor-notes.md +- etherpad_template.md +- teaching_guide_for_etherpad.md +- resources.md +- what-we-left-out.md # Learner Profiles profiles: +- learner-profiles.md + # Customisation --------------------------------------------- # From 830fcc4605e7da82cec7180787c400d57f033d3b Mon Sep 17 00:00:00 2001 From: Edward Wallace Date: Thu, 7 Sep 2023 12:48:42 +0100 Subject: [PATCH 3/5] title in etherpad_template.md --- instructors/etherpad_template.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/instructors/etherpad_template.md b/instructors/etherpad_template.md index 857e2a4d..e9723807 100644 --- a/instructors/etherpad_template.md +++ b/instructors/etherpad_template.md @@ -1,5 +1,6 @@ --- -~ +title: Etherpad template +subtitle: Template text to paste in to collaborative document --- # Good enough research practices for scientific computing From e8dd65d9ce153805b7e1f8d70f50b331d7d515a3 Mon Sep 17 00:00:00 2001 From: Edward Wallace Date: Thu, 7 Sep 2023 12:50:26 +0100 Subject: [PATCH 4/5] title in teaching_guide_for_etherpad.md --- instructors/teaching_guide_for_etherpad.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/instructors/teaching_guide_for_etherpad.md b/instructors/teaching_guide_for_etherpad.md index 114a7914..295b4b48 100644 --- a/instructors/teaching_guide_for_etherpad.md +++ b/instructors/teaching_guide_for_etherpad.md @@ -1,10 +1,11 @@ --- -~ +title: Etherpad Teaching notes +subtitle: Teaching notes for collaborative document --- # Teaching notes -Teaching notes for Good Enough Research Practices using [etherpad\_template.md]. +Teaching notes for Good Enough Practices using the [Etherpad template](etherpad_template.md). ## Setup From 4cb9e020de1fe304d93124fbc3c56f3bb8733653 Mon Sep 17 00:00:00 2001 From: Edward Wallace Date: Thu, 7 Sep 2023 12:52:42 +0100 Subject: [PATCH 5/5] remove duplicates in config.yaml --- config.yaml | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/config.yaml b/config.yaml index 8abbad22..f1048735 100644 --- a/config.yaml +++ b/config.yaml @@ -42,21 +42,6 @@ contact: 'Edward.Wallace@ed.ac.uk' # individual pages in each dropdown section. Leave blank to # include all pages in the folder. # -# Example ------------- -# -# episodes: -# - introduction.md -# - first-steps.md -# -# learners: -# - setup.md -# -# instructors: -# - instructor-notes.md -# -# profiles: -# - one-learner.md -# - another-learner.md # Order of episodes in your lesson episodes: @@ -72,7 +57,6 @@ episodes: # Information for Learners learners: - setup.md -- reference.md # Information for Instructors instructors: