ArXiver-Vizualized / index.html
takarajordan's picture
Update index.html
200e88c verified
raw
history blame contribute delete
391 Bytes
<!DOCTYPE html>
<html>
<head>
<title>ArXiv Papers Visualization</title>
<link rel="stylesheet" href="css/styles.css">
<script src="https://cdn.plot.ly/plotly-latest.min.js"></script>
</head>
<body>
<h1>ArXiver Visualization of all 65K Papers</h1>
<p>Please wait for loading...</p>
<div id="plot"></div>
<script src="js/visualization.js"></script>
</body>
</html>