-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
87 lines (80 loc) · 3.82 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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>The Cutting Edge of Deep Learning</title>
<meta name="keywords" content="" />
<meta name="description" content="" />
<link href="style.css" rel="stylesheet" type="text/css" media="screen" />
</head>
<body>
<div id="header">
<img src="./media/banner.jpg" width="900"/>
<div class="caption post-content">
<!--<h2><b>ACCV 2016 Tutorial at Taipei, Taiwan (Formosa)</b></h2><br>
<h2><b>Deep Learning for Vision-guided Language and Image Generation</b></h2>-->
</div>
</div>
<!--<div id="menu" >
<h2><a href="#" accesskey="1" title="">Overivew</a>
</div>-->
<hr />
<div id="latest-post" class="post">
<div class="entry">
<h1><b>Mentors</b></h1>
<table width="700" class="fixed">
<tr>
<td align="left" valign="left" width="150"><img src="http://www.cs.nthu.edu.tw/~cherung/photo.jpg?height=100" height="100" width="90"/></td>
<td valign="left" width="600">
<h2><a href="http://www.cs.nthu.edu.tw/~cherung/">Che-Rung Lee</a>, Associate Professor in <a href="http://www.cs.nthu.edu.tw">Computer Science</a><br /> at National Tsing Hua University
</td>
<td align="left" valign="left" width="150"><img src="http://web.cs.nthu.edu.tw/ezfiles/15/1015/img/129/jerry.jpg?height=100" height="100" width="90"/></td>
<td valign="left" width="600">
<h2><a href="http://lsalab.cs.nthu.edu.tw/home/">Jerry Chou</a>, Associate Professor in <a href="http://www.cs.nthu.edu.tw/">Computer Science</a><br /> at National Tsing Hua University
</td>
</tr>
<tr>
<td align="left" valign="left" width="150"><img src="http://www.cs.nthu.edu.tw/~htchen/htchen_combined.jpg?height=100" height="100" width="90"/></td>
<td valign="left" width="600">
<h2><a href="http://www.cs.nthu.edu.tw/~htchen/">Hwann-Tzong Chen</a>, Associate Professor in <a href="http://www.cs.nthu.edu.tw/">Computer Science</a><br /> at National Tsing Hua University
</td>
<td align="left" valign="left" width="150"><img src="https://sites.google.com/site/cvmsun/home/winter_seattle13_Crop.jpg?height=100" height="100" width="90"/></td>
<td valign="left" width="600">
<h2><a href="http://aliensunmin.github.io/">Min Sun</a>, Assistant Professor in <a href="http://web.ee.nthu.edu.tw/bin/home.php?Lang=en">Electrical Engineering</a><br /> at National Tsing Hua University
</td>
</tr>
</table>
</div>
<hr />
<font color="white">
<div id="latest-post" class="post"><h1><b>Course Info</b></h1>
<div class="entry">
<ul>
<li>
<h2><p>How to get enrolled: apply <a href="https://docs.google.com/forms/d/e/1FAIpQLSc_AQfiNa33fRhfNq_fbeiGwBsHBpXPSn9RckMf95073GHb7Q/viewform">here</a>,<a href="https://www.youtube.com/playlist?list=PLc6FDCar6kg3W6DNYCIWxvKm0Pna2ytwj">SelectedArxivTube</a></b></h2>
</li>
<li>
<h2><p>Time: Mon. (13:20 -- 14:10), Thurs. (16:30 -- 17:20), and Thurs. (17:30 -- 18:20)</b></h2>
</li>
<li>
<h2><p>Place: Delta 104</b></h2>
</li>
<li>
<h2><p>Office Hour: Delta 962, Mon. 2:20-3:10 pm </b></h2>
</li>
<li>
<h2><p>Discussion: <a href="https://lms.nthu.edu.tw/course/31337">ilms</a></b></h2>
</li>
<li>
<h2><p>Syllabus: <a href="https://docs.google.com/document/d/1Y54CAhfewrSMWRxaH2dtn7kPhr5dAKUGXSigo46Ef7s/edit?usp=sharing">Google Doc</a></b></h2>
</li>
</ul>
</div> </font>
<div id="footer">
<br>
<p class="legal">©2016 All Rights Reserved.</p>
<p class="legal">Web Design by Min Sun</p>
<p class="legal">Photo credit by <a href="https://www.flickr.com/photos/jubilo/">júbilo haku</a></p>
</div>
</body>
</html>