Add an embedded systems topic
All checks were successful
Build and deploy static pages / build-and-push (push) Successful in 14s
All checks were successful
Build and deploy static pages / build-and-push (push) Successful in 14s
Eight conferences and six journals, curated for the computer-science side of
the field. EDA and circuit-design venues are deliberately excluded — DAC, DATE,
ICCAD and CODES+ISSS are canonical for embedded systems but not for the kind of
work this site tracks — and venues.yaml carries that rationale as a header
comment so the next person doesn't "helpfully" add them back.
Two curation calls worth recording. SenSys, IPSN and IoTDI merged in 2026 into
one conference, the ACM/IEEE International Conference on Embedded Artificial
Intelligence and Sensing Systems; it is tracked under the SenSys acronym, which
is what ICORE and DBLP still use, and IPSN and IoTDI are not listed separately.
RTCSA and ICCPS were dropped — the first is CORE B with no announced 2027
edition, the second carries no CORE rank at all.
Deadlines are all source: manual, verified against the official CFPs. Only EWSN
has a WikiCFP entry for its current edition; every other series there stops at
an edition that has already been held, so the rest are wikicfp_id: false. ECRTS
and LCTES have no announced next edition and sit under missing:, which renders
as TBD. With the stale-deadline handling from 5b06f48 this reads correctly:
only RTAS shows an open deadline, and the rest land in the elapsed-rounds table
rather than advertising passed dates as upcoming.
The topic also exposed three generator bugs that cloud-edge never hit:
_journals_section_body() read scimago_* straight off the venues.yaml entry, so
the journals index showed a dash for every journal without inline values, while
the journal pages resolved the same numbers from rankings/scimago.csv. Both now
share a _journal_ranks() helper, and gen_section_indexes() takes the SCImago
table to feed it. cloud-edge never saw this because all seven of its journals
carry inline values.
The SCImago CSV writes SJR with a decimal comma (0,864). Nothing consumed those
values before, so the loader now normalises them to a dot and CSV-derived
numbers render like the inline ones.
gen_digests() now writes digests/_index.md. Hugo only auto-creates a section
page when the section has a listable page, and a topic with no digests yet
holds nothing but build.list: never stubs, so the Digests nav link 404'd. It
preserves any existing body, leaving cloud-edge's file unchanged.
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
This commit is contained in:
@@ -0,0 +1,29 @@
|
||||
---
|
||||
title: IoT-J
|
||||
full_name: IEEE Internet of Things Journal
|
||||
domain:
|
||||
- embedded-systems
|
||||
- iot
|
||||
- sensor-networks
|
||||
type: journal
|
||||
issn: 2327-4662
|
||||
homepage: https://ieee-iotj.org/
|
||||
submission_model: rolling
|
||||
dblp_key: journals/iotj
|
||||
draft: false
|
||||
scimago_quartile: Q1
|
||||
scimago_sjr: '2.144'
|
||||
scimago_h_index: '233'
|
||||
---
|
||||
|
||||
*IEEE Internet of Things Journal*
|
||||
|
||||
| | |
|
||||
|---|---|
|
||||
| **SCImago Quartile** | **Q1** |
|
||||
| **SJR** | 2.144 |
|
||||
| **H-Index** | 233 |
|
||||
| **ISSN** | 2327-4662 |
|
||||
| **Submission model** | Rolling |
|
||||
| **Domains** | `embedded-systems`, `iot`, `sensor-networks` |
|
||||
| **Website** | [https://ieee-iotj.org/](https://ieee-iotj.org/) |
|
||||
29
site/content/embedded-systems/venues/journals/JSA/_index.md
Normal file
29
site/content/embedded-systems/venues/journals/JSA/_index.md
Normal file
@@ -0,0 +1,29 @@
|
||||
---
|
||||
title: JSA
|
||||
full_name: Journal of Systems Architecture
|
||||
domain:
|
||||
- embedded-systems
|
||||
- computer-architecture
|
||||
- embedded-software
|
||||
type: journal
|
||||
issn: 1383-7621
|
||||
homepage: https://www.sciencedirect.com/journal/journal-of-systems-architecture
|
||||
submission_model: rolling
|
||||
dblp_key: journals/jsa
|
||||
draft: false
|
||||
scimago_quartile: Q1
|
||||
scimago_sjr: '1.068'
|
||||
scimago_h_index: '79'
|
||||
---
|
||||
|
||||
*Journal of Systems Architecture*
|
||||
|
||||
| | |
|
||||
|---|---|
|
||||
| **SCImago Quartile** | **Q1** |
|
||||
| **SJR** | 1.068 |
|
||||
| **H-Index** | 79 |
|
||||
| **ISSN** | 1383-7621 |
|
||||
| **Submission model** | Rolling |
|
||||
| **Domains** | `embedded-systems`, `computer-architecture`, `embedded-software` |
|
||||
| **Website** | [https://www.sciencedirect.com/journal/journal-of-systems-architecture](https://www.sciencedirect.com/journal/journal-of-systems-architecture) |
|
||||
29
site/content/embedded-systems/venues/journals/RTS/_index.md
Normal file
29
site/content/embedded-systems/venues/journals/RTS/_index.md
Normal file
@@ -0,0 +1,29 @@
|
||||
---
|
||||
title: RTS
|
||||
full_name: Real-Time Systems
|
||||
domain:
|
||||
- embedded-systems
|
||||
- real-time-systems
|
||||
- scheduling
|
||||
type: journal
|
||||
issn: 0922-6443
|
||||
homepage: https://link.springer.com/journal/11241
|
||||
submission_model: rolling
|
||||
dblp_key: journals/rts
|
||||
draft: false
|
||||
scimago_quartile: Q2
|
||||
scimago_sjr: '0.550'
|
||||
scimago_h_index: '62'
|
||||
---
|
||||
|
||||
*Real-Time Systems*
|
||||
|
||||
| | |
|
||||
|---|---|
|
||||
| **SCImago Quartile** | **Q2** |
|
||||
| **SJR** | 0.550 |
|
||||
| **H-Index** | 62 |
|
||||
| **ISSN** | 0922-6443 |
|
||||
| **Submission model** | Rolling |
|
||||
| **Domains** | `embedded-systems`, `real-time-systems`, `scheduling` |
|
||||
| **Website** | [https://link.springer.com/journal/11241](https://link.springer.com/journal/11241) |
|
||||
29
site/content/embedded-systems/venues/journals/TCPS/_index.md
Normal file
29
site/content/embedded-systems/venues/journals/TCPS/_index.md
Normal file
@@ -0,0 +1,29 @@
|
||||
---
|
||||
title: TCPS
|
||||
full_name: ACM Transactions on Cyber-Physical Systems
|
||||
domain:
|
||||
- embedded-systems
|
||||
- cyber-physical-systems
|
||||
- real-time-systems
|
||||
type: journal
|
||||
issn: 2378-962X
|
||||
homepage: https://dl.acm.org/journal/tcps
|
||||
submission_model: rolling
|
||||
dblp_key: journals/tcps
|
||||
draft: false
|
||||
scimago_quartile: Q2
|
||||
scimago_sjr: '0.734'
|
||||
scimago_h_index: '32'
|
||||
---
|
||||
|
||||
*ACM Transactions on Cyber-Physical Systems*
|
||||
|
||||
| | |
|
||||
|---|---|
|
||||
| **SCImago Quartile** | **Q2** |
|
||||
| **SJR** | 0.734 |
|
||||
| **H-Index** | 32 |
|
||||
| **ISSN** | 2378-962X |
|
||||
| **Submission model** | Rolling |
|
||||
| **Domains** | `embedded-systems`, `cyber-physical-systems`, `real-time-systems` |
|
||||
| **Website** | [https://dl.acm.org/journal/tcps](https://dl.acm.org/journal/tcps) |
|
||||
29
site/content/embedded-systems/venues/journals/TECS/_index.md
Normal file
29
site/content/embedded-systems/venues/journals/TECS/_index.md
Normal file
@@ -0,0 +1,29 @@
|
||||
---
|
||||
title: TECS
|
||||
full_name: ACM Transactions on Embedded Computing Systems
|
||||
domain:
|
||||
- embedded-systems
|
||||
- embedded-software
|
||||
- real-time-systems
|
||||
type: journal
|
||||
issn: 1539-9087
|
||||
homepage: https://dl.acm.org/journal/tecs
|
||||
submission_model: rolling
|
||||
dblp_key: journals/tecs
|
||||
draft: false
|
||||
scimago_quartile: Q2
|
||||
scimago_sjr: '0.864'
|
||||
scimago_h_index: '70'
|
||||
---
|
||||
|
||||
*ACM Transactions on Embedded Computing Systems*
|
||||
|
||||
| | |
|
||||
|---|---|
|
||||
| **SCImago Quartile** | **Q2** |
|
||||
| **SJR** | 0.864 |
|
||||
| **H-Index** | 70 |
|
||||
| **ISSN** | 1539-9087 |
|
||||
| **Submission model** | Rolling |
|
||||
| **Domains** | `embedded-systems`, `embedded-software`, `real-time-systems` |
|
||||
| **Website** | [https://dl.acm.org/journal/tecs](https://dl.acm.org/journal/tecs) |
|
||||
29
site/content/embedded-systems/venues/journals/TOSN/_index.md
Normal file
29
site/content/embedded-systems/venues/journals/TOSN/_index.md
Normal file
@@ -0,0 +1,29 @@
|
||||
---
|
||||
title: TOSN
|
||||
full_name: ACM Transactions on Sensor Networks
|
||||
domain:
|
||||
- embedded-systems
|
||||
- sensor-networks
|
||||
- wireless-networks
|
||||
type: journal
|
||||
issn: 1550-4859
|
||||
homepage: https://dl.acm.org/journal/tosn
|
||||
submission_model: rolling
|
||||
dblp_key: journals/tosn
|
||||
draft: false
|
||||
scimago_quartile: Q1
|
||||
scimago_sjr: '0.975'
|
||||
scimago_h_index: '80'
|
||||
---
|
||||
|
||||
*ACM Transactions on Sensor Networks*
|
||||
|
||||
| | |
|
||||
|---|---|
|
||||
| **SCImago Quartile** | **Q1** |
|
||||
| **SJR** | 0.975 |
|
||||
| **H-Index** | 80 |
|
||||
| **ISSN** | 1550-4859 |
|
||||
| **Submission model** | Rolling |
|
||||
| **Domains** | `embedded-systems`, `sensor-networks`, `wireless-networks` |
|
||||
| **Website** | [https://dl.acm.org/journal/tosn](https://dl.acm.org/journal/tosn) |
|
||||
14
site/content/embedded-systems/venues/journals/_index.md
Normal file
14
site/content/embedded-systems/venues/journals/_index.md
Normal file
@@ -0,0 +1,14 @@
|
||||
---
|
||||
title: Journals
|
||||
description: 6 tracked journals
|
||||
draft: false
|
||||
---
|
||||
|
||||
| Journal | Full name | SCImago | SJR | H-Index | Model | Domains | Digests |
|
||||
|---|---|---|---|---|---|---|---|
|
||||
| [IoT-J](/embedded-systems/venues/journals/iot-j/) | IEEE Internet of Things Journal | **Q1** | 2.144 | 233 | Rolling | `embedded-systems`, `iot`, `sensor-networks` | — |
|
||||
| [JSA](/embedded-systems/venues/journals/jsa/) | Journal of Systems Architecture | **Q1** | 1.068 | 79 | Rolling | `embedded-systems`, `computer-architecture`, `embedded-software` | — |
|
||||
| [TOSN](/embedded-systems/venues/journals/tosn/) | ACM Transactions on Sensor Networks | **Q1** | 0.975 | 80 | Rolling | `embedded-systems`, `sensor-networks`, `wireless-networks` | — |
|
||||
| [RTS](/embedded-systems/venues/journals/rts/) | Real-Time Systems | **Q2** | 0.550 | 62 | Rolling | `embedded-systems`, `real-time-systems`, `scheduling` | — |
|
||||
| [TCPS](/embedded-systems/venues/journals/tcps/) | ACM Transactions on Cyber-Physical Systems | **Q2** | 0.734 | 32 | Rolling | `embedded-systems`, `cyber-physical-systems`, `real-time-systems` | — |
|
||||
| [TECS](/embedded-systems/venues/journals/tecs/) | ACM Transactions on Embedded Computing Systems | **Q2** | 0.864 | 70 | Rolling | `embedded-systems`, `embedded-software`, `real-time-systems` | — |
|
||||
Reference in New Issue
Block a user