-
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
8 additions
and
9 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 |
---|---|---|
|
@@ -4,23 +4,22 @@ layout: workshop # DON'T CHANGE THIS. | |
# online workshop) are available at | ||
# https://carpentries.github.io/workshop-template/customization/index.html | ||
venue: "University of Michigan" # brief name of the institution that hosts the workshop without address (e.g., "Euphoric State University") | ||
address: "Michigan Medicine Campus" # full street address of workshop (e.g., "Room A, 123 Forth Street, Blimingen, Euphoria"), videoconferencing URL, or 'online' | ||
address: "You'll find out once you send your installation materials" # full street address of workshop (e.g., "Room A, 123 Forth Street, Blimingen, Euphoria"), videoconferencing URL, or 'online' | ||
country: "us" # lowercase two-letter ISO country code such as "fr" (see https://en.wikipedia.org/wiki/ISO_3166-1#Current_codes) for the institution that hosts the workshop | ||
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: "May 24-25, 2023" # human-readable dates for the workshop (e.g., "Feb 17-18, 2020") | ||
humandate: "October 12-13, 2023" # 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-05-24 # machine-readable start date for the workshop in YYYY-MM-DD format like 2015-01-01 | ||
enddate: 2023-05-25 # machine-readable end date for the workshop in YYYY-MM-DD format like 2015-01-02 | ||
instructor: ["Sarah Arcos", "Pat Schloss", "Gracey Kenney", "Adena Collens", "Pariksheet Nanda"] # boxed, comma-separated list of instructors' names as strings, like ["Kay McNulty", "Betty Jennings", "Betty Snyder"] | ||
helper: ["Lisa Levinson"] # boxed, comma-separated list of helpers' names, like ["Marlyn Wescoff", "Fran Bilas", "Ruth Lichterman"] | ||
startdate: 2023-10-12 # machine-readable start date for the workshop in YYYY-MM-DD format like 2015-01-01 | ||
enddate: 2023-10-13 # machine-readable end date for the workshop in YYYY-MM-DD format like 2015-01-02 | ||
instructor: ["Allison Mason", "Lisa Levinson", "Sarah Arcos"] # boxed, comma-separated list of instructors' names as strings, like ["Kay McNulty", "Betty Jennings", "Betty Snyder"] | ||
helper: ["Pat Schloss"] # 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/2023-05-24-umich # optional: URL for the workshop collaborative notes, e.g. an Etherpad or Google Docs document (e.g., https://pad.carpentries.org/2023-03-28-UMich) | ||
eventbrite: "636737588267" # optional: alphanumeric key for Eventbrite registration, e.g., "1234567890AB" (if Eventbrite is being used) | ||
collaborative_notes: https://pad.carpentries.org/2023-10-12-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: "721510777157" # 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 %} | ||
|
||
{% comment %} | ||
|