From bca401b866507667d425c6a1e3d1270362e3a8c7 Mon Sep 17 00:00:00 2001 From: Samantha Wittke <32324155+samumantha@users.noreply.github.com> Date: Mon, 19 Aug 2024 17:56:05 +0300 Subject: [PATCH 1/6] add long Bring your own classroom announcement --- content/communication/BYOC_announcement.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 content/communication/BYOC_announcement.md diff --git a/content/communication/BYOC_announcement.md b/content/communication/BYOC_announcement.md new file mode 100644 index 0000000..98014db --- /dev/null +++ b/content/communication/BYOC_announcement.md @@ -0,0 +1,20 @@ ++++ +title = "Workshop announcement with Bring your own code example (long version)" +[extra] +subject = "Bring your own classroom to a CodeRefinery workshop" ++++ + + +CodeRefinery is teaching good enough FAIR research software development practices in two workshops a year with all open source lesson materials (https://coderefinery.org/lessons/#lessons-that-we-teach-in-our-tools-workshops). + +The next iteration will be September 10-12 and 17-19 9-13 CEST ([info and registration on our event page]( https://coderefinery.github.io/2024-09-10-workshop/)) and we have four ways for YOU to be part of and support it: + +1. Advertise to your network; check our [communications page for advertisement texts](https://coderefinery.github.io/2024-09-10-workshop/communication/) + +2. Be a learner or observer; register on our [event webpage](https://coderefinery.github.io/2024-09-10-workshop/) . + +3. Become a co-instructor for any of our lessons, you will be onboarded and never alone; a nice way to start your teaching journey or expand your teaching horizon :) If this sounds interesting to you, say hi in #**coderefinery-tools-workshop** channel or come to one of our open planning meetings every Monday at 14 CEST: [Connection details on our collaborative document](https://hackmd.io/@coderefinery/team-meeting) + +4. "Bring your own classroom" - You do not have the capacity to provide a workshop on version control and other FAIR research software development practices yourself, but know your community would need it? -> Provide a space to watch the CodeRefinery workshop together! + +We also wrote a [blog post about this model including feedback from previous classrooms](https://coderefinery.org/blog/bring-your-own-classroom/) From c45e5aff788cd5b2750a7507faf04b4d63baa717 Mon Sep 17 00:00:00 2001 From: Samantha Wittke <32324155+samumantha@users.noreply.github.com> Date: Mon, 19 Aug 2024 17:56:54 +0300 Subject: [PATCH 2/6] Rename BYOC_announcement.md to BYOC_announcement_long.md --- .../{BYOC_announcement.md => BYOC_announcement_long.md} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename content/communication/{BYOC_announcement.md => BYOC_announcement_long.md} (100%) diff --git a/content/communication/BYOC_announcement.md b/content/communication/BYOC_announcement_long.md similarity index 100% rename from content/communication/BYOC_announcement.md rename to content/communication/BYOC_announcement_long.md From 785ab8ee468795a26a8e2bdb8264df5b05bb4650 Mon Sep 17 00:00:00 2001 From: Samantha Wittke <32324155+samumantha@users.noreply.github.com> Date: Mon, 19 Aug 2024 17:58:25 +0300 Subject: [PATCH 3/6] Create BYOC_announcement_short.md --- content/communication/BYOC_announcement_short.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 content/communication/BYOC_announcement_short.md diff --git a/content/communication/BYOC_announcement_short.md b/content/communication/BYOC_announcement_short.md new file mode 100644 index 0000000..8d5bcb4 --- /dev/null +++ b/content/communication/BYOC_announcement_short.md @@ -0,0 +1,6 @@ ++++ title = "Workshop announcement with Bring your own code example (short version)" [extra] subject = "Bring your own classroom to a CodeRefinery workshop" +++ + +Bring your own classroom to a CodeRefinery workshop! +Provide a learning space, without organizing a full training by yourself. +Materials are open, lectures streamed, the only thing you have to do is facilitate the learning experience! +Read more: https://coderefinery.org/blog/bring-your-own-classroom/ From ba05f3e3918fff728ecd14a5bb23a01ff3a9ac93 Mon Sep 17 00:00:00 2001 From: Samantha Wittke <32324155+samumantha@users.noreply.github.com> Date: Mon, 19 Aug 2024 18:00:12 +0300 Subject: [PATCH 4/6] format fix? --- content/communication/BYOC_announcement_short.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/content/communication/BYOC_announcement_short.md b/content/communication/BYOC_announcement_short.md index 8d5bcb4..53b0e01 100644 --- a/content/communication/BYOC_announcement_short.md +++ b/content/communication/BYOC_announcement_short.md @@ -1,4 +1,7 @@ -+++ title = "Workshop announcement with Bring your own code example (short version)" [extra] subject = "Bring your own classroom to a CodeRefinery workshop" +++ ++++ title = "Workshop announcement with Bring your own code example (short version)" +[extra] +subject = "Bring your own classroom to a CodeRefinery workshop" ++++ Bring your own classroom to a CodeRefinery workshop! Provide a learning space, without organizing a full training by yourself. From c31aaf49e580d5bab374cbf0d8918c512e18c117 Mon Sep 17 00:00:00 2001 From: Samantha Wittke <32324155+samumantha@users.noreply.github.com> Date: Wed, 28 Aug 2024 10:15:21 +0300 Subject: [PATCH 5/6] fix build error --- content/communication/BYOC_announcement_short.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/content/communication/BYOC_announcement_short.md b/content/communication/BYOC_announcement_short.md index 53b0e01..d99a4f4 100644 --- a/content/communication/BYOC_announcement_short.md +++ b/content/communication/BYOC_announcement_short.md @@ -1,4 +1,5 @@ -+++ title = "Workshop announcement with Bring your own code example (short version)" ++++ +title = "Workshop announcement with Bring your own code example (short version)" [extra] subject = "Bring your own classroom to a CodeRefinery workshop" +++ From 9fd6adf1f3e7b656cf4d72a095675295852836bf Mon Sep 17 00:00:00 2001 From: Radovan Bast Date: Wed, 28 Aug 2024 09:20:17 +0200 Subject: [PATCH 6/6] fix front matter --- content/communication/BYOC_announcement_short.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/communication/BYOC_announcement_short.md b/content/communication/BYOC_announcement_short.md index d99a4f4..d2f1b1b 100644 --- a/content/communication/BYOC_announcement_short.md +++ b/content/communication/BYOC_announcement_short.md @@ -1,4 +1,4 @@ -+++ ++++ title = "Workshop announcement with Bring your own code example (short version)" [extra] subject = "Bring your own classroom to a CodeRefinery workshop"