diff --git a/index.md b/index.md index 66b2773..bd4ec8b 100644 --- a/index.md +++ b/index.md @@ -2,20 +2,20 @@ layout: workshop # DON'T CHANGE THIS. root: . # DON'T CHANGE THIS EITHER. curriculum: "Instructor Training" # DON'T CHANGE THIS EITHER. (THANK YOU.) -venue: "FIXME" # brief name of the institution that hosts the workshop without address (e.g., "Euphoric State University") -address: "FIXME" # full street address of workshop (e.g., "Room A, 123 Forth Street, Blimingen, Euphoria"), videoconferencing URL, or 'online' -country: "FIXME" # "W3" for centrally organized online trainings or lowercase two-letter ISO country code such as "fr" of the host institution if applicable (see https://en.wikipedia.org/wiki/ISO_3166-1) -language: "FIXME" # lowercase two-letter ISO language code such as "fr" (see https://en.wikipedia.org/wiki/ISO_639-1) +venue: "MetaDocencia" # brief name of the institution that hosts the workshop without address (e.g., "Euphoric State University") +address: "online" # full street address of workshop (e.g., "Room A, 123 Forth Street, Blimingen, Euphoria"), videoconferencing URL, or 'online' +country: "ar" # "W3" for centrally organized online trainings or lowercase two-letter ISO country code such as "fr" of the host institution if applicable (see https://en.wikipedia.org/wiki/ISO_3166-1) +language: "es" # lowercase two-letter ISO language code such as "fr" (see https://en.wikipedia.org/wiki/ISO_639-1) latitude: "45" # decimal latitude of training venue (use https://www.latlong.net/) longitude: "-1" # decimal longitude of the training venue (use https://www.latlong.net) -humandate: "FIXME" # human-readable dates for the workshop (e.g., "Feb 17-18, 2020") -humantime: "FIXME" # human-readable times for the workshop (e.g., "9:00 am - 4:30 pm") -startdate: FIXME # machine-readable start date for the workshop in YYYY-MM-DD format like 2015-01-01 -enddate: FIXME # machine-readable end date for the workshop in YYYY-MM-DD format like 2015-01-02 -instructor: ["FIXME"] # boxed, comma-separated list of trainers' names as strings, like ["Kay McNulty", "Betty Jennings", "Betty Snyder"] -helper: ["FIXME"] # boxed, comma-separated list of helpers' names, like ["Marlyn Wescoff", "Fran Bilas", "Ruth Lichterman"] -contact: ["fixme@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"] -etherpad: # optional: URL for the workshop Etherpad if there is one +humandate: "Sep 24 - Oct 10, 2024" # human-readable dates for the workshop (e.g., "Feb 17-18, 2020") +humantime: "14:00 pm - 18:00 pm UTC−03:00" # human-readable times for the workshop (e.g., "9:00 am - 4:30 pm") +startdate: 2024-09-24 # machine-readable start date for the workshop in YYYY-MM-DD format like 2015-01-01 +enddate: 2024-10-10 # machine-readable end date for the workshop in YYYY-MM-DD format like 2015-01-02 +instructor: ["Macarena Quiroga", "Paula Pappalardo", "Jesica Formoso"] # boxed, comma-separated list of trainers' names as strings, like ["Kay McNulty", "Betty Jennings", "Betty Snyder"] +helper: ["Macarena Quiroga", "Paula Pappalardo", "Jesica Formoso"] # boxed, comma-separated list of helpers' names, like ["Marlyn Wescoff", "Fran Bilas", "Ruth Lichterman"] +contact: ["formacion@metadocencia.org", "jesica.formoso@metadocencia.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"] +etherpad: "https://pad.carpentries.org/2024-09-24-ttt-es-online" # optional: URL for the workshop Etherpad if there is one eventbrite: # optional: alphanumeric key for Eventbrite registration, e.g., "1234567890AB" (if Eventbrite is being used) ---