forked from azk0019/CourseProject
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathheader.html
More file actions
41 lines (32 loc) · 1.23 KB
/
header.html
File metadata and controls
41 lines (32 loc) · 1.23 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
<!-- header.html -->
<!-- dataViewer.html -->
<!DOCTYPE html>
<html lang="en">
<head>
<title>Sentiment Analysis of American States by Topic</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="css/bootstrap.css">
<link rel="stylesheet" href="css/bootstrap.min.css">
<script src="js/jquery.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<link rel="stylesheet" type="text/css" href="https://cdn.datatables.net/v/dt/dt-1.10.22/datatables.min.css"/>
<script type="text/javascript" src="https://cdn.datatables.net/v/dt/dt-1.10.22/datatables.min.js" defer></script>
<script src="js/raphael.js"></script>
<script src="js/jquery.usmap.js"></script>
<script src="js/jquery.csv.js"></script>
</head>
<body>
<div class="jumbotron text-center" style="margin-bottom:0">
<h1>Sentiment Analysis of American States by Topic</h1>
<h3>Based on Tweet Data from Previous 7 Days</h3>
</div>
<!-- Histograms -->
<script>
$(document).ready(function() {
$('#map').usmap({showLabels: true});
});
</script>
<div id="map" style="width: 80%; height: 600px;"></div>
<div id="clicked-state"></div>
<!-- Table Information -->