Skip to content

casys-kaist/casys-kaist.github.io

Repository files navigation

AI Deadlines (KAIST CASYS Fork)

This is a fork of the original ai-deadlines project, created by Abhishek Das (abhshkdz). This version is maintained by the Computer Architecture and Systems Laboratory (CASYS) at KAIST.

Countdown timers to keep track of a bunch of CV/NLP/ML/RO/Systems conference deadlines relevant to KAIST CASYS.

Local Development Setup

git clone https://github.com/casys-kaist/casys-kaist.github.io.git
cd casys-kaist.github.io
bundle add jekyll
bundle exec jekyll serve

Contributing

Contributions are very welcome! Please submit Pull Requests to the casys-kaist/casys-kaist.github.io repository.

Adding/Updating Conferences:

  • Add or edit the relevant YAML file under the ./_data/conferences/ directory, e.g., ./_data/conferences/2026.yml. Use the year of the conference date, not the submission deadline year.
  • Using the TBD (To Be Determined) Approach: When adding a conference whose Call for Papers (CFP) has not yet been released, please add it using projected dates (e.g., based on the previous year) and include a tba: true flag (or your chosen indicator for TBD status) in the YAML entry. This allows us to tentatively track upcoming deadlines even before official announcements. Once the official CFP is released, please update the entry with the correct dates and details, and remove the tba: true flag.
  • Please do not remove past conferences, as they are kept for reference. Adding Conference Types:
  • Edit the ./_data/types.yml file.

Data Format Example:

- title: BestConf
  year: 2022
  id: bestconf22  # title as lower case + last two digits of year
  full_name: Best Conference for Anything  # full conference name
  link: link-to-website.com
  deadline: 'YYYY-MM-DD HH:SS' # Use 24-hour format, inside quotes
  abstract_deadline: 'YYYY-MM-DD HH:SS' # Optional, inside quotes
  timezone: Asia/Seoul # Reference: https://momentjs.com/timezone/
  place: Incheon, South Korea
  date: September, 18-22, 2022 # Conference dates
  start: 'YYYY-MM-DD' # Conference start date, inside quotes
  end: 'YYYY-MM-DD' # Conference end date, inside quotes
  paperslink: link-to-full-paper-list.com # Optional
  pwclink: link-to-papers-with-code.com # Optional
  hindex: 100.0 # Optional, h5-index from Google Scholar
  sub: SP # Conference category/type from types.yml
  note: Important # Optional note
  tba: true # Optional: Use this flag if the CFP is not out yet (see Contributing section)

Related Projects & Original Forks

This list includes other forks and related deadline projects, primarily from the ecosystem around the original aideadlin.es:

License

This project is licensed under the MIT License. See the LICENSE file for details. This license is inherited from the original abhshkdz/ai-deadlines project.

It uses icons from IcoMoon Icons, licensed under GPL / CC BY 4.0.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors