forked from Chillee/OpenReviewExplorer
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcharts.html
More file actions
24 lines (18 loc) · 891 Bytes
/
charts.html
File metadata and controls
24 lines (18 loc) · 891 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<html>
<link rel="stylesheet" type="text/css" href="index.css">
<link rel="stylesheet" type="text/css" href="font-awesome.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>
</div>
<div id="histogram"></div>
<div id="cumulative"></div>
<script src="js/charts.js"></script>
</html>