-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
208 lines (205 loc) · 11.9 KB
/
about.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
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Dublin Pollution Visualizer - About</title>
<!-- Favicon -->
<link rel="shortcut icon" href="./img/svg/Logo.svg" type="image/x-icon">
<!-- Custom styles -->
<link rel="stylesheet" href="./css/style.css">
</head>
<body>
<div class="layer"></div>
<!-- ! Body -->
<a class="skip-link sr-only" href="#skip-target">Skip to content</a>
<div class="page-flex">
<!-- ! Sidebar -->
<aside class="sidebar">
<div class="sidebar-start">
<div class="sidebar-head">
<a href="index.html" class="logo-wrapper" title="Home">
<span class="sr-only">Home</span>
<span class="icon logo" aria-hidden="true"></span>
<div class="logo-text">
<span class="logo-subtitle">Pollution Visualizer</span>
<span class="logo-title">Dublin</span>
</div>
</a>
<button class="sidebar-toggle transparent-btn" title="Menu" type="button">
<span class="sr-only">Toggle menu</span>
<span class="icon menu-toggle" aria-hidden="true"></span>
</button>
</div>
<div class="sidebar-body">
<ul class="sidebar-body-menu">
<li>
<a href="index.html"><span class="icon home" aria-hidden="true"></span>Dashboard</a>
</li>
<li>
<a class="show-cat-btn" href="#">
<span class="icon document" aria-hidden="true"></span>Areas
<span class="category__btn transparent-btn" title="Open list">
<span class="sr-only">Open list</span>
<span class="icon arrow-down" aria-hidden="true"></span>
</span>
</a>
<ul class="cat-sub-menu">
<li>
<a href="area-1.html">
South Canal
</a>
</li>
<li>
<a href="area-2.html">
The Liberties
</a>
</li>
<li>
<a href="area-3.html">
Dublin Heuston
</a>
</li>
<li>
<a href="area-4.html">
Technological University Dublin
</a>
</li>
<li>
<a href="area-5.html">
North City Center
</a>
</li>
<li>
<a href="area-6.html">
City Port
</a>
</li>
</ul>
</li>
<li>
<a class="active" href="about.html">
<span class="icon category" aria-hidden="true"></span>About
</a>
</li>
<li>
<a href="support.html">
<span class="icon message" aria-hidden="true"></span>Support
</a>
</li>
</ul>
</div>
</div>
<div class="sidebar-footer">
<a href="mailto:solfontm@tcd.ie" class="sidebar-user">
<span class="sidebar-user-img">
<picture><source srcset="./img/avatar/avatar-illustrated-03.webp" type="image/webp"><img src="./img/avatar/avatar-illustrated-03.png" alt="User name"></picture>
</span>
<div class="sidebar-user-info">
<span class="sidebar-user__title">Marc Solé Fonte</span>
<span class="sidebar-user__subtitle">Need help? Hit me up!</span>
</div>
</a>
</div>
</aside>
<div class="main-wrapper">
<!-- ! Main nav -->
<nav class="main-nav--bg">
<div class="container main-nav">
<div class="main-nav-start">
</div>
<div class="main-nav-end">
<button class="sidebar-toggle transparent-btn" title="Menu" type="button">
<span class="sr-only">Toggle menu</span>
<span class="icon menu-toggle--gray" aria-hidden="true"></span>
</button>
<button id="theme-switcher" class="theme-switcher gray-circle-btn" type="button" title="Switch theme">
<span class="sr-only">Switch theme</span>
<i class="sun-icon" data-feather="sun" aria-hidden="true"></i>
<i class="moon-icon" data-feather="moon" aria-hidden="true"></i>
</button>
</div>
</div>
</nav>
<!-- ! Main -->
<main class="main users chart-page" id="skip-target">
<div class="container">
<h2 class="main-title">About the project</h2>
<div class="row">
<div class="col-md-12 col-xl-12">
<article class="stat-cards-item">
<div class="stat-cards-info">
<p class="stat-cards-info__num">Introduction</p>
<p class="stat-cards-info__text" align="justify">
Dublin Pollution Visualizer is an Open Source project that allows visualization real-time data about traffic and Nitrogen Dioxide pollution around Dublin, Ireland. It is designed to work together with <a class="stat-cards-info__link" href="https://github.com/msolefonte/dublin-pollution-api">Dublin Pollution API</a>, the backend, and <a class="stat-cards-info__link" href="https://github.com/msolefonte/dublin-pollution-piper">Dublin Pollution Piper</a>, which is the application that gathers the data. All of them are designed to be easily reconfigurable, so they can be ported to other cities easily. Note that a MySQL database is also required in order to store the data.
</p>
<br>
<br>
<p class="stat-cards-info__num">Sources</p>
<p class="stat-cards-info__text" align="justify">
Information is gathered using two different kinds sources, both of them gathering data in real-time.
</p>
<br>
<p class="stat-cards-info__text" align="justify">
The first one is the <a class="stat-cards-info__link" href="https://developer.tomtom.com/">TomTom API</a>, which provides information about traffic. It does not hold an historic but provides very updated informational, usually within a one-minute offset. It has to be noted, however, that an API KEY is required in order to query it. At the same time, it includes a free and a premium plan.
</p>
<br>
<p class="stat-cards-info__text" align="justify">
The second one is a set of sensors deployed around Dublin by the <a class="stat-cards-info__link" href="https://www.eea.europa.eu/themes/air">European Environment Agency</a>. The sensors are deployed all around Europe and provide updated an useful information about air status, including not only nitrogen dioxide but also other pollutants like ozones, carbon monoxide. The data is updated every hour for almost all sensors, however this frequency may vary.
</p>
<br>
<br>
<p class="stat-cards-info__num">Why Nitrogen Dioxide?</p>
<p class="stat-cards-info__text" align="justify">
According to epidemiological studies directed by the World Health Organization reduced lung function growth and symptoms of bronchitis in asthmatic children increase in association with long-term exposure to nitrogen dioxide.
</p>
<br>
<p class="stat-cards-info__text" align="justify">
Other sources claim that small day-to-day variations in NO₂ can cause changes in lung function and respiratory conditions, eye irritation and increased visits to emergency departments and hospital admissions for respiratory issues.
</p>
<br>
<p class="stat-cards-info__text" align="justify">
It is also very easily correlated to traffic, so it presents a good opportunity for this kind of analysis. Feel free to fork the project and experiment with other pollutants!
</p>
<br>
<br>
<p class="stat-cards-info__num">Authors</p>
<p class="stat-cards-info__text" align="justify">
The complete project has been done by Marc Solé Fonte - <a class="stat-cards-info__link" href="https://github.com/msolefonte">msolefonte</a>. However, multiple libraries have been used in the process. Special thanks to <a class="stat-cards-info__link" href="https://themewagon.com/">Themewagon</a> for the template and TomTom and the European Environment Agency for the available data and sensors.
<br>
<br>
</p>
<p class="stat-cards-info__num">License</p>
<p class="stat-cards-info__text" align="justify">
This project is licensed under the Apache License, Version 3.0 - see the <a class="stat-cards-info__link" href="https://github.com/msolefonte/dublin-pollution-piper/blob/main/LICENSE">LICENSE</a> file for details.
</p>
</div>
</article>
</div>
</div>
</div>
</main>
<!-- ! Footer -->
<footer class="footer">
<div class="container footer--flex">
<div class="footer-start">
<p>2021 © Marc Solé Fonte - <a href="https://github.com/msolefonte/" target="_blank"
rel="noopener noreferrer">msolefonte</a></p>
</div>
<ul class="footer-end">
<li><a href="about.html">About</a></li>
<li><a href="support.html">Support</a></li>
</ul>
</div>
</footer>
</div>
</div>
<!-- Chart library -->
<script src="./plugins/chart.min.js"></script>
<!-- Icons library -->
<script src="plugins/feather.min.js"></script>
<!-- Custom scripts -->
<script src="js/base.js"></script>
</body>
</html>