-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathopportunities.html
More file actions
279 lines (252 loc) · 8.83 KB
/
Copy pathopportunities.html
File metadata and controls
279 lines (252 loc) · 8.83 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- SEO Meta Tags -->
<title>IISR Lab - Richard Tzong-Han Tsai</title>
<meta name="description" content="Research Lab at National Central University, Taiwan.">
<meta name="keywords" content="AI, NLP, Machine Learning">
<meta name="author" content="Richard Tzong-Han Tsai">
<!-- Open Graph -->
<meta property="og:title" content="IISR Lab - Richard Tzong-Han Tsai">
<meta property="og:description" content="Research Lab at National Central University, Taiwan.">
<meta property="og:type" content="website">
<style>
body { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif; margin: 0; padding: 0; background-color: #f9f9f9; }
.markdown-body { max-width: 100% !important; padding: 0 !important; }
</style>
</head>
<body>
<!-- 全域樣式與重置 -->
<style>
/* 強制重置 HackMD 預設樣式,確保全寬 */
.container-fluid, #doc, .markdown-body {
max-width: 100% !important;
padding: 0 !important;
margin: 0 !important;
}
.custom-body {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
line-height: 1.6;
color: #333;
background-color: #f9f9f9;
width: 100%;
margin: 0;
padding: 0;
}
/* 導覽列 */
.nav-bar {
background: #fff;
text-align: center;
padding: 15px 20px;
box-shadow: 0 2px 4px rgba(0,0,0,0.05);
font-size: 16px;
white-space: nowrap;
position: sticky;
top: 0;
z-index: 1000;
overflow-x: auto;
}
.nav-bar a {
color: #0366d6;
text-decoration: none;
margin: 0 8px;
font-weight: 500;
}
.nav-bar a:hover {
background-color: #f0f7ff;
border-radius: 4px;
}
.nav-sep { color: #ccc; font-size: 14px; }
/* 內容容器 */
.content-wrapper {
max-width: 1000px;
margin: 0 auto;
padding: 40px 20px;
}
/* 標題樣式 */
.section-title {
text-align: center;
margin: 60px 0 30px 0;
font-size: 1.8em;
color: #2c3e50;
font-weight: bold;
position: relative;
}
.section-title::after {
content: "";
display: block;
width: 60px;
height: 3px;
background: #c0392b;
margin: 15px auto 0;
}
/* 卡片樣式 */
.card {
background: #fff;
border-radius: 8px;
box-shadow: 0 2px 8px rgba(0,0,0,0.05);
padding: 25px;
margin-bottom: 20px;
border-left: 5px solid #ddd;
transition: transform 0.2s;
}
.card:hover {
transform: translateY(-2px);
box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}
.card-blue { border-left-color: #0366d6; }
.card-green { border-left-color: #27ae60; }
.card-red { border-left-color: #c0392b; }
/* 雙欄排版 (Flexbox) */
.flex-row {
display: flex;
flex-wrap: wrap;
gap: 20px;
margin-top: 20px;
}
.flex-col {
flex: 1;
min-width: 300px;
background: #fff;
padding: 25px;
border-radius: 8px;
box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}
.flex-col-transparent {
flex: 1;
min-width: 300px;
padding: 10px;
}
/* 列表樣式 */
ul { padding-left: 20px; color: #555; margin-top: 10px; }
li { margin-bottom: 8px; }
/* 申請區塊 */
.apply-box {
background: #e8f4fd;
border-left: 5px solid #3498db;
padding: 25px;
border-radius: 6px;
color: #333;
}
.email-box {
background: #fff;
padding: 15px;
border-radius: 4px;
border: 1px dashed #ccc;
margin-top: 15px;
font-family: monospace;
color: #555;
}
</style>
<div class="custom-body">
<!-- 導覽列 -->
<div class="nav-bar">
<a href="index.html">Home</a> <span class="nav-sep">|</span>
<a href="pi.html">PI</a> <span class="nav-sep">|</span>
<a href="people.html">People</a> <span class="nav-sep">|</span>
<a href="research.html">Research</a> <span class="nav-sep">|</span>
<a href="impact.html">Impact</a> <span class="nav-sep">|</span>
<a href="collaboration.html">Collab</a> <span class="nav-sep">|</span>
<a href="publications.html">Pubs</a> <span class="nav-sep">|</span>
<a href="news.html">News</a> <span class="nav-sep">|</span>
<a href="opportunities.html">Opportunities</a>
</div>
<div class="content-wrapper">
<!-- Hero Intro -->
<div style="text-align:center; margin-bottom:50px;">
<h1 style="margin-bottom:15px; font-size:2.5em; color:#2c3e50;">Join & Collaborate with IISR</h1>
<p style="font-size:1.1em; color:#666; line-height:1.8; max-width:800px; margin:0 auto;">
IISR welcomes motivated students and collaborators to build <b>practical, trustworthy AI systems</b>. Whether you are a prospective student or an industry partner, we invite you to join us in advancing Localized LLMs, BioNLP, and Digital Humanities.
</p>
</div>
<!-- Research Topics -->
<h2 class="section-title" style="margin-top:0;">What You Can Work On</h2>
<!-- 1. LLM (Blue) -->
<div class="card card-blue">
<h3 style="margin-top:0; color:#0366d6;">🇹🇼 Taiwan-Localized LLMs & Low-Resource Languages</h3>
<ul>
<li>Efficient alignment and instruction-following for new languages (e.g., Chat Vector-style transfer).</li>
<li>Trustworthy evaluation using culturally grounded benchmarks (e.g., TWBias).</li>
<li>Hokkien translation / generation and multimodal learning applications (e.g., ATAIGI).</li>
</ul>
</div>
<!-- 2. BioNLP (Green) -->
<div class="card card-green">
<h3 style="margin-top:0; color:#27ae60;">🧬 Biomedical NLP (BioNLP)</h3>
<ul>
<li>Data-centric learning for noisy biomedical datasets (e.g., relation extraction).</li>
<li>Privacy-preserving clinical NLP (de-identification, temporal normalization).</li>
<li>Evidence-grounded biomedical QA (retrieval + generation).</li>
</ul>
</div>
<!-- 3. DH (Red) -->
<div class="card card-red">
<h3 style="margin-top:0; color:#c0392b;">🗺️ Digital Humanities & Historical GIS</h3>
<ul>
<li>Context-aware representations for historical entities and trajectories (e.g., MingOfficial).</li>
<li>Domain adaptation for unlabeled historical maps.</li>
<li>Long-document RAG with traceability and human-in-the-loop evaluation.</li>
</ul>
</div>
<!-- Values & Skills -->
<div class="flex-row">
<div class="flex-col">
<h3 style="margin-top:0; color:#2c3e50;">🌟 What We Value</h3>
<ul>
<li><b>Curiosity</b> and strong ownership.</li>
<li><b>Reproducibility mindset</b> (clean experiments, careful evaluation, readable code).</li>
<li><b>Collaboration</b> and the ability to iterate with real stakeholders.</li>
</ul>
</div>
<div class="flex-col">
<h3 style="margin-top:0; color:#2c3e50;">🛠️ Recommended Skills</h3>
<ul>
<li><b>Python</b> (required), <b>PyTorch</b> (preferred).</li>
<li>IR/NLP/ML fundamentals; comfort reading papers.</li>
<li><b>Bonus:</b> Information retrieval, LLM evaluation, data engineering, or GIS.</li>
</ul>
</div>
</div>
<!-- Application Process -->
<h2 class="section-title">How to Apply (Students/RAs)</h2>
<div class="apply-box">
<p style="margin-top:0;">Please email the following materials to Prof. Richard Tzong-Han Tsai:</p>
<ul style="margin-bottom:20px;">
<li><b>CV / Resume</b></li>
<li><b>Short Statement</b> (≤ 1 page): Research interests, skills, and available time.</li>
<li><b>(Optional)</b> Transcript, publications, or portfolio (GitHub, demos).</li>
</ul>
<div class="email-box">
<b>📧 Email:</b> <a href="mailto:thtsai@g.ncu.edu.tw" style="color:#0366d6;">thtsai@g.ncu.edu.tw</a><br>
<b>📝 Subject:</b> [IISR] Application – Your Name – PhD/MS/RA/Intern
</div>
</div>
<!-- Collaboration & Contact -->
<h2 class="section-title">Collaboration & Contact</h2>
<p style="text-align:center; color:#666; margin-bottom:30px;">
We actively collaborate with academia, hospitals, national institutions, and industry partners (e.g., semiconductor, public sector, education).
</p>
<div class="flex-row">
<div class="flex-col-transparent">
<h3 style="margin-top:0; color:#2c3e50;">📍 Lab Location</h3>
<p style="line-height:1.8; color:#555;">
<b>National Central University</b><br>
Engineering Building 5, Room A305 (工程五館 A305室)<br>
No. 300, Zhongda Rd., Zhongli District,<br>
Taoyuan City 32001, Taiwan
</p>
</div>
<div class="flex-col-transparent">
<!-- Google Maps Embed -->
<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3617.2660142916845!2d121.1908233150064!3d24.96980398400262!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x346823c18c356981%3A0x633519c13e4b785!2z5ZyL56uL5Lit5aSu5aSn5a245bel56iL5Zub6aSo!5e0!3m2!1szh-TW!2stw!4v1626338888888!5m2!1szh-TW!2stw" width="100%" height="250" style="border:0; border-radius:8px; box-shadow:0 2px 8px rgba(0,0,0,0.1);" allowfullscreen="" loading="lazy"></iframe>
</div>
</div>
<div style="text-align:center;margin-top:60px;">
<a href="index.html" style="background:#2c3e50;color:#fff;padding:12px 30px;border-radius:30px;text-decoration:none;font-weight:bold;box-shadow:0 4px 10px rgba(0,0,0,0.2);">← Back to Home</a>
</div>
</div> <!-- content-wrapper end -->
</div> <!-- custom-body end -->
</body>
</html>