Countdown timers to keep track of a bunch of top AI conference deadlines.
To add or update a deadline:
- Update
_data/conferences.yml - Make sure it has the
title,year,id,link,deadline,timezone,date,place,subattributes- See available timezone strings here.
- Optionally add an
abstract_deadlinein case the conference has a separate mandatory abstract deadline - Add a
noteto include other information, e.g., author feedback date and notification date. Use<br>innoteto start a new line.
A conference can have one sub which can be set in _data/conferences.yml as:
sub: DM
or multiple subs which can be set in _data/conferences.yml as:
sub:
- DM
- IR
Update last update date lastmod in sitemap.xml.
To run it in local machine:
gem install jekyll bundler # install environment
bundle install
bundle exec jekyll serve # run in local machine
bundle exec jekyll build # generate html file
bundle exec jekyll remove # remove html file
