Skip to content

Commit da50af3

Browse files
Fix paper with correct authors and TOPLAS details from provided BibTeX
Co-authored-by: michael-schwarz <13812333+michael-schwarz@users.noreply.github.com>
1 parent c5013f3 commit da50af3

File tree

1 file changed

+20
-13
lines changed

1 file changed

+20
-13
lines changed

src/app/papers.ts

Lines changed: 20 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -89,21 +89,28 @@ export const PAPERS: Paper[] = [
8989
},
9090
{
9191
link: 'https://dl.acm.org/doi/10.1145/3732933',
92-
title: 'Sound Static Data Race Verification for C',
93-
conference: 'OOPSLA',
94-
year: 2024,
95-
description: 'Presents a sound static verification approach for detecting data races in C programs using abstract interpretation.',
92+
title: 'Sound Static Data Race Verification for C: Is the Race Lost?',
93+
conference: 'TOPLAS',
94+
year: 2025,
95+
description: 'Investigates obstacles to sound static data race freedom verification for real-world C programs.',
9696
citation: '@article{10.1145/3732933,\n\
97-
author = {Michael Schwarz and Julian Erhard and Simmo Saan and Helmut Seidl},\n\
98-
title = {Sound Static Data Race Verification for C},\n\
99-
journal = {Proc. ACM Program. Lang.},\n\
100-
volume = {8},\n\
101-
number = {OOPSLA},\n\
102-
year = {2024},\n\
103-
doi = {10.1145/3732933},\n\
104-
html = {https://dl.acm.org/doi/10.1145/3732933}\n\
97+
author = {Holter, Karoliine and Saan, Simmo and Lam, Patrick and Vojdani, Vesal},\n\
98+
title = {Sound Static Data Race Verification for C: Is the Race Lost?},\n\
99+
year = {2025},\n\
100+
issue_date = {September 2025},\n\
101+
publisher = {Association for Computing Machinery},\n\
102+
address = {New York, NY, USA},\n\
103+
volume = {47},\n\
104+
number = {3},\n\
105+
issn = {0164-0925},\n\
106+
url = {https://doi.org/10.1145/3732933},\n\
107+
doi = {10.1145/3732933},\n\
108+
journal = {ACM Trans. Program. Lang. Syst.},\n\
109+
month = sep,\n\
110+
articleno = {11},\n\
111+
numpages = {40}\n\
105112
}',
106-
authors: ['M. Schwarz', 'J. Erhard', 'S. Saan', 'H. Seidl'],
113+
authors: ['K. Holter', 'S. Saan', 'P. Lam', 'V. Vojdani'],
107114
video: null
108115
},
109116
{

0 commit comments

Comments
 (0)