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