Add SIGLOG survey.
This commit is contained in:
parent
b1434d6e0c
commit
964e1b1f71
|
@ -333,6 +333,27 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% JOURNALS %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% JOURNALS %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||||
|
@article{Murawski:2016:2893582,
|
||||||
|
title = {Programming language techniques for differential privacy},
|
||||||
|
author = {Barthe, Gilles and
|
||||||
|
Gaboardi, Marco and
|
||||||
|
Hsu, Justin and
|
||||||
|
Pierce, Benjamin C},
|
||||||
|
pages = {34--53},
|
||||||
|
editor = {Murawski, Andrzej},
|
||||||
|
journal = {ACM SIGLOG News},
|
||||||
|
month = jan,
|
||||||
|
year = {2016},
|
||||||
|
volume = {3},
|
||||||
|
number = {1},
|
||||||
|
publisher = {ACM},
|
||||||
|
address = {New York, NY, USA},
|
||||||
|
url = {http://siglog.hosting.acm.org/wp-content/uploads/2016/01/siglog_news_7.pdf},
|
||||||
|
jh = yes,
|
||||||
|
eprint = yes
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
@article{job-matching,
|
@article{job-matching,
|
||||||
title = {Job Matching, Coalition Formation, and Gross Substitutes},
|
title = {Job Matching, Coalition Formation, and Gross Substitutes},
|
||||||
volume = {50},
|
volume = {50},
|
||||||
|
@ -3148,7 +3169,7 @@ year = {2011}
|
||||||
@Inproceedings {BBDSics11,
|
@Inproceedings {BBDSics11,
|
||||||
author = {Babaioff, Moshe and Blumrosen, Liad and Dughmi, Shaddin and Singer, Yaron},
|
author = {Babaioff, Moshe and Blumrosen, Liad and Dughmi, Shaddin and Singer, Yaron},
|
||||||
booktitle = itcs11,
|
booktitle = itcs11,
|
||||||
month = {January},
|
month = jan,
|
||||||
publisher = {Tsinghua University Press},
|
publisher = {Tsinghua University Press},
|
||||||
title = {Posting Prices with Unknown Distributions},
|
title = {Posting Prices with Unknown Distributions},
|
||||||
year = {2011},
|
year = {2011},
|
||||||
|
@ -3509,7 +3530,7 @@ Hartline, Jason D and Talwar, Kunal},
|
||||||
url = {http://reports-archive.adm.cs.cmu.edu/anon/2007/CMU-CS-07-154.pdf},
|
url = {http://reports-archive.adm.cs.cmu.edu/anon/2007/CMU-CS-07-154.pdf},
|
||||||
year = {2007},
|
year = {2007},
|
||||||
institution = {Carnegie Mellon University},
|
institution = {Carnegie Mellon University},
|
||||||
month = {September},
|
month = sep,
|
||||||
Date-Added = {09-01-2007},
|
Date-Added = {09-01-2007},
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,5 @@
|
||||||
|
+ **02/2016** Our survey **Programming language techniques for differential
|
||||||
|
privacy** appears in the latest issue of **ACM SIGLOG News**!
|
||||||
+ **02/2016** Our preprint **A program logic for union bounds** is now available
|
+ **02/2016** Our preprint **A program logic for union bounds** is now available
|
||||||
on `arXiv`.
|
on `arXiv`.
|
||||||
+ **01/2016** Our paper **Do prices coordinate markets?** will appear at **STOC
|
+ **01/2016** Our paper **Do prices coordinate markets?** will appear at **STOC
|
||||||
|
|
Loading…
Reference in New Issue