Add LICS.
This commit is contained in:
parent
4289d33ba3
commit
f63c6d19d4
|
@ -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)}" }
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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`.
|
||||
|
|
Loading…
Reference in New Issue