Skip to content

Commit

Permalink
fixes name; add latitude and longitude
Browse files Browse the repository at this point in the history
  • Loading branch information
ManavalanG committed Dec 7, 2023
1 parent f322727 commit 0f6a088
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ venue: "University of Alabama at Birmingham" # brief name of the institut
address: "912 18th Street South, Birmingham, Alabama" # 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: "N/A" # decimal latitude of workshop venue (use https://www.latlong.net/)
longitude: "N/A" # decimal longitude of the workshop venue (use https://www.latlong.net)
latitude: "33.501730606964" # decimal latitude of workshop venue (use https://www.latlong.net/)
longitude: "-86.80113181368425" # decimal longitude of the workshop venue (use https://www.latlong.net)
humandate: "Dec 14-15, 2023" # human-readable dates for the workshop (e.g., "Feb 17-18, 2020")
humantime: "9:00am - 5:00pm CST" # 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-14 # machine-readable start date for the workshop in YYYY-MM-DD format like 2015-01-01
enddate: 2023-12-15 # machine-readable end date for the workshop in YYYY-MM-DD format like 2015-01-02
instructor: ["Mana Gajapathy", "Austyn Trull", "Bharat Mishra", "Shaurita Hutchins", "Sam Bharti"] # boxed, comma-separated list of instructors' names as strings, like ["Kay McNulty", "Betty Jennings", "Betty Snyder"]
instructor: ["Manavalan Gajapathy", "Austyn Trull", "Bharat Mishra", "Shaurita Hutchins", "Sam Bharti"] # boxed, comma-separated list of instructors' names as strings, like ["Kay McNulty", "Betty Jennings", "Betty Snyder"]
helper: ["Santhosh Karthikeyan, Nilesh, Kumar, Tarun Mamidi, Yuwei Song"] # 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-12-14-uab # 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)
Expand Down

0 comments on commit 0f6a088

Please sign in to comment.