From d8b95871c6ea5722f3d3e90b06709c9b0f8ed6e2 Mon Sep 17 00:00:00 2001 From: Saskia Hiltemann Date: Fri, 24 May 2024 14:47:19 +0200 Subject: [PATCH 01/91] add recordings dropdown include --- _includes/resource-recordings.html | 35 ++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 _includes/resource-recordings.html diff --git a/_includes/resource-recordings.html b/_includes/resource-recordings.html new file mode 100644 index 00000000000000..e5d7bcdd8d40c5 --- /dev/null +++ b/_includes/resource-recordings.html @@ -0,0 +1,35 @@ +{% assign locale = site.data.lang[page.lang] %} + +{% assign tuto_recordings = include.material.recordings | default: page.recordings %} + +{% if tuto_recordings or include.material.slides_recordings %} + +{% if include.wrapper %} +
  • +{% else %} +
    +{% endif %} + + + + + {% if include.wrapper %} +
  • + {% else %} + + {% endif %} +{% endif %} From d2df700361b7048741216d3a1062b24d10fcbea6 Mon Sep 17 00:00:00 2001 From: Saskia Hiltemann Date: Fri, 24 May 2024 14:48:16 +0200 Subject: [PATCH 02/91] replace recordings from video library to GTN --- _includes/tutorial_list.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_includes/tutorial_list.html b/_includes/tutorial_list.html index 54262d242ac269..cd5d986dd4f5d8 100644 --- a/_includes/tutorial_list.html +++ b/_includes/tutorial_list.html @@ -68,7 +68,7 @@
    {% include _includes/resource-slides.html material=material topic=topic.name %} {% include _includes/resource-handson.html material=material topic=topic.name %} - {% include _includes/resource-video-library.html material=material topic=topic.name %} + {% include _includes/resource-recordings.html material=material topic=topic.name %} {% if topic.type == "use" %} {% include _includes/resource-zenodo.html material=material topic=topic.name %} @@ -84,7 +84,7 @@ {% include _includes/resource-slides.html material=material topic=topic.name %} {% include _includes/resource-handson.html material=material topic=topic.name %} - {% include _includes/resource-video-library.html material=material topic=topic.name %} + {% include _includes/resource-recordings.html material=material topic=topic.name %} {% if topic.type == "use" %} {% include _includes/resource-zenodo.html material=material topic=topic.name %} From d24d6f8ea21b8c451deb2702a3718d002320631a Mon Sep 17 00:00:00 2001 From: Saskia Hiltemann Date: Fri, 24 May 2024 14:48:40 +0200 Subject: [PATCH 03/91] replace recordings from video library to GTN --- _layouts/tutorial_hands_on.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_layouts/tutorial_hands_on.html b/_layouts/tutorial_hands_on.html index 1e9bd8a9bd9f80..289d2736855197 100644 --- a/_layouts/tutorial_hands_on.html +++ b/_layouts/tutorial_hands_on.html @@ -147,7 +147,7 @@

    Under Development!

    {% endif %} - {% include _includes/resource-video-library.html label=true wrapper=true %} + {% include _includes/resource-recordings.html label=true wrapper=true %} {% if tuto_has_docker %} @@ -510,7 +510,7 @@

    {{locale['citing-tutorial'] | default: "Citing this Tutorial"}}