Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
49 changes: 11 additions & 38 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@



<!DOCTYPE html>
<html lang="en">
<head>
Expand All @@ -14,13 +12,13 @@
<title>Dataspread</title>

<!-- Bootstrap core CSS -->
<link href="css/bootstrap.css" rel="stylesheet">

<link href='https://fonts.googleapis.com/css?family=Lato' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Signika' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Actor' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Antic+Slab' rel='stylesheet' type='text/css'>

<link href="css/bootstrap.css" rel="stylesheet">
<!-- Custom fonts -->
<link href='https://fonts.googleapis.com/css?family=Lato' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Signika' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Actor' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Antic+Slab' rel='stylesheet' type='text/css'>

<!-- Custom styles for this template -->
<link href="css/offcanvas.css" rel="stylesheet">
Expand Down Expand Up @@ -49,20 +47,12 @@
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
</head>


<body>

<script type="text/javascript" src="http://data-people.cs.illinois.edu/papers.json"></script>

<script type="text/javascript" src="display_papers.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script>


<script src="http://data-people.cs.illinois.edu/papers.json"></script>
<script src="display_papers.js"></script>
<script src="js/bootstrap.js"></script>



</head>
<body
<div class="navbar navbar-fixed-top navbar-inverse" role="navigation">
<div class="container">
<div class="navbar-header">
Expand Down Expand Up @@ -325,14 +315,8 @@ <h5>
</div>
</div>





<hr>



<div class="row">
<div class="col-md-4" align="left">
<!--<p>&nbsp; &nbsp; &copy; Aditya Parameswaran 2016</p>-->
Expand All @@ -346,20 +330,11 @@ <h5>

</div>
</div>



</div><!--/row-->






</div><!--/.container-->



<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
Expand All @@ -368,5 +343,3 @@ <h5>
<script src="offcanvas.js"></script>
</body>
</html>