-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconclusion.html
More file actions
49 lines (48 loc) · 1.57 KB
/
conclusion.html
File metadata and controls
49 lines (48 loc) · 1.57 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
42
43
44
45
46
47
48
49
<!DOCTYPE html>
<html>
<head>
<style>
.wrap{
height: 200px;
overflow-x: auto;
overflow-y: hidden;
white-space: nowrap;
}
.b{
width: 200px;
height: 200px;
}
</style>
</head>
<!--Title-->
<h1 align="center">Conclusion</h1>
<p align="center">
Based on the arguments and graphs mentioned above, it can be inferred that US Politics
indeed has its impact on COVID situations (as reflected by cases) in USA. The more republican
a state is, the more passive its people are on wearing masks. On the other hand, the more
democratic a state is, the more active its peoplee wear masks.
</p>
<h3 align="center">
Reference datasets:
</h3>
<p>
https://github.com/nytimes/covid-19-data/blob/master/mask-use/mask-use-by-county.csv
</p>
<p>
https://raw.githubusercontent.com/nytimes/covid-19-data/master/rolling-averages/us-counties-2020.csv
</p>
<p>
https://www.kaggle.com/code/paultimothymooney/2020-usa-election-vote-percentages-by-state/data?select=democratic_vs_republican_votes_by_usa_state_2020.csv
</p>
<!--Submit Button-->
<p> </p>
<form align="center">
<button type="submit" formaction="democrat-mask.html">Previous</button>
</form>
<p> </p>
<form align="center">
<button type="submit" formaction="index.html">Home</button>
</form>
<p> </p>
<script src='https://d3js.org/d3.v5.min.js'></script>
</html>