ArXiver-Vizualized / index.html
takarajordan's picture
Create index.html
46f471e verified
raw
history blame
301 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>
<div id="plot"></div>
<script src="js/visualization.js"></script>
</body>
</html>