| layout | title | description |
|---|---|---|
default |
Real-Time Embedded Systems, Design Automation & Cyber-Physical Systems |
Community-maintained tracker of real-time, embedded, robotics, and cyber-physical conferences with deadlines, venues, and tooling. |
A comprehensive, community-maintained tracker for the most influential conferences in real-time systems, embedded systems, design automation, cyber-physical systems, and robotics.
This tracker helps researchers stay informed about upcoming deadlines and important announcements in our research community. The list is updated weekly and organized by submission deadlines for upcoming conferences, followed by conference dates for events with passed deadlines. If you find this resource helpful, please ⭐ our GitHub repository!
Date Format & Time Zones:
- Time Zone Notice: Most deadlines are in AoE (Anywhere on Earth, UTC-12:00), but some conferences use local time zones. Always verify the specific time zone as deadlines approach.
- Listed deadlines are for main conference submissions; workshops, brief presentations, and industrial tracks typically have separate deadlines.
Contributing: This tracker thrives on community contributions! You can help by: (1) Submit an issue in the issue list; (2) Contact me through email: xiaotian.dai (at) york.ac.uk; (3) Fill out our feedback form; or (4) Create a pull request (PR) with your changes.
Maintainer: Dr. Steven Xiaotian Dai, Real-Time and Distributed Systems Group, University of York, UK
Data layer
_data/conferences.jsonis the canonical file used by GitHub Pages/Liquid and the CLIassets/data/conferences.jsonis the browser-friendly copy served to the dashboard (auto-synced from the same script)scripts/bootstrapDataFromReadme.mjsregenerates both JSON files from the Markdown snapshots (run it whenever you touch the tables below)
View + tooling
scripts/filterConferences.mjslets you filter by--type,--status, or--finished, sort by--sort deadline|name, render Markdown tables, or emit JSON for other tooling- The Markdown tables below are curated default views. Regenerate any view with the CLI and paste it back in (or keep data completely separate for programmatic consumers)
Quick filters
# Upcoming submission deadlines ordered by date
node scripts/filterConferences.mjs --status upcoming --sort deadline --columns name,deadline,where,when,remarks
# Workshops that already closed submissions
node scripts/filterConferences.mjs --type workshop --finished true --columns name,deadline,where,when
# JSON output for automation
node scripts/filterConferences.mjs --status archived --sort name --output json > tmp/archived.json