Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file removed src/assets/member/WIFI.gif
Binary file not shown.
Binary file modified src/assets/member/WIFI.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/member/2024/RobertLiao.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ export const RobertLiaoMemberPage = () => {
title: "Application Scenarios of Confidential Computing in Satellite Internet",
authors: "Jie Ren, Lin Lin, Miao Xue, Zelin Wang",
journal: "In Proc. EAI SecureComm 2023, Springer LNICST, Hong Kong, October 2023.",
datetime: "2025.5.15"
datetime: "2025.10.9"
}
];
const journals: MemberArticleType[] = [];
Expand Down
13 changes: 11 additions & 2 deletions src/member/2024/WIFI.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { Sample } from "../Sample"
import WIFI from "../../assets/member/WIFI.jpg"
import { MemberArticleType, MemberCertificateType, MemberInternType, MemberParticipateType, MemberCompetitionExperienceType } from "../../type/MemberCertificateType"
import { MemberArticleType, MemberCertificateType, MemberInternType, MemberParticipateType, MemberCompetitionExperienceType, MemberPresentationType } from "../../type/MemberCertificateType"
export const WIFIMemberPage = () => {
const bio = "嗨伊,我是 WIFI。"
const certificates: MemberCertificateType[] = [
Expand Down Expand Up @@ -127,7 +127,7 @@ export const WIFIMemberPage = () => {
},
{
title: "AEGIS 2025 決賽",
result: "9/10 Team(Name: 在小小的實驗室裡挖阿挖阿挖)",
result: "10/10 Team(Name: 在小小的實驗室裡挖阿挖阿挖)",
datetime: "2025/11/22 - 2025/11/23"
},
{
Expand Down Expand Up @@ -216,6 +216,14 @@ export const WIFIMemberPage = () => {
datetime: "2026/01/27 - 2026/01/28"
}
]
const presentations: MemberPresentationType[] = [
{
title: "File Hijacking Vulnerability : The Elephant in the Room",
authors: "Chendong Yu, Yang Xiao, Jie Lu, Yuekang Li, Yeting Li, Lian Li, Yifan Dong, Jian Wang, Jingyi Shi, Defang Bo and Wei Huo",
journal: "Network and Distributed System Security (NDSS) Symposium 2024",
datetime: "2025.05.08"
}
]
const internExperiences: MemberInternType[] = []
const journals: MemberArticleType[] = [
{
Expand Down Expand Up @@ -247,6 +255,7 @@ export const WIFIMemberPage = () => {
certificates={certificates}
participates={participates}
intern={internExperiences}
presentations={presentations}
journals={journals}
conferences={conferences}
techConfs={techConfs}
Expand Down
Loading