Skip to content

Commit

Permalink
add MOST project
Browse files Browse the repository at this point in the history
  • Loading branch information
menghsun committed Nov 24, 2023
1 parent b28df61 commit a4c6285
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 29 deletions.
26 changes: 25 additions & 1 deletion src/data/researches/projects.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,29 @@
{
"主持計畫 PI Projects": [
{
"name": "第五代行動網路適用於虛實整合應用之低延遲與安全性研究",
"duration": "2022/8 ~ 2023/7",
"subsidy": "科技部 (111-2221-E-006-160 -)",
"subsidy_en": "MOST (111-2221-E-006-160 -)"
},
{
"name": "基於多邊緣接取技術之自駕車入侵偵測系統",
"duration": "2021/8 ~ 2022/7",
"subsidy": "科技部 (110-2221-E-006-016 -)",
"subsidy_en": "MOST (110-2221-E-006-016 -)"
},
{
"name": "結合以太坊與多接取邊緣運算之去中心化5G物聯網架構研究",
"duration": "2020/8 ~ 2021/7",
"subsidy": "科技部 (109-2221-E-006-160 -)",
"subsidy_en": "MOST (109-2221-E-006-160 -)"
},
{
"name": "物聯網於第五代行動通訊網路之安全性異常預防與偵測系統",
"duration": "2019/8 ~ 2020/7",
"subsidy": "科技部 (108-2221-E-006-112 -)",
"subsidy_en": "MOST (108-2221-E-006-112 -)"
},
{
"name": "Anomaly Detection in SDN with PDP",
"duration": "2019/7 ~ 2020/2",
Expand Down Expand Up @@ -133,4 +157,4 @@
"subsidy": "國科會 (NSC 101-3114-Y-006-001)"
}
]
}
}
34 changes: 6 additions & 28 deletions src/data/researches/researches.js
Original file line number Diff line number Diff line change
@@ -1,37 +1,15 @@
const researchesData = {
"研究 Research": `
**本實驗室的研究主軸為:行動網路設計與分析。**
**本實驗室的研究主軸為:
(1) 6G 行動網路,
(2) 軟體定義網路,
(3) 物聯網,
(4) 網路安全。**
**Main research fields of the lab include wireless communications, cloud computing, mobile network design and analysis.**
**Main research fields of the lab include 6G mobile network, software defined networking, Internet of Things (IoT) and cybersecurity.**
---
### 近期研究主題 Recent Research Fields
* Software Defined Network (SDN) and Network Function Virtualization (NFV) (軟體定義網路/網路功能虛擬化)
* Machine-to-Machine (M2M) Communication / Machine-type Communication (MTC) (機器類型通訊)
* Local IP Access (LIPA)
* Device-to-Device (D2D) Communication
* Cloud Radio Access Network (C-RAN)
* Narrow Band IoT (NBIoT)
### 近五年之研究主題 Past Research Fields
* Enhanced Inter-Cell Interference Coordination (eICIC)
* Positioning Methods in Cellular Network (行動定位技術)
* Emergency Communications (緊急通訊技術)
* System Design for Telecom-grade Information System (電信企業等級資訊系統設計)
* IP Multimedia Subsystem (IMS; IP 多媒體子系統)
* Voice Call Continuity (VCC; 語音通話連續性)
`,
}

Expand Down

0 comments on commit a4c6285

Please sign in to comment.