-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,14 +9,14 @@ export function Introduction(){ | |
<h4 className="text-center fw-bold mb-3">簡介</h4> | ||
<p> <span style={{fontWeight: 800}}>Information Security Laboratory</span> (ISLab@NTUT) was founded in August 2022 in the Department of Computert Science and Information Engineering, National Taipei University of Technology. Led by professor <a className="text-decoration-underline" onClick={() => navigate("/Profile")} style={{cursor: 'pointer'}}>Chin-Yu Sun</a>, our team aims to design original methodologies and develop practical security systems to meet the different demands of clients.</p> | ||
<p> Our research topics include: </p> | ||
<ul style={{lineHeight: 2}}> | ||
|
||
<li className="text-white"> | ||
{ topics.map((topic) => <Topics topic={topic.title} description={topic.description}></Topics>) } | ||
</li> | ||
</ul> | ||
|
||
<p> We welcome students with <span className="bold-red">research passion</span> and <span className="bold-red">crazy ideas</span> to join us and expect our research projects can have great protection on improving computer security. </p> | ||
<br></br> | ||
<p> 欲加入實驗室之同學,請先行閱讀《<a className="text-decoration-underline" style={{cursor: 'pointer'}} onClick={() => navigate("/rules")}>本實驗室入場手冊</a>》,再與《<a href="mailto:[email protected]">我</a>》聯繫。 </p> | ||
<p> 欲加入實驗室之同學,請先行閱讀《<a className="text-decoration-underline" style={{cursor: 'pointer'}} onClick={() => navigate("/rules")}>實驗室入場手冊</a>》,再與《<a href="mailto:[email protected]">我</a>》聯繫。 </p> | ||
</div> | ||
) | ||
} | ||
} |