-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathcharts.html
25 lines (19 loc) · 1000 Bytes
/
charts.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
<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 2018 Open Review Papers</title>
<h1>ICLR 2018 Open Review Papers</h1>
<div class="topnav" id="myTopnav">
<a href='#' onclick="window.location='index.html'+window.location.search">Home</a>
<a class='active' href='#' onclick="window.location='charts.html'+window.location.search">Charts</a>
<a 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>
<div id="histogram"></div>
<div id="cumulative"></div>
<script src="js/charts.js"></script>
</html>