From 145471bfc02badcd0d0083cb1e084c4b05dfdac3 Mon Sep 17 00:00:00 2001 From: Andrzej Romaniuk <49647768+AndrzejRomaniuk@users.noreply.github.com> Date: Mon, 12 Feb 2024 22:05:44 +0100 Subject: [PATCH] Update index.md --- index.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/index.md b/index.md index fd30d3a..cac5b0e 100644 --- a/index.md +++ b/index.md @@ -9,14 +9,14 @@ country: "gb" # lowercase two-letter ISO country code such as "fr" (see htt 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 latitude: "55.962450227686006" # decimal latitude of workshop venue (use https://www.latlong.net/) longitude: "-3.231888561955223" # decimal longitude of the workshop venue (use https://www.latlong.net) -humandate: "ADD DATE" # human-readable dates for the workshop (e.g., "Feb 17-18, 2020") -humantime: "13:00 - 16:00" # human-readable times for the workshop (e.g., "9:00 am - 4:30 pm") -startdate: # machine-readable start date for the workshop in YYYY-MM-DD format like 2015-01-01 -enddate: # machine-readable end date for the workshop in YYYY-MM-DD format like 2015-01-02 -instructor: ["ADD ME"] # boxed, comma-separated list of instructors' names as strings, like ["Kay McNulty", "Betty Jennings", "Betty Snyder"] -helper: ["ADD ME"] # boxed, comma-separated list of helpers' names, like ["Marlyn Wescoff", "Fran Bilas", "Ruth Lichterman"] -email: [""] # 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"] -collaborative_notes: # optional: URL for the workshop collaborative notes, e.g. an Etherpad or Google Docs document (e.g., https://pad.carpentries.org/2015-01-01-euphoria) +humandate: "26-29 March 2024" # human-readable dates for the workshop (e.g., "Feb 17-18, 2020") +humantime: "10 am - 1 pm" # human-readable times for the workshop (e.g., "9:00 am - 4:30 pm") +startdate: 2024-03-26 # machine-readable start date for the workshop in YYYY-MM-DD format like 2015-01-01 +enddate: 2024-03-29 # machine-readable end date for the workshop in YYYY-MM-DD format like 2015-01-02 +instructor: ["Ben King"] # boxed, comma-separated list of instructors' names as strings, like ["Kay McNulty", "Betty Jennings", "Betty Snyder"] +helper: ["Hywel Dunn-Davies"] # boxed, comma-separated list of helpers' names, like ["Marlyn Wescoff", "Fran Bilas", "Ruth Lichterman"] +email: ["andrzej.romaniuk@ed.ac.uk"] # 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"] +collaborative_notes: https://pad.carpentries.org/2024-03-26_ed-dash_ml-python # optional: URL for the workshop collaborative notes, e.g. an Etherpad or Google Docs document (e.g., https://pad.carpentries.org/2015-01-01-euphoria) eventbrite: # optional: alphanumeric key for Eventbrite registration, e.g., "1234567890AB" (if Eventbrite is being used) ---