From 20c5e962e5428734ae9679cb9112b94ee927d79f Mon Sep 17 00:00:00 2001 From: mdolling Date: Mon, 30 Nov 2020 16:29:25 +0100 Subject: [PATCH] changed helper lsit --- index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.md b/index.md index ac600ba..ea06958 100644 --- a/index.md +++ b/index.md @@ -13,8 +13,8 @@ humandate: "Dec 08-09, 2020" # human-readable dates for the workshop (e.g., " humantime: "9:00 AM - 6:00 PM" # human-readable times for the workshop (e.g., "9:00 am - 4:30 pm") startdate: 2020-12-08 # machine-readable start date for the workshop in YYYY-MM-DD format like 2015-01-01 enddate: 2020-12-09 # machine-readable end date for the workshop in YYYY-MM-DD format like 2015-01-02 -instructor: ["Maximilian Dolling", "Johannes Petereit"] # boxed, comma-separated list of instructors' names as strings, like ["Kay McNulty", "Betty Jennings", "Betty Snyder"] -helper: ["Christian Hüser, Tobias Schlauch"] # boxed, comma-separated list of helpers' names, like ["Marlyn Wescoff", "Fran Bilas", "Ruth Lichterman"] +instructor: ["Maximilian Dolling", "Johannes Petereit", "Tobias Schlauch"] # boxed, comma-separated list of instructors' names as strings, like ["Kay McNulty", "Betty Jennings", "Betty Snyder"] +helper: ["Christian Hüser", "Bezaye Tesfaye Belayneh"] # boxed, comma-separated list of helpers' names, like ["Marlyn Wescoff", "Fran Bilas", "Ruth Lichterman"] email: ["swc-workshop-org@gfz-potsdam.de"] # 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) eventbrite: # optional: alphanumeric key for Eventbrite registration, e.g., "1234567890AB" (if Eventbrite is being used) -- GitLab