diff --git a/bibs/header.bib b/bibs/header.bib index 9edf760..85665ca 100644 --- a/bibs/header.bib +++ b/bibs/header.bib @@ -231,6 +231,7 @@ @STRING{lics03 = lics # ", Ottawa, Ontario" } @STRING{lics06 = lics # ", Seattle, Washington" } @STRING{lics11 = lics # ", Toronto, Ontario" } +@STRING{lics16 = lics # ", New York, New York" } % ---- @STRING{pldi = "{ACM SIGPLAN Conference on Programming Language Design and Implementation (PLDI)}" } diff --git a/bibs/myrefs.bib b/bibs/myrefs.bib index 26061c5..0731ddd 100644 --- a/bibs/myrefs.bib +++ b/bibs/myrefs.bib @@ -49,19 +49,6 @@ docs = yes, } -@unpublished{BGGHS16, - title = {Proving differential privacy via probabilistic couplings}, - author = {Barthe, Gilles and - Gaboardi, Marco and - Gr{\'e}goire, Benjamin and - Hsu, Justin and - Strub, {P}ierre-{Y}ves}, - year = 2016, - url = {http://arxiv.org/abs/1601.05047}, - jh = yes, - eprint = yes, -} - @unpublished{BEGGHS15, title = {Formal certification of randomized algorithms}, author = {Barthe, Gilles and @@ -76,6 +63,21 @@ } %%%%%%%%%%%%%%%%%%%%%%%%%%%% CONFERENCES %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +@inproceedings{BGGHS16, + title = {Proving differential privacy via probabilistic couplings}, + author = {Barthe, Gilles and + Gaboardi, Marco and + Gr{\'e}goire, Benjamin and + Hsu, Justin and + Strub, {P}ierre-{Y}ves}, + booktitle = lics16, + year = 2016, + url = {http://arxiv.org/abs/1601.05047}, + jh = yes, + eprint = yes, + note = {To appear.} +} + @inproceedings{HMRRV16, title = {Do prices coordinate markets?}, author = {Hsu, Justin and diff --git a/content/news.md b/content/news.md index bed35b5..d9bc6f1 100644 --- a/content/news.md +++ b/content/news.md @@ -1,3 +1,5 @@ ++ **04/2016** Our papr **Proving differential privacy via probabilistic + couplings** will appear at **LICS 2016**! + **02/2016** An updated version of our preprint **Computer-aided verification in mechanism design** is now available on `arXiv`. + **02/2016** Our survey **Programming language techniques for differential @@ -12,9 +14,3 @@ couplings** is now available on `arXiv`. + **01/2016** Slides now available for **Jointly private convex programming** from **SODA 2016**. -+ **11/2015** Slides now available for **Relational reasoning via probabilistic - coupling** from **LPAR 2015**. -+ **11/2015** I will be serving on the External Review Committee of **PLDI - 2016**. -+ **11/2015** Our preprint **Do prices coordinate markets?** is now available on - `arXiv`.