ccf-deadlines: CCF Conference Deadline Tracker
ccfddl is a community-maintained open-source repository that aggregates worldwide AI and computer science conference deadlines in a unified, searchable format The project supports multiple access methods including a web portal, WeChat mini-program, CLI tool, Raycast extension, iCal subscription, Chrome extension, and a TUI app Conference data is structured using YAML files with detailed metadata including CCF rankings, CORE rankings, deadlines with timezone support, and conference dates/location
Analysis
TL;DR
- ccfddl is a community-maintained open-source repository that aggregates worldwide AI and computer science conference deadlines in a unified, searchable format
- The project supports multiple access methods including a web portal, WeChat mini-program, CLI tool, Raycast extension, iCal subscription, Chrome extension, and a TUI app
- Conference data is structured using YAML files with detailed metadata including CCF rankings, CORE rankings, deadlines with timezone support, and conference dates/locations
- The project uses a collaborative contribution model where users fork the repo, add/update YAML files, and submit pull requests
- Supports timezone formats from UTC-12 to UTC+12, plus AoE and PT (US Pacific Time with automatic daylight saving adjustment)
Why It Matters
This tool addresses a critical pain point for AI researchers and practitioners who need to track numerous conference deadlines across different time zones and submission rounds. By centralizing deadline information with standardized ranking metadata (CCF, CORE, TH-CPL), it enables better planning and reduces the administrative overhead of conference submissions.
Technical Details
- Data is organized in a hierarchical YAML structure under
conference/{category}/{conference_name}.yml, with each file containing fields for title, description, subcategory, ranking systems (ccf, core, thcpl, dblp), and a timeline array of deadlines - The project is built with Rust (evidenced by Cargo.toml and Cargo.lock), suggesting performance-oriented tooling for parsing and serving deadline data
- Supports multiple integration points: a main website portal, a tabular portal, and various platform extensions (Chrome, Raycast, SwiftBar, iCal)
- Includes a YAML schema file (
conference-yaml-schema.yml) and pre-commit hooks for maintaining data quality and consistency - Categorizes conferences into 11 CCF subcategories: DS (Architecture/Storage), NW (Networks), SC (Security), SE (Software Engineering), DB (Database/Data Mining), CT (Theory), CG (Graphics), AI, HI (HCI), and MX (Interdisciplinary)
Industry Insight
- The multi-platform availability (CLI, web, mobile, browser extensions) reflects the growing demand for seamless deadline tracking across diverse researcher workflows and geographic regions
- Community-driven maintenance through pull requests is a sustainable model for keeping deadline data current, but relies on active contributor engagement to avoid staleness
- The inclusion of multiple ranking systems (CCF, CORE, TH-CPL) in a single schema highlights the international nature of AI research and the need for cross-region conference evaluation standards
Disclaimer: The above content is generated by AI and is for reference only.