ccf-deadlines
⏰ Agenticly track worldwide conference deadlines (Website, Python Cli, Wechat Applet)
A community-maintained database of computer science conference submission deadlines, accessible through a website, Python CLI, calendar subscription, browser extension, and macOS menu bar app.
CCF-Deadlines is a community-maintained tracker for academic computer science conference submission deadlines. It is aimed at researchers who need to know when papers are due for major conferences, without having to hunt across individual conference websites or convert time zones by hand.
The project centers on a database of conference entries stored as structured data files. Each entry records the conference name, its ranking according to the China Computer Federation classification system, submission deadlines with time zone information, and the dates and location of the conference itself. Multiple submission rounds can be listed for a single conference year, with optional notes for each.
Several ways to access the data are provided. There is a website that displays upcoming deadlines in a visual format. A WeChat mini-program is available for mobile users in China. A tabular portal is listed as not requiring a VPN to access. For users who prefer the command line, a Python CLI tool is included. There are also extensions for the Raycast launcher on macOS, a plugin for the SwiftBar menu bar app, a Chrome browser extension, a calendar subscription in iCal format for importing into calendar apps, and a terminal user interface application.
Anyone can contribute by adding or updating a conference entry. The process involves forking the repository, editing or creating the relevant YAML file for the conference, and opening a pull request. The README documents every field in the entry format, marking which ones are required.
Conferences are organized by subject category, covering areas including artificial intelligence, networking and security, databases, software engineering, graphics, and human-computer interaction. Rankings from three systems are supported: CCF, CORE, and TH-CPL.
The project is open source. Licensing details are tracked through the FOSSA system.
Where it fits
- Track upcoming submission deadlines for AI, networking, and security conferences without visiting each conference website individually.
- Subscribe to a calendar feed of conference deadlines to receive reminders in Google Calendar or Apple Calendar.
- Add a missing conference or update a deadline by editing a YAML file and submitting a pull request.
- Filter conferences by ranking system (CCF, CORE, or TH-CPL) to focus on the venues that matter for your field.