-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
72 lines (62 loc) · 2.73 KB
/
Copy pathindex.html
File metadata and controls
72 lines (62 loc) · 2.73 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Flight Delays and Cancellations: A Data Visualization Approach</title>
<script src="https://cdn.jsdelivr.net/npm/vega@5"></script>
<script src="https://cdn.jsdelivr.net/npm/vega-lite@5"></script>
<script src="https://cdn.jsdelivr.net/npm/vega-embed@6"></script>
<link href="css/main.css" rel="stylesheet" />
</head>
<body>
<nav>
<ul>
<li><a href="index.html">Home</a></li>
<span>✈</span>
<li><a href="pages/data.html">Data</a></li>
<span>✈</span>
<li><a href="pages/visualizations.html">Visualizations</a></li>
<span>✈</span>
<li><a href="pages/additional_data.html">Additional Data</a></li>
<span>✈</span>
<li><a href="pages/weather_vis.html">Weather Visualizations</a></li>
<span>✈</span>
<li><a href="pages/summary.html">Summary</a></li>
</ul>
</nav>
<main>
<h1>Flight Delays and Cancellations: A Data Visualization Approach</h1>
<h3>Introduction</h3>
<p>
Air travel is a crucial part of modern transportation, but flight delays and cancellations cause
significant disruptions for passengers and airlines. Understanding the factors that contribute to
these delays—such as weather conditions, airline policies, and airport congestion—can help
improve scheduling efficiency and passenger experience. This project aims to explore patterns
in flight delays and cancellations using data visualization techniques, offering insights into the
trends and key causes behind these disruptions.
</p>
<p>Important functions ought to be reliable.</p>
<p>
With no means otherwise for fans flying to their favorite Foo Fighters festival,
sons spanning states to see their sick senior parent, or CEOs closing
crucial contracts with critical clients, flights keep society in motion.
</p>
<p>
Thus, flight delays are an issue of significant consequence, with multi-pronged
factors responsible. Whether climate conditions, airline policies, or airport
congestion, analyzing and visualizing the data can help improve scheduling
efficiency and passenger experience; and downstream. This project aims at exactly
that; extract and present the insights that will ultimately reduce flight delays.
</p>
</main>
<footer class="footer">
<h4>Contact us:</h4>
<a href="mailto:ahialey.j@northeastern.edu">Jessica Ahialey</a>
<a href="mailto:malis.j@northeastern.edu">Jake Malis</a>
<a href="mailto:tian.ruy@northeastern.edu">Anthony Tian</a>
<br>
<p>© 2025 Flight Analysis Inc.</p>
</footer>
</body>
</html>