From e2a23e880acb2ef613828ad39c7e87306c0bd99c Mon Sep 17 00:00:00 2001 From: Pat Schloss Date: Fri, 8 Mar 2024 10:26:42 -0500 Subject: [PATCH] April 2024 workshop --- index.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/index.md b/index.md index b873616..80eab27 100644 --- a/index.md +++ b/index.md @@ -9,15 +9,15 @@ country: "us" # 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 workshop latitude: "42.28332637651782" # decimal latitude of workshop venue (use https://www.latlong.net/) longitude: "-83.73405181877277" # decimal longitude of the workshop venue (use https://www.latlong.net) -humandate: "December 13-14, 2023" # human-readable dates for the workshop (e.g., "Feb 17-18, 2020") +humandate: "April 2-3, 2024" # human-readable dates for the workshop (e.g., "Feb 17-18, 2020") humantime: "9:00 am - 4:30 pm EST" # human-readable times for the workshop e.g., "9:00 am - 4:30 pm CEST (7:00 am - 2:30 pm UTC)" -startdate: 2023-12-13 # machine-readable start date for the workshop in YYYY-MM-DD format like 2015-01-01 -enddate: 2023-12-14 # machine-readable end date for the workshop in YYYY-MM-DD format like 2015-01-02 -instructor: ["Jason Tallant", "Richie Hodel", "Sarah Arcos"] # boxed, comma-separated list of instructors' names as strings, like ["Kay McNulty", "Betty Jennings", "Betty Snyder"] -helper: ["Lisa Levinson", "Allison Mason"] # boxed, comma-separated list of helpers' names, like ["Marlyn Wescoff", "Fran Bilas", "Ruth Lichterman"] +startdate: 2024-04-02 # machine-readable start date for the workshop in YYYY-MM-DD format like 2015-01-01 +enddate: 2023-04-03 # machine-readable end date for the workshop in YYYY-MM-DD format like 2015-01-02 +instructor: ["Irene Morse", "Sarah Arcos", "Jason Tallant"] # boxed, comma-separated list of instructors' names as strings, like ["Kay McNulty", "Betty Jennings", "Betty Snyder"] +helper: ["Peter Cerda", "Richie Hodel", "Cindy Sopko"] # boxed, comma-separated list of helpers' names, like ["Marlyn Wescoff", "Fran Bilas", "Ruth Lichterman"] email: ["pschloss@umich.edu"] # 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/2023-12-13-umich # optional: URL for the workshop collaborative notes, e.g. an Etherpad or Google Docs document (e.g., https://pad.carpentries.org/2023-10-12-umich) -eventbrite: "757862245377" # optional: alphanumeric key for Eventbrite registration, e.g., "1234567890AB" (if Eventbrite is being used) +collaborative_notes: https://pad.carpentries.org/2024-04-02-umich # optional: URL for the workshop collaborative notes, e.g. an Etherpad or Google Docs document (e.g., https://pad.carpentries.org/2023-10-12-umich) +eventbrite: "" # optional: alphanumeric key for Eventbrite registration, e.g., "1234567890AB" (if Eventbrite is being used) material: "R for Plotting, The Unix Shell, Intro to git & GitHub, R for Data Analysis, Writing Reports with R Markdown" --- {% comment %} See instructions in the comments below for how to edit specific sections of this workshop template. {% endcomment %}