Skip to content

Countdown for all* relevant conferences in the domain of autonomous driving

License

Notifications You must be signed in to change notification settings

daniel-bogdoll/ad-deadlines

 
 

Repository files navigation


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.

Contributing

Contributions are very welcome!

To add or update a deadline:

  • Fork the repository
  • Update _data/conferences.yml
  • Make sure it has all the attributes!
    • See available timezone strings here.
    • hindex refers to h5-index from here
  • Optionally add a note and abstract_deadline in case the conference has a separate mandatory abstract deadline
  • Send a pull request

Example Contribution

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 ;)

Languages

  • HTML 61.8%
  • Ruby 15.2%
  • Python 13.7%
  • CSS 9.3%