generated from carpentries/training-template
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
12 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 ["[email protected]", "[email protected]", "[email protected]"] | ||
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: ["[email protected]", "jesica.formoso@metadocencia.org"] # boxed, comma-separated list of contact email addresses for the host, lead instructor, or whoever else is handling questions, like ["[email protected]", "[email protected]", "[email protected]"] | ||
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) | ||
--- | ||
|
||
|