Skip to content

Commit ab89c42

Browse files
committed
updates
1 parent 61f1097 commit ab89c42

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

src/data/publications.ts

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,18 @@ export interface Publication {
1616
}
1717

1818
export const publications: Publication[] = [
19+
{
20+
id: "oauthhub",
21+
shorttitle: "oauthhub",
22+
title: "OAuthHub: Mitigating OAuth Data Overaccess through a Local Data Hub",
23+
authors: "qiyu li, haojian jin",
24+
venue: "pets'26",
25+
year: 2026,
26+
image: "https://www.haojianj.in/resource/image/arkinator.jpg",
27+
links: [{ label: "paper", url: "https://www.haojianj.in/publications.html" }],
28+
category: "conference",
29+
tags: ["privacy", "ai systems"],
30+
},
1931
{
2032
id: "lmgame-bench",
2133
shorttitle: "LMGame Bench",

0 commit comments

Comments
 (0)