From a027942829e3ae84369e0077b300306b1e30b8cb Mon Sep 17 00:00:00 2001 From: khannurien Date: Tue, 18 Aug 2026 13:39:07 +0000 Subject: [PATCH] Track DAC, DATE and ICCAD in the embedded systems topic MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The three design-automation flagships were left out of ee78e30 as electronics rather than computer science. That was the wrong cut: all three carry system-level and embedded-software tracks, and a publishing guide that omits a field flagship is worse than one carrying a row the reader skips. DATE resolves from WikiCFP (201644) and its entry matches the official call exactly — abstract 13 Sep 2026, paper 20 Sep 2026, Dresden 22-24 Mar 2027 — so it stays source: wikicfp and maintains itself. ICCAD is an acronym collision of the kind the README warns about. WikiCFP's "ICCAD 2026" is the IEEE/IFAC International Conference on Control, Automation and Diagnosis, in Lisbon in July, and a search-based lookup recorded its dates against the IEEE/ACM computer-aided design conference without complaint. It is now wikicfp_id: false with a manual entry from iccad.com: San Jose, 8-12 Nov 2026, paper deadline 14 Apr 2026. DAC has announced its 2027 edition — San Jose, 11-14 Jul 2027 — but not the call, so its manual entry carries event fields and no deadline. It renders with a TBD paper deadline and sorts into the calendar's "Awaiting the next call" table, which beats omitting the venue and losing the known dates. WikiCFP still holds only DAC 2026, already run, so the ID is false. CODES+ISSS remains untracked: ICORE C, and its system-synthesis scope is covered by the ESWEEK entries already listed. The venues.yaml header comment now records that, rather than the blanket EDA exclusion it claimed before. Co-Authored-By: Claude Opus 5 --- README.md | 16 ++-- site/content/cloud-edge/calendar/_index.md | 2 +- .../embedded-systems/calendar/_index.md | 75 ++++++++++++++++++- .../digests/DAC-2027/index.md | 13 ++++ .../digests/DATE-2027/index.md | 13 ++++ .../digests/ICCAD-2026/index.md | 13 ++++ .../content/embedded-systems/venues/_index.md | 2 +- .../venues/conferences/DAC/_index.md | 33 ++++++++ .../venues/conferences/DATE/_index.md | 36 +++++++++ .../venues/conferences/ICCAD/_index.md | 40 ++++++++++ .../venues/conferences/_index.md | 5 +- site/data/embedded-systems/deadlines.yaml | 48 +++++++++++- site/data/embedded-systems/venues.yaml | 29 ++++++- 13 files changed, 311 insertions(+), 14 deletions(-) create mode 100644 site/content/embedded-systems/digests/DAC-2027/index.md create mode 100644 site/content/embedded-systems/digests/DATE-2027/index.md create mode 100644 site/content/embedded-systems/digests/ICCAD-2026/index.md create mode 100644 site/content/embedded-systems/venues/conferences/DAC/_index.md create mode 100644 site/content/embedded-systems/venues/conferences/DATE/_index.md create mode 100644 site/content/embedded-systems/venues/conferences/ICCAD/_index.md diff --git a/README.md b/README.md index e055022..3a13a1f 100644 --- a/README.md +++ b/README.md @@ -157,15 +157,19 @@ A venue whose `deadlines.yaml` entry says `source: manual` is skipped by the fet **Conferences not on WikiCFP** (for systems/networking): OSDI, NSDI, USENIX ATC, SC, MobiSys, SEC. Use `wikicfp_id: false` for all of them. -For the embedded-systems topic only EWSN has a WikiCFP entry for its current edition (`190920`); every other conference is `wikicfp_id: false`: +For the embedded-systems topic only DATE and EWSN have usable WikiCFP entries: -| Venue | Why | | +| Venue | WikiCFP event ID | | | --- | --- | --- | +| DATE | 201644 | current edition, `source: wikicfp` — matches the official CFP exactly | | EWSN | 190920 | current edition; `source: manual` (two cycles) | -| RTSS, RTAS | WikiCFP series stops at the 2025 editions | | -| EMSOFT, CASES | WikiCFP series is stale (2025 / 2023); ESWEEK publishes one shared date set for both, so they always carry identical deadlines | | -| ECRTS, LCTES | latest WikiCFP entry is the edition that already took place; no next edition announced yet | | -| SenSys | SenSys, IPSN and IoTDI merged into a single conference in 2026 — WikiCFP still lists the three old series | | +| RTSS, RTAS | `false` | WikiCFP series stops at the 2025 editions | +| EMSOFT, CASES | `false` | WikiCFP series is stale (2025 / 2023); ESWEEK publishes one shared date set for both, so they always carry identical deadlines | +| ECRTS, LCTES, DAC | `false` | latest WikiCFP entry is the edition that already took place; no next edition announced yet | +| SenSys | `false` | SenSys, IPSN and IoTDI merged into a single conference in 2026 — WikiCFP still lists the three old series | +| ICCAD | `false` | **acronym collision** — WikiCFP's "ICCAD" is the IEEE/IFAC International Conference on Control, Automation and Diagnosis, a different conference in a different month and city. A search-based lookup silently records its dates; use the official CFP at iccad.com | + +**Deadline-free entries**: a `source: manual` entry may carry only `event_dates`, `location` and `cfp_url` when a venue has announced its next edition but not yet its call — DAC 2027 is the current example. The venue then renders with a `TBD` paper deadline and sorts into the calendar's "Awaiting the next call" table, which is more useful than omitting it entirely. **Merged venues**: SenSys, IPSN and IoTDI are now one conference, the *ACM/IEEE International Conference on Embedded Artificial Intelligence and Sensing Systems*, kept under the `SenSys` acronym (which is also what ICORE and DBLP still use). Do not add IPSN or IoTDI as separate venues. diff --git a/site/content/cloud-edge/calendar/_index.md b/site/content/cloud-edge/calendar/_index.md index c3d1c8f..7233da6 100644 --- a/site/content/cloud-edge/calendar/_index.md +++ b/site/content/cloud-edge/calendar/_index.md @@ -1,7 +1,7 @@ --- title: Submission Deadlines layout: calendar -generated: '2026-08-18T13:31:10Z' +generated: '2026-08-18T13:38:48Z' draft: false events: - title: OSDI — abstract deadline diff --git a/site/content/embedded-systems/calendar/_index.md b/site/content/embedded-systems/calendar/_index.md index 461a7b8..e99d6d6 100644 --- a/site/content/embedded-systems/calendar/_index.md +++ b/site/content/embedded-systems/calendar/_index.md @@ -1,7 +1,7 @@ --- title: Submission Deadlines layout: calendar -generated: '2026-08-18T13:31:13Z' +generated: '2026-08-18T13:38:51Z' events: - title: RTSS — abstract deadline start: '2026-05-21' @@ -225,6 +225,76 @@ events: end: '2026-09-19' extendedProps: location: Dresden, Germany +- title: ICCAD — abstract deadline + start: '2026-04-07' + url: /embedded-systems/venues/conferences/iccad/ + color: '#f0d2a4' + textColor: '#4a3212' + allDay: true + extendedProps: + location: San Jose, CA, USA + cfp_url: https://iccad.com/2026/authors/call-for-papers +- title: ICCAD — paper deadline + start: '2026-04-14' + url: /embedded-systems/venues/conferences/iccad/ + color: '#f2b3ac' + textColor: '#5a1f19' + allDay: true + extendedProps: + location: San Jose, CA, USA + cfp_url: https://iccad.com/2026/authors/call-for-papers +- title: ICCAD — notification + start: '2026-07-11' + url: /embedded-systems/venues/conferences/iccad/ + color: '#b9dfd0' + textColor: '#14402f' + allDay: true + extendedProps: + location: San Jose, CA, USA + cfp_url: https://iccad.com/2026/authors/call-for-papers +- title: ICCAD + start: '2026-11-08' + url: /embedded-systems/venues/conferences/iccad/ + color: '#bdd2ee' + textColor: '#1a3557' + allDay: true + end: '2026-11-13' + extendedProps: + location: San Jose, CA, USA +- title: DATE — abstract deadline + start: '2026-09-13' + url: /embedded-systems/venues/conferences/date/ + color: '#f0d2a4' + textColor: '#4a3212' + allDay: true + extendedProps: + location: Dresden, Germany +- title: DATE — paper deadline + start: '2026-09-20' + url: /embedded-systems/venues/conferences/date/ + color: '#f2b3ac' + textColor: '#5a1f19' + allDay: true + extendedProps: + location: Dresden, Germany +- title: DATE + start: '2027-03-22' + url: /embedded-systems/venues/conferences/date/ + color: '#bdd2ee' + textColor: '#1a3557' + allDay: true + end: '2027-03-25' + extendedProps: + location: Dresden, Germany +- title: DAC + start: '2027-07-11' + url: /embedded-systems/venues/conferences/dac/ + color: '#bdd2ee' + textColor: '#1a3557' + allDay: true + end: '2027-07-15' + extendedProps: + location: San Jose, CA, USA draft: false --- @@ -232,6 +302,7 @@ draft: false | Venue | Name | Cycle | Abstract | Paper deadline | Notification | Event dates | Location | ICORE | |---|---|---|---|---|---|---|---|---| +| [DATE](/embedded-systems/venues/conferences/date/) | Design, Automation and Test in Europe Conference | — | Sep 13, 2026 | Sep 20, 2026 | | Mar 22, 2027 - Mar 24, 2027 | Dresden, Germany | B | | [RTAS](/embedded-systems/venues/conferences/rtas/) | IEEE Real-Time and Embedded Technology and Applications Symposium | — | | Nov 5, 2026 | Jan 28, 2027 | May 17-20, 2027 | Boulder, CO, USA | A | ### Awaiting the next call @@ -242,9 +313,11 @@ Tracked venues whose recorded rounds have all elapsed — the next CFP has not b |---|---|---|---|---|---| | [CASES](/embedded-systems/venues/conferences/cases/) | International Conference on Compilers, Architecture, and Synthesis for Embedded Systems | Mar 30, 2026 | Oct 4-9, 2026 | Barcelona, Spain | Journal published | | [EMSOFT](/embedded-systems/venues/conferences/emsoft/) | ACM SIGBED International Conference on Embedded Software | Mar 30, 2026 | Oct 4-9, 2026 | Barcelona, Spain | Journal published | +| [ICCAD](/embedded-systems/venues/conferences/iccad/) | IEEE/ACM International Conference on Computer-Aided Design | Apr 14, 2026 | Nov 8-12, 2026 | San Jose, CA, USA | A | | [EWSN](/embedded-systems/venues/conferences/ewsn/) | International Conference on Embedded Wireless Systems and Networks | May 3, 2026 | Sep 16-18, 2026 | Dresden, Germany | B | | [RTSS](/embedded-systems/venues/conferences/rtss/) | IEEE Real-Time Systems Symposium | May 26, 2026 | Dec 8-11, 2026 | Yokohama, Japan | A* | | [SenSys](/embedded-systems/venues/conferences/sensys/) | ACM/IEEE International Conference on Embedded Artificial Intelligence and Sensing Systems | Jun 5, 2026 | — | New York, NY, USA | A* | +| [DAC](/embedded-systems/venues/conferences/dac/) | Design Automation Conference | TBD | Jul 11-14, 2027 | San Jose, CA, USA | TBR | | [ECRTS](/embedded-systems/venues/conferences/ecrts/) | Euromicro Conference on Real-Time Systems | TBD | — | | B | | [LCTES](/embedded-systems/venues/conferences/lctes/) | ACM SIGPLAN/SIGBED International Conference on Languages, Compilers, and Tools for Embedded Systems | TBD | — | | B | diff --git a/site/content/embedded-systems/digests/DAC-2027/index.md b/site/content/embedded-systems/digests/DAC-2027/index.md new file mode 100644 index 0000000..9eb5883 --- /dev/null +++ b/site/content/embedded-systems/digests/DAC-2027/index.md @@ -0,0 +1,13 @@ +--- +title: DAC 2027 Digest +venue: DAC +year: 2027 +date: '2027-01-01' +tags: [] +paper_count: 0 +draft: false +build: + list: never +--- + +No papers selected yet. diff --git a/site/content/embedded-systems/digests/DATE-2027/index.md b/site/content/embedded-systems/digests/DATE-2027/index.md new file mode 100644 index 0000000..9a837fe --- /dev/null +++ b/site/content/embedded-systems/digests/DATE-2027/index.md @@ -0,0 +1,13 @@ +--- +title: DATE 2027 Digest +venue: DATE +year: 2027 +date: '2027-01-01' +tags: [] +paper_count: 0 +draft: false +build: + list: never +--- + +No papers selected yet. diff --git a/site/content/embedded-systems/digests/ICCAD-2026/index.md b/site/content/embedded-systems/digests/ICCAD-2026/index.md new file mode 100644 index 0000000..7994e0b --- /dev/null +++ b/site/content/embedded-systems/digests/ICCAD-2026/index.md @@ -0,0 +1,13 @@ +--- +title: ICCAD 2026 Digest +venue: ICCAD +year: 2026 +date: '2026-01-01' +tags: [] +paper_count: 0 +draft: false +build: + list: never +--- + +No papers selected yet. diff --git a/site/content/embedded-systems/venues/_index.md b/site/content/embedded-systems/venues/_index.md index 01e1865..48f07ca 100644 --- a/site/content/embedded-systems/venues/_index.md +++ b/site/content/embedded-systems/venues/_index.md @@ -3,7 +3,7 @@ title: Venues draft: false --- -Tracking **8 conferences** and **6 journals** for this domain. +Tracking **11 conferences** and **6 journals** for this domain. - **[Conferences →](/embedded-systems/venues/conferences/)** ranked by ICORE (A*, A, B, C) - **[Journals →](/embedded-systems/venues/journals/)** ranked by SCImago quartile (Q1–Q4) diff --git a/site/content/embedded-systems/venues/conferences/DAC/_index.md b/site/content/embedded-systems/venues/conferences/DAC/_index.md new file mode 100644 index 0000000..e86329a --- /dev/null +++ b/site/content/embedded-systems/venues/conferences/DAC/_index.md @@ -0,0 +1,33 @@ +--- +title: DAC +full_name: Design Automation Conference +domain: +- embedded-systems +- design-automation +- hardware-software-co-design +type: conference +icore_rank: TBR +homepage: https://dac.com/ +dblp_key: conf/dac +draft: false +next_event: Jul 11-14, 2027 +location: San Jose, CA, USA +cfp_url: https://dac.com/ +--- + +*Design Automation Conference* + +| | | +|---|---| +| **ICORE Rank** | **TBR** | +| **Domains** | `embedded-systems`, `design-automation`, `hardware-software-co-design` | +| **Website** | [https://dac.com/](https://dac.com/) | + +## Upcoming Deadline + +| | | +|---|---| +| **Paper deadline** | TBD | +| **Event dates** | Jul 11-14, 2027 | +| **Location** | San Jose, CA, USA | +| **CFP** | [https://dac.com/](https://dac.com/) | diff --git a/site/content/embedded-systems/venues/conferences/DATE/_index.md b/site/content/embedded-systems/venues/conferences/DATE/_index.md new file mode 100644 index 0000000..45bfd11 --- /dev/null +++ b/site/content/embedded-systems/venues/conferences/DATE/_index.md @@ -0,0 +1,36 @@ +--- +title: DATE +full_name: Design, Automation and Test in Europe Conference +domain: +- embedded-systems +- design-automation +- embedded-software +type: conference +icore_rank: B +homepage: https://www.date-conference.com/ +dblp_key: conf/date +draft: false +next_deadline: Sep 20, 2026 +abstract_deadline: Sep 13, 2026 +next_event: Mar 22, 2027 - Mar 24, 2027 +location: Dresden, Germany +deadline_source: wikicfp:201644 +--- + +*Design, Automation and Test in Europe Conference* + +| | | +|---|---| +| **ICORE Rank** | **B** | +| **Domains** | `embedded-systems`, `design-automation`, `embedded-software` | +| **Website** | [https://www.date-conference.com/](https://www.date-conference.com/) | + +## Upcoming Deadline + +| | | +|---|---| +| **Abstract deadline** | Sep 13, 2026 | +| **Paper deadline** | Sep 20, 2026 | +| **Event dates** | Mar 22, 2027 - Mar 24, 2027 | +| **Location** | Dresden, Germany | +| **Source** | `wikicfp:201644` | diff --git a/site/content/embedded-systems/venues/conferences/ICCAD/_index.md b/site/content/embedded-systems/venues/conferences/ICCAD/_index.md new file mode 100644 index 0000000..26259f8 --- /dev/null +++ b/site/content/embedded-systems/venues/conferences/ICCAD/_index.md @@ -0,0 +1,40 @@ +--- +title: ICCAD +full_name: IEEE/ACM International Conference on Computer-Aided Design +domain: +- embedded-systems +- design-automation +- hardware-software-co-design +type: conference +icore_rank: A +homepage: https://iccad.com/2026 +dblp_key: conf/iccad +draft: false +next_deadline: Apr 14, 2026 +abstract_deadline: Apr 7, 2026 +notification: Jul 11, 2026 +camera_ready: Sep 4, 2026 +next_event: Nov 8-12, 2026 +location: San Jose, CA, USA +cfp_url: https://iccad.com/2026/authors/call-for-papers +--- + +*IEEE/ACM International Conference on Computer-Aided Design* + +| | | +|---|---| +| **ICORE Rank** | **A** | +| **Domains** | `embedded-systems`, `design-automation`, `hardware-software-co-design` | +| **Website** | [https://iccad.com/2026](https://iccad.com/2026) | + +## Upcoming Deadline + +| | | +|---|---| +| **Abstract deadline** | Apr 7, 2026 | +| **Paper deadline** | Apr 14, 2026 | +| **Notification** | Jul 11, 2026 | +| **Camera-ready** | Sep 4, 2026 | +| **Event dates** | Nov 8-12, 2026 | +| **Location** | San Jose, CA, USA | +| **CFP** | [https://iccad.com/2026/authors/call-for-papers](https://iccad.com/2026/authors/call-for-papers) | diff --git a/site/content/embedded-systems/venues/conferences/_index.md b/site/content/embedded-systems/venues/conferences/_index.md index 6d598ec..2be20e9 100644 --- a/site/content/embedded-systems/venues/conferences/_index.md +++ b/site/content/embedded-systems/venues/conferences/_index.md @@ -1,6 +1,6 @@ --- title: Conferences -description: 8 tracked conferences +description: 11 tracked conferences draft: false --- @@ -8,9 +8,12 @@ draft: false |---|---|---|---|---|---|---|---|---|---| | [RTSS](/embedded-systems/venues/conferences/rtss/) | IEEE Real-Time Systems Symposium | **A\*** | `embedded-systems`, `real-time-systems`, `scheduling` | May 21, 2026 | May 26, 2026 | | Dec 8-11, 2026 | Yokohama, Japan | — | | [SenSys](/embedded-systems/venues/conferences/sensys/) | ACM/IEEE International Conference on Embedded Artificial Intelligence and Sensing Systems | **A\*** | `embedded-systems`, `sensor-networks`, `embedded-ai`, `iot` | May 29, 2026 | Jun 5, 2026 | Aug 31, 2026 | — | New York, NY, USA | — | +| [ICCAD](/embedded-systems/venues/conferences/iccad/) | IEEE/ACM International Conference on Computer-Aided Design | **A** | `embedded-systems`, `design-automation`, `hardware-software-co-design` | Apr 7, 2026 | Apr 14, 2026 | Jul 11, 2026 | Nov 8-12, 2026 | San Jose, CA, USA | — | | [RTAS](/embedded-systems/venues/conferences/rtas/) | IEEE Real-Time and Embedded Technology and Applications Symposium | **A** | `embedded-systems`, `real-time-systems`, `cyber-physical-systems` | | Nov 5, 2026 | Jan 28, 2027 | May 17-20, 2027 | Boulder, CO, USA | — | +| [DATE](/embedded-systems/venues/conferences/date/) | Design, Automation and Test in Europe Conference | **B** | `embedded-systems`, `design-automation`, `embedded-software` | Sep 13, 2026 | Sep 20, 2026 | | Mar 22, 2027 - Mar 24, 2027 | Dresden, Germany | — | | [ECRTS](/embedded-systems/venues/conferences/ecrts/) | Euromicro Conference on Real-Time Systems | **B** | `embedded-systems`, `real-time-systems`, `scheduling` | | TBD | | — | | — | | [EWSN](/embedded-systems/venues/conferences/ewsn/) | International Conference on Embedded Wireless Systems and Networks | **B** | `embedded-systems`, `sensor-networks`, `wireless-networks`, `iot` | Apr 24, 2026 | May 3, 2026 (Spring) | Jun 15, 2026 | Sep 16-18, 2026 | Dresden, Germany | — | | [LCTES](/embedded-systems/venues/conferences/lctes/) | ACM SIGPLAN/SIGBED International Conference on Languages, Compilers, and Tools for Embedded Systems | **B** | `embedded-systems`, `compilers`, `programming-languages`, `embedded-software` | | TBD | | — | | — | | [CASES](/embedded-systems/venues/conferences/cases/) | International Conference on Compilers, Architecture, and Synthesis for Embedded Systems | **Journal published** | `embedded-systems`, `compilers`, `embedded-software` | Mar 23, 2026 | Mar 30, 2026 | Jul 17, 2026 | Oct 4-9, 2026 | Barcelona, Spain | — | +| [DAC](/embedded-systems/venues/conferences/dac/) | Design Automation Conference | **TBR** | `embedded-systems`, `design-automation`, `hardware-software-co-design` | | TBD | | Jul 11-14, 2027 | San Jose, CA, USA | — | | [EMSOFT](/embedded-systems/venues/conferences/emsoft/) | ACM SIGBED International Conference on Embedded Software | **Journal published** | `embedded-systems`, `embedded-software`, `real-time-systems` | Mar 23, 2026 | Mar 30, 2026 | Jul 17, 2026 | Oct 4-9, 2026 | Barcelona, Spain | — | diff --git a/site/data/embedded-systems/deadlines.yaml b/site/data/embedded-systems/deadlines.yaml index 13183de..1898e5d 100644 --- a/site/data/embedded-systems/deadlines.yaml +++ b/site/data/embedded-systems/deadlines.yaml @@ -1,4 +1,4 @@ -generated: '2026-08-18T13:26:46Z' +generated: '2026-08-18T13:37:09Z' deadlines: RTSS: source: manual @@ -57,6 +57,52 @@ deadlines: submission_deadline: May 3, 2026 notification: Jun 15, 2026 camera_ready: Jul 6, 2026 + ICCAD: + source: manual + event_dates: Nov 8-12, 2026 + location: San Jose, CA, USA + abstract_deadline: Apr 7, 2026 + submission_deadline: Apr 14, 2026 + notification: Jul 11, 2026 + camera_ready: Sep 4, 2026 + cfp_url: https://iccad.com/2026/authors/call-for-papers + DATE: + wikicfp_event_id: '201644' + source: wikicfp + event_dates: Mar 22, 2027 - Mar 24, 2027 + location: Dresden, Germany + abstract_deadline: Sep 13, 2026 + submission_deadline: Sep 20, 2026 + wikicfp_title: DATE + DAC: + source: manual + event_dates: Jul 11-14, 2027 + location: San Jose, CA, USA + cfp_url: https://dac.com/ missing: - ECRTS - LCTES +stale: +- acronym: CASES + last_deadline: Mar 30, 2026 + source: manual + cfp_url: https://esweek.org/cases_cfp/ +- acronym: EMSOFT + last_deadline: Mar 30, 2026 + source: manual + cfp_url: https://esweek.org/emsoft_cfp/ +- acronym: EWSN + last_deadline: May 3, 2026 + source: manual + cfp_url: https://ewsn26.netd.cs.tu-dresden.de/calls/papers +- acronym: ICCAD + last_deadline: Mar 27, 2026 + source: wikicfp +- acronym: RTSS + last_deadline: May 26, 2026 + source: manual + cfp_url: https://2026.rtss.org/cfp/ +- acronym: SenSys + last_deadline: Jun 5, 2026 + source: manual + cfp_url: https://sensys.acm.org/2027/cfp.html diff --git a/site/data/embedded-systems/venues.yaml b/site/data/embedded-systems/venues.yaml index 21b11fe..d008778 100644 --- a/site/data/embedded-systems/venues.yaml +++ b/site/data/embedded-systems/venues.yaml @@ -1,7 +1,9 @@ # Embedded systems — tracked venues -# Curated for the computer-science side of the field: real-time systems, embedded -# software, compilers and languages, sensing systems. EDA / circuit-design venues -# (DAC, DATE, ICCAD, CODES+ISSS) are deliberately out of scope. +# Real-time systems, embedded software, compilers and languages, sensing systems, +# and the three flagship design-automation conferences (DAC, DATE, ICCAD), which +# carry the system-level and embedded-software tracks this group publishes in. +# CODES+ISSS is not tracked: ICORE C, and its system-synthesis scope is covered +# by the ESWEEK entries above. # # Rankings filled automatically by pa-fetch-icore / pa-fetch-scimago. # Deadlines filled automatically by pa-fetch-deadlines (gaps flagged for manual entry). @@ -63,6 +65,27 @@ conferences: dblp_key: "conf/ewsn" wikicfp_id: "190920" + - acronym: ICCAD + full_name: "IEEE/ACM International Conference on Computer-Aided Design" + domain: [embedded-systems, design-automation, hardware-software-co-design] + url: "https://iccad.com/2026" + dblp_key: "conf/iccad" + wikicfp_id: false # WikiCFP's "ICCAD" is the Control, Automation and Diagnosis conference + + - acronym: DATE + full_name: "Design, Automation and Test in Europe Conference" + domain: [embedded-systems, design-automation, embedded-software] + url: "https://www.date-conference.com/" + dblp_key: "conf/date" + wikicfp_id: "201644" + + - acronym: DAC + full_name: "Design Automation Conference" + domain: [embedded-systems, design-automation, hardware-software-co-design] + url: "https://dac.com/" + dblp_key: "conf/dac" + wikicfp_id: false # latest WikiCFP entry is DAC 2026 (held); 2027 CFP not posted yet + journals: # scimago_quartile / scimago_sjr / scimago_h_index resolve from # site/data/rankings/scimago.csv by full_name — all six titles match the CSV