Spaces:
Running
Running
File size: 391 Bytes
46f471e 21514db bc89c0d 200e88c 46f471e |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 |
<!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>
|