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