Skip to content

Commit

Permalink
Update index.md
Browse files Browse the repository at this point in the history
  • Loading branch information
asliuyar authored Apr 25, 2018
1 parent 9a4cae6 commit 6e9614e
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions index.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
---
layout: workshop # DON'T CHANGE THIS.
carpentry: "FIXME" # what kind of Carpentry (must be either "lc" or "dc" or "swc")
venue: "FIXME" # brief name of host site without address (e.g., "Euphoric State University")
address: "FIXME" # full street address of workshop (e.g., "Room A, 123 Forth Street, Blimingen, Euphoria")
country: "FIXME" # lowercase two-letter ISO country code such as "fr" (see https://en.wikipedia.org/wiki/ISO_3166-1)
language: "FIXME" # lowercase two-letter ISO language code such as "fr" (see https://en.wikipedia.org/wiki/ISO_639-1)
latlng: "FIXME" # decimal latitude and longitude of workshop venue (e.g., "41.7901128,-87.6007318" - use http://www.latlong.net/)
humandate: "FIXME" # human-readable dates for the workshop (e.g., "Feb 17-18, 2020")
humantime: "FIXME" # human-readable times for the workshop (e.g., "9:00 am - 4:30 pm")
startdate: FIXME # machine-readable start date for the workshop in YYYY-MM-DD format like 2015-01-01
enddate: FIXME # machine-readable end date for the workshop in YYYY-MM-DD format like 2015-01-02
instructor: ["FIXME"] # boxed, comma-separated list of instructors' names as strings, like ["Kay McNulty", "Betty Jennings", "Betty Snyder"]
helper: ["FIXME"] # boxed, comma-separated list of helpers' names, like ["Marlyn Wescoff", "Fran Bilas", "Ruth Lichterman"]
email: ["fixme@example.org"] # 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
eventbrite: # optional: alphanumeric key for Eventbrite registration, e.g., "1234567890AB" (if Eventbrite is being used)
carpentry: "dc" # what kind of Carpentry (must be either "lc" or "dc" or "swc")
venue: "Chan Zuckerberg Biohub" # brief name of host site without address (e.g., "Euphoric State University")
address: "499 Illinois St, San Francisco, CA 94158" # full street address of workshop (e.g., "Room A, 123 Forth Street, Blimingen, Euphoria")
country: "us" # lowercase two-letter ISO country code such as "fr" (see https://en.wikipedia.org/wiki/ISO_3166-1)
language: "en" # lowercase two-letter ISO language code such as "fr" (see https://en.wikipedia.org/wiki/ISO_639-1)
latlng: "37.765839,-122.387700" # decimal latitude and longitude of workshop venue (e.g., "41.7901128,-87.6007318" - use http://www.latlong.net/)
humandate: "May 10-11, 2018" # human-readable dates for the workshop (e.g., "Feb 17-18, 2020")
humantime: "8:30 am - 5:00 pm" # human-readable times for the workshop (e.g., "9:00 am - 4:30 pm")
startdate: 2018-05-10 # machine-readable start date for the workshop in YYYY-MM-DD format like 2015-01-01
enddate: 2018-05-11 # machine-readable end date for the workshop in YYYY-MM-DD format like 2015-01-02
instructor: ["Boryana Koseva", "Asli Uyar"] # boxed, comma-separated list of instructors' names as strings, like ["Kay McNulty", "Betty Jennings", "Betty Snyder"]
helper: ["TBD"] # boxed, comma-separated list of helpers' names, like ["Marlyn Wescoff", "Fran Bilas", "Ruth Lichterman"]
email: ["olga.botvinnik@czbiohub.org"] # 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: http://pad.software-carpentry.org/2018-05-10-czbiohub # optional: URL for the workshop collaborative notes, e.g. an Etherpad or Google Docs document
eventbrite: "45105728448" # optional: alphanumeric key for Eventbrite registration, e.g., "1234567890AB" (if Eventbrite is being used)
---

{% comment %} See instructions in the comments below for how to edit specific sections of this workshop template. {% endcomment %}
Expand Down

0 comments on commit 6e9614e

Please sign in to comment.