Add CCS submission.
This commit is contained in:
parent
f97519bf28
commit
9983b90f83
|
@ -191,6 +191,10 @@
|
|||
@STRING{oopslapre96 = "{C}onference on {O}bject {O}riented {P}rogramming:
|
||||
{S}ystems, {L}anguages, and {A}pplications ({OOPSLA})" }
|
||||
|
||||
@STRING{ccs = "{ACM} {SIGSAC} Conference on Computer and Communications Security ({CCS})"}
|
||||
@STRING{ccs13 = ccs # ", Berlin, Germany" }
|
||||
@STRING{ccs14 = ccs # ", Scottsdale, Arizona" }
|
||||
@STRING{ccs15 = ccs # ", Boulder, Colorado" }
|
||||
|
||||
@STRING{dbpl = {Database Programming Languages (DBPL)}}
|
||||
@STRING{dbpl05 = dbpl}
|
||||
|
@ -231,6 +235,7 @@
|
|||
@STRING{lics03 = lics # ", Ottawa, Ontario" }
|
||||
@STRING{lics06 = lics # ", Seattle, Washington" }
|
||||
@STRING{lics11 = lics # ", Toronto, Ontario" }
|
||||
@STRING{lics14 = lics # ", Vienna, Austria" }
|
||||
@STRING{lics16 = lics # ", New York, New York" }
|
||||
% ----
|
||||
@STRING{pldi = "{ACM SIGPLAN Conference on Programming Language Design
|
||||
|
@ -361,6 +366,7 @@
|
|||
@STRING{nips08 = nips # ", Vancouver, British Colombia" }
|
||||
@STRING{nips12 = nips # ", Lake Tahoe, California" }
|
||||
@STRING{nips13 = nips # ", Lake Tahoe, California" }
|
||||
@STRING{nips14 = nips # ", Montr{\'e}al, Qu{\'e}bec" }
|
||||
@STRING{nips15 = nips # ", Montr{\'e}al, Qu{\'e}bec" }
|
||||
|
||||
% ----
|
||||
|
@ -403,6 +409,7 @@
|
|||
@STRING{sigmod00 = sigmod # ", New York, New York"}
|
||||
@STRING{sigmod09 = sigmod # ", Providence, Rhode Island"}
|
||||
@STRING{sigmod10 = sigmod # ", Indianapolis, Indiana"}
|
||||
@STRING{sigmod12 = sigmod # ", Scottsdale, Arizona"}
|
||||
@STRING{sigmod14 = sigmod # ", Snowbird, Utah"}
|
||||
|
||||
% ----
|
||||
|
@ -569,6 +576,7 @@
|
|||
% ---
|
||||
@STRING{crypto = "{IACR} International Cryptology Conference {(CRYPTO)}"}
|
||||
@STRING{crypto02 = crypto # ", Santa Barbara, California"}
|
||||
@STRING{crypto09 = crypto # ", Santa Barbara, California"}
|
||||
@STRING{crypto10 = crypto # ", Santa Barbara, California"}
|
||||
@STRING{crypto11 = crypto # ", Santa Barbara, California"}
|
||||
% ---
|
||||
|
|
|
@ -1,4 +1,17 @@
|
|||
%%%%%%%%%%%%%%%%%%%%%%%%%%%% UNPUBLISHED %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||
@unpublished{BGGHS16c,
|
||||
title = {Advanced probabilistic couplings for differential privacy},
|
||||
author = {Barthe, Gilles and
|
||||
Gaboardi, Marco and
|
||||
Gr{\'e}goire, Benjamin and
|
||||
Hsu, Justin and
|
||||
Strub, {P}ierre-{Y}ves},
|
||||
year = 2016,
|
||||
jh = yes,
|
||||
eprint = yes,
|
||||
url = {https://arxiv.org/abs/1606.07143},
|
||||
}
|
||||
|
||||
@unpublished{privinfer,
|
||||
title = {Differentially private {B}ayesian programming},
|
||||
author = {Barthe, Gilles and
|
||||
|
@ -98,7 +111,6 @@
|
|||
url = {http://arxiv.org/abs/1511.00925},
|
||||
jh = yes,
|
||||
eprint = yes,
|
||||
note = {To appear.}
|
||||
}
|
||||
|
||||
@inproceedings{HHRW16,
|
||||
|
@ -956,6 +968,7 @@
|
|||
booktitle = stoc10,
|
||||
pages = {765--774},
|
||||
url = {http://arxiv.org/abs/0911.1813},
|
||||
year = 2010
|
||||
}
|
||||
|
||||
@inproceedings{GHRU11,
|
||||
|
@ -3716,3 +3729,36 @@ url = {https://www.cs.colorado.edu/~srirams/papers/sas14-expectations.pdf}
|
|||
year={2006},
|
||||
publisher={Springer}
|
||||
}
|
||||
|
||||
@unpublished{lyu2016understanding,
|
||||
title={Understanding the Sparse Vector Technique for Differential
|
||||
Privacy},
|
||||
author={Lyu, Min and Su, Dong and Li, Ninghui},
|
||||
journal={arXiv preprint arXiv:1603.01699},
|
||||
url={http://arxiv.org/abs/1603.01699},
|
||||
year={2016}
|
||||
}
|
||||
|
||||
@unpublished{DBLP:journals/corr/OhV13,
|
||||
author = {
|
||||
Peter Kairouz and
|
||||
Sewoong Oh and
|
||||
Pramod Viswanath},
|
||||
title = {The Composition Theorem for Differential Privacy},
|
||||
journal = {CoRR},
|
||||
volume = {abs/1311.0776},
|
||||
year = {2015},
|
||||
url = {http://arxiv.org/abs/1311.0776},
|
||||
}
|
||||
|
||||
@article{dwork2015reusable,
|
||||
title={The reusable holdout: Preserving validity in adaptive data analysis},
|
||||
author={Dwork, Cynthia and Feldman, Vitaly and Hardt, Moritz and Pitassi,
|
||||
Toniann and Reingold, Omer and Roth, Aaron},
|
||||
journal={Science},
|
||||
volume={349},
|
||||
number={6248},
|
||||
pages={636--638},
|
||||
year={2015},
|
||||
publisher={American Association for the Advancement of Science}
|
||||
}
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
+ **06/2016** Our preprint **Advanced probabilistic couplings for differential
|
||||
privacy** is now available on `arXiv`.
|
||||
+ **05/2016** Our preprint **Synthesizing probabilistic invariants via Doob's
|
||||
decomposition** is now available on `arXiv`.
|
||||
+ **05/2016** Our preprint **Differentially private Bayesian programming** is
|
||||
|
|
Loading…
Reference in New Issue