diff --git a/_layouts/news.html b/_layouts/news.html index 1e7db9a2..fbe0a431 100644 --- a/_layouts/news.html +++ b/_layouts/news.html @@ -15,7 +15,11 @@

{{ page.title }}

- {{ page.title}} + {% if page.image_accessibility %} + {{ page.image_accessibility }} + {% else %} + {{ page.title }} + {% endif %}
diff --git a/assets/img/news/xd-fellow-to-present-at-the-nist-workshop-on-privacy-enhancing-cryptography.jpg b/assets/img/news/xd-fellow-to-present-at-the-nist-workshop-on-privacy-enhancing-cryptography.jpg new file mode 100644 index 00000000..0e359bb9 Binary files /dev/null and b/assets/img/news/xd-fellow-to-present-at-the-nist-workshop-on-privacy-enhancing-cryptography.jpg differ diff --git a/collections/_news/xd-at-nist-workshop-on-privacy-enhancing-cryptography-2024.md b/collections/_news/xd-at-nist-workshop-on-privacy-enhancing-cryptography-2024.md new file mode 100644 index 00000000..90ff8195 --- /dev/null +++ b/collections/_news/xd-at-nist-workshop-on-privacy-enhancing-cryptography-2024.md @@ -0,0 +1,14 @@ +--- +title: xD fellow to present at the NIST workshop on Privacy Enhancing Cryptography +publish_date: 2024-08-27 +permalink: /news/xd-at-joint-statistical-meetings-2024/ +img_alt_text: Logo for NIST Privacy Enhancing Cryptography Workshop Registration +image: /assets/img/news/xd-fellow-to-present-at-the-nist-workshop-on-privacy-enhancing-cryptography.jpg +image_accessibility: Logo for NIST Privacy Enhancing Cryptography Workshop Registration +--- +

+ xD emerging technology fellow, Tomo Lazovich, will present at the upcoming NIST workshop on Privacy Enhancing Cryptography on September 24-26th. Tomo's talk will focus on the PERSEID project, which aimed to help the government radically rethink how it interacts with data by experimenting with cutting-edge privacy engineering technologies that are currently being developed in the private and non-profit sectors. The project involved partners at Census and the 10x group at the General Services Administration and experimented with cryptographic protocols that would allow for private joins with demographic data to compute statistics on equity and disparate impact. This work culminated in a demo on publicly available data, hosted on the federal cloud.gov infrastructure, that demonstrated a use case of joining machine learning model results with demographic information to measure disparities in model performance across demographic groups. +

+

+ See more details about the workshop here: https://csrc.nist.gov/events/2024/wpec2024 +