This repository has been archived by the owner on Oct 24, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
courses.html
144 lines (120 loc) · 5.84 KB
/
courses.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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="">
<meta name="author" content="Mark Otto, Jacob Thornton, and Bootstrap contributors">
<meta name="generator" content="Jekyll v4.0.1">
<title>Blog Template · Bootstrap</title>
<link rel="canonical" href="https://getbootstrap.com/docs/4.5/examples/blog/">
<!-- Bootstrap core CSS -->
<link href="./assets/dist/css/bootstrap.css" rel="stylesheet">
<style>
.bd-placeholder-img {
font-size: 1.125rem;
text-anchor: middle;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
@media (min-width: 768px) {
.bd-placeholder-img-lg {
font-size: 3.5rem;
}
}
</style>
<!-- Custom styles for this template -->
<link href="https://fonts.googleapis.com/css?family=Playfair+Display:700,900" rel="stylesheet">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Cabin:wght@400;500;600;700&family=Maven+Pro:wght@400;500;600;700&family=Poppins:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&family=Source+Code+Pro:wght@400;600;700&family=Source+Sans+Pro:wght@400;600;700&display=swap" rel="stylesheet">
<!-- Custom styles for this template -->
<link href="blog.css" rel="stylesheet">
</head>
<body>
<div class="container">
<header class="blog-header py-3">
<div class="row flex-nowrap justify-content-between align-items-center">
<div class="col-4 text-left">
<a class="blog-header-logo text-dark" href="index.html">
<div class="logo">
<img src="./data/anlab_logo.png" style="width: 100%; max-width: 760px; vertical-align: middle" />
</div>
</a>
</div>
<div class="nav-scroller py-1 mb-1">
<nav class="nav d-flex justify-content-between ">
<a class="p-4 text-secondary remove_underline" href="about.html">About</a>
<a class="p-4 text-secondary remove_underline" href="member.html">Member</a>
<a class="p-4 text-secondary remove_underline" href="research.html">Research</a>
<a class="p-4 text-secondary remove_underline" href="publication.html">Publications</a>
<a class="p-4 text-secondary remove_underline" href="courses.html"><b>Contact</b></a>
</nav>
</div>
</div>
</header>
<main role="main" class="">
<div class="first_row" >
<div class="line-behind" style="width:100%;">
<span></span>
<h3 class="text-center title" style="width:100%;">
Contact Info.
</h3>
</div>
<div class="first_row" style="text-align: center;">
<p style="color: grey; font-style: italic; ">(current lab students' advice)</p>
We are looking for new students who are honest, outspoken and great team player.<br>
We did never have more than 10 students at any time and did not have set office hours. <br>
So, our lab would be great environment for your research if you really enjoy it !<br>
And all PhD graduates/candidates did overseas internships.<br>
<br>
<b>If you are interested in our lab, please email to our prof. <u>[email protected]</u></b><br>
<br>
Room #621 (Student Lab) / #608 (Prof. Office)<br>
IT Convergence Building (N1), KAIST<br>
Daehakro 291, Yuseong-gu, Daejeon <br>
305-701, Republic of Korea<br>
(TEL) +82-42-350-7748<br>
</div>
<!-- * 카카오맵 - 지도퍼가기 -->
<!-- 1. 지도 노드 -->
<div id="daumRoughmapContainer1569494368719" class="root_daum_roughmap root_daum_roughmap_landing" style="margin: 20px auto;"></div>
<!--
2. 설치 스크립트
* 지도 퍼가기 서비스를 2개 이상 넣을 경우, 설치 스크립트는 하나만 삽입합니다.
-->
<script charset="UTF-8" class="daum_roughmap_loader_script" src="https://ssl.daumcdn.net/dmaps/map_js_init/roughmapLoader.js"></script>
<!-- 3. 실행 스크립트 -->
<script charset="UTF-8">
new daum.roughmap.Lander({
"timestamp" : "1569494368719",
"key" : "v78k",
"mapWidth" : "738",
"mapHeight": "360"
}).render();
</script>
</div>
</main>
</div>
<!-- /.container -->
<!--<footer>
<script>
$( "footer" ).load( "./footer.html" );
</script>
</!-footer>-->
<footer>
<div class="footer_info">
Advanced Networking Laboratory <br>
Room #621 (Student Lab) / #608 (Prof. Office)<br>
IT Convergence Building (N1), KAIST<br>
Daehakro 291, Yuseong-gu, Daejeon <br>
305-701, Republic of Korea<br>
(TEL) +82-42-350-7748<br>
</div>
<div class="footer_hp_info">
© copyright 2020
</div>
</footer>
</body>
</html>