-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
191 lines (164 loc) · 7.78 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
<!DOCTYPE html>
<!--
Introspect by TEMPLATED
templated.co @templatedco
Released for free under the Creative Commons Attribution 3.0 license (templated.co/license)
-->
<html>
<head>
<title>MLLAB at SNU</title>
<meta charset="utf-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no"/>
<link rel="stylesheet" href="assets/css/owl.carousel.css"/>
<link rel="stylesheet" href="assets/css/owl.theme.default.css"/>
<link rel="stylesheet" href="assets/css/main.css?v=0.075"/>
<script type="text/javascript">
var loc = window.location.href+'';
// Comment away this part when running on local (python app.py)
if (loc.indexOf('http://')==0){
window.location.href = loc.replace('http://','https://');
}
//
if (document.location.pathname == '/~hyunoh' || document.location.pathname.startsWith('/~hyunoh/')) {
document.location.pathname = '/hyunoh/';
}
</script>
</head>
<body>
<section id="banner-bg">
<section class="banner-bg2">
<!-- Header -->
<header id="header">
<div class="inner header_inner">
<a href="." class="logo"><img class="logo-image" src="./images/snu_logo_white.png" /> <img class="logo-image" src="./images/mllab-logo-new.png" /></a>
<nav id="nav">
<a href="." class="current">Home</a>
<a href="people.html" class="">People</a>
<a href="publications.html" class="">Publications</a>
<a href="courses.html" class="">Courses</a>
<a href="gallery.html" class="">Gallery</a>
</nav>
</div>
</header>
<a href="#menu" class="navPanelToggle"><span class="fa fa-bars"></span></a>
<section id="banner">
<div class="banner-pad">
<!-- Banner -->
<div class="inner">
<h1>WELCOME TO SNU MLLAB</h1>
<span>Seoul National University Machine Learning Lab<br/></span>
</div>
</div>
</section>
<div id="main-content">
<div class="owl-carousel owl-theme">
<div class="item">
<div class="slide-entry-bg">
<div class="slide-entry">
May 1, 2024
<br/>
<h4 style="margin-top: 0.5em">Two papers accepted at ICML</h4>
<p style="margin: 0.5em 0;line-height:1.4">Two papers accepted at ICML2024 (<a href="https://arxiv.org/abs/2406.12837">1</a>, <a href="https://arxiv.org/abs/2406.14876">2</a>)</p>
</div>
</div>
</div>
<div class="item">
<div class="slide-entry-bg">
<div class="slide-entry">
April 14, 2024
<br/>
<h4 style="margin-top: 0.5em">Scholarship Award</h4>
<p style="margin: 0.5em 0;line-height:1.4">Jinuk Kim was selected as a recipient of Presidential Science Scholarship for Graduate Students</p>
</div>
</div>
</div>
<div class="item">
<div class="slide-entry-bg">
<div class="slide-entry">
January 17, 2024
<br/>
<h4 style="margin-top: 0.5em">Paper accepted at ICLR</h4>
<p style="margin: 0.5em 0;line-height:1.4">One paper accepted at ICLR2024 (<a href="https://arxiv.org/abs/2312.03414">link</a>)</p>
</div>
</div>
</div>
<div class="item">
<div class="slide-entry-bg">
<div class="slide-entry">
Sep 22, 2023
<br/>
<h4 style="margin-top: 0.5em">Three papers accepted at NeurIPS</h4>
<p style="margin: 0.5em 0;line-height:1.4">Three papers accepted at NeurIPS2023 (<a href="https://arxiv.org/abs/2301.12842">1</a>, <a href="https://arxiv.org/abs/2301.12321">2</a>, <a href="https://arxiv.org/abs/2307.03486">3</a>)</p>
</div>
</div>
</div>
<div class="item">
<div class="slide-entry-bg">
<div class="slide-entry">
August 7, 2023
<br/>
<h4 style="margin-top: 0.5em">Scholarship Award</h4>
<p style="margin: 0.5em 0;line-height:1.4">Deokjae Lee was selected as a recipient of Yulchon AI Star Scholarship</p>
</div>
</div>
</div>
<div class="item">
<div class="slide-entry-bg">
<div class="slide-entry">
May 2, 2023
<br/>
<h4 style="margin-top: 0.5em">Paper accepted at ACL</h4>
<p style="margin: 0.5em 0;line-height:1.4">One paper accepted at ACL2023 (<a href="https://arxiv.org/abs/2305.17444">link</a>)</p>
</div>
</div>
</div>
<div class="item">
<div class="slide-entry-bg">
<div class="slide-entry">
April 25, 2023
<br/>
<h4 style="margin-top: 0.5em">Paper accepted at ICML</h4>
<p style="margin: 0.5em 0;line-height:1.4">One paper accepted at ICML2023 (<a href="https://arxiv.org/abs/2301.12187">link</a>)</p>
</div>
</div>
</div>
<div class="item">
<div class="slide-entry-bg">
<div class="slide-entry">
September 15, 2022
<br/>
<h4 style="margin-top: 0.5em">Paper accepted at NeurIPS</h4>
<p style="margin: 0.5em 0;line-height:1.4">One paper accepted at NeurIPS2022 (<a href="https://arxiv.org/abs/2210.09960">link</a>)</p>
</div>
</div>
</div>
</div>
<div class="owl-theme">
<div class="owl-controls">
<div class="owl-nav custom-nav"></div>
</div>
</div>
</div>
</section>
</section>
<!-- Footer -->
<section id="footer">
<div class="inner">
<strong>MLLAB, Computer Science and Engineering, Seoul National University</strong>
</br>
<a class="icon fa-map-marker"><span class="label">Location</span></a> Samsung Electronics-Seoul National University Research Center (Building 944),<br> 1, Gwanak-ro, Gwanak-gu, Seoul 08826, Republic of Korea
<div class="copyright">
© SNU MLLAB Design: <a href="https://templated.co/">TEMPLATED</a>. Images <a
href="https://unsplash.com/">Unsplash</a>
</div>
</div>
</section>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/breakpoints.js"></script>
<script src="assets/js/owl.carousel.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
<script src="assets/js/carousel.js"></script>
</body>
</html>