Database for conferences used by hci-deadlines website
Contributions are very welcome!
To keep things minimal, I'm only looking to list top-tier conferences in HCI as per [conferenceranks.com][6] and my judgement calls. Please feel free to maintain a separate fork if you don't see your sub-field or conference of interest listed.
To add or update a deadline:
- Fork the repository
- Look inside the folder conferences. If the conference you want to add has a
yml
file, proceed to the next step. Otherwise, create a new file with the name of the conference. For example, if the conference name isxyz
, then create the filexyz.yml
inside the conferences folder. - Open the file of the conference you want to update. Make sure it has the
title
,year
,id
,link
,deadline
,timezone
,date
,place
,sub
attributes - See available timezone strings here. Anywhere On Earth (AoE) is
UTC-12
. - Optionally add a
note
andabstract_deadline
in case the conference has a separate mandatory abstract deadline - Example:
- title: BestConf
year: 2022
id: bestconf22 # title as lower case + last two digits of year
full_name: Best Conference for Anything # full conference name
link: link-to-website.com
deadline: YYYY-MM-DD HH:SS
abstract_deadline: YYYY-MM-DD HH:SS
timezone: Asia/Seoul
place: Incheon, South Korea
date: September, 18-22, 2022
start: YYYY-MM-DD
end: YYYY-MM-DD
paperslink: link-to-full-paper-list.com
pwclink: link-to-papers-with-code.com
sub: SP
note: Important
- Send a pull request
This project is licensed under MIT.
It uses: