From 6210f94703f03e52bb3d0f3ae0afc615722f2e62 Mon Sep 17 00:00:00 2001 From: Justin Hsu Date: Thu, 2 Aug 2018 23:04:41 -0400 Subject: [PATCH] Update calendar. --- website/docs/resources/readings.md | 3 +++ website/docs/schedule/lectures.md | 12 ++++++------ 2 files changed, 9 insertions(+), 6 deletions(-) diff --git a/website/docs/resources/readings.md b/website/docs/resources/readings.md index 1071a47..577f9ed 100644 --- a/website/docs/resources/readings.md +++ b/website/docs/resources/readings.md @@ -16,6 +16,9 @@ - Daniel Kifer and Ashwin Machanavajjhala. [*A Rigorous and Customizable Framework for Privacy*](http://www.cse.psu.edu/~duk17/papers/pufferfish_preprint.pdf). PODS 2012. +- Ăšlfar Erlingsson, Vasyl Pihur, and Aleksandra Korolova. + [*RAPPOR: Randomized Aggregatable Privacy-Preserving Ordinal Response*](https://arxiv.org/pdf/1407.6981.pdf). + CCS 2014. ### Applied Cryptography - Benjamin Braun, Ariel J. Feldman Zuocheng Ren, Srinath Setty, Andrew J. Blumberg, and Michael Walfish. diff --git a/website/docs/schedule/lectures.md b/website/docs/schedule/lectures.md index 6d88a99..6b17ee5 100644 --- a/website/docs/schedule/lectures.md +++ b/website/docs/schedule/lectures.md @@ -1,4 +1,4 @@ -# Lecture Schedule (Tentative) +# Calendar (Tentative) Date | Topic | Presenter :----:|-------|:---------: @@ -7,13 +7,13 @@ 9/10 | Definition and Basic Mechanisms | JH 9/12 | What does Differential Privacy mean? | JH 9/17 | Composition and closure properties | JH -9/19 | Exponential mechanism
**Paper:** | JH -9/24 | Streaming privacy: counters
**Paper:** | JH +9/19 | Exponential mechanism
**Paper:** McSherry and Talwar. [*Mechanism Design via Differential Privacy*](http://kunaltalwar.org/papers/expmech.pdf). | JH +9/24 | Streaming privacy: counters
**Paper:** Chan, Shi, and Song. [*Private and Continual Release of Statistics*](https://eprint.iacr.org/2010/076.pdf). | 9/26 | Advanced mechanisms: Report-noisy-max | JH 10/1 | Advanced mechanisms: Sparse Vector | JH -10/3 | Advanced mechanisms: Private multiplicative weights
**Paper:** | JH -10/8 | Local differential privacy (theory) | JH -10/10 | Local differential privacy (practice)
**Paper:** | JH +10/3 | Advanced mechanisms: Private multiplicative weights
**Paper:** Hardt, Ligett, and McSherry. [*A Simple and Practical Algorithm for Differentially Private Data Release*](https://papers.nips.cc/paper/4548-a-simple-and-practical-algorithm-for-differentially-private-data-release.pdf). | +10/8 | Local differential privacy (theory) | JH +10/10 | Local differential privacy (practice)
**Paper:** Erlingsson, Pihur, and Korolova. [*RAPPOR: Randomized Aggregatable Privacy-Preserving Ordinal Response*](https://arxiv.org/pdf/1407.6981.pdf). | |
**Cryptographic Techniques**
| 10/15 | Crypto: overview and basics | JH 10/17 | Zero-knowledge proofs
**Paper:** |