-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
651 lines (601 loc) · 34.8 KB
/
index.html
File metadata and controls
651 lines (601 loc) · 34.8 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
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
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="description" content="">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- The above 4 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<!-- Title -->
<title>Sensing and Intelligent System</title>
<!-- Core Stylesheet -->
<link rel="stylesheet" href="style.css">
</head>
<body>
<!-- ##### Preloader ##### -->
<div id="preloader">
<i class="circle-preloader"></i>
</div>
<!-- ##### Header Area Start ##### -->
<header class="header-area">
<!-- Navbar Area -->
<div class="academy-main-menu" style="padding: 0;">
<div class="classy-nav-container breakpoint-off">
<div class="container">
<!-- Menu -->
<nav class="classy-navbar justify-content-between" id="academyNav">
<!-- Navbar Toggler -->
<div class="classy-navbar-toggler">
<span class="navbarToggler"><span></span><span></span><span></span></span>
</div>
<!-- Menu -->
<div class="classy-menu">
<!-- close btn -->
<div class="classycloseIcon">
<div class="cross-wrap"><span class="top"></span><span class="bottom"></span></div>
</div>
<!-- Nav Start -->
<div class="classynav">
<ul>
<li><a href="#home">Home</a></li>
<li><a href="#course">Course</a></li>
<li><a href="#schedule">Schedule</a></li>
<li><a href="#faq">Q & A</a></li>
<li><a href="#contact">Contact</a></li>
<!-- <li><a href="#">Pages</a>
<ul class="dropdown">
<li><a href="index.html">Home</a></li>
<li><a href="about-us.html">About Us</a></li>
<li><a href="course.html">Course</a></li>
<li><a href="blog.html">Blog</a></li>
<li><a href="contact.html">Contact</a></li>
<li><a href="elements.html">Elements</a></li>
</ul>
</li> -->
<!-- <li><a href="#">Mega Menu</a>
<div class="megamenu">
<ul class="single-mega cn-col-4">
<li><a href="#">Home</a></li>
<li><a href="#">Services & Features</a></li>
<li><a href="#">Accordions and tabs</a></li>
<li><a href="#">Menu ideas</a></li>
<li><a href="#">Students Gallery</a></li>
</ul>
<ul class="single-mega cn-col-4">
<li><a href="#">Home</a></li>
<li><a href="#">Services & Features</a></li>
<li><a href="#">Accordions and tabs</a></li>
<li><a href="#">Menu ideas</a></li>
<li><a href="#">Students Gallery</a></li>
</ul>
<ul class="single-mega cn-col-4">
<li><a href="#">Home</a></li>
<li><a href="#">Services & Features</a></li>
<li><a href="#">Accordions and tabs</a></li>
<li><a href="#">Menu ideas</a></li>
<li><a href="#">Students Gallery</a></li>
</ul>
<div class="single-mega cn-col-4">
<img src="img/bg-img/bg-1.jpg" alt="">
</div>
</div>
</li> -->
</ul>
</div>
<!-- Nav End -->
</div>
<!-- Calling Info -->
<div class="calling-info">
<div class="call-center">
<a href="#"><span>Sensing and Intelligent System</span></a>
</div>
</div>
</nav>
</div>
</div>
</div>
</header>
<!-- ##### Header Area End ##### -->
<!-- ##### Hero Area Start ##### -->
<section class="hero-area">
<div class="hero-slides owl-carousel" id="home">
<!-- Single Hero Slide -->
<div class="single-hero-slide bg-img" style="background-image: url(img/bg-img/bg-1.jpg);">
<div class="container h-100">
<div class="row h-100 align-items-center">
<div class="col-12">
<div class="hero-slides-content">
<!-- <h4 data-animation="fadeInUp" data-delay="50ms">All the courses you need</h4> -->
<h2 data-animation="fadeInUp" data-delay="200ms">Sensing and <br>Intelligent System</h2>
<br>
<br>
<a href="#course" class="btn academy-btn" data-animation="fadeInUp" data-delay="200ms">Read More</a>
</div>
</div>
</div>
</div>
</div>
<!-- Single Hero Slide -->
<div class="single-hero-slide bg-img" style="background-image: url(img/bg-img/bg-2.jpg);">
<div class="container h-100">
<div class="row h-100 align-items-center">
<div class="col-12">
<div class="hero-slides-content">
<h2 data-animation="fadeInUp" data-delay="200ms">Sensing and <br>Intelligent System</h2>
<br>
<br>
<a href="#course" class="btn academy-btn" data-animation="fadeInUp" data-delay="200ms">Read More</a>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- ##### Hero Area End ##### -->
<!-- ##### Top Feature Area Start ##### -->
<div class="top-features-area wow fadeInUp" data-wow-delay="300ms" >
<div class="container" style="padding-top: 120px;">
<div class="row">
<div class="col-12">
<div class="features-content">
<div class="row no-gutters">
<!-- Single Top Features -->
<div class="col-12 col-md-3">
<div class="single-top-features d-flex align-items-center justify-content-center">
<img src="img/icon/cplusplus.svg" alt="C++">
</div>
</div>
<!-- Single Top Features -->
<div class="col-12 col-md-3">
<div class="single-top-features d-flex align-items-center justify-content-center">
<img src="img/icon/python.svg" alt="Python">
</div>
</div>
<!-- Single Top Features -->
<div class="col-12 col-md-3">
<div class="single-top-features d-flex align-items-center justify-content-center">
<img src="img/icon/ros.svg" alt="ROS">
<h5>ROS</h5>
</div>
</div>
<div class="col-12 col-md-3">
<div class="single-top-features d-flex align-items-center justify-content-center">
<img src="img/icon/neuralnetwork.svg" alt="Neural Network">
<h5>Deep Learning</h5>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- ##### Top Feature Area End ##### -->
<!-- ##### Testimonials Area Start ##### -->
<div class="testimonials-area section-padding-100 bg-img bg-overlay" style="background-image: url(img/bg-img/bg-1.jpg);" id="course">
<div class="container">
<div class="row">
<div class="col-12">
<div class="section-heading mx-auto text-center white wow fadeInUp" data-wow-delay="100ms" >
<h3>Course</h3>
</div>
</div>
</div>
<div class="row">
<!-- Single Testimonials Area -->
<div class="col-12 col-md-12">
<div class="single-testimonial-area mb-100 d-flex wow fadeInUp" data-wow-delay="200ms">f
<div class="testimonial-content">
<h5>EE632, Mondays 1:20 to 4:20pm, Spring, 2021</h5>
<h5>Webpage: https://sensing-intelligent-system.github.io/</h5>
<p>Class Materials: <a href="https://drive.google.com/drive/u/1/folders/1b8ChMEnSXiJv-CbakNaY4h70s_5g0VMT" target="_blank">Link</a></p>
<p>Paper List: <a href="https://www.overleaf.com/read/xgtvpsjgzmxp" target="_blank">Link</a></p>
<p>Overleaf Cheat Sheet Template: <a href="https://www.overleaf.com/read/hvbpthdvsmgm" target="_blank">Link</a></p>
<h5>先修科目或先備能力:</h5>
<p>This course involve a fair amount of probability, linear algebra, and programming. Students who took image processing, computer vision, and creative software project are encouraged to join. Being familiar with Unix-like system, Robot Operation System (ROS), C++, and Python are desirable but not required.</p>
<li>本課程為機器人碩士學位學程必修課3選1課程</li>
<li>本課程為電控所博士班資格考課程之一</li>
</div>
</div>
</div>
<!-- Single Testimonials Area -->
<div class="col-12 col-md-12">
<div class="single-testimonial-area mb-100 d-flex wow fadeInUp" data-wow-delay="200ms">f
<div class="testimonial-content">
<h5>課程概述與目標:</h5>
<p>
This course covers the sensing and intelligence aspects of robots, including the fundamental and advanced topics in deep learning and object recognition, 3D perceptions and pose estimation. We focus on cutting-edge methods and implementations, and will include 50% lecture and 50% hands-on lab tutorials in mobile manipulation. We will systematically study each components from previous winning teams of the Amazon Robotics Challenge (https://www.amazonrobotics.com/#/roboticschallenge)
</p>
</div>
</div>
</div>
<!-- Single Testimonials Area -->
<div class="col-12 col-md-12">
<div class="single-testimonial-area mb-50 d-flex wow fadeInUp" data-wow-delay="200ms">
<div class="testimonial-thumb">
<img src="img/team/nick_wang.jpg" alt="">
</div>
<div class="testimonial-content">
<h5>授課講師: <span>Prof. </span> Nick Wang</h5>
<p>研究專長: Robotic Vision, Navigation, Simultaneous Localization and Mapping (SLAM), Marine Robotics, Search and Rescure Robots</p>
</div>
</div>
</div>
<!-- Single Testimonials Area -->
<div class="col-12 col-md-12">
<div class="single-testimonial-area mb-100 d-flex wow fadeInUp" data-wow-delay="200ms">f
<div class="testimonial-content">
<h5>評量方法:</h5>
<li>Colab Hands-on Tutorials and Assignments (40%)</li>
<li>Midterm Proposal and Final Project and by Locobot (25%) </li>
<li>Final Exam - Handwriting with Cheat Sheets (25%)</li>
<li>Class Participations (10%) </li>
</div>
</div>
</div>
<!-- Single Testimonials Area -->
<div class="col-12 col-md-12">
<div class="single-testimonial-area mb-100 d-flex wow fadeInUp" data-wow-delay="200ms">f
<div class="testimonial-content">
<h5>1. 學期作業</h5>
<p>Students form teams, with 2-4 people, to work on <strong>hands-on tutorials</strong>, including a few in-class activities and (take home) <strong>assignments</strong>. Each team should use the provided mobile manipulation platform (Locobot) and develop a project to demo and present in <strong>final presentation</strong>. There is no final report. </p>
</div>
</div>
</div>
<!-- Single Testimonials Area -->
<div class="col-12 col-md-12">
<div class="single-testimonial-area mb-100 d-flex wow fadeInUp" data-wow-delay="200ms">
<div class="testimonial-content">
<h5>2. 考試狀況</h5>
<p>
There will be <strong>a final exam (handwriting with cheat sheets)</strong> for individuals. The exam will focus on the topics of deep learning and object recognition, 3D perceptions, and the recent research papers covered in the course. Students are suggested to read all papers in the given list, about 10-18 papers from top conferences or journals in related fields. Those papers are citing some fundamental papers as references. Students will be asked to write essays or draw tables/diagrams with pen and paper, and/or use individual laptop without internet communication. The questions will include (but not limited to) compare algorithms, state the limitations and challenges of existing problems, or analyze the experiment results for the papers in the given list. The exam may include a mock review process for a short article not in the given list. The evaluations of the exam will include at least two domain experts. All writing should be in English. The exam duration is 3 hours. <br>
<strong>* The format of the doctoral qualifying exam will be similar to the final exam. </strong>
</p>
</div>
</div>
</div>
<!-- Single Testimonials Area -->
<!-- <div class="col-12 col-md-6">
<div class="single-testimonial-area mb-100 d-flex wow fadeInUp" data-wow-delay="600ms">
<div class="testimonial-thumb">
<img src="img/bg-img/t3.jpg" alt="">
</div>
<div class="testimonial-content">
<h5>I just love the courses here</h5>
<p>Nec odio vestibulum est mattis effic iturut magna. Pellentesque sit am et tellus blandit. Etiam nec odio vestibul. Etiam nec odio vestibulum est mat tis effic iturut magna. Pellentesque sit amet tellus blandit. Etiam nec odio ves tibul.</p>
<h6><span>Ross Cooper,</span> Student</h6>
</div>
</div>
</div> -->
</div>
</div>
</div>
<!-- ##### Testimonials Area End ##### -->
<!-- ##### Top Popular Courses Area Start ##### -->
<div class="top-popular-courses-area section-padding-100-70">
<div class="container">
<div class="row">
<div class="col-12">
<div class="section-heading text-center mx-auto wow fadeInUp" data-wow-delay="200ms">
<h3>Schedule</h3>
</div>
</div>
</div>
<div class="col-md-12 schedule text-center">
<table id="schedule">
<tr>
<th width=8%>Week</th>
<th width=8%>Date</th>
<th width=16%>Topic</th>
<th width=38%>Lecture/Discussion</th>
<th width=30%>Lab</th>
</tr>
<tr>
<td>I</td>
<td>2/22</td>
<td>Intro</td>
<td>Introduction</td>
<td>Intro to Colab and Python Refresher (Colab)</td>
</tr>
<tr>
<td>II</td>
<td>3/1</td>
<td>Holidays</td>
<td>和平紀念日補假</td>
<td></td>
</tr>
<tr>
<td>III</td>
<td>3/8</td>
<td>Let's get you a robot</td>
<td>Robotic System</td>
<td>ROS (Colab)</td>
</tr>
<tr>
<td>IV</td>
<td>3/15</td>
<td></td>
<td>3D Representations, Joints, TF</td>
<td>open3d (Colab)</td>
</tr>
<tr>
<td>V</td>
<td>3/22</td>
<td>Basic Pick and Place</td>
<td>Motion Planing</td>
<td>RRT (Colab)</td>
</tr>
<tr>
<td>VI</td>
<td>3/29</td>
<td></td>
<td>PyRobot (Real Robot)</td>
<td></td>
</tr>
<tr>
<td>VII</td>
<td>4/5</td>
<td>Holidays</td>
<td>兒童節及民族掃墓節調整放假(5日-6日)</td>
<td></td>
</tr>
<tr>
<td>VIII</td>
<td>4/12</td>
<td></td>
<td>期中考週 - Project Proposal(書面報告)</td>
<td>Pyrobot 2 (Real Robot)</td>
</tr>
<tr>
<td>IX</td>
<td>4/19</td>
<td></td>
<td>Geometric Pose Estimation</td>
<td>ICP (Colab)</td>
</tr>
<tr>
<td>X</td>
<td>4/26</td>
<td>Bin Picking</td>
<td>Grasping</td>
<td>Grasping Selection (Colab)</td>
</tr>
<tr>
<td>XI</td>
<td>5/3</td>
<td></td>
<td>State Machine</td>
<td>PyRobot 3 (Real Robot)</td>
</tr>
<tr>
<td>XII</td>
<td>5/10</td>
<td>Object Classification and Segmentation</td>
<td>CNN Classification</td>
<td>PyTorch (Colab)</td>
</tr>
<tr>
<td>XII</td>
<td>5/17</td>
<td></td>
<td>Transfer Learninng</td>
<td>Transfer Learninng (Colab)</td>
</tr>
<tr>
<td>XIII</td>
<td>5/24</td>
<td></td>
<td>Segmentation</td>
<td>Semantic Segmentation (Colab)</td>
</tr>
<tr>
<td>XIV</td>
<td>5/31</td>
<td></td>
<td>Deep Learning for Grasping</td>
<td>GraspNet (Colab)</td>
</tr>
<tr>
<td>XV</td>
<td>6/7</td>
<td></td>
<td>Smach</td>
<td>Smach (Colab)</td>
</tr>
<tr>
<td>XVI</td>
<td>6/14</td>
<td>Holidays</td>
<td>端午節</td>
<td></td>
</tr>
<tr>
<td>XVII</td>
<td>6/21</td>
<td></td>
<td>Final Exams (Handwriting with Cheat Sheets)</td>
<td></td>
</tr>
<tr>
<td>XVIII</td>
<td>6/28 to 7/30</td>
<td>Final Project</td>
<td>Project topics or Mini-Competition on Gazebo Simulation</td>
<td></td>
</tr>
</table>
</div>
<!-- Single Top Popular Course -->
<!-- <div class="col-12 col-lg-6">
<div class="single-top-popular-course d-flex align-items-center flex-wrap mb-30 wow fadeInUp" data-wow-delay="400ms">
<div class="popular-course-content">
<h5>Business for begginers</h5>
<span>By Simon Smith | March 18, 2018</span>
<div class="course-ratings">
<i class="fa fa-star" aria-hidden="true"></i>
<i class="fa fa-star" aria-hidden="true"></i>
<i class="fa fa-star" aria-hidden="true"></i>
<i class="fa fa-star" aria-hidden="true"></i>
<i class="fa fa-star-o" aria-hidden="true"></i>
</div>
<p>Cras vitae turpis lacinia, lacinia lacus non, fermentum nisi. Donec et sollicitudin est, in euismod.</p>
<a href="#" class="btn academy-btn btn-sm">See More</a>
</div>
<div class="popular-course-thumb bg-img" style="background-image: url(img/bg-img/pc-1.jpg);"></div>
</div>
</div> -->
</div>
</div>
</div>
<!-- ##### Top Popular Courses Area End ##### -->
<!-- ##### Q&A Area Start ##### -->
<div class="testimonials-area section-padding-100-0 bg-dark bg-overlay" id="faq">
<div class="container">
<div class="row">
<div class="col-12">
<div class="section-heading mx-auto text-center white wow fadeInUp" data-wow-delay="100ms" >
<h3>Q & A</h3>
</div>
</div>
</div>
<div class="row">
<!-- Single Q&A Area -->
<div class="col-12 col-md-12">
<div class="single-testimonial-area mb-100 d-flex wow fadeInUp" data-wow-delay="200ms">f
<div class="testimonial-content">
<button class="collapsible-btn">Q1: Is this a English medium course?</button>
<div class="content">
<p>Ans: Officially no, but all written materials, slides, exams will be in English.</p>
</div>
<button class="collapsible-btn">Q2: I don’t have much experience about building/developing robots, should I enroll in the class?</button>
<div class="content">
<p>Ans: Yes, you are welcome to join the class. We will cover the most-needed technical skills, and real robot platforms will be provided.</p>
</div>
<button class="collapsible-btn">Q3: Is this course teaching-oriented or research-oriented?</button>
<div class="content">
<p>Ans: First of all, a quick self evaluation: how many research papers you have read/written? Do you know problem formulation? Have you designed an experiment with a hypothesis? If you don’t know much about those, you come to the right class. We wish to make this course a transition from teaching to research. We will still cover fundamental materials in the first half, with hands-on materials from MIT 2.12. In the 2nd half it will be project-based and research-oriented.</p>
</div>
<button class="collapsible-btn">Q4: Why hands-on materials?</button>
<div class="content">
<p>Ans: The goal of the class is to let you build an AI-powered mobile manipulator. I believe watching a robot you build in action is the most rewarded moment, and is the best way to motivate students.</p>
</div>
<button class="collapsible-btn">Q5: Why should we have a final exam?</button>
<div class="content">
<p>Ans: This course is one of the qualifying exam subjects in the PhD program of the Electrical and Control Engineering. I believe the current topics about deep learning and intelligent robots, as well as how to read paper are must-know for any graduate student.</p>
</div>
<button class="collapsible-btn">Q6: What deep learning frameworks are used in the class and why?</button>
<div class="content">
<p>Ans: We will cover PyTorch. We want to run deep learning on embedded computer, and PyTorch is popular for all areas in machine learning, such as vision, NLP, and RL. More importantly we love Python. We also wish you could collect and label your own data from robots, and train your own models on GPU workstations (Colab cloud). We may cover some Tensorflow.</a></p>
</div>
<script>
var coll = document.getElementsByClassName("collapsible-btn");
var i;
for (i = 0; i < coll.length; i++) {
coll[i].addEventListener("click", function() {
this.classList.toggle("collapsible_active");
var content = this.nextElementSibling;
if (content.style.maxHeight){
content.style.maxHeight = null;
} else {
content.style.maxHeight = content.scrollHeight + "px";
}
});
}
</script>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- ##### Top Popular Courses Area End ##### -->
<!-- ##### Partner Area Start ##### -->
<!-- <div class="partner-area section-padding-0-100">
<div class="container">
<div class="row">
<div class="col-12">
<div class="partners-logo d-flex align-items-center justify-content-between flex-wrap">
<a href="#"><img src="img/clients-img/partner-1.png" alt=""></a>
<a href="#"><img src="img/clients-img/partner-2.png" alt=""></a>
<a href="#"><img src="img/clients-img/partner-3.png" alt=""></a>
<a href="#"><img src="img/clients-img/partner-4.png" alt=""></a>
<a href="#"><img src="img/clients-img/partner-5.png" alt=""></a>
</div>
</div>
</div>
</div>
</div> -->
<!-- ##### Partner Area End ##### -->
<!-- ##### CTA Area Start ##### -->
<div class="call-to-action-area">
<div class="container">
<div class="row">
<div class="col-12">
<div class="cta-content d-flex align-items-center justify-content-between flex-wrap">
<h3>If you want to know more about <strong>ARG lab</strong>, Get in touch!</h3>
<a href="https://arg-nctu.github.io" class="btn academy-btn">See More</a>
</div>
</div>
</div>
</div>
</div>
<!-- ##### CTA Area End ##### -->
<!-- ##### Footer Area Start ##### -->
<footer class="footer-area">
<div class="main-footer-area section-padding-100-0" id="contact">
<div class="container">
<div class="row">
<div class="col-12">
<div class="section-heading text-center mx-auto wow fadeInUp" data-wow-delay="300ms">
<h3 style="color: white;">Contact us</h3>
</div>
</div>
</div>
<div class="row">
<!-- Footer Widget Area -->
<div class="col-6 col-sm-6 col-lg-6">
<div class="footer-widget mb-100">
<div class="single-contact d-flex mb-30 align-items-center justify-content-center">
<i class="icon-placeholder"></i>
<p>(EE622) 1001 University Road, Hsinchu,<br>Taiwan 30010</p>
</div>
</div>
</div>
<div class="col-6 col-sm-6 col-lg-6">
<div class="footer-widget mb-100">
<div class="single-contact d-flex mb-30 align-items-center justify-content-center">
<i class="icon-contract"></i>
<p style="font-size: 16px;">Prof. Nick Wang<br>hchengwang at g2.nctu.edu.tw</p>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="bottom-footer-area">
<div class="container">
<div class="row">
<div class="col-12">
<p><!-- Link back to Colorlib can't be removed. Template is licensed under CC BY 3.0. -->
Copyright ©<script>document.write(new Date().getFullYear());</script> All rights reserved | This template is made with <i class="fa fa-heart-o" aria-hidden="true"></i> by <a href="https://colorlib.com" target="_blank">Colorlib</a>
<!-- Link back to Colorlib can't be removed. Template is licensed under CC BY 3.0. --></p>
</div>
</div>
</div>
</div>
</footer>
<!-- ##### Footer Area Start ##### -->
<!-- ##### All Javascript Script ##### -->
<!-- jQuery-2.2.4 js -->
<script src="js/jquery/jquery-2.2.4.min.js"></script>
<!-- Popper js -->
<script src="js/bootstrap/popper.min.js"></script>
<!-- Bootstrap js -->
<script src="js/bootstrap/bootstrap.min.js"></script>
<!-- All Plugins js -->
<script src="js/plugins/plugins.js"></script>
<!-- Active js -->
<script src="js/active.js"></script>
</body>
</html>