Skip to content

Commit

Permalink
Update Alumni.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
7his15CYS authored Oct 21, 2024
1 parent b1d872c commit c94fc2c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/page/Alumni.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -89,13 +89,13 @@ export function Alumni(){
const undergraduateAlumniStudentTableDatas = [
{
year: "113",
name: "陳思群、顏睿寬、許宸瑋",
name: "陳思群、<font color="#FF0000">顏睿寬</font>、許宸瑋",

Check failure on line 92 in src/page/Alumni.tsx

View workflow job for this annotation

GitHub Actions / deploy

',' expected.

Check failure on line 92 in src/page/Alumni.tsx

View workflow job for this annotation

GitHub Actions / deploy

':' expected.
title: "結合語言模型與特徵機制之整合式網路入侵偵測告警系統",
note: "通過"
},
{
year: "113",
name: "吳奕萱、程邦博、何穎宣",
name: "吳奕萱、程邦博、<font color="#FF0000">何穎宣</font>",

Check failure on line 98 in src/page/Alumni.tsx

View workflow job for this annotation

GitHub Actions / deploy

',' expected.

Check failure on line 98 in src/page/Alumni.tsx

View workflow job for this annotation

GitHub Actions / deploy

':' expected.
title: "基於 API 呼叫序列的深度學習模型用於勒索病毒偵測",
note: "通過大專生計畫編號:113-2813-C-027-054-E、榮獲 2024 北科實務專題競賽 佳作"
},
Expand All @@ -107,7 +107,7 @@ export function Alumni(){
},
{
year: "113",
name: "林蔚、許恩誠、魏名宏",
name: "林蔚、許恩誠、<font color="#FF0000">魏名宏</font>",

Check failure on line 110 in src/page/Alumni.tsx

View workflow job for this annotation

GitHub Actions / deploy

',' expected.

Check failure on line 110 in src/page/Alumni.tsx

View workflow job for this annotation

GitHub Actions / deploy

':' expected.
title: "透過模擬駭客行為來學習網路攻防觀念之教學用軟體設計",
note: "通過"
},
Expand Down

0 comments on commit c94fc2c

Please sign in to comment.