You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: index.md
+14-22Lines changed: 14 additions & 22 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,21 +1,21 @@
1
1
---
2
2
# More detailed instructions (including how to fill these variables for an # online workshop) are available at https://carpentries.github.io/workshop-template/customization/index.html#yaml-header
3
3
# Required variables
4
-
venue: "FIXME"# brief name of the institution that hosts the workshop without address (e.g., "Euphoric State University")
5
-
address: "FIXME"# full street address of workshop (e.g., "Room A, 123 Forth Street, Blimingen, Euphoria"), videoconferencing URL, or 'online'
6
-
country: "FIXME"# lowercase two-letter ISO country code such as "fr" (see https://en.wikipedia.org/wiki/ISO_3166-1#Current_codes) for the institution that hosts the workshop
7
-
language: "FIXME"# lowercase two-letter ISO language code such as "fr" (see https://en.wikipedia.org/wiki/List_of_ISO_639-1_codes) for the workshop
8
-
latitude: "FIXME"# decimal latitude of workshop venue - this should be a number greater than or equal to -90, and less than or equal to 90 (use https://www.latlong.net/)
9
-
longitude: "FIXME"# decimal longitude of the workshop venue - this should be a number greater than or equal to -180, and less than or equal to 180 (use https://www.latlong.net)
10
-
humandate: "FIXME"# human-readable dates for the workshop (e.g., "Feb 17-18, 2020")
11
-
humantime: "FIXME"# human-readable times for the workshop e.g., "9:00 am - 4:30 pm CEST (7:00 am - 2:30 pm UTC)"
12
-
startdate: FIXME# machine-readable start date for the workshop in YYYY-MM-DD format like 2015-01-01
13
-
enddate: FIXME# machine-readable end date for the workshop in YYYY-MM-DD format like 2015-01-02
14
-
instructor: ["instructor one", "instructor two"] # boxed, comma-separated list of instructors' names as strings, like ["Kay McNulty", "Betty Jennings", "Betty Snyder"]
15
-
helper: ["helper one", "helper two"] # boxed, comma-separated list of helpers' names, like ["Marlyn Wescoff", "Fran Bilas", "Ruth Lichterman"]
16
-
email: ["first@example.org","second@example.org"] # boxed, comma-separated list of contact email addresses for the host, lead instructor, or whoever else is handling questions, like ["marlyn.wescoff@example.org", "fran.bilas@example.org", "ruth.lichterman@example.org"]
4
+
venue: "Vrije Universiteit"# brief name of the institution that hosts the workshop without address (e.g., "Euphoric State University")
5
+
address: "105 De Boelelaan"# full street address of workshop (e.g., "Room A, 123 Forth Street, Blimingen, Euphoria"), videoconferencing URL, or 'online'
6
+
country: "nl"# lowercase two-letter ISO country code such as "fr" (see https://en.wikipedia.org/wiki/ISO_3166-1#Current_codes) for the institution that hosts the workshop
7
+
language: "en"# lowercase two-letter ISO language code such as "fr" (see https://en.wikipedia.org/wiki/List_of_ISO_639-1_codes) for the workshop
8
+
latitude: "45"# decimal latitude of workshop venue - this should be a number greater than or equal to -90, and less than or equal to 90 (use https://www.latlong.net/)
9
+
longitude: "-1"# decimal longitude of the workshop venue - this should be a number greater than or equal to -180, and less than or equal to 180 (use https://www.latlong.net)
10
+
humandate: "Sep 30 - Oct 21, 2026"# human-readable dates for the workshop (e.g., "Feb 17-18, 2020")
11
+
humantime: "10:00 am - 15:00 pm CET"# human-readable times for the workshop e.g., "9:00 am - 4:30 pm CEST (7:00 am - 2:30 pm UTC)"
12
+
startdate: 2026-09-30# machine-readable start date for the workshop in YYYY-MM-DD format like 2015-01-01
13
+
enddate: 2026-10-21# machine-readable end date for the workshop in YYYY-MM-DD format like 2015-01-02
14
+
instructor: ["Charlie Greene", "Anouk Vlug"] # boxed, comma-separated list of instructors' names as strings, like ["Kay McNulty", "Betty Jennings", "Betty Snyder"]
15
+
helper: [] # boxed, comma-separated list of helpers' names, like ["Marlyn Wescoff", "Fran Bilas", "Ruth Lichterman"]
16
+
email: ["c.c.greene@vu.nl"] # boxed, comma-separated list of contact email addresses for the host, lead instructor, or whoever else is handling questions, like ["marlyn.wescoff@example.org", "fran.bilas@example.org", "ruth.lichterman@example.org"]
17
17
# Optional variables
18
-
collaborative_notes: # URL for the workshop collaborative notes, e.g. an Etherpad or Google Docs document (e.g., https://pad.carpentries.org/2015-01-01-euphoria)
18
+
collaborative_notes: https://pad.carpentries.org/2026-09-30-Amsterdam # URL for the workshop collaborative notes, e.g. an Etherpad or Google Docs document (e.g., https://pad.carpentries.org/2015-01-01-euphoria)
19
19
eventbrite: # alphanumeric key for Eventbrite registration, e.g., "1234567890AB" (if Eventbrite is being used)
20
20
what3words: # what3words (https://what3words.com) address of the workshop venue, without leading slashes e.g. "globe.lessening.computers"
21
21
# DON'T CHANGE THIS
@@ -37,15 +37,7 @@ layout: workshop
37
37
{% assign fixmes = true %}
38
38
{% endif %}
39
39
40
-
{% comment %} See instructions in the comments below for how to edit specific sections of this workshop template. {% endcomment %}
41
40
42
-
{% comment %}
43
-
HEADER
44
-
45
-
Edit the values in the block above to be appropriate for your workshop.
46
-
If the value is not 'true', 'false', 'null', or a number, please use double quotation marks around the value, unless specified otherwise.
47
-
And run 'make workshop-check' *before* committing to make sure that changes are good.
0 commit comments