-
Notifications
You must be signed in to change notification settings - Fork 16
/
about.html
27 lines (22 loc) · 1.19 KB
/
about.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
<html>
<link rel="stylesheet" type="text/css" href="index.css">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
<script src="https://cdn.plot.ly/plotly-latest.min.js"></script>
<title>ICLR Open Review Papers</title>
<h1>ICLR Open Review Papers</h1>
<div class="topnav" id="myTopnav">
<a href='#' onclick="window.location='index.html'+window.location.search">Home</a>
<a href='#' onclick="window.location='charts.html'+window.location.search">Charts</a>
<a class='active' href='#' onclick="window.location='about.html'+window.location.search">About</a>
<a style='float:right' href='?conf=iclr2017'>ICLR 2017</a>
<a style='float:right' href='?conf=iclr2018'>ICLR 2018</a>
<a style='float:right' href='?conf=iclr2019'>ICLR 2019</a>
<a style='float:right' href='?conf=iclr2020'>ICLR 2020</a>
</div>
<h3> Horace He</h3>
<h3>Cornell 2020</h3>
<h3>
Site: <a href='http://horace.io/'>Chillee</a></h3>
<i class="fa fa-github" aria-hidden="true"></i>: <a href='https://github.com/Chillee'>Chillee</a></h3>
<h3><i class="fa fa-twitter" aria-hidden="true"></i>: <a href='https://twitter.com/cHHillee'>cHHillee</a></h3>
</html>