Skip to content

Commit f60afa7

Browse files
authored
Update research.js
1 parent f5d024e commit f60afa7

File tree

1 file changed

+39
-1
lines changed

1 file changed

+39
-1
lines changed

pages/research.js

Lines changed: 39 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ const ResearchPage = () => {
2626
</div>
2727
</div>
2828

29-
{/* Published Papers (refreshed UI) */}
29+
{/* Published Papers */}
3030
<div className="mb-5">
3131
<div className="d-flex align-items-center justify-content-between flex-wrap gap-2 mb-3">
3232
<h2 className="text-primary mb-0">Published Papers</h2>
@@ -82,6 +82,44 @@ const ResearchPage = () => {
8282
</div>
8383
</div>
8484

85+
{/* Item */}
86+
<div className="card border-0 shadow-sm">
87+
<div className="card-body p-4">
88+
<div className="d-flex justify-content-between align-items-start gap-3 flex-wrap">
89+
<div className="flex-grow-1">
90+
<div className="d-flex align-items-center gap-2 mb-2">
91+
<span className="badge rounded-pill text-bg-secondary">Preprint</span>
92+
<span className="text-muted small">March 2025 • Seattle, USA </span>
93+
</div>
94+
95+
<h5 className="text-dark fw-semibold mb-2">
96+
Big Help or Big Brother? Auditing Tracking, Profiling, and Personalization in Generative AI Assistants
97+
</h5>
98+
99+
<p className="text-muted mb-2">
100+
Yash Vekaria, Aurelio Loris Canino, Jonathan Levitsky, Alex Ciechonski, Patricia Callejo, Anna Maria Mandalari, Zubair Shafiq
101+
</p>
102+
103+
<p className="text-muted mb-0">
104+
<span className="fw-semibold">Venue:</span> 34th USENIX Security Symposium
105+
</p>
106+
</div>
107+
108+
<div className="d-flex gap-2">
109+
<a
110+
href="https://www.usenix.org/conference/usenixsecurity25/presentation/vekaria"
111+
target="_blank"
112+
rel="noopener noreferrer"
113+
className="btn btn-outline-primary btn-sm"
114+
>
115+
<i className="bi bi-file-earmark-text me-2"></i>
116+
Read
117+
</a>
118+
</div>
119+
</div>
120+
</div>
121+
</div>
122+
85123
{/* Item */}
86124
<div className="card border-0 shadow-sm">
87125
<div className="card-body p-4">

0 commit comments

Comments
 (0)