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
19 changes: 12 additions & 7 deletions src/member/2026/Stanley.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ export const StanleyMemberPage = () => {

const raceExperiences: MemberCompetitionExperienceType[] = [
{
title: "AIS3 新型態資安暑期課程",
title: "2025 AIS3 新型態資安暑期課程",
result: "最佳專題",
datetime: "2025.07"
},
{
title: "AIS3 pre-exam 初賽",
title: "2025 AIS3 pre-exam",
result: "57 / 344(16.6%)",
datetime: "2025.05"
},
Expand All @@ -32,7 +32,12 @@ export const StanleyMemberPage = () => {
title: "BITSCTF 2026",
result: "第 105 / 859 名(12.2%)",
datetime: "2026.02"
}
},
{
title: "2026 AIS3 pre-exam",
result: "39 / 329(8.4%)",
datetime: "2026.05"
},
]

const participates: MemberParticipateType[] = [
Expand All @@ -50,23 +55,23 @@ export const StanleyMemberPage = () => {
},
{
title: "第十屆 AIS3 好厲駭 高階學員培訓",
datetime: "2025.09 - 現在"
datetime: "2025.09 - 2026.08"
},
{
title: "大同大學 科學開源服務社(副社長/講師/助教)",
datetime: "2023.08 - 現在"
datetime: "2023.08 - 2026.06"
},
{
title: "SITCON 2026 學生計算機年會 製播組",
datetime: "2025.09 - 現在"
datetime: "2025.09 - 2026.03"
}
]

const internExperiences: MemberInternType[] = [
{
company: "TeamT5 杜浦數位安全",
info: "威脅情資研究員,惡意程式分析與威脅情資",
datetime: "2025.09 - 現在"
datetime: "2025.09 - 2026.06"

}
]
Expand Down
2 changes: 1 addition & 1 deletion src/page/Member.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -454,7 +454,7 @@ export function Member() {
joinDate: "2025.12",
role: "碩零,資安碩士",
coAdvisor: "",
experience: "杜浦數位安全股份有限公司實習生",
experience: "",
certificate: "",
website: "/#/member/2026/Stanley",
avatar: _Stanley,
Expand Down
Loading