diff --git a/src/member/2025/Yueric.tsx b/src/member/2025/Yueric.tsx index 7d10a3e..6e8f339 100644 --- a/src/member/2025/Yueric.tsx +++ b/src/member/2025/Yueric.tsx @@ -1,5 +1,5 @@ import { Sample } from "../Sample" -import { MemberArticleType, MemberCertificateType, MemberInternType, MemberParticipateType, MemberCompetitionExperienceType } from "../../type/MemberCertificateType" +import { MemberArticleType, MemberCertificateType, MemberInternType, MemberParticipateType, MemberCompetitionExperienceType, MemberPresentationType} from "../../type/MemberCertificateType" export const YuericMemberPage = () => { const bio = "我是劉章佑。" @@ -79,6 +79,14 @@ export const YuericMemberPage = () => { const journals: MemberArticleType[] = [] const conferences: MemberArticleType[] = [] const techConfs: MemberArticleType[] = [] + const presentations: MemberPresentationType[] = [ + { + title: "Gupacker: Generalized Unpacking framework for Android Malware", + authors: "Tao Zheng, Qiyu Hou, Xingshu Chen, Hao Ren, Meng Li, Hongwei Li,and Changxiang Shen", + journal: "IEEE TRANSACTIONS ON INFORMATION FORENSICS AND SECURITY (2025)", + datetime: "2026.1.22" + } + ] return ( { journals={journals} conferences={conferences} techConfs={techConfs} + presentations={presentations} > ) } \ No newline at end of file