-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathM.ZakiAlAkkari_ass1.html
158 lines (114 loc) · 7.12 KB
/
M.ZakiAlAkkari_ass1.html
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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<title>Charts</title>
<meta content="" name="description">
<meta content="" name="keywords">
<!-- Favicons -->
<link href="assets/img/favicon.png" rel="icon">
<link href="assets/img/apple-touch-icon.png" rel="apple-touch-icon">
<!-- Google Fonts -->
<link href="https://fonts.gstatic.com" rel="preconnect">
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i|Nunito:300,300i,400,400i,600,600i,700,700i|Poppins:300,300i,400,400i,500,500i,600,600i,700,700i" rel="stylesheet">
<!-- Vendor CSS Files -->
<link href="assets/vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link href="assets/vendor/bootstrap-icons/bootstrap-icons.css" rel="stylesheet">
<link href="assets/vendor/remixicon/remixicon.css" rel="stylesheet">
<link href="assets/vendor/boxicons/css/boxicons.min.css" rel="stylesheet">
<link href="assets/vendor/quill/quill.snow.css" rel="stylesheet">
<link href="assets/vendor/quill/quill.bubble.css" rel="stylesheet">
<link href="assets/vendor/simple-datatables/style.css" rel="stylesheet">
<!-- Template Main CSS File -->
<link href="assets/css/style.css" rel="stylesheet">
</head>
<body>
<!-- ======= Header ======= -->
<header id="header" class="header fixed-top d-flex align-items-center">
<div class="d-flex align-items-center justify-content-between">
<span class="d-none d-lg-block">Global Covid-19 Data</span>
</a>
<i class="bi bi-list toggle-sidebar-btn"></i>
</div><!-- End Logo -->
</header><!-- End Header -->
<!-- ======= Sidebar ======= -->
<aside id="sidebar" class="sidebar">
<ul class="sidebar-nav" id="sidebar-nav">
<li class="nav-item">
<a class="nav-link " data-bs-target="#charts-nav" data-bs-toggle="collapse" href="#">
<i class="bi bi-bar-chart"></i><span>Charts</span><i class="bi bi-chevron-down ms-auto"></i>
</a>
<ul id="charts-nav" class="nav-content collapse show" data-bs-parent="#sidebar-nav">
<li>
<a href="M.ZakiAlAkkari_ass1.html" class="active">
<i class="bi bi-circle"></i><span>Covid Charts</span>
</a>
</li>
</ul>
</li><!-- End Charts Nav -->
</ul>
</aside><!-- End Sidebar-->
<main id="main" class="main">
<div class="pagetitle">
<h1>Charts</h1>
</div><!-- End Page Title -->
<p>These Charts show the cases and results of Covid in relation to the populations, vaccinations and number of deaths that is either smoothed or increased.</p>
<section class="section">
<div class="row">
<div class="col-lg-6">
<div class="card">
<div class="card-body">
<h5 class="card-title">Scatterplot</h5>
<!-- Line Chart -->
<canvas id="lineChart" style="max-height: 400px;"></canvas>
<iframe width="600" height="371" seamless frameborder="0" scrolling="no" src="https://docs.google.com/spreadsheets/d/e/2PACX-1vQZxcyGxjAfkoDqxD_kQ-e60Wvdb48A_EVnk4KrKwLEXxsOCnuSpQ4BRoxnG5gMXSpaH81GNDkrn2vv/pubchart?oid=1993901509&format=interactive"></iframe>
<p>This graph shows the number of new deaths that were decreased from the new cases of covid due to the deliverable of vaccinations and adding restrictions specically for Covid-19. When hovering over this scatterplot we see the maximum number of deaths that were decreased from the new Covid cases that were recently occured. Although some deaths may still occur from Covid at least the graph proves there is still a chance to not only decrease but also to prevent deaths from Covid due to vaccines as well as people following restrictions although the chances are slim the main importance are for people to follow safety rules and avoid covid.</p>
<!-- End Line CHart -->
</div>
</div>
</div>
<div class="col-lg-6">
<div class="card">
<div class="card-body">
<h5 class="card-title">Timeline Chart</h5>
<!-- Bar Chart -->
<canvas id="barChart" style="max-height: 400px;"></canvas>
<iframe width="600" height="371" seamless frameborder="0" scrolling="no" src="https://docs.google.com/spreadsheets/d/e/2PACX-1vQZxcyGxjAfkoDqxD_kQ-e60Wvdb48A_EVnk4KrKwLEXxsOCnuSpQ4BRoxnG5gMXSpaH81GNDkrn2vv/pubchart?oid=2126486071&format=interactive"></iframe>
<p>This graph indicates the total cases of Covid-19 reported from different dates from January/2020 to July/2021. When hovering over the graph between different date zones we can the maximum number of cases of Covid-19 that are either increased or decreased depending on the number of people who are fully vaccinated or infected by Covid-19. This is due to the gatherings of people for different events(such as Christmas or work or etc.) from differnt regions who are either reckless or do not notice the consequences of Covid-19 and some would say that Covid is not real. </p>
<!-- End Bar CHart -->
</div>
</div>
</div>
<div class="col-lg-6">
<div class="card">
<div class="card-body">
<h5 class="card-title">Pie Chart</h5>
<iframe width="500" height="371" seamless frameborder="0" scrolling="no" src="https://docs.google.com/spreadsheets/d/e/2PACX-1vQZxcyGxjAfkoDqxD_kQ-e60Wvdb48A_EVnk4KrKwLEXxsOCnuSpQ4BRoxnG5gMXSpaH81GNDkrn2vv/pubchart?oid=329991016&format=interactive"></iframe>
<p>This graph shows the percentages of each countries population from worldwide that is either affected or non-affected from Covid. When hovering over the graph we see can see the values and percentages for each country's population.From what we can see in this graph the country that seems to have the maximum number of percentage is Africa. On the other hand the Albania country seems to have the least percentage of population.</p>
<!-- End Pie CHart -->
</div>
</div>
</div>
</section>
</main><!-- End #main -->
<!-- ======= Footer ======= -->
<footer id="footer" class="footer">
<div class="copyright">
© Copyright <strong><span>Global Covid-19 Data</span></strong>. All Rights Reserved
</div>
</footer><!-- End Footer -->
<a href="#" class="back-to-top d-flex align-items-center justify-content-center"><i class="bi bi-arrow-up-short"></i></a>
<!-- Vendor JS Files -->
<script src="assets/vendor/bootstrap/js/bootstrap.bundle.js"></script>
<script src="assets/vendor/php-email-form/validate.js"></script>
<script src="assets/vendor/quill/quill.min.js"></script>
<script src="assets/vendor/tinymce/tinymce.min.js"></script>
<script src="assets/vendor/simple-datatables/simple-datatables.js"></script>
<script src="assets/vendor/chart.js/chart.min.js"></script>
<script src="assets/vendor/apexcharts/apexcharts.min.js"></script>
<script src="assets/vendor/echarts/echarts.min.js"></script>
<!-- Template Main JS File -->
<script src="assets/js/main.js"></script>
</body>
</html>