forked from ArvinH/netdb-web
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
327 lines (321 loc) · 13.9 KB
/
index.html
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
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width" />
<title>NetDB - 前瞻網路實驗室</title>
<link rel="stylesheet" href="http://fonts.googleapis.com/earlyaccess/notosanstc.css" type="text/css" media="all" />
<link rel="stylesheet" href="./css/main.css" type="text/css" media="all" />
<link rel="stylesheet" href="./css/font-awesome.min.css" type="text/css" media="all" />
</head>
<body>
<div id="menu">
<div id="menu-other">
</div>
<div id="menu-bar">
<ul>
<li>
<a href="#about">
About
</a>
</li>
<li>
<a href="#project">
Project
</a>
</li>
<li>
<a href="#member">
Member
</a>
</li>
</ul>
<span>
<i class="fa fa-times menu-close"></i>
</span>
</div>
</div>
<header id=header>
<h3><a href="#banner">NETDB</a></h3>
<nav id="nav">
<ul id="ul-desktop">
<li>
<a href="#about">
About
</a>
</li>
<li>
<a href="#project">
Project
</a>
</li>
<li>
<a href="#member">
Member
</a>
</li>
</ul>
<ul id="ul-tablet">
<li>
<span>
Menu
<i class="fa fa-bars"></i>
</span>
</li>
</ul>
</nav>
</header>
<section id="banner">
<div class="inner">
<h2>NETDB</h2>
<p>熱情 · 創新 · 分享</p>
</div>
<div class="more">
<a href="#about">
<i class="fa fa-chevron-circle-down fa-3x"></i>
</a>
</div>
</section>
<section id="about">
<h2>About</h2>
<div id="description">NetDB是由一群有創業熱忱,想改變世界的人聚集而成的,在這裡我們關注科技、環境、社會,任何關於人的議題,我們想藉由吸引大家的注意力,進而帶動更多人一起改變世界,如果您有相同的熱忱,我們誠摯地邀請你加入。</div>
<div class="cards">
<div class="aboutCard">
<img src=image/about/visualization.svg alt=Data Visualization>
<h4>Data Visualization</h4>
<p>將各式各樣的Open data用D3.js技術呈現與網頁上,透過資料視覺化,讓一般民眾也能輕易了解資料背後的意義。</p>
</div>
<div class="aboutCard">
<img src=image/about/epidemic.svg alt=Epidemic Computing>
<h4>Epidemic Computing</h4>
<p>透過Big data進行防疫科技運算,協助臺南市政府登革熱防疫。</p>
</div>
<div class="aboutCard">
<img src=image/about/intelligence.svg alt=Data Intelligence>
<h4>Data Intelligence</h4>
<p>建立資料流,從資料收集、分析到呈現都能透過模組化分工,快速建置。</p>
</div>
</div>
</section>
<section id="project">
<h2>Project</h2>
<div class="projectCard">
<div class="projectCard-img">
<img src=image/project/mosquitoman-logo.png alt=掌蚊人>
</div>
<div class="projectCard-info">
<h3>掌蚊人</h3>
<p>掌蚊人是成大跨領域專案,由成大資訊系、醫學院以及數學系等科系與台南市政府協同防疫,透過學界的專業知識搭配政府的政策執行,讓防疫效果更為卓越。</p>
</div>
</div>
<div class="projectCard">
<div class="projectCard-img">
<img src=image/project/taiwanstat-logo.png alt=用數據看台灣>
</div>
<div class="projectCard-info">
<h3>用數據看台灣</h3>
<p>用數據看台灣是資料視覺化的專案,裡面包含台灣各種不同Open data的視覺化,從2015的水庫圖開始累計,目前已經超過210萬的使用者,以及730萬的瀏覽量。</p>
</div>
</div>
<div class="projectCard">
<div class="projectCard-img">
<img src=image/project/instants-logo.png alt=Instants>
</div>
<div class="projectCard-info">
<h3>Instants</h3>
<p>Instants是Chrome的App,安裝後可以在Chrome的新分頁看到即時的環境指標、票房排名、本週上映電影、新聞及藝文活動等,目前下載量已突破15000次。</p>
</div>
</div>
</section>
<section id="member">
<h2>Member</h2>
<div class="memberContent">
<div class="memberListTitle">
<h3>Current Member</h3>
<div class="titleDecoration" id="currentMemberDecoration"></div>
</div>
<div class="memberList">
<div class="memberCard">
<img src=https://s3-ap-northeast-1.amazonaws.com/netdb-web/member/ktchuang.jpg alt="">
<h4>Kun-Ta Chuang (prof.)
<a href="mailto:[email protected]">
<i class="fa fa-envelope-o" aria-hidden="true"></i>
</a>
<a href="https://github.com/ktchuang" target="_blank">
<i class="fa fa-github" aria-hidden="true"></i>
</a>
</h4>
<p>Data Mining, Epidemic Computing</p>
</div>
<div class="memberCard">
<img src=https://s3-ap-northeast-1.amazonaws.com/netdb-web/member/bohengchen.jpg alt="">
<h4>Bo-Heng Chen (PhD)
<a href="mailto:[email protected]">
<i class="fa fa-envelope-o" aria-hidden="true"></i>
</a>
<a href="https://github.com/bohengchen" target="_blank">
<i class="fa fa-github" aria-hidden="true"></i>
</a>
</h4>
<p>Social Media Mining, Spatio-Temporal Mining</p>
</div>
<div class="memberCard">
<img src=https://s3-ap-northeast-1.amazonaws.com/netdb-web/member/shan-yun-teng.jpg alt="">
<h4>Shan-Yun Teng (PhD)
<a href="mailto:[email protected]">
<i class="fa fa-envelope-o" aria-hidden="true"></i>
</a>
<a href="https://github.com/sharonning" target="_blank">
<i class="fa fa-github" aria-hidden="true"></i>
</a>
</h4>
<p>Social Computing, Sensor Network Mining </p>
</div>
<div class="memberCard">
<img src=https://s3-ap-northeast-1.amazonaws.com/netdb-web/member/kevin.jpg alt="">
<h4>Yen-Kuan Lee (PhD)
<a href="mailto:[email protected]">
<i class="fa fa-envelope-o" aria-hidden="true"></i>
</a>
<a href="https://github.com/yenkuanlee" target="_blank">
<i class="fa fa-github" aria-hidden="true"></i>
</a>
</h4>
<p>Database, Knowledge Graph</p>
</div>
<div class="memberCard">
<img src=https://s3-ap-northeast-1.amazonaws.com/netdb-web/member/peihsuan.jpg alt="">
<h4>Pei-Hsuan Hsieh (PhD)
<a href="mailto:[email protected]">
<i class="fa fa-envelope-o" aria-hidden="true"></i>
</a>
<a href="https://github.com/peihsuan" target="_blank">
<i class="fa fa-github" aria-hidden="true"></i>
</a>
</h4>
<p>Product Design, Data Visualization</p>
</div>
<div class="memberCard">
<img src=https://s3-ap-northeast-1.amazonaws.com/netdb-web/member/chihsuan.jpeg alt="">
<h4>Chi-Hsuan Huang (MS)
<a href="mailto:[email protected]">
<i class="fa fa-envelope-o" aria-hidden="true"></i>
</a>
<a href="https://github.com/chihsuan" target="_blank">
<i class="fa fa-github" aria-hidden="true"></i>
</a>
</h4>
<p>Web development, Data visualization</p>
</div>
<div class="memberCard">
<img src=https://s3-ap-northeast-1.amazonaws.com/netdb-web/member/kao-cheng.png alt="">
<h4>Kao-Cheng Lee (MS)
<a href="mailto:[email protected]">
<i class="fa fa-envelope-o" aria-hidden="true"></i>
</a>
<a href="" target="_blank">
<i class="fa fa-github" aria-hidden="true"></i>
</a>
</h4>
<p>Distributed computing, Data analysis</p>
</div>
<div class="memberCard">
<img src=https://s3-ap-northeast-1.amazonaws.com/netdb-web/member/poanyang.jpg alt="">
<h4>Po-An Yang (MS)
<a href="mailto:[email protected]">
<i class="fa fa-envelope-o" aria-hidden="true"></i>
</a>
<a href="https://github.com/FrankYang0529" target="_blank">
<i class="fa fa-github" aria-hidden="true"></i>
</a>
</h4>
<p>Web Backend, Backend Architecture</p>
</div>
<div class="memberCard">
<img src=https://s3-ap-northeast-1.amazonaws.com/netdb-web/member/leew.jpg alt="">
<h4>Wei Lee (MS)
<a href="mailto:[email protected]">
<i class="fa fa-envelope-o" aria-hidden="true"></i>
</a>
<a href="https://github.com/Lee-W" target="_blank">
<i class="fa fa-github" aria-hidden="true"></i>
</a>
</h4>
<p>Machine Learning, Web Backend</p>
</div>
<div class="memberCard">
<img src=https://s3-ap-northeast-1.amazonaws.com/netdb-web/member/jielite.jpg alt="">
<h4>Jie-Han Chen (MS)
<a href="mailto:[email protected]">
<i class="fa fa-envelope-o" aria-hidden="true"></i>
</a>
<a href="https://github.com/JIElite" target="_blank">
<i class="fa fa-github" aria-hidden="true"></i>
</a>
</h4>
<p>Backend Optimization, Software Engineering</p>
</div>
<div class="memberCard">
<img src=https://s3-ap-northeast-1.amazonaws.com/netdb-web/member/nacat.jpg alt="">
<h4>Hao-Tzu Huang (MS)
<a href="mailto:[email protected]">
<i class="fa fa-envelope-o" aria-hidden="true"></i>
</a>
<a href="https://github.com/nacat" target="_blank">
<i class="fa fa-github" aria-hidden="true"></i>
</a>
</h4>
<p>Spatiotemporal data analysis, Natural language processing</p>
</div>
<div class="memberCard">
<img src=https://s3-ap-northeast-1.amazonaws.com/netdb-web/member/tsehang.jpg alt="">
<h4>Meng-Tse, Hang (Bachelor)
<a href="mailto:[email protected]">
<i class="fa fa-envelope-o" aria-hidden="true"></i>
</a>
<a href="https://github.com/TseHang" target="_blank">
<i class="fa fa-github" aria-hidden="true"></i>
</a>
</h4>
<p>Web Frontend, Design thinking</p>
</div>
<div class="memberCard">
<img src=https://s3-ap-northeast-1.amazonaws.com/netdb-web/member/chengkuan.jpg alt="">
<h4>Cheng-Kuan Ou (Bachelor)
<a href="mailto:[email protected]">
<i class="fa fa-envelope-o" aria-hidden="true"></i>
</a>
<a href="https://github.com/cheng-kuan" target="_blank">
<i class="fa fa-github" aria-hidden="true"></i>
</a>
</h4>
<p>Web Backend, Data analysis</p>
</div>
<div class="memberCard">
<img src=https://s3-ap-northeast-1.amazonaws.com/netdb-web/member/tinglo.jpg alt="">
<h4>Lo-Pang-Yun Ting (Bachelor)
<a href="mailto:[email protected]">
<i class="fa fa-envelope-o" aria-hidden="true"></i>
</a>
<a href="https://github.com/tinglo" target="_blank">
<i class="fa fa-github" aria-hidden="true"></i>
</a>
</h4>
<p>Web Frontend, Data analysis</p>
</div>
</div>
<!-- <div class="memberListTitle"> -->
<!-- <h3>Alumni</h3> -->
<!-- <div class="titleDecoration" id="alumniDecoration"></div> -->
<!-- </div> -->
<!-- <div class="memberList"> -->
<!-- <h4>Kun-Ta Chuang (prof.)Data Mining, Epidemic ComputingBo-Heng Chen (PhD)Social Media Mining, Spatio-Temporal MiningShan-Yun Teng (PhD)Social Computing, Sensor Network Mining Yen-Kuan Lee (PhD)Database, Knowledge GraphPei-Hsuan Hsieh (PhD)Product Design, Data VisualizationChi-Hsuan Huang (MS)Web development, Data visualizationKao-Cheng Lee (MS)Distributed computing, Data analysisPo-An Yang (MS)Web Backend, Backend ArchitectureWei Lee (MS)Machine Learning, Web BackendJie-Han Chen (MS)Backend Optimization, Software EngineeringHao-Tzu Huang (MS)Spatiotemporal data analysis, Natural language processingMeng-Tse, Hang (Bachelor)Web Frontend, Design thinkingCheng-Kuan Ou (Bachelor)Web Backend, Data analysisLo-Pang-Yun Ting (Bachelor)Web Frontend, Data analysis</h4> -->
<!-- </div> -->
</div>
</section>
<footer>
</footer>
</body>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.1.1/jquery.min.js"></script>
<script src="index.js"></script>
</html>