We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61f1097 commit ab89c42Copy full SHA for ab89c42
1 file changed
src/data/publications.ts
@@ -16,6 +16,18 @@ export interface Publication {
16
}
17
18
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
+ },
31
{
32
id: "lmgame-bench",
33
shorttitle: "LMGame Bench",
0 commit comments