Remove unverified special issue data, fix DBLP entity decoding
All checks were successful
Build and deploy static pages / build-and-push (push) Successful in 12s

The two special_issues entries were proof-of-concept data and could not be
corroborated: no TPDS "Edge AI Systems" or open FGCS "Serverless Computing
at the Edge" call is findable, and both named real researchers as guest
editors. Removed rather than corrected — nothing verifiable exists to
replace them with. No open special issue was found at any tracked journal,
so the field stays absent until a real CFP appears.

Audited the rest of the data while there. All 39 candidate pools come from
DBLP and all 471 digested papers reconcile against them, so the paper set
is sound. Three defects surfaced:

- DBLP returns HTML-escaped text and fetch_papers never decoded it, so 136
  entities sat in the cached pools and "Theodore Y. Ts'o" reached the
  published ATC-2024 digest. Decoded at the fetch boundary and cleaned the
  existing files through the YAML parser.
- SC event_dates recorded the exhibition window (Nov 17-19) instead of the
  conference (Nov 15-20); EuroSys ran a day long (Apr 19-24 vs 19-23).
  Both verified against the official sites, which also confirm every
  SC, EuroSys and OSDI submission deadline is exact.
- TC-2025 digest carried a paraphrased title, now matching DBLP.

EuroSys only records its spring cycle; the fall cycle has no home in the
one-deadline-per-venue schema.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
This commit is contained in:
2026-08-17 19:34:18 +02:00
parent 6784959a70
commit f132f6bc46
44 changed files with 208 additions and 273 deletions

View File

@@ -204,14 +204,16 @@ journals:
- acronym: TPDS - acronym: TPDS
# ... existing fields ... # ... existing fields ...
special_issues: special_issues:
- title: "Edge AI Systems: Design and Optimization" - title: "<Special issue title, verbatim from the CFP>"
guest_editors: ["Wei Zhang", "Yong Cui", "Jian Wang"] guest_editors: ["<Editor One>", "<Editor Two>"]
cfp_url: "https://..." cfp_url: "https://<link to the CFP itself, not the journal's CFP index>"
abstract_deadline: "Aug 15, 2026" abstract_deadline: "Aug 15, 2026"
submission_deadline: "Sep 1, 2026" submission_deadline: "Sep 1, 2026"
notification: "Jan 2027" notification: "Jan 2027"
``` ```
Every field must come from a published CFP. There is no fetcher for these, so nothing validates them — an unverified entry publishes a deadline that looks authoritative and names real people as editors. Record `cfp_url` pointing at the specific call, so any reader can check the entry against its source.
Special issue deadlines appear in three places: Special issue deadlines appear in three places:
- **Journal page** — a "Special Issues" table below the journal metadata - **Journal page** — a "Special Issues" table below the journal metadata
- **Calendar page** — a "Journal Special Issues" table below the conference deadlines - **Calendar page** — a "Journal Special Issues" table below the conference deadlines

View File

@@ -1,7 +1,7 @@
--- ---
title: Submission Deadlines title: Submission Deadlines
layout: calendar layout: calendar
generated: '2026-08-17T17:07:26Z' generated: '2026-08-17T17:33:54Z'
draft: false draft: false
events: events:
- title: OSDI — abstract deadline - title: OSDI — abstract deadline
@@ -121,7 +121,7 @@ events:
url: /cloud-edge/venues/conferences/eurosys/ url: /cloud-edge/venues/conferences/eurosys/
color: '#457b9d' color: '#457b9d'
allDay: true allDay: true
end: '2027-04-25' end: '2027-04-24'
extendedProps: extendedProps:
location: Rabat, Morocco location: Rabat, Morocco
- title: ATC — paper deadline - title: ATC — paper deadline
@@ -269,11 +269,11 @@ events:
location: Chicago, IL, USA location: Chicago, IL, USA
cfp_url: https://sc26.supercomputing.org/program/papers/ cfp_url: https://sc26.supercomputing.org/program/papers/
- title: SC - title: SC
start: '2026-11-17' start: '2026-11-15'
url: /cloud-edge/venues/conferences/sc/ url: /cloud-edge/venues/conferences/sc/
color: '#457b9d' color: '#457b9d'
allDay: true allDay: true
end: '2026-11-20' end: '2026-11-21'
extendedProps: extendedProps:
location: Chicago, IL, USA location: Chicago, IL, USA
- title: HPDC — abstract deadline - title: HPDC — abstract deadline
@@ -386,48 +386,6 @@ events:
end: '2026-05-22' end: '2026-05-22'
extendedProps: extendedProps:
location: Sydney, Australia location: Sydney, Australia
- title: 'TPDS SI — Edge AI Systems: Design and Optimization — abstract deadline'
start: '2026-08-15'
url: /cloud-edge/venues/journals/tpds/
color: '#7b2cbf'
allDay: true
extendedProps:
cfp_url: https://www.computer.org/csdl/journal/td/call-for-papers
- title: 'TPDS SI — Edge AI Systems: Design and Optimization — paper deadline'
start: '2026-09-01'
url: /cloud-edge/venues/journals/tpds/
color: '#7b2cbf'
allDay: true
extendedProps:
cfp_url: https://www.computer.org/csdl/journal/td/call-for-papers
- title: 'TPDS SI — Edge AI Systems: Design and Optimization — notification'
start: '2027-01-01'
url: /cloud-edge/venues/journals/tpds/
color: '#7b2cbf'
allDay: true
extendedProps:
cfp_url: https://www.computer.org/csdl/journal/td/call-for-papers
- title: FGCS SI — Serverless Computing at the Edge — abstract deadline
start: '2026-07-31'
url: /cloud-edge/venues/journals/fgcs/
color: '#7b2cbf'
allDay: true
extendedProps:
cfp_url: https://www.sciencedirect.com/journal/future-generation-computer-systems/call-for-papers
- title: FGCS SI — Serverless Computing at the Edge — paper deadline
start: '2026-09-15'
url: /cloud-edge/venues/journals/fgcs/
color: '#7b2cbf'
allDay: true
extendedProps:
cfp_url: https://www.sciencedirect.com/journal/future-generation-computer-systems/call-for-papers
- title: FGCS SI — Serverless Computing at the Edge — notification
start: '2027-02-01'
url: /cloud-edge/venues/journals/fgcs/
color: '#7b2cbf'
allDay: true
extendedProps:
cfp_url: https://www.sciencedirect.com/journal/future-generation-computer-systems/call-for-papers
--- ---
## Conference Deadlines ## Conference Deadlines
@@ -440,20 +398,13 @@ events:
| [CCGrid](/cloud-edge/venues/conferences/ccgrid/) | IEEE/ACM International Symposium on Cluster, Cloud and Internet Computing | | Dec 21, 2025 | Feb 10, 2026 | May 18-21, 2026 | Sydney, Australia | B | | [CCGrid](/cloud-edge/venues/conferences/ccgrid/) | IEEE/ACM International Symposium on Cluster, Cloud and Internet Computing | | Dec 21, 2025 | Feb 10, 2026 | May 18-21, 2026 | Sydney, Australia | B |
| [HPDC](/cloud-edge/venues/conferences/hpdc/) | IEEE International Symposium on High Performance Distributed Computing | Jan 29, 2026 | Feb 5, 2026 | Mar 31, 2026 | Jul 13, 2026 - Jul 16, 2026 | Cleveland, OH, USA | A | | [HPDC](/cloud-edge/venues/conferences/hpdc/) | IEEE International Symposium on High Performance Distributed Computing | Jan 29, 2026 | Feb 5, 2026 | Mar 31, 2026 | Jul 13, 2026 - Jul 16, 2026 | Cleveland, OH, USA | A |
| [SOSP](/cloud-edge/venues/conferences/sosp/) | ACM Symposium on Operating Systems Principles | Mar 26, 2026 | Apr 1, 2026 | Jul 3, 2026 | Sep 29, 2026 - Oct 2, 2026 | Prague, Czechia | A* | | [SOSP](/cloud-edge/venues/conferences/sosp/) | ACM Symposium on Operating Systems Principles | Mar 26, 2026 | Apr 1, 2026 | Jul 3, 2026 | Sep 29, 2026 - Oct 2, 2026 | Prague, Czechia | A* |
| [SC](/cloud-edge/venues/conferences/sc/) | International Conference for High Performance Computing, Networking, Storage and Analysis | Apr 1, 2026 | Apr 8, 2026 | Jul 1, 2026 | Nov 17-19, 2026 | Chicago, IL, USA | A | | [SC](/cloud-edge/venues/conferences/sc/) | International Conference for High Performance Computing, Networking, Storage and Analysis | Apr 1, 2026 | Apr 8, 2026 | Jul 1, 2026 | Nov 15-20, 2026 | Chicago, IL, USA | A |
| [SEC](/cloud-edge/venues/conferences/sec/) | IEEE/ACM Symposium on Edge Computing | Apr 24, 2026 | May 1, 2026 | Jul 29, 2026 | Oct 13-16, 2026 | | unranked | | [SEC](/cloud-edge/venues/conferences/sec/) | IEEE/ACM Symposium on Edge Computing | Apr 24, 2026 | May 1, 2026 | Jul 29, 2026 | Oct 13-16, 2026 | | unranked |
| [EuroSys](/cloud-edge/venues/conferences/eurosys/) | European Conference on Computer Systems | May 7, 2026 | May 14, 2026 | Aug 21, 2026 | Apr 19-24, 2027 | Rabat, Morocco | A | | [EuroSys](/cloud-edge/venues/conferences/eurosys/) | European Conference on Computer Systems | May 7, 2026 | May 14, 2026 | Aug 21, 2026 | Apr 19-23, 2027 | Rabat, Morocco | A |
| [Middleware](/cloud-edge/venues/conferences/middleware/) | ACM/IFIP/USENIX Middleware Conference | May 29, 2026 | Jun 5, 2026 | Aug 28, 2026 | Dec 14-18, 2026 | Tarragona, Spain | A | | [Middleware](/cloud-edge/venues/conferences/middleware/) | ACM/IFIP/USENIX Middleware Conference | May 29, 2026 | Jun 5, 2026 | Aug 28, 2026 | Dec 14-18, 2026 | Tarragona, Spain | A |
| [ATC](/cloud-edge/venues/conferences/atc/) | ACM SIGOPS Annual Technical Conference | | Jun 10, 2026 | Sep 18, 2026 | Nov 16-18, 2026 | Hong Kong | C | | [ATC](/cloud-edge/venues/conferences/atc/) | ACM SIGOPS Annual Technical Conference | | Jun 10, 2026 | Sep 18, 2026 | Nov 16-18, 2026 | Hong Kong | C |
| [SoCC](/cloud-edge/venues/conferences/socc/) | ACM Symposium on Cloud Computing | Jul 7, 2026 | Jul 14, 2026 | Sep 26, 2026 | Nov 18-20, 2026 | Singapore | — | | [SoCC](/cloud-edge/venues/conferences/socc/) | ACM Symposium on Cloud Computing | Jul 7, 2026 | Jul 14, 2026 | Sep 26, 2026 | Nov 18-20, 2026 | Singapore | — |
| [NSDI](/cloud-edge/venues/conferences/nsdi/) | USENIX Symposium on Networked Systems Design and Implementation | Sep 10, 2026 | Sep 17, 2026 | Dec 8, 2026 | May 11-13, 2027 | Providence, RI, USA | National: USA | | [NSDI](/cloud-edge/venues/conferences/nsdi/) | USENIX Symposium on Networked Systems Design and Implementation | Sep 10, 2026 | Sep 17, 2026 | Dec 8, 2026 | May 11-13, 2027 | Providence, RI, USA | National: USA |
## Journal Special Issues
| Venue | Title | Abstract | Paper deadline | Notification | Guest Editors |
|---|---|---|---|---|---|
| [TPDS](/cloud-edge/venues/journals/tpds/) | [Edge AI Systems: Design and Optimization](https://www.computer.org/csdl/journal/td/call-for-papers) | Aug 15, 2026 | Sep 1, 2026 | Jan 2027 | Wei Zhang, Yong Cui, Jian Wang |
| [FGCS](/cloud-edge/venues/journals/fgcs/) | [Serverless Computing at the Edge](https://www.sciencedirect.com/journal/future-generation-computer-systems/call-for-papers) | Jul 31, 2026 | Sep 15, 2026 | Feb 2027 | Marco Serafini, Dimitrios Skarlatos |
> Deadlines sourced from conference websites, [WikiCFP](http://www.wikicfp.com/), and journal special issue CFPs. > Deadlines sourced from conference websites, [WikiCFP](http://www.wikicfp.com/), and journal special issue CFPs.

View File

@@ -46,7 +46,7 @@ draft: false
### FastCommit: resource-efficient, performant and cost-effective file system journaling ### FastCommit: resource-efficient, performant and cost-effective file system journaling
*Harshad Shirwadkar, Saurabh Kadekodi, Theodore Y. Ts&apos;o* *Harshad Shirwadkar, Saurabh Kadekodi, Theodore Y. Ts'o*
**TL;DR** — Redesigns ext4 journal commits to write only changed metadata deltas rather than full blocks, slashing journaling overhead while preserving crash consistency — and is already deployed in the Linux kernel. **TL;DR** — Redesigns ext4 journal commits to write only changed metadata deltas rather than full blocks, slashing journaling overhead while preserving crash consistency — and is already deployed in the Linux kernel.

View File

@@ -62,7 +62,7 @@ draft: false
--- ---
### Optimizing Tiny Transformers on Low-Power MCUs ### Optimizing the Deployment of Tiny Transformers on Low-Power MCUs
*Victor Jean-Baptiste Jung, Alessio Burrello, Moritz Scherer 0001, Francesco Conti 0001 *et al.** *Victor Jean-Baptiste Jung, Alessio Burrello, Moritz Scherer 0001, Francesco Conti 0001 *et al.**

View File

@@ -12,7 +12,7 @@ draft: false
deadline_source: wikicfp:186524 deadline_source: wikicfp:186524
homepage: https://2027.eurosys.org/ homepage: https://2027.eurosys.org/
next_deadline: May 14, 2026 next_deadline: May 14, 2026
next_event: Apr 19-24, 2027 next_event: Apr 19-23, 2027
abstract_deadline: May 7, 2026 abstract_deadline: May 7, 2026
notification: Aug 21, 2026 notification: Aug 21, 2026
location: Rabat, Morocco location: Rabat, Morocco
@@ -35,7 +35,7 @@ cfp_url: https://2027.eurosys.org/cfp.html
| **Abstract deadline** | May 7, 2026 | | **Abstract deadline** | May 7, 2026 |
| **Paper deadline** | May 14, 2026 | | **Paper deadline** | May 14, 2026 |
| **Notification** | Aug 21, 2026 | | **Notification** | Aug 21, 2026 |
| **Event dates** | Apr 19-24, 2027 | | **Event dates** | Apr 19-23, 2027 |
| **Location** | Rabat, Morocco | | **Location** | Rabat, Morocco |
| **CFP** | [https://2027.eurosys.org/cfp.html](https://2027.eurosys.org/cfp.html) | | **CFP** | [https://2027.eurosys.org/cfp.html](https://2027.eurosys.org/cfp.html) |
| **Source** | `wikicfp:186524` | | **Source** | `wikicfp:186524` |

View File

@@ -14,7 +14,7 @@ deadline_source: wikicfp:194274
homepage: https://sc24.supercomputing.org/ homepage: https://sc24.supercomputing.org/
next_deadline: Apr 8, 2026 next_deadline: Apr 8, 2026
abstract_deadline: Apr 1, 2026 abstract_deadline: Apr 1, 2026
next_event: Nov 17-19, 2026 next_event: Nov 15-20, 2026
notification: Jul 1, 2026 notification: Jul 1, 2026
camera_ready: Aug 28, 2026 camera_ready: Aug 28, 2026
location: Chicago, IL, USA location: Chicago, IL, USA
@@ -38,7 +38,7 @@ cfp_url: https://sc26.supercomputing.org/program/papers/
| **Paper deadline** | Apr 8, 2026 | | **Paper deadline** | Apr 8, 2026 |
| **Notification** | Jul 1, 2026 | | **Notification** | Jul 1, 2026 |
| **Camera-ready** | Aug 28, 2026 | | **Camera-ready** | Aug 28, 2026 |
| **Event dates** | Nov 17-19, 2026 | | **Event dates** | Nov 15-20, 2026 |
| **Location** | Chicago, IL, USA | | **Location** | Chicago, IL, USA |
| **CFP** | [https://sc26.supercomputing.org/program/papers/](https://sc26.supercomputing.org/program/papers/) | | **CFP** | [https://sc26.supercomputing.org/program/papers/](https://sc26.supercomputing.org/program/papers/) |
| **Source** | `wikicfp:194274` | | **Source** | `wikicfp:194274` |

View File

@@ -8,12 +8,12 @@ draft: false
|---|---|---|---|---|---|---|---|---|---| |---|---|---|---|---|---|---|---|---|---|
| [OSDI](/cloud-edge/venues/conferences/osdi/) | USENIX Symposium on Operating Systems Design and Implementation | **A*** | `edge-and-cloud`, `operating-systems`, `distributed-systems` | Dec 4, 2025 | Dec 11, 2025 | | Jul 13-15, 2026 | Seattle, WA, USA | 2 | | [OSDI](/cloud-edge/venues/conferences/osdi/) | USENIX Symposium on Operating Systems Design and Implementation | **A*** | `edge-and-cloud`, `operating-systems`, `distributed-systems` | Dec 4, 2025 | Dec 11, 2025 | | Jul 13-15, 2026 | Seattle, WA, USA | 2 |
| [SOSP](/cloud-edge/venues/conferences/sosp/) | ACM Symposium on Operating Systems Principles | **A*** | `edge-and-cloud`, `operating-systems`, `distributed-systems` | Mar 26, 2026 | Apr 1, 2026 | Jul 3, 2026 | Sep 29, 2026 - Oct 2, 2026 | Prague, Czechia | 2 | | [SOSP](/cloud-edge/venues/conferences/sosp/) | ACM Symposium on Operating Systems Principles | **A*** | `edge-and-cloud`, `operating-systems`, `distributed-systems` | Mar 26, 2026 | Apr 1, 2026 | Jul 3, 2026 | Sep 29, 2026 - Oct 2, 2026 | Prague, Czechia | 2 |
| [EuroSys](/cloud-edge/venues/conferences/eurosys/) | European Conference on Computer Systems | **A** | `edge-and-cloud`, `operating-systems`, `distributed-systems` | May 7, 2026 | May 14, 2026 | Aug 21, 2026 | Apr 19-24, 2027 | Rabat, Morocco | 2 | | [EuroSys](/cloud-edge/venues/conferences/eurosys/) | European Conference on Computer Systems | **A** | `edge-and-cloud`, `operating-systems`, `distributed-systems` | May 7, 2026 | May 14, 2026 | Aug 21, 2026 | Apr 19-23, 2027 | Rabat, Morocco | 2 |
| [HPDC](/cloud-edge/venues/conferences/hpdc/) | IEEE International Symposium on High Performance Distributed Computing | **A** | `edge-and-cloud`, `hpc`, `distributed-systems` | Jan 29, 2026 | Feb 5, 2026 | Mar 31, 2026 | Jul 13, 2026 - Jul 16, 2026 | Cleveland, OH, USA | 2 | | [HPDC](/cloud-edge/venues/conferences/hpdc/) | IEEE International Symposium on High Performance Distributed Computing | **A** | `edge-and-cloud`, `hpc`, `distributed-systems` | Jan 29, 2026 | Feb 5, 2026 | Mar 31, 2026 | Jul 13, 2026 - Jul 16, 2026 | Cleveland, OH, USA | 2 |
| [IPDPS](/cloud-edge/venues/conferences/ipdps/) | IEEE International Parallel and Distributed Processing Symposium | **A** | `edge-and-cloud`, `parallel-computing`, `distributed-systems` | Oct 2, 2025 | Oct 9, 2025 | Feb 2, 2026 | May 25, 2026 - May 29, 2026 | New Orleans, USA | 2 | | [IPDPS](/cloud-edge/venues/conferences/ipdps/) | IEEE International Parallel and Distributed Processing Symposium | **A** | `edge-and-cloud`, `parallel-computing`, `distributed-systems` | Oct 2, 2025 | Oct 9, 2025 | Feb 2, 2026 | May 25, 2026 - May 29, 2026 | New Orleans, USA | 2 |
| [Middleware](/cloud-edge/venues/conferences/middleware/) | ACM/IFIP/USENIX Middleware Conference | **A** | `edge-and-cloud`, `distributed-systems` | May 29, 2026 | Jun 5, 2026 | Aug 28, 2026 | Dec 14-18, 2026 | Tarragona, Spain | 2 | | [Middleware](/cloud-edge/venues/conferences/middleware/) | ACM/IFIP/USENIX Middleware Conference | **A** | `edge-and-cloud`, `distributed-systems` | May 29, 2026 | Jun 5, 2026 | Aug 28, 2026 | Dec 14-18, 2026 | Tarragona, Spain | 2 |
| [MobiSys](/cloud-edge/venues/conferences/mobisys/) | ACM International Conference on Mobile Systems, Applications, and Services | **A** | `edge-and-cloud`, `mobile-computing`, `edge-computing` | Nov 28, 2025 | Dec 5, 2025 | Mar 2, 2026 | Jun 22-24, 2026 | | 2 | | [MobiSys](/cloud-edge/venues/conferences/mobisys/) | ACM International Conference on Mobile Systems, Applications, and Services | **A** | `edge-and-cloud`, `mobile-computing`, `edge-computing` | Nov 28, 2025 | Dec 5, 2025 | Mar 2, 2026 | Jun 22-24, 2026 | | 2 |
| [SC](/cloud-edge/venues/conferences/sc/) | International Conference for High Performance Computing, Networking, Storage and Analysis | **A** | `edge-and-cloud`, `hpc`, `distributed-systems` | Apr 1, 2026 | Apr 8, 2026 | Jul 1, 2026 | Nov 17-19, 2026 | Chicago, IL, USA | 2 | | [SC](/cloud-edge/venues/conferences/sc/) | International Conference for High Performance Computing, Networking, Storage and Analysis | **A** | `edge-and-cloud`, `hpc`, `distributed-systems` | Apr 1, 2026 | Apr 8, 2026 | Jul 1, 2026 | Nov 15-20, 2026 | Chicago, IL, USA | 2 |
| [CCGrid](/cloud-edge/venues/conferences/ccgrid/) | IEEE/ACM International Symposium on Cluster, Cloud and Internet Computing | **B** | `edge-and-cloud`, `cloud-computing`, `hpc`, `distributed-systems` | | Dec 21, 2025 | Feb 10, 2026 | May 18-21, 2026 | Sydney, Australia | 1 | | [CCGrid](/cloud-edge/venues/conferences/ccgrid/) | IEEE/ACM International Symposium on Cluster, Cloud and Internet Computing | **B** | `edge-and-cloud`, `cloud-computing`, `hpc`, `distributed-systems` | | Dec 21, 2025 | Feb 10, 2026 | May 18-21, 2026 | Sydney, Australia | 1 |
| [ATC](/cloud-edge/venues/conferences/atc/) | ACM SIGOPS Annual Technical Conference | **C** | `edge-and-cloud`, `operating-systems`, `distributed-systems` | | Jun 10, 2026 | Sep 18, 2026 | Nov 16-18, 2026 | Hong Kong | 2 | | [ATC](/cloud-edge/venues/conferences/atc/) | ACM SIGOPS Annual Technical Conference | **C** | `edge-and-cloud`, `operating-systems`, `distributed-systems` | | Jun 10, 2026 | Sep 18, 2026 | Nov 16-18, 2026 | Hong Kong | 2 |
| [NSDI](/cloud-edge/venues/conferences/nsdi/) | USENIX Symposium on Networked Systems Design and Implementation | **National: USA** | `edge-and-cloud`, `networking`, `distributed-systems` | Sep 10, 2026 | Sep 17, 2026 | Dec 8, 2026 | May 11-13, 2027 | Providence, RI, USA | 2 | | [NSDI](/cloud-edge/venues/conferences/nsdi/) | USENIX Symposium on Networked Systems Design and Implementation | **National: USA** | `edge-and-cloud`, `networking`, `distributed-systems` | Sep 10, 2026 | Sep 17, 2026 | Dec 8, 2026 | May 11-13, 2027 | Providence, RI, USA | 2 |

View File

@@ -29,13 +29,6 @@ homepage: https://www.sciencedirect.com/journal/future-generation-computer-syste
| **Website** | [https://www.sciencedirect.com/journal/future-generation-computer-systems](https://www.sciencedirect.com/journal/future-generation-computer-systems) | | **Website** | [https://www.sciencedirect.com/journal/future-generation-computer-systems](https://www.sciencedirect.com/journal/future-generation-computer-systems) |
| **Latest digest** | [FGCS 2025](/cloud-edge/digests/fgcs-2025/) — 12 papers | | **Latest digest** | [FGCS 2025](/cloud-edge/digests/fgcs-2025/) — 12 papers |
## Special Issues
| Title | Abstract | Paper deadline | Notification | Guest Editors |
|---|---|---|---|---|
| [Serverless Computing at the Edge](https://www.sciencedirect.com/journal/future-generation-computer-systems/call-for-papers) | Jul 31, 2026 | Sep 15, 2026 | Feb 2027 | Marco Serafini, Dimitrios Skarlatos |
## Previous Editions ## Previous Editions
### FGCS 2025 ### FGCS 2025

View File

@@ -29,13 +29,6 @@ homepage: https://www.computer.org/csdl/journal/td
| **Website** | [https://www.computer.org/csdl/journal/td](https://www.computer.org/csdl/journal/td) | | **Website** | [https://www.computer.org/csdl/journal/td](https://www.computer.org/csdl/journal/td) |
| **Latest digest** | [TPDS 2025](/cloud-edge/digests/tpds-2025/) — 12 papers | | **Latest digest** | [TPDS 2025](/cloud-edge/digests/tpds-2025/) — 12 papers |
## Special Issues
| Title | Abstract | Paper deadline | Notification | Guest Editors |
|---|---|---|---|---|
| [Edge AI Systems: Design and Optimization](https://www.computer.org/csdl/journal/td/call-for-papers) | Aug 15, 2026 | Sep 1, 2026 | Jan 2027 | Wei Zhang, Yong Cui, Jian Wang |
## Previous Editions ## Previous Editions
### TPDS 2025 ### TPDS 2025

View File

@@ -2,7 +2,7 @@ generated: '2026-08-17T16:18:08Z'
deadlines: deadlines:
EuroSys: EuroSys:
source: manual source: manual
event_dates: Apr 19-24, 2027 event_dates: Apr 19-23, 2027
location: Rabat, Morocco location: Rabat, Morocco
abstract_deadline: May 7, 2026 abstract_deadline: May 7, 2026
submission_deadline: May 14, 2026 submission_deadline: May 14, 2026
@@ -51,7 +51,7 @@ deadlines:
cfp_url: https://www.usenix.org/conference/nsdi27/call-for-papers cfp_url: https://www.usenix.org/conference/nsdi27/call-for-papers
SC: SC:
source: manual source: manual
event_dates: Nov 17-19, 2026 event_dates: Nov 15-20, 2026
location: Chicago, IL, USA location: Chicago, IL, USA
abstract_deadline: Apr 1, 2026 abstract_deadline: Apr 1, 2026
submission_deadline: Apr 8, 2026 submission_deadline: Apr 8, 2026

View File

@@ -260,7 +260,7 @@ papers:
- Sergey Egorov - Sergey Egorov
- Gregory V. Chockler - Gregory V. Chockler
- Brijesh Dongol - Brijesh Dongol
- Dan O&apos;Keeffe - Dan O'Keeffe
- Sadegh Keshavarzi - Sadegh Keshavarzi
year: '2024' year: '2024'
doi: null doi: null
@@ -540,7 +540,7 @@ papers:
dblp_key: conf/usenix/LiGYWX24 dblp_key: conf/usenix/LiGYWX24
venue_name: USENIX ATC venue_name: USENIX ATC
pages: 425-443 pages: 425-443
- title: 'Panorama: Optimizing Internet-scale Users&apos; Routes from End to End' - title: 'Panorama: Optimizing Internet-scale Users'' Routes from End to End'
authors: authors:
- Geng Li - Geng Li
- Shuihai Hu - Shuihai Hu
@@ -693,7 +693,7 @@ papers:
authors: authors:
- Harshad Shirwadkar - Harshad Shirwadkar
- Saurabh Kadekodi - Saurabh Kadekodi
- Theodore Y. Ts&apos;o - Theodore Y. Ts'o
year: '2024' year: '2024'
doi: null doi: null
url: https://www.usenix.org/conference/atc24/presentation/shirwadkar url: https://www.usenix.org/conference/atc24/presentation/shirwadkar
@@ -1083,8 +1083,8 @@ papers:
dblp_key: conf/usenix/YuanLYZTCSZ24 dblp_key: conf/usenix/YuanLYZTCSZ24
venue_name: USENIX ATC venue_name: USENIX ATC
pages: 545-561 pages: 545-561
- title: Enhancing Resource Management of the World&apos;s Largest PCDN System for - title: Enhancing Resource Management of the World's Largest PCDN System for On-Demand
On-Demand Video Streaming Video Streaming
authors: authors:
- Ruixiao Zhang - Ruixiao Zhang
- Haiping Wang 0002 - Haiping Wang 0002

View File

@@ -8,8 +8,9 @@ papers:
- Soo-Yee Lim - Soo-Yee Lim
- Xueyuan Han - Xueyuan Han
- Thomas Pasquier - Thomas Pasquier
reason: "Extends eBPF into the page-fault / prefetch path, giving user-space programs a safe, low-overhead hook to install custom hardware-prefetch policies without kernel modifications." reason: Extends eBPF into the page-fault / prefetch path, giving user-space programs
a safe, low-overhead hook to install custom hardware-prefetch policies without
kernel modifications.
- title: Fast (Trapless) Kernel Probes Everywhere - title: Fast (Trapless) Kernel Probes Everywhere
authors: authors:
- Jinghao Jia - Jinghao Jia
@@ -18,15 +19,17 @@ papers:
- Dan Williams 0001 - Dan Williams 0001
- Hani Jamjoom - Hani Jamjoom
- Tianyin Xu - Tianyin Xu
reason: "Eliminates the trap-based overhead of kprobes by using binary rewriting to instrument kernel functions at near-zero cost, enabling always-on production tracing." reason: Eliminates the trap-based overhead of kprobes by using binary rewriting
to instrument kernel functions at near-zero cost, enabling always-on production
tracing.
- title: 'FBMM: Making Memory Management Extensible With Filesystems' - title: 'FBMM: Making Memory Management Extensible With Filesystems'
authors: authors:
- Bijan Tabatabai - Bijan Tabatabai
- James Christopher Sorenson III - James Christopher Sorenson III
- Michael M. Swift - Michael M. Swift
reason: "Proposes delegating Linux virtual-memory management to filesystem drivers via a clean abstraction layer, opening the OS memory subsystem to the same extensibility that filesystems enjoy." reason: Proposes delegating Linux virtual-memory management to filesystem drivers
via a clean abstraction layer, opening the OS memory subsystem to the same extensibility
that filesystems enjoy.
- title: Limitations and Opportunities of Modern Hardware Isolation Mechanisms - title: Limitations and Opportunities of Modern Hardware Isolation Mechanisms
authors: authors:
- Xiangdong Chen - Xiangdong Chen
@@ -34,15 +37,18 @@ papers:
- Tirth Jain - Tirth Jain
- Vikram Narayanan - Vikram Narayanan
- Anton Burtsev - Anton Burtsev
reason: "Empirically evaluates Intel MPK, RISC-V sPMP, and related primitives and shows that their performance and safety properties diverge sharply from vendor claims, motivating a fresh look at hardware-assisted compartmentalization." reason: Empirically evaluates Intel MPK, RISC-V sPMP, and related primitives and
shows that their performance and safety properties diverge sharply from vendor
- title: 'FastCommit: resource-efficient, performant and cost-effective file system journaling' claims, motivating a fresh look at hardware-assisted compartmentalization.
- title: 'FastCommit: resource-efficient, performant and cost-effective file system
journaling'
authors: authors:
- Harshad Shirwadkar - Harshad Shirwadkar
- Saurabh Kadekodi - Saurabh Kadekodi
- Theodore Y. Ts&apos;o - Theodore Y. Ts'o
reason: "Redesigns ext4 journal commits to write only changed metadata deltas rather than full blocks, slashing journaling overhead while preserving crash consistency — and is already deployed in the Linux kernel." reason: Redesigns ext4 journal commits to write only changed metadata deltas rather
than full blocks, slashing journaling overhead while preserving crash consistency
— and is already deployed in the Linux kernel.
- title: 'ZMS: Zone Abstraction for Mobile Flash Storage' - title: 'ZMS: Zone Abstraction for Mobile Flash Storage'
authors: authors:
- Joo Young Hwang - Joo Young Hwang
@@ -53,29 +59,33 @@ papers:
- Seunghyun Choi - Seunghyun Choi
- Sangyeun Cho - Sangyeun Cho
- Youjip Won - Youjip Won
reason: "Introduces a zone-based abstraction that exposes the append-only write semantics of mobile UFS flash to the OS, cutting write amplification and GC overhead by an order of magnitude on mobile workloads." reason: Introduces a zone-based abstraction that exposes the append-only write semantics
of mobile UFS flash to the OS, cutting write amplification and GC overhead by
an order of magnitude on mobile workloads.
- title: 'Ethane: An Asymmetric File System for Disaggregated Persistent Memory' - title: 'Ethane: An Asymmetric File System for Disaggregated Persistent Memory'
authors: authors:
- Miao Cai 0001 - Miao Cai 0001
- Junru Shen - Junru Shen
- Baoliu Ye - Baoliu Ye
reason: "Proposes a split-path file system design where reads bypass the server entirely and writes use lightweight logging, achieving near-DRAM read latency on disaggregated persistent memory." reason: Proposes a split-path file system design where reads bypass the server entirely
and writes use lightweight logging, achieving near-DRAM read latency on disaggregated
persistent memory.
- title: 'StreamCache: Revisiting Page Cache for File Scanning on Fast Storage Devices' - title: 'StreamCache: Revisiting Page Cache for File Scanning on Fast Storage Devices'
authors: authors:
- Zhiyue Li - Zhiyue Li
- Guangyan Zhang - Guangyan Zhang
reason: "Demonstrates that the Linux page cache becomes a bottleneck — not a benefit — for sequential scans on NVMe SSDs, and replaces it with a lightweight streaming buffer that halves latency for analytical workloads." reason: Demonstrates that the Linux page cache becomes a bottleneck — not a benefit
— for sequential scans on NVMe SSDs, and replaces it with a lightweight streaming
buffer that halves latency for analytical workloads.
- title: 'PeRF: Preemption-enabled RDMA Framework' - title: 'PeRF: Preemption-enabled RDMA Framework'
authors: authors:
- Sugi Lee - Sugi Lee
- Mingyu Choi - Mingyu Choi
- Ikjun Yeom - Ikjun Yeom
- Younghoon Kim - Younghoon Kim
reason: "Adds fine-grained preemption to RDMA by intercepting work-queue operations at the NIC driver level, enabling priority isolation for latency-sensitive RPC traffic sharing a fabric with bulk transfers." reason: Adds fine-grained preemption to RDMA by intercepting work-queue operations
at the NIC driver level, enabling priority isolation for latency-sensitive RPC
traffic sharing a fabric with bulk transfers.
- title: 'OSMOSIS: Enabling Multi-Tenancy in Datacenter SmartNICs' - title: 'OSMOSIS: Enabling Multi-Tenancy in Datacenter SmartNICs'
authors: authors:
- Mikhail Khalilov - Mikhail Khalilov
@@ -88,8 +98,9 @@ papers:
- Daniele De Sensi - Daniele De Sensi
- Luca Benini - Luca Benini
- Torsten Hoefler - Torsten Hoefler
reason: "Designs an OS-like resource manager for SmartNIC compute and memory that enforces tenant isolation and QoS, showing that shared-SmartNIC deployments are practical without sacrificing performance." reason: Designs an OS-like resource manager for SmartNIC compute and memory that
enforces tenant isolation and QoS, showing that shared-SmartNIC deployments are
practical without sacrificing performance.
- title: 'mmTLS: Scaling the Performance of Encrypted Network Traffic Inspection' - title: 'mmTLS: Scaling the Performance of Encrypted Network Traffic Inspection'
authors: authors:
- Junghan Yoon - Junghan Yoon
@@ -97,12 +108,16 @@ papers:
- Duckwoo Kim - Duckwoo Kim
- Taejoong Chung - Taejoong Chung
- KyoungSoo Park - KyoungSoo Park
reason: "Splits TLS session state across multiple cores using a novel sharding scheme, removing the per-connection serialization bottleneck in middlebox TLS inspection and achieving near-linear multi-core scaling." reason: Splits TLS session state across multiple cores using a novel sharding scheme,
removing the per-connection serialization bottleneck in middlebox TLS inspection
- title: 'UniMem: Redesigning Disaggregated Memory within A Unified Local-Remote Memory Hierarchy' and achieving near-linear multi-core scaling.
- title: 'UniMem: Redesigning Disaggregated Memory within A Unified Local-Remote Memory
Hierarchy'
authors: authors:
- Yijie Zhong - Yijie Zhong
- Minqiang Zhou - Minqiang Zhou
- Zhirong Shen - Zhirong Shen
- Jiwu Shu - Jiwu Shu
reason: "Collapses the local/remote memory distinction into a single unified hierarchy with a new page-placement runtime, achieving transparent memory disaggregation with significantly lower tail latency than prior CXL-based approaches." reason: Collapses the local/remote memory distinction into a single unified hierarchy
with a new page-placement runtime, achieving transparent memory disaggregation
with significantly lower tail latency than prior CXL-based approaches.

View File

@@ -1312,7 +1312,7 @@ papers:
dblp_key: conf/usenix/YuWCYLL0CNYD25 dblp_key: conf/usenix/YuWCYLL0CNYD25
venue_name: USENIX ATC venue_name: USENIX ATC
pages: 597-612 pages: 597-612
- title: 'Internet Connection Splitting: What&apos;s Old is New Again' - title: 'Internet Connection Splitting: What''s Old is New Again'
authors: authors:
- Gina Yuan - Gina Yuan
- Thea Rossman - Thea Rossman

View File

@@ -259,7 +259,7 @@ papers:
- Marc Michalke - Marc Michalke
- Admela Jukan - Admela Jukan
- Xavi Masip-Bruin - Xavi Masip-Bruin
- Francesco D&apos;Andria - Francesco D'Andria
year: '2024' year: '2024'
doi: 10.1109/CCGRID59990.2024.00048 doi: 10.1109/CCGRID59990.2024.00048
url: https://doi.org/10.1109/CCGrid59990.2024.00048 url: https://doi.org/10.1109/CCGrid59990.2024.00048
@@ -466,7 +466,7 @@ papers:
dblp_key: conf/ccgrid/Hang0XLW24 dblp_key: conf/ccgrid/Hang0XLW24
venue_name: CCGrid venue_name: CCGrid
pages: 255-265 pages: 255-265
- title: 'Zerologon Explored: In-Depth Analysis and Mitigation Strategies for Microsoft&apos;s - title: 'Zerologon Explored: In-Depth Analysis and Mitigation Strategies for Microsoft''s
Critical Vulnerability' Critical Vulnerability'
authors: authors:
- Hongxiang He - Hongxiang He
@@ -619,7 +619,7 @@ papers:
dblp_key: conf/ccgrid/KathiraveluB24 dblp_key: conf/ccgrid/KathiraveluB24
venue_name: CCGridW venue_name: CCGridW
pages: 104-111 pages: 104-111
- title: 'Workflow Mini-Apps: Portable, Scalable, Tunable &amp; Faithful Representations - title: 'Workflow Mini-Apps: Portable, Scalable, Tunable & Faithful Representations
of Scientific Workflows' of Scientific Workflows'
authors: authors:
- Ozgur O. Kilic - Ozgur O. Kilic
@@ -723,7 +723,7 @@ papers:
authors: authors:
- Vincent Lannurien - Vincent Lannurien
- Camélia Slimani - Camélia Slimani
- Laurent d&apos;Orazio - Laurent d'Orazio
- Olivier Barais - Olivier Barais
- Stéphane Paquelet - Stéphane Paquelet
- Jalil Boukhobza - Jalil Boukhobza
@@ -733,8 +733,8 @@ papers:
dblp_key: conf/ccgrid/LannurienSdBPB24 dblp_key: conf/ccgrid/LannurienSdBPB24
venue_name: CCGrid venue_name: CCGrid
pages: 587-597 pages: 587-597
- title: 'FTTN: Feature-Targeted Testing for Numerical Properties of NVIDIA &amp; - title: 'FTTN: Feature-Targeted Testing for Numerical Properties of NVIDIA & AMD
AMD Matrix Accelerators' Matrix Accelerators'
authors: authors:
- Xinyi Li - Xinyi Li
- Ang Li 0006 - Ang Li 0006
@@ -807,7 +807,7 @@ papers:
dblp_key: conf/ccgrid/LimKL24 dblp_key: conf/ccgrid/LimKL24
venue_name: CCGrid venue_name: CCGrid
pages: 178-188 pages: 178-188
- title: 'CINDA: Don&apos;t Ignore Instructions When Cloning Memory Access Behavior' - title: 'CINDA: Don''t Ignore Instructions When Cloning Memory Access Behavior'
authors: authors:
- Wenhai Lin - Wenhai Lin
- Yiquan Chen - Yiquan Chen

View File

@@ -103,8 +103,8 @@ papers:
dblp_key: journals/fgcs/AkyildizOKO24 dblp_key: journals/fgcs/AkyildizOKO24
venue_name: Future Gener. Comput. Syst. venue_name: Future Gener. Comput. Syst.
pages: 157-167 pages: 157-167
- title: EleVMate - A data-driven approach for &apos;on-the-fly&apos; horizontal small - title: EleVMate - A data-driven approach for 'on-the-fly' horizontal small datacentre
datacentre scalability and VM starvation scalability and VM starvation
authors: authors:
- Asma AlKhalaf - Asma AlKhalaf
- Farookh Khadeer Hussain - Farookh Khadeer Hussain
@@ -512,7 +512,7 @@ papers:
authors: authors:
- Tullio Basaglia - Tullio Basaglia
- Zane W. Bell - Zane W. Bell
- Daniele D&apos;Agostino - Daniele D'Agostino
- Paul V. Dressendorfer - Paul V. Dressendorfer
- Simone Giani - Simone Giani
- Maria Grazia Pia - Maria Grazia Pia
@@ -1058,9 +1058,9 @@ papers:
dblp_key: journals/fgcs/ChhetriDVFSD24 dblp_key: journals/fgcs/ChhetriDVFSD24
venue_name: Future Gener. Comput. Syst. venue_name: Future Gener. Comput. Syst.
pages: 164-179 pages: 164-179
- title: Retraction Notice to &quot;An Enhanced Consortium Blockchain Diversity Mining - title: Retraction Notice to "An Enhanced Consortium Blockchain Diversity Mining
Technique for IoT Metadata Aggregation&quot; [Future Generation Computer Systems Technique for IoT Metadata Aggregation" [Future Generation Computer Systems 152
152 (2023) 239-253] / 7046 (2023) 239-253] / 7046
authors: [] authors: []
year: '2024' year: '2024'
doi: 10.1016/J.FUTURE.2024.05.012 doi: 10.1016/J.FUTURE.2024.05.012
@@ -1206,7 +1206,7 @@ papers:
dblp_key: journals/fgcs/DengWZLLL24 dblp_key: journals/fgcs/DengWZLLL24
venue_name: Future Gener. Comput. Syst. venue_name: Future Gener. Comput. Syst.
pages: 835-843 pages: 835-843
- title: Survey and insights on digital twins design and smart grid&apos;s applications - title: Survey and insights on digital twins design and smart grid's applications
authors: authors:
- Sonia Djebali - Sonia Djebali
- Guillaume Guérard - Guillaume Guérard
@@ -1512,7 +1512,7 @@ papers:
venue_name: Future Gener. Comput. Syst. venue_name: Future Gener. Comput. Syst.
pages: 39-52 pages: 39-52
- title: 'ColabNAS: Obtaining lightweight task-specific convolutional neural networks - title: 'ColabNAS: Obtaining lightweight task-specific convolutional neural networks
following Occam&apos;s razor' following Occam''s razor'
authors: authors:
- Andrea Mattia Garavagno - Andrea Mattia Garavagno
- Daniele Leonardis - Daniele Leonardis
@@ -2435,7 +2435,7 @@ papers:
dblp_key: journals/fgcs/KurlejAO24 dblp_key: journals/fgcs/KurlejAO24
venue_name: Future Gener. Comput. Syst. venue_name: Future Gener. Comput. Syst.
pages: 654-665 pages: 654-665
- title: 'CLAID: Closing the Loop on AI &amp; Data Collection - A cross-platform transparent - title: 'CLAID: Closing the Loop on AI & Data Collection - A cross-platform transparent
computing middleware framework for smart edge-cloud and digital biomarker applications' computing middleware framework for smart edge-cloud and digital biomarker applications'
authors: authors:
- Patrick Langer - Patrick Langer
@@ -2472,9 +2472,9 @@ papers:
dblp_key: journals/fgcs/LeeWHW24 dblp_key: journals/fgcs/LeeWHW24
venue_name: Future Gener. Comput. Syst. venue_name: Future Gener. Comput. Syst.
pages: 333-342 pages: 333-342
- title: Retraction notice to &quot;Research on agricultural supply chain system with - title: Retraction notice to "Research on agricultural supply chain system with double
double chain architecture based on blockchain technology&quot; [Future Generation chain architecture based on blockchain technology" [Future Generation Computer
Computer Systems 86 (2018) 641-649] Systems 86 (2018) 641-649]
authors: [] authors: []
year: '2024' year: '2024'
doi: 10.1016/J.FUTURE.2023.10.001 doi: 10.1016/J.FUTURE.2023.10.001
@@ -3162,8 +3162,8 @@ papers:
dblp_key: journals/fgcs/LuszczekAAST24 dblp_key: journals/fgcs/LuszczekAAST24
venue_name: Future Gener. Comput. Syst. venue_name: Future Gener. Comput. Syst.
pages: 359-374 pages: 359-374
- title: Retraction notice to &quot;Intelligent Edge Computing Based on Machine Learning - title: Retraction notice to "Intelligent Edge Computing Based on Machine Learning
for Smart City&quot; [Future Generation Computer Systems 115 (2020) 90-99] for Smart City" [Future Generation Computer Systems 115 (2020) 90-99]
authors: [] authors: []
year: '2024' year: '2024'
doi: 10.1016/J.FUTURE.2024.04.045 doi: 10.1016/J.FUTURE.2024.04.045
@@ -3194,7 +3194,7 @@ papers:
dblp_key: journals/fgcs/MaGB24 dblp_key: journals/fgcs/MaGB24
venue_name: Future Gener. Comput. Syst. venue_name: Future Gener. Comput. Syst.
pages: 251-265 pages: 251-265
- title: Connected vehicles&apos; dynamic route planning based on reinforcement learning - title: Connected vehicles' dynamic route planning based on reinforcement learning
authors: authors:
- Kanghua Ma - Kanghua Ma
- Shubing Liao - Shubing Liao
@@ -3257,9 +3257,9 @@ papers:
dblp_key: journals/fgcs/MahdaviTHA24 dblp_key: journals/fgcs/MahdaviTHA24
venue_name: Future Gener. Comput. Syst. venue_name: Future Gener. Comput. Syst.
pages: 115-126 pages: 115-126
- title: Corrigendum to &quot;IoT-friendly, pre-computed and outsourced attribute - title: Corrigendum to "IoT-friendly, pre-computed and outsourced attribute based
based encryption&quot; [Future Generation Computer Systems (FGCS) volume 150 (2024) encryption" [Future Generation Computer Systems (FGCS) volume 150 (2024) 115-126/
115-126/ FGCS-D-23-00424] FGCS-D-23-00424]
authors: authors:
- Mahdi Mahdavi - Mahdi Mahdavi
- Mohammad Hesam Tadayon - Mohammad Hesam Tadayon
@@ -3340,7 +3340,7 @@ papers:
authors: authors:
- Moreno Marzolla - Moreno Marzolla
- Giovanni Birolo - Giovanni Birolo
- Gabriele D&apos;Angelo - Gabriele D'Angelo
- Piero Fariselli - Piero Fariselli
year: '2024' year: '2024'
doi: 10.1016/J.FUTURE.2024.05.039 doi: 10.1016/J.FUTURE.2024.05.039
@@ -3432,7 +3432,7 @@ papers:
authors: authors:
- Giovanni Merlino - Giovanni Merlino
- Giuseppe Tricomi - Giuseppe Tricomi
- Luca D&apos;Agati - Luca D'Agati
- Zakaria Benomar - Zakaria Benomar
- Francesco Longo 0001 - Francesco Longo 0001
- Antonio Puliafito - Antonio Puliafito
@@ -5607,8 +5607,8 @@ papers:
dblp_key: journals/fgcs/WeiLJLZZHZHWLYC24 dblp_key: journals/fgcs/WeiLJLZZHZHWLYC24
venue_name: Future Gener. Comput. Syst. venue_name: Future Gener. Comput. Syst.
pages: 901-917 pages: 901-917
- title: 'DUAL-C: Building a &quot;soft error efficient&quot; on-the-fly compression - title: 'DUAL-C: Building a "soft error efficient" on-the-fly compression mechanism
mechanism for raw video data at edge devices' for raw video data at edge devices'
authors: authors:
- Xiaohui Wei 0002 - Xiaohui Wei 0002
- Xiaonan Wang - Xiaonan Wang
@@ -6048,7 +6048,7 @@ papers:
dblp_key: journals/fgcs/YangYWHXL24 dblp_key: journals/fgcs/YangYWHXL24
venue_name: Future Gener. Comput. Syst. venue_name: Future Gener. Comput. Syst.
pages: 30-41 pages: 30-41
- title: 'SolsDB: Solve the Ethereum&apos;s bottleneck caused by storage engine' - title: 'SolsDB: Solve the Ethereum''s bottleneck caused by storage engine'
authors: authors:
- Cuihua Yang - Cuihua Yang
- Fangning Yang - Fangning Yang

View File

@@ -324,8 +324,8 @@ papers:
dblp_key: journals/fgcs/BedogniC25 dblp_key: journals/fgcs/BedogniC25
venue_name: Future Gener. Comput. Syst. venue_name: Future Gener. Comput. Syst.
pages: '107736' pages: '107736'
- title: Fluid Computing &amp; Digital Twins for intelligent interoperability in the - title: Fluid Computing & Digital Twins for intelligent interoperability in the IoT
IoT ecosystem ecosystem
authors: authors:
- Luca Bedogni - Luca Bedogni
- Marco Mamei - Marco Mamei
@@ -455,7 +455,7 @@ papers:
dblp_key: journals/fgcs/BurguenoRomeroBA25 dblp_key: journals/fgcs/BurguenoRomeroBA25
venue_name: Future Gener. Comput. Syst. venue_name: Future Gener. Comput. Syst.
pages: '107499' pages: '107499'
- title: 'Evaluation of Juliana Tool: A translator for Julia&apos;s CUDA.jl code into - title: 'Evaluation of Juliana Tool: A translator for Julia''s CUDA.jl code into
KernelAbstraction.jl' KernelAbstraction.jl'
authors: authors:
- Enrique de la Calle - Enrique de la Calle
@@ -1096,7 +1096,7 @@ papers:
- title: Underwater Mediterranean image analysis based on the compute continuum paradigm - title: Underwater Mediterranean image analysis based on the compute continuum paradigm
authors: authors:
- Michele Ferrari - Michele Ferrari
- Daniele D&apos;Agostino - Daniele D'Agostino
- Jacopo Aguzzi - Jacopo Aguzzi
- Simone Marini - Simone Marini
year: '2025' year: '2025'
@@ -2881,7 +2881,7 @@ papers:
- Aidan H. Chadha - Aidan H. Chadha
- Mohamed Wahib - Mohamed Wahib
- Klaus Weide - Klaus Weide
- Jared P. O&apos;Neal - Jared P. O'Neal
- Anshu Dubey - Anshu Dubey
year: '2025' year: '2025'
doi: 10.1016/J.FUTURE.2024.107511 doi: 10.1016/J.FUTURE.2024.107511

View File

@@ -189,7 +189,7 @@ papers:
dblp_key: conf/hpdc/FaroM025 dblp_key: conf/hpdc/FaroM025
venue_name: HPDC venue_name: HPDC
pages: 47:1-47:9 pages: 47:1-47:9
- title: Scaling Grover&apos;s Search for Large Solution Spaces - title: Scaling Grover's Search for Large Solution Spaces
authors: authors:
- Simone Faro - Simone Faro
- Francesco Pio Marino - Francesco Pio Marino

View File

@@ -348,7 +348,7 @@ papers:
Orchestration Policies' Orchestration Policies'
authors: authors:
- Vincent Lannurien - Vincent Lannurien
- Laurent d&apos;Orazio - Laurent d'Orazio
- Olivier Barais - Olivier Barais
- Stéphane Paquelet - Stéphane Paquelet
- Jalil Boukhobza - Jalil Boukhobza

View File

@@ -335,7 +335,7 @@ papers:
authors: authors:
- Abhishek Mandal - Abhishek Mandal
- Rajitha Ramanayake - Rajitha Ramanayake
- Owen O&apos;Neill - Owen O'Neill
- William Flanagan - William Flanagan
- Nabeel Kemal - Nabeel Kemal
- Mehdi Yekrangi - Mehdi Yekrangi

View File

@@ -785,7 +785,7 @@ papers:
pages: 600-607 pages: 600-607
- title: Exploring Large Language Models for Verilog Hardware Design Generation - title: Exploring Large Language Models for Verilog Hardware Design Generation
authors: authors:
- Erik H. D&apos;Hollander - Erik H. D'Hollander
- Ewout Danneels - Ewout Danneels
- Karel-Brecht Decorte - Karel-Brecht Decorte
- Senne Loobuyck - Senne Loobuyck
@@ -1803,7 +1803,7 @@ papers:
dblp_key: conf/ipps/LaukemannGHOW24 dblp_key: conf/ipps/LaukemannGHOW24
venue_name: IPDPS venue_name: IPDPS
pages: 350-360 pages: 350-360
- title: 'GrOUT: Transparent Scale-Out to Overcome UVM&apos;s Oversubscription Slowdowns' - title: 'GrOUT: Transparent Scale-Out to Overcome UVM''s Oversubscription Slowdowns'
authors: authors:
- Ian Di Dio Lavore - Ian Di Dio Lavore
- Davide Maffi - Davide Maffi
@@ -2489,8 +2489,7 @@ papers:
dblp_key: conf/ipps/PappAKY24 dblp_key: conf/ipps/PappAKY24
venue_name: IPDPS venue_name: IPDPS
pages: 1169-1171 pages: 1169-1171
- title: 'HCW 2024 Keynote: Hetero: Where we&apos;ve been, Where we are, and What - title: 'HCW 2024 Keynote: Hetero: Where we''ve been, Where we are, and What Next?'
Next?'
authors: authors:
- Yale N. Patt - Yale N. Patt
year: '2024' year: '2024'
@@ -2499,7 +2498,7 @@ papers:
dblp_key: conf/ipps/Patt24 dblp_key: conf/ipps/Patt24
venue_name: IPDPS venue_name: IPDPS
pages: '5' pages: '5'
- title: 'Hetero: Where we&apos;ve been, Where we are, and What Next?' - title: 'Hetero: Where we''ve been, Where we are, and What Next?'
authors: authors:
- Yale N. Patt - Yale N. Patt
year: '2024' year: '2024'

View File

@@ -913,7 +913,7 @@ papers:
- title: 'Edge SpAIce: Deep Learning Deployment Pipeline for Onboard Data Reduction - title: 'Edge SpAIce: Deep Learning Deployment Pipeline for Onboard Data Reduction
on Satellite FPGAs' on Satellite FPGAs'
authors: authors:
- Noemi D&apos;Abbondanza - Noemi D'Abbondanza
- Stylianos Tzelepis - Stylianos Tzelepis
- Nicolò Ghielmetti - Nicolò Ghielmetti
- Ioannis Kakogeorgiou - Ioannis Kakogeorgiou
@@ -934,7 +934,7 @@ papers:
pages: 1243-1249 pages: 1243-1249
- title: Toward Efficient Asynchronous Single-Source Shortest Path - title: Toward Efficient Asynchronous Single-Source Shortest Path
authors: authors:
- Marco D&apos;Antonio - Marco D'Antonio
- Son Thai Mai - Son Thai Mai
- Hans Vandierendonck - Hans Vandierendonck
year: '2025' year: '2025'
@@ -1014,7 +1014,7 @@ papers:
dblp_key: conf/ipps/DijkZVP25 dblp_key: conf/ipps/DijkZVP25
venue_name: IPDPS venue_name: IPDPS
pages: 405-412 pages: 405-412
- title: Streamlining HDF5&apos;s AI Workloads Benchmarking - title: Streamlining HDF5's AI Workloads Benchmarking
authors: authors:
- Dlyaver Djebarov - Dlyaver Djebarov
- Radita Liem - Radita Liem
@@ -1854,7 +1854,7 @@ papers:
dblp_key: conf/ipps/LanghammerBB25 dblp_key: conf/ipps/LanghammerBB25
venue_name: IPDPS venue_name: IPDPS
pages: 1228-1235 pages: 1228-1235
- title: 'FlowForecaster: Automatically Inferring Detailed &amp; Interpretable Workflow - title: 'FlowForecaster: Automatically Inferring Detailed & Interpretable Workflow
Scaling Models for Forecasts' Scaling Models for Forecasts'
authors: authors:
- Hyungro Lee - Hyungro Lee
@@ -2498,7 +2498,7 @@ papers:
- title: Improving energy efficiency of HPC applications using unbalanced GPU power - title: Improving energy efficiency of HPC applications using unbalanced GPU power
capping capping
authors: authors:
- Albert d&apos;Aviau de Piolant - Albert d'Aviau de Piolant
- Hayfa Tayeb - Hayfa Tayeb
- Bérenger Bramas - Bérenger Bramas
- Mathieu Faverge - Mathieu Faverge
@@ -2979,7 +2979,7 @@ papers:
dblp_key: conf/ipps/Sousa25 dblp_key: conf/ipps/Sousa25
venue_name: IPDPS venue_name: IPDPS
pages: 650-657 pages: 650-657
- title: 'ARTEMIS: Adaptive Real-Time Task Execution &amp; Management in Heterogeneous - title: 'ARTEMIS: Adaptive Real-Time Task Execution & Management in Heterogeneous
Systems' Systems'
authors: authors:
- Tom Springer - Tom Springer

View File

@@ -865,9 +865,8 @@ papers:
dblp_key: journals/jpdc/MahajanN24 dblp_key: journals/jpdc/MahajanN24
venue_name: J. Parallel Distributed Comput. venue_name: J. Parallel Distributed Comput.
pages: '104790' pages: '104790'
- title: '3D DFT by block tensor-matrix multiplication via a modified Cannon&apos;s - title: '3D DFT by block tensor-matrix multiplication via a modified Cannon''s algorithm:
algorithm: Implementation and scaling on distributed-memory clusters with fat Implementation and scaling on distributed-memory clusters with fat tree networks'
tree networks'
authors: authors:
- Nitin Malapally - Nitin Malapally
- Viacheslav Bolnykh - Viacheslav Bolnykh
@@ -1180,9 +1179,8 @@ papers:
dblp_key: journals/jpdc/SarrocaA24 dblp_key: journals/jpdc/SarrocaA24
venue_name: J. Parallel Distributed Comput. venue_name: J. Parallel Distributed Comput.
pages: '104764' pages: '104764'
- title: 'Corrigendum to &quot;MLLess: Achieving Cost Efficiency in Serverless Machine - title: 'Corrigendum to "MLLess: Achieving Cost Efficiency in Serverless Machine
Learning Training&quot; [Journal of Parallel and Distributed Computing 183 (2024) Learning Training" [Journal of Parallel and Distributed Computing 183 (2024) 104764]'
104764]'
authors: authors:
- Pablo Gimeno Sarroca - Pablo Gimeno Sarroca
- Marc Sánchez Artigas - Marc Sánchez Artigas
@@ -1607,7 +1605,7 @@ papers:
authors: authors:
- Alberto Zeni - Alberto Zeni
- Emanuele Del Sozzo - Emanuele Del Sozzo
- Eleonora D&apos;Arnese - Eleonora D'Arnese
- Davide Conficconi - Davide Conficconi
- Marco D. Santambrogio - Marco D. Santambrogio
year: '2024' year: '2024'

View File

@@ -555,7 +555,7 @@ papers:
dblp_key: journals/jpdc/JarlowSP25 dblp_key: journals/jpdc/JarlowSP25
venue_name: J. Parallel Distributed Comput. venue_name: J. Parallel Distributed Comput.
pages: '105134' pages: '105134'
- title: Editor&apos;s note - title: Editor's note
authors: authors:
- Ananth Kalyanaraman - Ananth Kalyanaraman
year: '2025' year: '2025'
@@ -880,7 +880,7 @@ papers:
authors: authors:
- Lorenzo Petrosino - Lorenzo Petrosino
- Luigi Masi - Luigi Masi
- Federico D&apos;Antoni - Federico D'Antoni
- Mario Merone - Mario Merone
- Luca Vollero - Luca Vollero
year: '2025' year: '2025'
@@ -1096,8 +1096,7 @@ papers:
dblp_key: journals/jpdc/ShenoiA25 dblp_key: journals/jpdc/ShenoiA25
venue_name: J. Parallel Distributed Comput. venue_name: J. Parallel Distributed Comput.
pages: '105090' pages: '105090'
- title: Hands-on parallel &amp; distributed computing with Raspberry Pi devices and - title: Hands-on parallel & distributed computing with Raspberry Pi devices and clusters
clusters
authors: authors:
- Elizabeth Shoop - Elizabeth Shoop
- Suzanne J. Matthews - Suzanne J. Matthews

View File

@@ -649,8 +649,7 @@ papers:
dblp_key: conf/middleware/ThevenonNLTO24 dblp_key: conf/middleware/ThevenonNLTO24
venue_name: Middleware venue_name: Middleware
pages: 225-237 pages: 225-237
- title: '&quot;Back to the Byte&quot;: Towards Byte-oriented Semantics for Streaming - title: '"Back to the Byte": Towards Byte-oriented Semantics for Streaming Storage'
Storage'
authors: authors:
- Raúl Gracia Tinedo - Raúl Gracia Tinedo
- Flavio Junqueira - Flavio Junqueira

View File

@@ -297,8 +297,8 @@ papers:
dblp_key: conf/middleware/MarcelinoPN25 dblp_key: conf/middleware/MarcelinoPN25
venue_name: Middleware venue_name: Middleware
pages: 354-368 pages: 354-368
- title: 'Message Size Matters: AlterBFT&apos;s Approach to Practical Synchronous - title: 'Message Size Matters: AlterBFT''s Approach to Practical Synchronous BFT
BFT in Public Clouds' in Public Clouds'
authors: authors:
- Nenad Milosevic - Nenad Milosevic
- Daniel Cason - Daniel Cason

View File

@@ -396,8 +396,7 @@ papers:
dblp_key: conf/mobisys/FuZLQ0WWL0Z24 dblp_key: conf/mobisys/FuZLQ0WWL0Z24
venue_name: MobiSys venue_name: MobiSys
pages: 492-504 pages: 492-504
- title: 'Why E.T. Can&apos;t Phone Home: A Global View on IP-based Geoblocking at - title: 'Why E.T. Can''t Phone Home: A Global View on IP-based Geoblocking at VoWiFi'
VoWiFi'
authors: authors:
- Gabriel K. Gegenhuber - Gabriel K. Gegenhuber
- Philipp É. Frenzel - Philipp É. Frenzel
@@ -427,7 +426,7 @@ papers:
dblp_key: conf/mobisys/GokarnM24 dblp_key: conf/mobisys/GokarnM24
venue_name: MobiSys venue_name: MobiSys
pages: 672-673 pages: 672-673
- title: 'Demo: &quot;MiRRoR&quot;: Mixed-Reality of Robust Rendering' - title: 'Demo: "MiRRoR": Mixed-Reality of Robust Rendering'
authors: authors:
- Daisuke Goto - Daisuke Goto
- Soko Aoki - Soko Aoki
@@ -440,7 +439,7 @@ papers:
dblp_key: conf/mobisys/GotoATON24 dblp_key: conf/mobisys/GotoATON24
venue_name: MobiSys venue_name: MobiSys
pages: 592-593 pages: 592-593
- title: 'Poster: Leveraging Apple&apos;s Find My Network for Large-Scale Distributed - title: 'Poster: Leveraging Apple''s Find My Network for Large-Scale Distributed
Sensing' Sensing'
authors: authors:
- Max Granzow - Max Granzow
@@ -549,7 +548,7 @@ papers:
venue_name: MobiSys venue_name: MobiSys
pages: 654-655 pages: 654-655
- title: 'LimitNet: Progressive, Content-Aware Image Offloading for Extremely Weak - title: 'LimitNet: Progressive, Content-Aware Image Offloading for Extremely Weak
Devices &amp; Networks' Devices & Networks'
authors: authors:
- Ali Hojjat - Ali Hojjat
- Janek Haberer - Janek Haberer
@@ -585,7 +584,7 @@ papers:
dblp_key: conf/mobisys/ImranAKS24 dblp_key: conf/mobisys/ImranAKS24
venue_name: MobiSys venue_name: MobiSys
pages: 628-629 pages: 628-629
- title: Automated Detection of Cryptographic Inconsistencies in Android&apos;s Keymaster - title: Automated Detection of Cryptographic Inconsistencies in Android's Keymaster
Implementations Implementations
authors: authors:
- Abdullah Imran - Abdullah Imran
@@ -1224,7 +1223,7 @@ papers:
dblp_key: conf/mobisys/RizkFUY24 dblp_key: conf/mobisys/RizkFUY24
venue_name: MobiSys venue_name: MobiSys
pages: 744-745 pages: 744-745
- title: 'Poster: Listening to Earth&apos;s Voice: Advanced Vehicle Recognition through - title: 'Poster: Listening to Earth''s Voice: Advanced Vehicle Recognition through
Seismic Sensing' Seismic Sensing'
authors: authors:
- Hamada Rizk - Hamada Rizk

View File

@@ -740,7 +740,7 @@ papers:
- Devanshu Brahmbhatt - Devanshu Brahmbhatt
- Yilun Xu - Yilun Xu
- Gang Huang - Gang Huang
- Phuc &quot;VP&quot; Nguyen - Phuc "VP" Nguyen
year: '2025' year: '2025'
doi: 10.1145/3711875.3737657 doi: 10.1145/3711875.3737657
url: https://doi.org/10.1145/3711875.3737657 url: https://doi.org/10.1145/3711875.3737657
@@ -1083,8 +1083,8 @@ papers:
dblp_key: conf/mobisys/Srinivasavaradhan25 dblp_key: conf/mobisys/Srinivasavaradhan25
venue_name: MobiSys venue_name: MobiSys
pages: 651-652 pages: 651-652
- title: 'CAMPrints: Leveraging the &quot;Fingerprints&quot; of Digital Cameras to - title: 'CAMPrints: Leveraging the "Fingerprints" of Digital Cameras to Combat Image
Combat Image Theft' Theft'
authors: authors:
- Bangjie Sun - Bangjie Sun
- Mun Choon Chan - Mun Choon Chan

View File

@@ -441,8 +441,8 @@ papers:
dblp_key: conf/nsdi/DuanSMXL0ZJ24 dblp_key: conf/nsdi/DuanSMXL0ZJ24
venue_name: NSDI venue_name: NSDI
pages: null pages: null
- title: 'Passengers&apos; Safety Matters: Experiences of Deploying a Large-Scale - title: 'Passengers'' Safety Matters: Experiences of Deploying a Large-Scale Indoor
Indoor Delivery Monitoring System' Delivery Monitoring System'
authors: authors:
- Xiubin Fan - Xiubin Fan
- Zhongming Lin - Zhongming Lin
@@ -1440,7 +1440,7 @@ papers:
dblp_key: conf/nsdi/WoodersL0MG0S24 dblp_key: conf/nsdi/WoodersL0MG0S24
venue_name: NSDI venue_name: NSDI
pages: 281-296 pages: 281-296
- title: 'Can&apos;t Be Late: Optimizing Spot Instance Savings under Deadlines' - title: 'Can''t Be Late: Optimizing Spot Instance Savings under Deadlines'
authors: authors:
- Zhanghao Wu - Zhanghao Wu
- Wei-Lin Chiang - Wei-Lin Chiang
@@ -1568,7 +1568,7 @@ papers:
dblp_key: conf/nsdi/ZengLCTW0024 dblp_key: conf/nsdi/ZengLCTW0024
venue_name: NSDI venue_name: NSDI
pages: null pages: null
- title: 'Zombie: Middleboxes that Don&apos;t Snoop' - title: 'Zombie: Middleboxes that Don''t Snoop'
authors: authors:
- Collin Zhang - Collin Zhang
- Zachary DeStefano - Zachary DeStefano
@@ -1737,7 +1737,7 @@ papers:
dblp_key: conf/nsdi/ZhouWWWHWWCJWLX24 dblp_key: conf/nsdi/ZhouWWWHWWCJWLX24
venue_name: NSDI venue_name: NSDI
pages: null pages: null
- title: 'Resiliency at Scale: Managing Google&apos;s TPUv4 Machine Learning Supercomputer' - title: 'Resiliency at Scale: Managing Google''s TPUv4 Machine Learning Supercomputer'
authors: authors:
- Yazhou Zu - Yazhou Zu
- Alireza Ghaffarkhah - Alireza Ghaffarkhah

View File

@@ -623,7 +623,7 @@ papers:
dblp_key: conf/osdi/Wang0WZLX25 dblp_key: conf/osdi/Wang0WZLX25
venue_name: OSDI venue_name: OSDI
pages: 57-74 pages: 57-74
- title: To PRI or Not To PRI, That&apos;s the question - title: To PRI or Not To PRI, That's the question
authors: authors:
- Yun Wang 0039 - Yun Wang 0039
- Liang Chen - Liang Chen

View File

@@ -470,7 +470,7 @@ papers:
dblp_key: conf/sc/AugonnetASG24 dblp_key: conf/sc/AugonnetASG24
venue_name: SC venue_name: SC
pages: null pages: null
- title: System-Wide Roofline Profiling -a Case Study on NERSC&apos;s Perlmutter Supercomputer - title: System-Wide Roofline Profiling -a Case Study on NERSC's Perlmutter Supercomputer
authors: authors:
- Brian Austin - Brian Austin
- Dhruva Kulkarni - Dhruva Kulkarni
@@ -648,7 +648,7 @@ papers:
dblp_key: conf/sc/BrimDMEM24 dblp_key: conf/sc/BrimDMEM24
venue_name: SC Workshops venue_name: SC Workshops
pages: 2072-2079 pages: 2072-2079
- title: 'Sustainable AI: Experiences, Challenges &amp; Recommendations' - title: 'Sustainable AI: Experiences, Challenges & Recommendations'
authors: authors:
- Eleanor Broadway - Eleanor Broadway
- Joseph K. L. Lee - Joseph K. L. Lee
@@ -758,7 +758,7 @@ papers:
dblp_key: conf/sc/CaoKI24 dblp_key: conf/sc/CaoKI24
venue_name: SC Workshops venue_name: SC Workshops
pages: 1781-1788 pages: 1781-1788
- title: Portability of Fortran&apos;s &apos;do concurrent&apos; on GPUs - title: Portability of Fortran's 'do concurrent' on GPUs
authors: authors:
- Ronald M. Caplan - Ronald M. Caplan
- Miko M. Stulajter - Miko M. Stulajter
@@ -1502,7 +1502,7 @@ papers:
dblp_key: conf/sc/HaZKHR024 dblp_key: conf/sc/HaZKHR024
venue_name: SC venue_name: SC
pages: null pages: null
- title: Integrating ORNL&apos;s HPC and Neutron Facilities with a Performance-Portable - title: Integrating ORNL's HPC and Neutron Facilities with a Performance-Portable
CPU/GPU Ecosystem CPU/GPU Ecosystem
authors: authors:
- Steven E. Hahn - Steven E. Hahn
@@ -3084,7 +3084,7 @@ papers:
dblp_key: conf/sc/PichettiSSNCTPA24 dblp_key: conf/sc/PichettiSSNCTPA24
venue_name: SC Workshops venue_name: SC Workshops
pages: 869-875 pages: 869-875
- title: 'SANReN&apos;s 100 Gbps Data Transfer Service: Transferring data fast!' - title: 'SANReN''s 100 Gbps Data Transfer Service: Transferring data fast!'
authors: authors:
- Kasandra Pillay - Kasandra Pillay
- Johann Hugo - Johann Hugo
@@ -3354,7 +3354,7 @@ papers:
dblp_key: conf/sc/RuhelaCMDLLCLMZ24 dblp_key: conf/sc/RuhelaCMDLLCLMZ24
venue_name: SC Workshops venue_name: SC Workshops
pages: 558-566 pages: 558-566
- title: Predicting Protein Folding on Intel&apos;s Data Center GPU Max Series Architecture - title: Predicting Protein Folding on Intel's Data Center GPU Max Series Architecture
(PVC) (PVC)
authors: authors:
- Dhani Ruhela - Dhani Ruhela
@@ -3534,7 +3534,7 @@ papers:
dblp_key: conf/sc/SchiefferSMHFP24 dblp_key: conf/sc/SchiefferSMHFP24
venue_name: SC Workshops venue_name: SC Workshops
pages: 567-576 pages: 567-576
- title: 'Recent Linux Improvements that Impact TCP Throughput: Insights from R&amp;E - title: 'Recent Linux Improvements that Impact TCP Throughput: Insights from R&E
Networks' Networks'
authors: authors:
- Marcos F. Schwarz - Marcos F. Schwarz
@@ -4473,7 +4473,7 @@ papers:
- Joshua Einstein-Curtis - Joshua Einstein-Curtis
- Paul Moeller - Paul Moeller
- Robert Nagler - Robert Nagler
- Raven O&apos;Rourke - Raven O'Rourke
- Nathan Cook - Nathan Cook
- Maksim S. Rakitin - Maksim S. Rakitin
year: '2024' year: '2024'
@@ -4691,7 +4691,7 @@ papers:
venue_name: SC Workshops venue_name: SC Workshops
pages: 1732-1739 pages: 1732-1739
- title: 'Accurate and Convenient Energy Measurements for GPUs: A Detailed Study of - title: 'Accurate and Convenient Energy Measurements for GPUs: A Detailed Study of
NVIDIA GPU&apos;s Built-In Power Sensor' NVIDIA GPU''s Built-In Power Sensor'
authors: authors:
- Zeyu Yang - Zeyu Yang
- Karel Adámek - Karel Adámek

View File

@@ -7,7 +7,7 @@ papers:
authors: authors:
- Chao Jin 0001 - Chao Jin 0001
- David Abramson 0001 - David Abramson 0001
- Mo&apos;ath Qutaish - Mo'ath Qutaish
- Mark Endrei - Mark Endrei
- Bronis R. de Supinski - Bronis R. de Supinski
year: '2025' year: '2025'
@@ -204,7 +204,7 @@ papers:
dblp_key: conf/sc/0002KRT25 dblp_key: conf/sc/0002KRT25
venue_name: SC venue_name: SC
pages: 855-869 pages: 855-869
- title: 'Programmer productivity and performance on AMD&apos;s AI Engines: Offloading - title: 'Programmer productivity and performance on AMD''s AI Engines: Offloading
Fortran intrinsics via MLIR a case-study' Fortran intrinsics via MLIR a case-study'
authors: authors:
- Nick Brown 0002 - Nick Brown 0002
@@ -592,7 +592,7 @@ papers:
venue_name: SC Workshops venue_name: SC Workshops
pages: 151-162 pages: 151-162
- title: 'On the integration of lightweight tasks with MPI using the C++26 std: : - title: 'On the integration of lightweight tasks with MPI using the C++26 std: :
execution &apos;Senders&apos; API' execution ''Senders'' API'
authors: authors:
- John Biddiscombe - John Biddiscombe
- Mikael Simberg - Mikael Simberg
@@ -633,7 +633,7 @@ papers:
dblp_key: conf/sc/BohannonYDCM25 dblp_key: conf/sc/BohannonYDCM25
venue_name: SC Workshops venue_name: SC Workshops
pages: 249-258 pages: 249-258
- title: Lowering and Runtime Support for Fortran&apos;s Multi-Image Parallel Features - title: Lowering and Runtime Support for Fortran's Multi-Image Parallel Features
using LLVM Flang, PRIF, and Caffeine using LLVM Flang, PRIF, and Caffeine
authors: authors:
- Dan Bonachea - Dan Bonachea
@@ -833,8 +833,8 @@ papers:
dblp_key: conf/sc/CaoKI25 dblp_key: conf/sc/CaoKI25
venue_name: SC Workshops venue_name: SC Workshops
pages: 1943-1950 pages: 1943-1950
- title: 'What to Support When You&apos;re Compressing: The State of Practice Gaps - title: 'What to Support When You''re Compressing: The State of Practice Gaps and
and Opportunities for Scientific Data Compression' Opportunities for Scientific Data Compression'
authors: authors:
- Franck Cappello - Franck Cappello
- Robert Underwood - Robert Underwood
@@ -845,7 +845,7 @@ papers:
- Kyle Chard - Kyle Chard
- Sheng Di - Sheng Di
- Kyle Gerard Felker - Kyle Gerard Felker
- Paul Christopher O&apos;Grady - Paul Christopher O'Grady
- Hanqi Guo 0001 - Hanqi Guo 0001
- Yafan Huang - Yafan Huang
- Peng Jiang 0004 - Peng Jiang 0004
@@ -1179,7 +1179,7 @@ papers:
- title: 'Wasp: Efficient Asynchronous Single-Source Shortest Path on Multicore Systems - title: 'Wasp: Efficient Asynchronous Single-Source Shortest Path on Multicore Systems
via Work Stealing' via Work Stealing'
authors: authors:
- Marco D&apos;Antonio - Marco D'Antonio
- Son Thai Mai - Son Thai Mai
- Philippas Tsigas - Philippas Tsigas
- Hans Vandierendonck - Hans Vandierendonck
@@ -2094,7 +2094,7 @@ papers:
dblp_key: conf/sc/HeCKWM25 dblp_key: conf/sc/HeCKWM25
venue_name: SC Workshops venue_name: SC Workshops
pages: 1743-1750 pages: 1743-1750
- title: 'StraGCN: GPU-Accelerated Strassen&apos;s Sparse-Dense Matrix Multiplication - title: 'StraGCN: GPU-Accelerated Strassen''s Sparse-Dense Matrix Multiplication
for Graph Convolutional Network Training' for Graph Convolutional Network Training'
authors: authors:
- Weidong He - Weidong He
@@ -2800,8 +2800,7 @@ papers:
dblp_key: conf/sc/Koch25 dblp_key: conf/sc/Koch25
venue_name: SC venue_name: SC
pages: '2318' pages: '2318'
- title: Is it an HPC Workflow Assistant? Is it a Framework? It&apos;s Drona Workflow - title: Is it an HPC Workflow Assistant? Is it a Framework? It's Drona Workflow Engine
Engine
authors: authors:
- Andrii Kryvenko - Andrii Kryvenko
- Duy Pham - Duy Pham
@@ -3029,7 +3028,7 @@ papers:
- Larry Kaplan - Larry Kaplan
- Srinath Vadlamani - Srinath Vadlamani
- Timothy I. Mattox - Timothy I. Mattox
- Trent D&apos;Hooge - Trent D'Hooge
- Brian Behlendorf - Brian Behlendorf
- Nathan Hanford - Nathan Hanford
- Ramesh Pankajakshan - Ramesh Pankajakshan
@@ -3763,7 +3762,7 @@ papers:
dblp_key: conf/sc/Oden25 dblp_key: conf/sc/Oden25
venue_name: SC Workshops venue_name: SC Workshops
pages: 359-366 pages: 359-366
- title: 'Towards Efficient Load Balancing BFS on GPUs: One Code for AMD, Intel &amp; - title: 'Towards Efficient Load Balancing BFS on GPUs: One Code for AMD, Intel &
Nvidia' Nvidia'
authors: authors:
- Kaan Olgu - Kaan Olgu
@@ -4253,7 +4252,7 @@ papers:
dblp_key: conf/sc/RosasEI25 dblp_key: conf/sc/RosasEI25
venue_name: SC Workshops venue_name: SC Workshops
pages: 553-559 pages: 553-559
- title: AI Agents for Enabling Autonomous Experiments at ORNL&apos;s HPC and Manufacturing - title: AI Agents for Enabling Autonomous Experiments at ORNL's HPC and Manufacturing
User Facilities User Facilities
authors: authors:
- Daniel Rosendo - Daniel Rosendo
@@ -5762,8 +5761,8 @@ papers:
dblp_key: conf/sc/WuZDZHC25 dblp_key: conf/sc/WuZDZHC25
venue_name: SC venue_name: SC
pages: 991-1005 pages: 991-1005
- title: '&quot;Offloading&quot; Undergraduate Research to the Graphics Processing - title: '"Offloading" Undergraduate Research to the Graphics Processing Unit for
Unit for Acceleration' Acceleration'
authors: authors:
- Bryant M. Wyatt - Bryant M. Wyatt
- Mason Bane - Mason Bane
@@ -6256,9 +6255,9 @@ papers:
dblp_key: conf/sc/2025 dblp_key: conf/sc/2025
venue_name: SC venue_name: SC
pages: null pages: null
- title: Proceedings of the SC &apos;25 Workshops of the International Conference - title: Proceedings of the SC '25 Workshops of the International Conference for High
for High Performance Computing, Networking, Storage and Analysis, SC Workshops Performance Computing, Networking, Storage and Analysis, SC Workshops 2025, St
2025, St Louis, MO, USA, November 16-21, 2025 Louis, MO, USA, November 16-21, 2025
authors: [] authors: []
year: '2025' year: '2025'
doi: 10.1145/3731599 doi: 10.1145/3731599

View File

@@ -446,7 +446,7 @@ papers:
- title: Characterizing and Modeling AI-Driven Animal Ecology Studies at the Edge - title: Characterizing and Modeling AI-Driven Animal Ecology Studies at the Edge
authors: authors:
- Jenna Kline - Jenna Kline
- Austin O&apos;Quinn - Austin O'Quinn
- Tanya Y. Berger-Wolf - Tanya Y. Berger-Wolf
- Christopher Stewart - Christopher Stewart
year: '2024' year: '2024'

View File

@@ -61,8 +61,8 @@ papers:
dblp_key: conf/ieeesec/0004MCKM25 dblp_key: conf/ieeesec/0004MCKM25
venue_name: SEC venue_name: SEC
pages: 2:1-2:14 pages: 2:1-2:14
- title: 'Poster: &quot;Semantic-Guided Skip Sampling and Soft Edge Compression for - title: 'Poster: "Semantic-Guided Skip Sampling and Soft Edge Compression for Real-Time
Real-Time Edge-Based Traffic Video Analytics&quot;' Edge-Based Traffic Video Analytics"'
authors: authors:
- Deng Pan 0010 - Deng Pan 0010
- Timothy Wood 0001 - Timothy Wood 0001
@@ -720,7 +720,7 @@ papers:
dblp_key: conf/ieeesec/NguyenWJ25 dblp_key: conf/ieeesec/NguyenWJ25
venue_name: SEC venue_name: SEC
pages: 3:1-3:16 pages: 3:1-3:16
- title: 'Demo: Generate Optimized Edge Stacks with the Edge Microvisor Toolkit &amp; - title: 'Demo: Generate Optimized Edge Stacks with the Edge Microvisor Toolkit &
OS Image Composer' OS Image Composer'
authors: authors:
- Beatriz Palmeiro - Beatriz Palmeiro

View File

@@ -476,7 +476,7 @@ papers:
dblp_key: conf/sosp/QiuZL00LGSMLX24 dblp_key: conf/sosp/QiuZL00LGSMLX24
venue_name: SOSP venue_name: SOSP
pages: 558-573 pages: 558-573
- title: Fast &amp; Safe IO Memory Protection - title: Fast & Safe IO Memory Protection
authors: authors:
- Benny Rubin - Benny Rubin
- Saksham Agarwal - Saksham Agarwal
@@ -516,7 +516,7 @@ papers:
dblp_key: conf/sosp/SongMX024 dblp_key: conf/sosp/SongMX024
venue_name: SOSP venue_name: SOSP
pages: 590-606 pages: 590-606
- title: If At First You Don&apos;t Succeed, Try, Try, Again...? Insights and LLM-informed - title: If At First You Don't Succeed, Try, Try, Again...? Insights and LLM-informed
Tooling for Detecting Retry Bugs in Software Systems Tooling for Detecting Retry Bugs in Software Systems
authors: authors:
- Bogdan Alexandru Stoica - Bogdan Alexandru Stoica

View File

@@ -290,7 +290,7 @@ papers:
dblp_key: conf/cloud/KimSHSC24 dblp_key: conf/cloud/KimSHSC24
venue_name: SoCC venue_name: SoCC
pages: 111-125 pages: 111-125
- title: Occam&apos;s Razor for Distributed Protocols - title: Occam's Razor for Distributed Protocols
authors: authors:
- Ziliang Lai - Ziliang Lai
- Fan Cui - Fan Cui

View File

@@ -851,7 +851,7 @@ papers:
dblp_key: conf/cloud/YuY025 dblp_key: conf/cloud/YuY025
venue_name: SoCC venue_name: SoCC
pages: 240-254 pages: 240-254
- title: 'Snap &amp; Replay: A new way to analyze uarch-scale performance bottlenecks - title: 'Snap & Replay: A new way to analyze uarch-scale performance bottlenecks
for ML accelerators' for ML accelerators'
authors: authors:
- Ioannis Zarkadas - Ioannis Zarkadas

View File

@@ -1849,7 +1849,7 @@ papers:
System System
authors: authors:
- Francesco Tosoni 0002 - Francesco Tosoni 0002
- Nicola Dall&apos;Ora - Nicola Dall'Ora
- Enrico Fraccaroli - Enrico Fraccaroli
- Sara Vinco - Sara Vinco
- Franco Fummi - Franco Fummi
@@ -1859,7 +1859,7 @@ papers:
dblp_key: journals/tc/TosoniDFVF24 dblp_key: journals/tc/TosoniDFVF24
venue_name: IEEE Trans. Computers venue_name: IEEE Trans. Computers
pages: 829-841 pages: 829-841
- title: 'TOP: Towards Open &amp; Predictable Heterogeneous SoCs' - title: 'TOP: Towards Open & Predictable Heterogeneous SoCs'
authors: authors:
- Luca Valente - Luca Valente
- Francesco Restuccia 0002 - Francesco Restuccia 0002
@@ -1902,8 +1902,8 @@ papers:
dblp_key: journals/tc/WangFHEBHC24 dblp_key: journals/tc/WangFHEBHC24
venue_name: IEEE Trans. Computers venue_name: IEEE Trans. Computers
pages: 1262-1274 pages: 1262-1274
- title: Mitigating Adversarial Attacks Based on Denoising &amp; Reconstruction With - title: Mitigating Adversarial Attacks Based on Denoising & Reconstruction With Finance
Finance Authentication System Case Study Authentication System Case Study
authors: authors:
- Juzhen Wang - Juzhen Wang
- Yiqi Hu - Yiqi Hu

View File

@@ -1925,7 +1925,7 @@ papers:
dblp_key: journals/tc/LiSW25 dblp_key: journals/tc/LiSW25
venue_name: IEEE Trans. Computers venue_name: IEEE Trans. Computers
pages: 1911-1920 pages: 1911-1920
- title: The Graph Structure of Baker&apos;s Maps Implemented on a Computer - title: The Graph Structure of Baker's Maps Implemented on a Computer
authors: authors:
- Chengqing Li - Chengqing Li
- Kai Tan 0006 - Kai Tan 0006
@@ -2945,7 +2945,7 @@ papers:
dblp_key: journals/tc/TamimiBSPK25 dblp_key: journals/tc/TamimiBSPK25
venue_name: IEEE Trans. Computers venue_name: IEEE Trans. Computers
pages: 2238-2252 pages: 2238-2252
- title: Evaluating GPU&apos;s Instruction-Level Error Characteristics Under Low Supply - title: Evaluating GPU's Instruction-Level Error Characteristics Under Low Supply
Voltages Voltages
authors: authors:
- Jingweijia Tan - Jingweijia Tan

View File

@@ -60,7 +60,7 @@ selected:
tldr: "Adds lightweight ISA extensions to a RISC-V CPU for mixed-precision inference via binary segmentation, avoiding heavyweight SIMD or dedicated accelerators." tldr: "Adds lightweight ISA extensions to a RISC-V CPU for mixed-precision inference via binary segmentation, avoiding heavyweight SIMD or dedicated accelerators."
why_notable: "Provides a cost-effective route to on-device DNN inference on RISC-V embedded cores without the area overhead of a full vector or matrix unit." why_notable: "Provides a cost-effective route to on-device DNN inference on RISC-V embedded cores without the area overhead of a full vector or matrix unit."
- title: "Optimizing Tiny Transformers on Low-Power MCUs" - title: "Optimizing the Deployment of Tiny Transformers on Low-Power MCUs"
authors: authors:
- Victor Jean-Baptiste Jung - Victor Jean-Baptiste Jung
- Alessio Burrello - Alessio Burrello

View File

@@ -566,8 +566,8 @@ papers:
dblp_key: journals/tcc/LiZCSZW24 dblp_key: journals/tcc/LiZCSZW24
venue_name: IEEE Trans. Cloud Comput. venue_name: IEEE Trans. Cloud Comput.
pages: 609-624 pages: 609-624
- title: 'Corrections to &quot;DNN Surgery: Accelerating DNN Inference on the Edge - title: 'Corrections to "DNN Surgery: Accelerating DNN Inference on the Edge through
through Layer Partitioning&quot;' Layer Partitioning"'
authors: authors:
- Huanghuang Liang - Huanghuang Liang
- Qianlong Sang - Qianlong Sang
@@ -882,8 +882,7 @@ papers:
dblp_key: journals/tcc/TajbakhshPSH24 dblp_key: journals/tcc/TajbakhshPSH24
venue_name: IEEE Trans. Cloud Comput. venue_name: IEEE Trans. Cloud Comput.
pages: 697-711 pages: 697-711
- title: Comments on &quot;Privacy Aware Data Deduplication for Side Channel in Cloud - title: Comments on "Privacy Aware Data Deduplication for Side Channel in Cloud Storage"
Storage&quot;
authors: authors:
- Xin Tang - Xin Tang
- Yudan Zhu - Yudan Zhu
@@ -1369,7 +1368,7 @@ papers:
venue_name: IEEE Trans. Cloud Comput. venue_name: IEEE Trans. Cloud Comput.
pages: 1291-1304 pages: 1291-1304
- title: 'CloudBrain-ReconAI: A Cloud Computing Platform for MRI Reconstruction and - title: 'CloudBrain-ReconAI: A Cloud Computing Platform for MRI Reconstruction and
Radiologists&apos; Image Quality Evaluation' Radiologists'' Image Quality Evaluation'
authors: authors:
- Yirong Zhou - Yirong Zhou
- Chen Qian - Chen Qian

View File

@@ -278,7 +278,7 @@ papers:
- title: 'Ksurf+: Attention Kalman Filter for Prediction Under Highly Variable Cloud - title: 'Ksurf+: Attention Kalman Filter for Prediction Under Highly Variable Cloud
Workloads' Workloads'
authors: authors:
- Michael Dang&apos;ana - Michael Dang'ana
- Hans-Arno Jacobsen - Hans-Arno Jacobsen
year: '2025' year: '2025'
doi: 10.1109/TCC.2025.3605828 doi: 10.1109/TCC.2025.3605828
@@ -309,8 +309,8 @@ papers:
dblp_key: journals/tcc/DengCZM25 dblp_key: journals/tcc/DengCZM25
venue_name: IEEE Trans. Cloud Comput. venue_name: IEEE Trans. Cloud Comput.
pages: 882-894 pages: 882-894
- title: Comments on &quot;Blockchain-Assisted Public-Key Encryption With Keyword - title: Comments on "Blockchain-Assisted Public-Key Encryption With Keyword Search
Search Against Keyword Guessing Attacks for Cloud Storage&quot; Against Keyword Guessing Attacks for Cloud Storage"
authors: authors:
- Keita Emura - Keita Emura
year: '2025' year: '2025'
@@ -374,7 +374,7 @@ papers:
dblp_key: journals/tcc/GeresuGYFTW25 dblp_key: journals/tcc/GeresuGYFTW25
venue_name: IEEE Trans. Cloud Comput. venue_name: IEEE Trans. Cloud Comput.
pages: 245-258 pages: 245-258
- title: Developments on the &quot;Machine Learning as a Service for High Energy Physics&quot; - title: Developments on the "Machine Learning as a Service for High Energy Physics"
Framework and Related Cloud Native Solution Framework and Related Cloud Native Solution
authors: authors:
- Luca Giommi - Luca Giommi
@@ -482,8 +482,8 @@ papers:
dblp_key: journals/tcc/IslamUXYLK25 dblp_key: journals/tcc/IslamUXYLK25
venue_name: IEEE Trans. Cloud Comput. venue_name: IEEE Trans. Cloud Comput.
pages: 1302-1314 pages: 1302-1314
- title: A Run-Time Framework for Ensuring Zero-Trust State of Client&apos;s Machines - title: A Run-Time Framework for Ensuring Zero-Trust State of Client's Machines in
in Cloud Environment Cloud Environment
authors: authors:
- Devki Nandan Jha - Devki Nandan Jha
- Graham Lenton - Graham Lenton
@@ -926,7 +926,7 @@ papers:
- Wenhao Fan - Wenhao Fan
- Qingcheng Meng - Qingcheng Meng
- Penghui Chen - Penghui Chen
- Yuan&apos;an Liu - Yuan'an Liu
year: '2025' year: '2025'
doi: 10.1109/TCC.2025.3530681 doi: 10.1109/TCC.2025.3530681
url: https://doi.org/10.1109/TCC.2025.3530681 url: https://doi.org/10.1109/TCC.2025.3530681

View File

@@ -93,8 +93,8 @@ papers:
dblp_key: journals/tpds/BoukhariDKPSS25 dblp_key: journals/tpds/BoukhariDKPSS25
venue_name: IEEE Trans. Parallel Distributed Syst. venue_name: IEEE Trans. Parallel Distributed Syst.
pages: 1666-1679 pages: 1666-1679
- title: A Note on &quot;AESM2 Attribute-Based Encrypted Search for Multi-Owner and - title: A Note on "AESM2 Attribute-Based Encrypted Search for Multi-Owner and Multi-User
Multi-User Distributed Systems&quot; Distributed Systems"
authors: authors:
- Zhengjun Cao - Zhengjun Cao
year: '2025' year: '2025'
@@ -566,7 +566,7 @@ papers:
dblp_key: journals/tpds/HuangHKY25 dblp_key: journals/tpds/HuangHKY25
venue_name: IEEE Trans. Parallel Distributed Syst. venue_name: IEEE Trans. Parallel Distributed Syst.
pages: 2693-2705 pages: 2693-2705
- title: Critique of &quot;Productivity, Portability, Performance Data-Centric Python&quot; - title: Critique of "Productivity, Portability, Performance Data-Centric Python"
by SCC Team From Sun Yat-sen University by SCC Team From Sun Yat-sen University
authors: authors:
- Han Huang - Han Huang
@@ -1146,8 +1146,8 @@ papers:
dblp_key: journals/tpds/LiuZLYLLCZ25 dblp_key: journals/tpds/LiuZLYLLCZ25
venue_name: IEEE Trans. Parallel Distributed Syst. venue_name: IEEE Trans. Parallel Distributed Syst.
pages: 1634-1650 pages: 1634-1650
- title: 'Analysis and Reproducibility of &quot;Productivity, Portability, Performance: - title: 'Analysis and Reproducibility of "Productivity, Portability, Performance:
Data-Centric Python&quot;' Data-Centric Python"'
authors: authors:
- Christopher Lompa - Christopher Lompa
- Piotr Luczynski - Piotr Luczynski
@@ -1869,8 +1869,8 @@ papers:
dblp_key: journals/tpds/WangWZLFD25 dblp_key: journals/tpds/WangWZLFD25
venue_name: IEEE Trans. Parallel Distributed Syst. venue_name: IEEE Trans. Parallel Distributed Syst.
pages: 2549-2565 pages: 2549-2565
- title: A Collaborative Service Composition Approach Considering Providers&apos; - title: A Collaborative Service Composition Approach Considering Providers' Self-Interest
Self-Interest and Minimal Service Sharing and Minimal Service Sharing
authors: authors:
- Xiao Wang 0097 - Xiao Wang 0097
- Hanchuan Xu - Hanchuan Xu
@@ -2205,7 +2205,7 @@ papers:
dblp_key: journals/tpds/YanXZLDCSL25 dblp_key: journals/tpds/YanXZLDCSL25
venue_name: IEEE Trans. Parallel Distributed Syst. venue_name: IEEE Trans. Parallel Distributed Syst.
pages: 1955-1971 pages: 1955-1971
- title: 'Critique of &quot;Productivity, Portability, Performance: Data-Centric Python&quot; - title: 'Critique of "Productivity, Portability, Performance: Data-Centric Python"
by SCC Team From Zhejiang University' by SCC Team From Zhejiang University'
authors: authors:
- Zihan Yang 0004 - Zihan Yang 0004

View File

@@ -106,13 +106,6 @@ journals:
scimago_quartile: Q1 scimago_quartile: Q1
scimago_sjr: "1.560" scimago_sjr: "1.560"
scimago_h_index: "131" scimago_h_index: "131"
special_issues:
- title: "Edge AI Systems: Design and Optimization"
guest_editors: ["Wei Zhang", "Yong Cui", "Jian Wang"]
cfp_url: "https://www.computer.org/csdl/journal/td/call-for-papers"
abstract_deadline: "Aug 15, 2026"
submission_deadline: "Sep 1, 2026"
notification: "Jan 2027"
- acronym: TOCS - acronym: TOCS
full_name: "ACM Transactions on Computer Systems" full_name: "ACM Transactions on Computer Systems"
@@ -157,13 +150,6 @@ journals:
scimago_quartile: Q1 scimago_quartile: Q1
scimago_sjr: "1.520" scimago_sjr: "1.520"
scimago_h_index: "130" scimago_h_index: "130"
special_issues:
- title: "Serverless Computing at the Edge"
guest_editors: ["Marco Serafini", "Dimitrios Skarlatos"]
cfp_url: "https://www.sciencedirect.com/journal/future-generation-computer-systems/call-for-papers"
abstract_deadline: "Jul 31, 2026"
submission_deadline: "Sep 15, 2026"
notification: "Feb 2027"
- acronym: JPDC - acronym: JPDC
full_name: "Journal of Parallel and Distributed Computing" full_name: "Journal of Parallel and Distributed Computing"

View File

@@ -21,6 +21,7 @@ Tips:
- For conferences, it is usually like "conf/osdi" or "conf/eurosys". - For conferences, it is usually like "conf/osdi" or "conf/eurosys".
""" """
import argparse import argparse
import html
import sys import sys
import time import time
from pathlib import Path from pathlib import Path
@@ -94,9 +95,11 @@ def dblp_fetch_papers(venue_key: str, year: int, max_results: int = 500) -> list
a.get("text", a) if isinstance(a, dict) else str(a) a.get("text", a) if isinstance(a, dict) else str(a)
for a in raw_authors for a in raw_authors
] ]
# DBLP returns HTML-escaped text (&amp;, &apos;, &quot;); decode it
# here so entities never reach the generated Markdown.
papers.append({ papers.append({
"title": (info.get("title") or "").rstrip("."), "title": html.unescape((info.get("title") or "").rstrip(".")),
"authors": authors, "authors": [html.unescape(a) for a in authors],
"year": info.get("year"), "year": info.get("year"),
"doi": info.get("doi"), "doi": info.get("doi"),
"url": info.get("ee") or info.get("url"), "url": info.get("ee") or info.get("url"),