Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Ryan.tsx #67

Merged
merged 1 commit into from
Nov 6, 2024
Merged
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
17 changes: 15 additions & 2 deletions src/member/2022/Ryan.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -212,10 +212,23 @@ export const RyanMemberPage = () => {
},
{
authors: "Sheng-Shan Chen, Hou-Tsan Lee, Tun-Wen Pai*, Chao-Hung Wang",
title: "Intelligent Medical Interactive Educational System for Cardiovascular Disease.",
title: "Intelligent Medical Interactive Educational System for Cardiovascular Disease",
target: "Advances and Trends in Artificial Intelligence. Theory and Practices in Artificial Intelligence: 35th International Conference on Industrial, Engineering and Other Applications of Applied Intelligent Systems, IEA/AIE 2022",
details: "Kitakyushu, Japan, July 19–22, 2022, Proceedings. Springer-Verlag, Berlin, Heidelberg, 101–111"
}
},
{
authors: "李宗儒, 張光文, 陳勝舢, 林偉川*",
title: "應用多功能感測器於車內安全系統",
target: "2020 Taiwan Academic Network Conference (TANET)",
details: "Taipei, Taiwan, Oct 28-30, 2020."
},
{
authors: "陳勝舢, 李後燦, 王兆弘, 白敦文*",
title: "心血管疾病之智慧醫療教育互動系統",
target: "2020 Taiwan Academic Network Conference (TANET)",
details: "Taipei, Taiwan, Oct 28-30, 2020."
},

]
const techConfs: MemberArticleType[] = [
{
Expand Down