Skip to content

Commit

Permalink
Long/lat the correct way around...
Browse files Browse the repository at this point in the history
  • Loading branch information
catchSheep committed Jul 30, 2024
1 parent dbc1f93 commit 8881624
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ venue: "Curtin University" # brief name of the institution that hosts the
address: "Kent St, Bentley" # full street address of workshop (e.g., "Room A, 123 Forth Street, Blimingen, Euphoria"), videoconferencing URL, or 'online'
country: "au" # 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: "115.894424" # decimal latitude of workshop venue (use https://www.latlong.net/)
longitude: "-32.0054" # decimal longitude of the workshop venue (use https://www.latlong.net)
latitude: "-32.0054" # decimal latitude of workshop venue (use https://www.latlong.net/)
longitude: "115.894424" # decimal longitude of the workshop venue (use https://www.latlong.net)
mazemaps_url: https://link.mazemap.com/CDsmz5ul # Mazemaps URL (use https://properties.curtin.edu.au/visit-curtin/campus-maps/ click your building, then click the share button, e.g. https://link.mazemap.com/kBQQTJKo)
humandate: "September 4th-5th 2024" # human-readable dates for the workshop (e.g., "Feb 17-18, 2020")
humantime: "9am-4:30pm AWST" # human-readable times for the workshop e.g., "9:00 am - 4:30 pm CEST (7:00 am - 2:30 pm UTC)"
Expand Down

0 comments on commit 8881624

Please sign in to comment.