I stopped maintaining the project in mid-2023. I hope that the list of conferences might still be of interest to some.
Countdown timers to keep track of a bunch of conference deadlines in the field of autonomous driving (AD).
Inspired by aideadlin.es, esrlabs & jackietseng.
Contributions are very welcome!
To add or update a deadline:
- Fork the repository
- Update
_data/conferences.yml
- Make sure it has all the attributes!
- Optionally add a
note
andabstract_deadline
in case the conference has a separate mandatory abstract deadline - Send a pull request
This is how the CVPR conference 2022 is integrated into the website:
[...]
- title: CVPR
long: Conference on Computer Vision and Pattern Recognition
hindex: 356
year: 2022
id: cvpr22
link: http://cvpr2022.thecvf.com/
deadline: '2021-11-16 23:59:59'
timezone: America/Los_Angeles
date: June 19-22, 2022
place: New Orleans, Louisiana, USA
sub: CV
host: IEEE/CVF
[...]
* You're missing a conference? Simply create a pull request ;)