-
Notifications
You must be signed in to change notification settings - Fork 10
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
1 parent
47cc8ec
commit c4a6fa2
Showing
1 changed file
with
1 addition
and
1 deletion.
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 |
---|---|---|
|
@@ -14,7 +14,7 @@ humantime: "13:00 - 17:00 EDT" # human-readable times for the workshop e.g., | |
startdate: 2023-04-22 # machine-readable start date for the workshop in YYYY-MM-DD format like 2015-01-01 | ||
enddate: 2023-04-23 # machine-readable end date for the workshop in YYYY-MM-DD format like 2015-01-02 | ||
# instructor list : a boxed, comma-separated list of instructors' names as strings, like ["Abby Benson", "Mathew Biddle"] | ||
instructor: ["Matthew Biddle", "Laura Brenskelle", "Steve Formel", "Elizabeth Lawrence", "Tylar Murray", "Carolina Peralta", "Jonathan Pye", "Tim van der Stap"] | ||
instructor: ["Mathew Biddle", "Laura Brenskelle", "Steve Formel", "Elizabeth Lawrence", "Tylar Murray", "Carolina Peralta", "Jonathan Pye", "Tim van der Stap"] | ||
# helper list: a boxed, comma-separated list of helper's names as strings, like ["Ben Best", "Carolina Peralta"] | ||
helper: ["Pedro Pablo Aros", "Caitlin Bate", "Bruce Delo", "Angela Dini", Braulio Fernandez", "Pamela Fierro", "Brian Jones", "Shannon Landovskis", "YingHuan Niu", "Kyla Richards", "Joxmer Scott-Frias"] | ||
email: ["https://obis.org/contact/"] # 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]"] | ||
|