Skip to content

Commit

Permalink
Update index.md
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrzejRomaniuk authored Feb 12, 2024
1 parent 80e5d73 commit 145471b
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 ["[email protected]", "[email protected]", "[email protected]"]
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: ["[email protected]"] # 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]"]
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)
---

Expand Down

0 comments on commit 145471b

Please sign in to comment.