forked from JesperDramsch/python-deadlines
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathschema.yml
More file actions
27 lines (27 loc) · 1.59 KB
/
Copy pathschema.yml
File metadata and controls
27 lines (27 loc) · 1.59 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
---
- conference: BestConf # Title of conference without year
alt_name: Bestest Conf # Title of conference with year
year: 2022 # Year
link: link-to-website.com # URL to conference
cfp_link: link-to-cfp.com # URL to call for proposals (Optional)
cfp: 'YYYY-MM-DD HH:mm:ss' # Deadline for Call for Participation / Proposals
cfp_ext: 'YYYY-MM-DD HH:mm:ss' # Extension for Deadline (Optional)
workshop_deadline: 'YYYY-MM-DD HH:mm:ss' # Workshop deadline if different from cfp (Optional)
tutorial_deadline: 'YYYY-MM-DD HH:mm:ss' # Tutorial deadline if different from cfp (Optional)
timezone: Asia/Seoul # Standard IANA Timezones (Omit for AoE)
place: Incheon, South Korea # City, Country
extra_places: [Online] # Extra places for hybrid conferences# Nicely written dates of conference
start: YYYY-MM-DD # Start date of conference for calendar
end: YYYY-MM-DD # End date of conference for calendar
sponsor: link-to-sponsor.page # URL to Sponsorship page (Optional)
finaid: link-to-finaid.page # URL to Financial Aid page (Optional)
twitter: BestConfEver # Twitter handle of conference (Optional)
mastodon: https://mastodon.social/@bconf # Mastodon handle of conference (Optional)
bluesky: https://bsky.app/@bconf # Bluesky handle of conference (Optional)
youtube: https://www.youtube.com/@bconf # YouTube channel of conference (Optional)
sub: PY # Type of conference (see or add _data/types.yml)
note: Important # In case there are extra notes about the conference (Optional)
location: # Geolocation for inclusion in map
- title: BestConf 2022
latitude: 0.00
longitude: 0.00