Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
170 changes: 169 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,50 @@ <h6 class="font-weight-bold my-2">Author: Salil Vadhan, James Honaker, Wanrong Z
<!-- End -->


<!-- list group item-->
<a href="https://www.slideshare.net/slideshow/altman-confidentialdata-v22mit/21164359#25">
<li class="list-group-item">
<!-- Custom content-->
<div class="media align-items-lg-center flex-column flex-lg-row p-3">
<div class="media-body order-2 order-lg-1">
<h5 class="mt-0 font-weight-bold mb-2">Managing confidential data</h5>
<h6 class="font-weight-bold my-2">Author: Micah Altman</h6>
<p class="font-italic text-muted mb-0 small">
Differential privacy is part of a larger discussion on the use of confidential data in research, emphasizing the importance of protecting privacy and confidentiality due to ethical, legal, and practical implications. It outlines strategies for data management, challenges with traditional approaches, and discusses relevant laws and policies.
</p>

<span class="badge badge-secondary">Course Notes</span>

</div>
</div>
<!-- End -->
</li>
</a>
<!-- End -->


<!-- list group item-->
<a href="">
<li class="list-group-item">
<!-- Custom content-->
<div class="media align-items-lg-center flex-column flex-lg-row p-3">
<div class="media-body order-2 order-lg-1">
<h5 class="mt-0 font-weight-bold mb-2">Differential Privacy in CDFs</h5>
<h6 class="font-weight-bold my-2">Author: Daniel Muise, Kobbi Nissim</h6>
<p class="font-italic text-muted mb-0 small">
"The ultimate aim of this presentation is to familiarize social scientists with the errors introduced by differential privacy (DP), and to explain how to manage DP’s random noise."
</p>

<span class="badge badge-secondary">Course Notes</span>

</div>
</div>
<!-- End -->
</li>
</a>
<!-- End -->


</ul>
<!-- End -->
</div>
Expand All @@ -219,7 +263,7 @@ <h6 class="font-weight-bold my-2">Author: Salil Vadhan, James Honaker, Wanrong Z
<hr>
<div class="row text-center text-black mb-5">
<div class="col-lg-7 mx-auto">
<h3 class="display-6">Books & Articles</h1>
<h3 class="display-6">Books</h1>
</p>
</div>
</div>
Expand Down Expand Up @@ -297,6 +341,48 @@ <h6 class="font-weight-bold my-2">Author: Ethan Cowan, Michael Shoemate, Mayana
<!-- End -->


<!-- list group item-->
<a href="https://programming-dp.com/">
<li class="list-group-item">
<!-- Custom content-->
<div class="media align-items-lg-center flex-column flex-lg-row p-3">
<div class="media-body order-2 order-lg-1">
<h5 class="mt-0 font-weight-bold mb-2">Programming Differential Privacy</h5>
<h6 class="font-weight-bold my-2">Author: Joseph P. Near and Chiké Abuah</h6>
<p class="font-italic text-muted mb-0 small">
Uses examples and Python code to explain the ideas behind differential privacy. The book is suitable for undergraduate students in computer science, and no theory background is expected.
</p>

<span class="badge badge-secondary">Coders</span>

</div>
</div>
<!-- End -->
</li>
</a>
<!-- End -->


</ul>
<!-- End -->
</div>
</div>

<hr>
<div class="row text-center text-black mb-5">
<div class="col-lg-7 mx-auto">
<h3 class="display-6">Articles</h1>
</p>
</div>
</div>

<div class="row">
<div class="col-lg-8 mx-auto">

<!-- List group-->
<ul class="list-group shadow">


<!-- list group item-->
<a href="https://admindatahandbook.mit.edu/book/v1.0/diffpriv.html">
<li class="list-group-item">
Expand Down Expand Up @@ -363,6 +449,48 @@ <h6 class="font-weight-bold my-2">Author: Salil Vadhan</h6>
<!-- End -->


<!-- list group item-->
<a href="https://www.scientificamerican.com/article/privacy-by-the-numbers-a-new-approach-to-safeguarding-data/">
<li class="list-group-item">
<!-- Custom content-->
<div class="media align-items-lg-center flex-column flex-lg-row p-3">
<div class="media-body order-2 order-lg-1">
<h5 class="mt-0 font-weight-bold mb-2">Privacy by the Numbers: A New Approach to Safeguarding Data</h5>
<h6 class="font-weight-bold my-2">Author: Erica Klarreich</h6>
<p class="font-italic text-muted mb-0 small">
A mathematical technique called “differential privacy” gives researchers access to vast repositories of personal data while meeting a high standard for privacy protection.
</p>

<span class="badge badge-secondary">Non-technical</span>

</div>
</div>
<!-- End -->
</li>
</a>
<!-- End -->


<!-- list group item-->
<a href="https://dl.acm.org/doi/epdf/10.1145/1866739.1866758">
<li class="list-group-item">
<!-- Custom content-->
<div class="media align-items-lg-center flex-column flex-lg-row p-3">
<div class="media-body order-2 order-lg-1">
<h5 class="mt-0 font-weight-bold mb-2">A firm foundation for Private Data analysis</h5>
<h6 class="font-weight-bold my-2">Author: Cynthia Dwork</h6>
<p class="font-italic text-muted mb-0 small">
A review article in the Communications of the ACM from 2011.
</p>

</div>
</div>
<!-- End -->
</li>
</a>
<!-- End -->


</ul>
<!-- End -->
</div>
Expand Down Expand Up @@ -474,5 +602,45 @@ <h6 class="font-weight-bold my-2">Author: Chuck McCallum</h6>
</div>
</div>

<hr>
<div class="row text-center text-black mb-5">
<div class="col-lg-7 mx-auto">
<h3 class="display-6">Resources</h1>
</p>
</div>
</div>

<div class="row">
<div class="col-lg-8 mx-auto">

<!-- List group-->
<ul class="list-group shadow">


<!-- list group item-->
<a href="https://registry.opendp.org/deployments-registry/">
<li class="list-group-item">
<!-- Custom content-->
<div class="media align-items-lg-center flex-column flex-lg-row p-3">
<div class="media-body order-2 order-lg-1">
<h5 class="mt-0 font-weight-bold mb-2">Differential Privacy Deployments Registry</h5>
<h6 class="font-weight-bold my-2">Author: </h6>
<p class="font-italic text-muted mb-0 small">
"This registry is a collaborative resource for information about real-world differential privacy deployments."
</p>

</div>
</div>
<!-- End -->
</li>
</a>
<!-- End -->


</ul>
<!-- End -->
</div>
</div>


</div>
51 changes: 49 additions & 2 deletions resources.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ Blog Series:
- Somewhat Technical
- Blog Posts
link: https://www.nist.gov/itl/applied-cybersecurity/privacy-engineering/collaboration-space/blog-series/differential-privacy

Courses:
- title: CS 860 - Algorithms for Private Data Analysis
author: Gautam Kamath
Expand Down Expand Up @@ -68,7 +69,25 @@ Courses:
- Technical
- Course Notes
link: https://opendp.github.io/cs208/
Books & Articles:
- title: Managing confidential data
author: Micah Altman
description: Differential privacy is part of a larger discussion on the use of confidential data in research,
emphasizing the importance of protecting privacy and confidentiality due to ethical,
legal, and practical implications. It outlines strategies for data management,
challenges with traditional approaches, and discusses relevant laws and policies.
badges:
- Course Notes
link: https://www.slideshare.net/slideshow/altman-confidentialdata-v22mit/21164359#25
- title: Differential Privacy in CDFs
author: Daniel Muise, Kobbi Nissim
description: '"The ultimate aim of this presentation is to familiarize
social scientists with the errors introduced by differential
privacy (DP), and to explain how to manage DP’s
random noise."'
badges:
- Course Notes

Books:
- title: Differential Privacy (The MIT Press Essential Knowledge series)
author: Simson L. Garfinkel
description: '"A robust yet accessible introduction to the idea, history, and key
Expand All @@ -95,6 +114,16 @@ Books & Articles:
privacy into workflows.
badges:
- Coders
- title: Programming Differential Privacy
author: Joseph P. Near and Chiké Abuah
link: https://programming-dp.com/
description: Uses examples and Python code
to explain the ideas behind differential privacy. The book is suitable for
undergraduate students in computer science, and no theory background is expected.
badges:
- Coders

Articles:
- title: Designing Access with Differential Privacy
author: Alexandra Wood, Micah Altman, Kobbi Nissim, Salil Vadhan
link: https://admindatahandbook.mit.edu/book/v1.0/diffpriv.html
Expand All @@ -119,6 +148,18 @@ Books & Articles:
research on differential privacy.
badges:
- Technical
- title: 'Privacy by the Numbers: A New Approach to Safeguarding Data'
author: Erica Klarreich
link: https://www.scientificamerican.com/article/privacy-by-the-numbers-a-new-approach-to-safeguarding-data/
description: A mathematical technique called “differential privacy” gives researchers
access to vast repositories of personal data while meeting a high standard for privacy protection.
badges:
- Non-technical
- title: A firm foundation for Private Data analysis
author: Cynthia Dwork
link: https://dl.acm.org/doi/epdf/10.1145/1866739.1866758
description: A review article in the Communications of the ACM from 2011.

Tutorials:
- title: Tumult Analytics tutorials
author: Tumult Labs
Expand All @@ -145,4 +186,10 @@ Tutorials:
description: A slideshow with classroom exercises to introduce a non-technical audience
to DP, by way of DP Wizard.
badges:
- Non-technical
- Non-technical

Resources:
- title: Differential Privacy Deployments Registry
link: https://registry.opendp.org/deployments-registry/
description: '"This registry is a collaborative resource for information about real-world differential privacy deployments."'
badges: []