Skip to content
Closed
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
21 changes: 21 additions & 0 deletions src/member/2024/RobertLiao.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
MemberInternType,
MemberParticipateType,
MemberCompetitionExperienceType,
MemberPresentationType
} from "../../type/MemberCertificateType";

export const RobertLiaoMemberPage = () => {
Expand Down Expand Up @@ -107,6 +108,26 @@
datetime: "2026.02 - ",
}
];
const presentations: MemberPresentationType[] = [

Check failure on line 111 in src/member/2024/RobertLiao.tsx

View workflow job for this annotation

GitHub Actions / deploy

'presentations' is declared but its value is never read.

Check failure on line 111 in src/member/2024/RobertLiao.tsx

View workflow job for this annotation

GitHub Actions / deploy

'presentations' is declared but its value is never read.
{
title: "KeySpace: Public Key Infrastructure Considerations in Interplanetary Networks",
authors: "Joshua Smailes, Filip Futera, Sebastian Köhler, Simon Birnbach, Martin Strohmeier, Ivan Martinovic",
journal: "arXiv preprint (arXiv:2408.10963), 2024.",
datetime: "2024.11.28"
},
{
title: "High-Risk LEO Satellite Network Path Detection Based on Spatial and Temporal Delay Anomaly Analysis",
authors: "Tianyu Zhang, Hewu Li, Jun Liu, Lu Lu, Qian Wu, Shaowen Zheng, Zeqi Lai, Yuanjie Li",
journal: "China Communications, vol. 20, no. 7, pp. 57–71, July 2023.",
datetime: "2025.5.15"
},
{
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"
}
]
const journals: MemberArticleType[] = [];
const conferences: MemberArticleType[] = [];
const techConfs: MemberArticleType[] = [];
Expand Down
Loading