From 04ea8b6f201b8239f37c7adc9b3bbe7c855703ef Mon Sep 17 00:00:00 2001 From: Teresa Carbajo-Garcia <t.carbajo-garcia@imperial.ac.uk> Date: Thu, 10 Nov 2016 11:00:03 +0000 Subject: [PATCH] Update publications.bib --- publications/publications.bib | 40 +++++++++++++++++------------------ 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/publications/publications.bib b/publications/publications.bib index fdc9238..1199cb1 100644 --- a/publications/publications.bib +++ b/publications/publications.bib @@ -509,38 +509,38 @@ Building on separation logic with concurrent abstract predicates (CAP), we intro Project = { concurrency, tada } } -@inproceedings{DBLP:conf/aplas/RaadHVG16, - author = {Azalea Raad and +@inproceedings{Raad2016Verifying, + Title = {Verifying Concurrent Graph Algorithms}, + Author = {Azalea Raad and Aquinas Hobor and Jules Villard and Philippa Gardner}, - title = {Verifying Concurrent Graph Algorithms}, - booktitle = {Programming Languages and Systems - 14th Asian Symposium, {APLAS} + + Booktitle = {Programming Languages and Systems - 14th Asian Symposium, {APLAS} 2016, Hanoi, Vietnam, November 21-23, 2016, Proceedings}, - pages = {314--334}, - year = {2016}, - crossref = {DBLP:conf/aplas/2016}, + Year = {2016}, + Pages = {314--334}, url = {http://dx.doi.org/10.1007/978-3-319-47958-3_17}, doi = {10.1007/978-3-319-47958-3_17}, - timestamp = {Mon, 10 Oct 2016 15:12:54 +0200}, - biburl = {http://dblp.uni-trier.de/rec/bib/conf/aplas/RaadHVG16}, - bibsource = {dblp computer science bibliography, http://dblp.org} + Project = { concurrency }, + + Abstract = {We show how to verify four challenging concurrent finegrained graph-manipulating algorithms, including graph copy, a speculatively parallel Dijkstra, graph marking and spanning tree. We develop a reasoning method for such algorithms that dynamically tracks the contributions and responsibilities of each thread operating on a graph, even in cases of arbitrary recursive thread creation. We demonstrate how to use a logic without abstraction (CoLoSL) to carry out abstract reasoning in the style of iCAP, by building the abstraction into the proof structure rather than incorporating it into the semantic model of the logic.} } -@inproceedings{DBLP:conf/aplas/RaadSG16, - author = {Azalea Raad and +@inproceedings{Raad2016DOM, + Title = {{DOM:} Specification and Client Reasoning}, + Author = {Azalea Raad and Jos{\'{e}} Fragoso Santos and Philippa Gardner}, - title = {{DOM:} Specification and Client Reasoning}, - booktitle = {Programming Languages and Systems - 14th Asian Symposium, {APLAS} + + Booktitle = {Programming Languages and Systems - 14th Asian Symposium, {APLAS} 2016, Hanoi, Vietnam, November 21-23, 2016, Proceedings}, - pages = {401--422}, - year = {2016}, - crossref = {DBLP:conf/aplas/2016}, + Year = {2016}, + Pages = {401--422}, url = {http://dx.doi.org/10.1007/978-3-319-47958-3_21}, doi = {10.1007/978-3-319-47958-3_21}, - timestamp = {Mon, 10 Oct 2016 15:12:54 +0200}, - biburl = {http://dblp.uni-trier.de/rec/bib/conf/aplas/RaadSG16}, - bibsource = {dblp computer science bibliography, http://dblp.org} + Project = { concurrency }, + + Abstract = {We present an axiomatic specication of a key fragment of DOM using structural separation logic. This specication allows us to develop modular reasoning about client programs that call the DOM.} } -- GitLab