/graph-ai-deadlines

:alarm_clock: Graph AI conference deadline countdowns

Primary LanguageHTMLGNU General Public License v3.0GPL-3.0

AI Deadlines Build Status

Countdown timers to keep track of a bunch of CV/NLP/ML conference deadlines with focus on graph-related topics. The main reference is Computer Science, Tsinghua University academic conferences and journals recommended list and CCF list.

Contributing

Contributions are very welcome!

To keep things minimal, I'm only looking to list top-tier conferences in AI, focusing on graph-related topics. 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
  • Update _data/conferences.yml
  • Make sure it has the title, year, id, link, deadline, timezone, date, place, sub attributes
    • See available timezone strings here.
  • Optionally add a note and abstract_deadline in case the conference has a separate mandatory abstract deadline
  • Send a pull request

Developing

Make sure Ruby, jekyll and other prerequisites are installed.

Test locally

bundle exec jekyll serve

Acknowledgement

This repository is based on ai-deadlines website developed by @Abhishek Das.