| - {{ episode.title }} - | -
-
|
-
The Carpentries comprises - Software Carpentry, Data Carpentry, and Library Carpentry communities of Instructors, Trainers, - Maintainers, helpers, and supporters who share a mission to teach - foundational coding and data science skills to researchers and people - working in library- and information-related roles. In January, - 2018, The Carpentries was formed by the merger of Software Carpentry and - Data Carpentry. Library Carpentry became an official Carpentries Lesson Program - in November 2018.
- + Software Carpentry, Data Carpentry, Library Carpentry, and High Performance Computing Carpentry + communities of Instructors, Trainers, Maintainers, helpers, and supporters + who share a mission to teach foundational coding and data science skills to + researchers and people working in library- and information-related roles. + In January, 2018, The Carpentries was formed by the merger of Software Carpentry and + Data Carpentry. Library Carpentry became an official Carpentries Lesson Program + in November 2018. High Performance Computing Carpentry became an official + Carpentries Lesson Program in 2026.While individual lessons and workshops continue to be run under each lesson project, The Carpentries provide overall staffing and governance, as diff --git a/_includes/check_transition_variables.html b/_includes/check_transition_variables.html deleted file mode 100644 index 71d48268..00000000 --- a/_includes/check_transition_variables.html +++ /dev/null @@ -1,22 +0,0 @@ -{% assign date = include.need_transition_date %} - -{% if date == "true" %} -{% unless site.transition_date_prebeta %} -
transition_date_prebeta
- in _config.yml.
-transition_date_beta
- in _config.yml.
-transition_date_prerelease
- in _config.yml.
--diff --git a/_includes/episode_keypoints.html b/_includes/episode_keypoints.html deleted file mode 100644 index 5c283ea8..00000000 --- a/_includes/episode_keypoints.html +++ /dev/null @@ -1,18 +0,0 @@ -{% comment %} - Display key points for an episode. -{% endcomment %} - -{% if page.keypoints == nil %} -{% assign episode_keypoints = include.episode_keypoints %} -{% else %} -{% assign episode_keypoints = page.keypoints %} -{% endif %} - -Overview
- --- -- Break: {{ page.break }} min ----
-diff --git a/_includes/episode_navbar.html b/_includes/episode_navbar.html deleted file mode 100644 index 5abf86f2..00000000 --- a/_includes/episode_navbar.html +++ /dev/null @@ -1,42 +0,0 @@ -{% comment %} -For some reason, the relative_root_path seems out of scope in this file, so we -need to re-assign it here -{% endcomment %} - -{% include base_path.html %} - -{% comment %} - Navigation bar for an episode. -{% endcomment %} - -{% include manual_episode_order.html %} -{% comment %} - 'previous_episode' and 'next_episodes' are defined in 'manual_episode_order.html'. - These replace 'page.previous' and 'page.next' objects, correspondingly. -{% endcomment %} - -Key Points
-- {% for keypoint in episode_keypoints %} -
-- {{ keypoint|markdownify }}
- {% endfor %} -
-diff --git a/_includes/episode_title.html b/_includes/episode_title.html deleted file mode 100644 index d0abc654..00000000 --- a/_includes/episode_title.html +++ /dev/null @@ -1,9 +0,0 @@ -Overview
- --- -- Teaching: {{ teaching_time }} min --
- Exercises: {{ exercise_time }} min -- Questions --- {% for question in episode_questions %} -
-- {{ question|markdownify }}
- {% endfor %} --- ---- Objectives --- {% for objective in episode_objectives %} -
-- {{ objective|markdownify }}
- {% endfor %} -