From a0e76cd19b6d4086f9cabcc2c61bdc7f8487fec3 Mon Sep 17 00:00:00 2001 From: Win Huang Date: Mon, 23 Mar 2026 16:06:32 +0800 Subject: [PATCH 1/2] Updata personal blog --- src/member/2024/Win.tsx | 26 ++++++++++++++++++++++++-- 1 file changed, 24 insertions(+), 2 deletions(-) diff --git a/src/member/2024/Win.tsx b/src/member/2024/Win.tsx index 118c5aa..619139b 100644 --- a/src/member/2024/Win.tsx +++ b/src/member/2024/Win.tsx @@ -102,12 +102,22 @@ export const WinMemberPage = () => { { title: "AIS3 EOF CTF 2026 決賽", result: "6/15 Team(Name: Islover)", - datetime: "2026/01/31 - 2026/02/01" + datetime: "2026.01.31 - 2026.02.01" }, { title: "AIS3 EOF CTF 2026 初賽", result: "2/7x Team(Name: Islover)", - datetime: "2025/12/20 - 2025/12/22" + datetime: "2025.12.20 - 2025.12.22" + }, + { + title: "神盾杯 AEGIS 2025 決賽", + result: "10/10 Team(Name: 在小小的實驗室裡挖阿挖阿挖)", + datetime: "2025.11.22 - 2025.11.23" + }, + { + title: "神盾杯 AEGIS 2025 初賽", + result: "7th Team(Name: 在小小的實驗室裡挖阿挖阿挖)", + datetime: "2025.09.27" }, { title: "WHYCTF 2025", @@ -274,6 +284,17 @@ export const WinMemberPage = () => { const journals: MemberArticleType[] = [] const conferences: MemberArticleType[] = [] const techConfs: MemberArticleType[] = [] + + const presentations: MemberPresentationType[] = [ + { + title: "TRACE: Relationship Analysis and Causal Factor Extraction in Cyber Threat Intelligence Reports", + authors: "R. Vaitheeshwari, Eric Hsiao-Kuang Wu, Ying-Dar Lin, Ren-Hung Hwang, Po-Ching Lin, Yuan-Cheng Lai, Asad Ali", + journal: "IEEE Transactions on Dependable and Secure Computing", + datetime: "2025.05.15" + } + ] + + return ( { avatar={Jason} institutes={["國立臺北科技大學 資訊安全碩士學位學程 碩二"]} bio={bio} + presentations={presentations} experiences={competitionExperiences} certificates={certificates} participates={participates} From baea6a2bb05b674865aca41c483f6ba0e9fabaa6 Mon Sep 17 00:00:00 2001 From: Win Huang Date: Mon, 23 Mar 2026 16:17:19 +0800 Subject: [PATCH 2/2] Update personal blog --- src/member/2024/Win.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/member/2024/Win.tsx b/src/member/2024/Win.tsx index 619139b..0ce4a91 100644 --- a/src/member/2024/Win.tsx +++ b/src/member/2024/Win.tsx @@ -1,6 +1,6 @@ import { Sample } from "../Sample" import Jason from "../../assets/member/Win.jpg" -import { MemberArticleType, MemberCertificateType, MemberInternType, MemberParticipateType, MemberCompetitionExperienceType } from "../../type/MemberCertificateType" +import { MemberArticleType, MemberCertificateType, MemberInternType, MemberParticipateType, MemberCompetitionExperienceType, MemberPresentationType } from "../../type/MemberCertificateType" export const WinMemberPage = () => { const bio =