Skip to content

Commit ee11b2b

Browse files
Update paper descriptions per review feedback
Co-authored-by: michael-schwarz <[email protected]>
1 parent afd185a commit ee11b2b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/app/papers.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ export const PAPERS: Paper[] = [
66
title: 'Data Race Detection by Digest-Driven Abstract Interpretation',
77
conference: 'VMCAI',
88
year: 2026,
9-
description: 'Presents a novel approach to data race detection using digest-driven abstract interpretation for concurrent programs.',
9+
description: 'Presents the semantic foundations for the data race detection in Goblint.',
1010
citation: '@inproceedings{DBLP:conf/vmcai/SchwarzE2025,\n\
1111
author = {Michael Schwarz and Julian Erhard},\n\
1212
title = {Data Race Detection by Digest-Driven Abstract Interpretation},\n\
@@ -25,7 +25,7 @@ export const PAPERS: Paper[] = [
2525
title: 'Correctness Witnesses for Concurrent Programs: Bridging the Semantic Divide with Ghosts',
2626
conference: 'VMCAI',
2727
year: 2025,
28-
description: 'Proposes a method for correctness witness validation in concurrent programs using ghost variables to bridge semantic gaps.',
28+
description: 'Proposes ways to exchange correctness witnesses for concurrent programs being model checkers and abstract interpreters.',
2929
citation: '@inproceedings{DBLP:conf/vmcai/ErhardBHKSSSTV2025,\n\
3030
author = {Julian Erhard and Manuel Bentele and Matthias Heizmann and Dominik Klumpp and Simmo Saan and Frank Schüssele and\n\
3131
Michael Schwarz and\n\

0 commit comments

Comments
 (0)