Add LICS.

This commit is contained in:
Justin Hsu 2016-04-04 17:57:24 -04:00
parent 4289d33ba3
commit f63c6d19d4
3 changed files with 18 additions and 19 deletions

View File

@ -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)}" }

View File

@ -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

View File

@ -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`.