Skip to content

Commit d10bbaf

Browse files
haojianclaude
andcommitted
Fix oauthhub image path and update authors
Changed image extension from .png to .jpg to match actual file, added missing author, and added photos directory. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 422b8ba commit d10bbaf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

public/photos/oauthhub.jpg

35.5 KB
Loading

src/data/publications.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ export const publications: Publication[] = [
2020
id: "oauthhub",
2121
shorttitle: "oauthhub",
2222
title: "OAuthHub: Mitigating OAuth Data Overaccess through a Local Data Hub",
23-
authors: "qiyu li, haojian jin",
23+
authors: "qiyu li, yuhe tian, haojian jin",
2424
venue: "pets'26",
2525
year: 2026,
26-
image: "https://www.haojianj.in/resource/image/arkinator.jpg",
26+
image: "photos/oauthhub.jpg",
2727
links: [{ label: "paper", url: "#" }],
2828
category: "conference",
2929
tags: ["privacy", "ai systems"],

0 commit comments

Comments
 (0)