Skip to content

Commit f6529f9

Browse files
committed
add privacy personalization to pubs
1 parent bd37f2c commit f6529f9

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

index.html

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,17 @@
172172
<div class="experience" id="publications">
173173

174174
<h2 class="section-header">Publications</h2>
175+
<div class="row experience-card">
176+
<div class="col-md-8 offset-md-2">
177+
<div class="card mb-4">
178+
<div class="card-body">
179+
<h3 class="card-title">"I know even if you don't tell me": Understanding Users' Privacy Preferences Regarding AI-based Inferences of Sensitive Information for Personalization.</h3>
180+
<h4 class="card-subtitle mb-2 text-muted">In CHI '24: Proceedings of the 2024 CHI Conference on Human Factors in Computing Systems.</h4>
181+
<p class="card-text"> Sumit Asthana, Jane Im, Zhe Chen, Nikola Banovic </p>
182+
</div>
183+
</div>
184+
</div>
185+
175186
<div class="row experience-card">
176187
<div class="col-md-8 offset-md-2">
177188
<div class="card mb-4">
@@ -219,7 +230,7 @@ <h4 class="card-subtitle mb-2 text-muted">
219230
<div class="card mb-4">
220231
<div class="card-body">
221232
<h3 class="card-title">
222-
eneration and assessment of multiple-choice
233+
Generation and assessment of multiple-choice
223234
questions from video transcripts using large language models
224235
</h3>
225236
<h4 class="card-subtitle mb-2 text-muted">

0 commit comments

Comments
 (0)