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

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