From efc2557219d1df1d3a37b57d50be7909202c5a40 Mon Sep 17 00:00:00 2001 From: yeyeye0618 Date: Tue, 24 Mar 2026 11:08:42 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E8=AB=96=E6=96=87=E5=A0=B1?= =?UTF-8?q?=E5=91=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/member/2025/Yeyeye.tsx | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/src/member/2025/Yeyeye.tsx b/src/member/2025/Yeyeye.tsx index 5f2cf93..afa50a3 100644 --- a/src/member/2025/Yeyeye.tsx +++ b/src/member/2025/Yeyeye.tsx @@ -6,6 +6,7 @@ import { MemberInternType, MemberParticipateType, MemberCompetitionExperienceType, + MemberPresentationType } from "../../type/MemberCertificateType"; // 個人簡介 @@ -161,6 +162,15 @@ const conferences: MemberArticleType[] = []; // 技術會議論文 const techConfs: MemberArticleType[] = []; +const presentations: MemberPresentationType[] = [ + { + title: "XSSky: Detecting XSS Vulnerabilities through Local Path-Persistent Fuzzing", + authors: "Youkun Shi, Yuan Zhang, Tianhao Bai, Feng Xue, Jiarun Dai, Fengyu Liu, Lei Zhang, Xiapu Luo, and Min Yang", + journal: "USENIX Security Symposium", + datetime: "2025.08.13" + } + ] + export const YeyeyeMemberPage = () => { return ( { avatar={avatarSrc} institutes={["國立臺北科技大學 資工系碩士班 碩一"]} bio={bio()} + presentations={presentations} experiences={competitionExp} certificates={certificates} participates={participates}