Track DAC, DATE and ICCAD in the embedded systems topic
All checks were successful
Build and deploy static pages / build-and-push (push) Successful in 13s
All checks were successful
Build and deploy static pages / build-and-push (push) Successful in 13s
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 <noreply@anthropic.com>
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user