Skip to content

Commit

Permalink
fix: Modify few wrong from last update
Browse files Browse the repository at this point in the history
  • Loading branch information
Hsueh008 committed Oct 23, 2024
1 parent c32ba57 commit 3b99043
Showing 1 changed file with 19 additions and 16 deletions.
35 changes: 19 additions & 16 deletions src/res/data/member.js
Original file line number Diff line number Diff line change
Expand Up @@ -187,49 +187,49 @@ export const memberData = [
zh: '薛揚',
en: 'Yang Hsueh',
dept: 0,
deg: 1,
deg: 3,
// image: ,
},
{
zh: '蔡沐風',
en: 'Mu-Feng Tsai',
dept: 0,
deg: 1,
deg: 3,
// image: ,
},
{
zh: '劉明杰',
en: 'Ming-Jie Liu',
dept: 0,
deg: 1,
deg: 3,
// image: ,
},
{
zh: '黃星翰',
en: 'Xing-Han Huang',
dept: 0,
deg: 1,
deg: 3,
// image: ,
},
{
zh: '黃子軒',
en: 'Tzu-Hsuan Huang',
dept: 0,
deg: 1,
deg: 3,
// image: ,
},
{
zh: '朱冠瑜',
en: 'Kuan-Yu Chu',
dept: 0,
deg: 1,
deg: 3,
// image: ,
},
{
zh: '劉秉頎',
en: 'Ping-Chi Liou',
dept: 0,
deg: 1,
deg: 3,
// image: ,
},
{
Expand Down Expand Up @@ -274,6 +274,13 @@ export const memberData = [
deg: 1,
image: YuXiangHong,
},
{
zh: '古耕榕',
en: 'Keng-Jung Ku',
dept: 0,
deg: 1,
image: KengJungKu,
},
// Graduate PhDs
{
zh: '林英嘉',
Expand Down Expand Up @@ -439,14 +446,6 @@ export const memberData = [
image: DiNanLin,
year: 2024,
},
{
zh: '古耕榕',
en: 'Keng-Jung Ku',
dept: 0,
deg: 1,
image: KengJungKu,
year: 2024,
},
{
zh: '胡劍杰',
en: 'Runn Prasoprat',
Expand Down Expand Up @@ -1163,9 +1162,13 @@ export const parsingRule = {
'master', // 1 for master degree
],
dept: [
// Departments of NCKU, before 2024.7
'CSIE', // 0 for Computer Science and Information Engineering
'IMI', // 1 for Institute of Medical Informatics
'IMI', // 1 for Institute of Medical Informatics
'AIMP', // 2 for Artificial Intelligence Technology Master Program
// Departments of NTHU, after 2024.8
'CS', // 3 for Computer Science
'ISA', // 4 for Institute of Information Systems and Applications
],
}

Expand Down

0 comments on commit 3b99043

Please sign in to comment.