Files
publish-assistant/site/data/cloud-edge/venues.yaml
Vincent Lannurien f132f6bc46
All checks were successful
Build and deploy static pages / build-and-push (push) Successful in 12s
Remove unverified special issue data, fix DBLP entity decoding
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>
2026-08-17 19:34:18 +02:00

175 lines
6.3 KiB
YAML

# Edge and cloud systems — tracked venues
# Rankings filled automatically by pa-fetch-icore / pa-fetch-scimago.
# Deadlines filled automatically by pa-fetch-deadlines (gaps flagged for manual entry).
conferences:
- acronym: OSDI
full_name: "USENIX Symposium on Operating Systems Design and Implementation"
domain: [edge-and-cloud, operating-systems, distributed-systems]
url: "https://www.usenix.org/conference/osdi26"
dblp_key: "conf/osdi"
- acronym: SOSP
full_name: "ACM Symposium on Operating Systems Principles"
domain: [edge-and-cloud, operating-systems, distributed-systems]
url: "https://sigops.org/s/conferences/sosp/"
dblp_key: "conf/sosp"
wikicfp_id: "191399"
- acronym: NSDI
full_name: "USENIX Symposium on Networked Systems Design and Implementation"
domain: [edge-and-cloud, networking, distributed-systems]
url: "https://www.usenix.org/conference/nsdi27"
dblp_key: "conf/nsdi"
- acronym: EuroSys
full_name: "European Conference on Computer Systems"
domain: [edge-and-cloud, operating-systems, distributed-systems]
url: "https://2027.eurosys.org/"
dblp_key: "conf/eurosys"
wikicfp_id: false # 2027 ID not yet on WikiCFP; deadlines maintained manually
- acronym: ATC
full_name: "ACM SIGOPS Annual Technical Conference"
domain: [edge-and-cloud, operating-systems, distributed-systems]
url: "https://sigops.org/s/conferences/atc/2026/"
dblp_key: "conf/usenix"
wikicfp_id: false # not on WikiCFP; deadlines maintained manually
- acronym: SoCC
full_name: "ACM Symposium on Cloud Computing"
domain: [edge-and-cloud, cloud-computing]
url: "https://acmsocc.org/2026/"
dblp_key: "conf/cloud"
wikicfp_id: "191071"
- acronym: Middleware
full_name: "ACM/IFIP/USENIX Middleware Conference"
domain: [edge-and-cloud, distributed-systems]
url: "https://middleware-conf.github.io/2026/"
dblp_key: "conf/middleware"
wikicfp_id: "190153"
- acronym: IPDPS
full_name: "IEEE International Parallel and Distributed Processing Symposium"
domain: [edge-and-cloud, parallel-computing, distributed-systems]
url: "https://www.ipdps.org/"
dblp_key: "conf/ipps"
wikicfp_id: "189093"
- acronym: SC
full_name: "International Conference for High Performance Computing, Networking, Storage and Analysis"
domain: [edge-and-cloud, hpc, distributed-systems]
url: "https://sc24.supercomputing.org/"
dblp_key: "conf/sc"
wikicfp_id: false # SC acronym matches workshops; Supercomputing CFPs come from sc-h.org directly
- acronym: HPDC
full_name: "IEEE International Symposium on High Performance Distributed Computing"
domain: [edge-and-cloud, hpc, distributed-systems]
url: "https://www.hpdc.org/"
dblp_key: "conf/hpdc"
wikicfp_id: "191029"
- acronym: MobiSys
full_name: "ACM International Conference on Mobile Systems, Applications, and Services"
domain: [edge-and-cloud, mobile-computing, edge-computing]
url: "https://www.sigmobile.org/mobisys/2026/"
dblp_key: "conf/mobisys"
- acronym: SEC
full_name: "IEEE/ACM Symposium on Edge Computing"
domain: [edge-and-cloud, edge-computing]
url: "https://acm-ieee-sec.org/2026/"
dblp_key: "conf/ieeesec"
wikicfp_id: false # SEC acronym collides with many unrelated events on WikiCFP
- acronym: CCGrid
full_name: "IEEE/ACM International Symposium on Cluster, Cloud and Internet Computing"
domain: [edge-and-cloud, cloud-computing, hpc, distributed-systems]
url: "https://ccgrid2026.org/"
dblp_key: "conf/ccgrid"
wikicfp_id: false # will update once 2027 CFP is on WikiCFP
journals:
# scimago_quartile / scimago_sjr are set manually here because SCImago's
# CSV download is blocked by anti-bot measures. Update from scimagojr.com
# annually (SCImago releases new data each spring).
- acronym: TPDS
full_name: "IEEE Transactions on Parallel and Distributed Systems"
domain: [edge-and-cloud, parallel-computing, distributed-systems]
issn: "1045-9219"
url: "https://www.computer.org/csdl/journal/td"
dblp_key: "journals/tpds"
submission_model: rolling
scimago_quartile: Q1
scimago_sjr: "1.560"
scimago_h_index: "131"
- acronym: TOCS
full_name: "ACM Transactions on Computer Systems"
domain: [edge-and-cloud, operating-systems, distributed-systems]
issn: "0734-2071"
url: "https://dl.acm.org/journal/tocs"
dblp_key: "journals/tocs"
submission_model: rolling
scimago_quartile: Q1
scimago_sjr: "1.180"
scimago_h_index: "79"
- acronym: TC
full_name: "IEEE Transactions on Computers"
domain: [edge-and-cloud, computer-architecture, distributed-systems]
issn: "0018-9340"
url: "https://www.computer.org/csdl/journal/tc"
dblp_key: "journals/tc"
submission_model: rolling
scimago_quartile: Q1
scimago_sjr: "1.310"
scimago_h_index: "148"
- acronym: TCC
full_name: "IEEE Transactions on Cloud Computing"
domain: [edge-and-cloud, cloud-computing]
issn: "2168-7161"
url: "https://www.computer.org/csdl/journal/cc"
dblp_key: "journals/tcc"
submission_model: rolling
scimago_quartile: Q1
scimago_sjr: "1.420"
scimago_h_index: "68"
- acronym: FGCS
full_name: "Future Generation Computer Systems"
domain: [edge-and-cloud, cloud-computing, distributed-systems]
issn: "0167-739X"
url: "https://www.sciencedirect.com/journal/future-generation-computer-systems"
dblp_key: "journals/fgcs"
submission_model: rolling
scimago_quartile: Q1
scimago_sjr: "1.520"
scimago_h_index: "130"
- acronym: JPDC
full_name: "Journal of Parallel and Distributed Computing"
domain: [edge-and-cloud, parallel-computing, distributed-systems]
issn: "0743-7315"
url: "https://www.sciencedirect.com/journal/journal-of-parallel-and-distributed-computing"
dblp_key: "journals/jpdc"
submission_model: rolling
scimago_quartile: Q2
scimago_sjr: "0.640"
scimago_h_index: "83"
- acronym: IC
full_name: "IEEE Internet Computing"
domain: [edge-and-cloud, networking, cloud-computing]
issn: "1089-7801"
url: "https://www.computer.org/csdl/magazine/ic"
dblp_key: "journals/internet"
submission_model: rolling
scimago_quartile: Q1
scimago_sjr: "0.995"
scimago_h_index: "122"