Ralami1859 / ad-deadlines

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

Home Page:https://ad-deadlines.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

https://ad-deadlines.com

License:MIT License


Languages

Language:HTML 61.8%Language:Ruby 15.2%Language:Python 13.7%Language:CSS 9.3%