-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfaq.html
More file actions
65 lines (56 loc) · 3.22 KB
/
faq.html
File metadata and controls
65 lines (56 loc) · 3.22 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="css/reset.css">
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="https://unpkg.com/leaflet@1.9.4/dist/leaflet.css"
integrity="sha256-p4NxAoJBhIIN+hmNHrzRCf9tD/miZyoHS5obTRR9BMY=" crossorigin="" />
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Faster+One&display=swap" rel="stylesheet">
<title>TorTrak - FAQ</title>
</head>
<body>
<nav class="topNav">
<div class="navLogo">
<a href="index.html">
<img src="img/lognobg.png" class="navImg" />
</a>
</div>
<div class="navSlogan"><a href="index.html"><span id="tor">Tor</span><span id="trak">Trak</a></span></div>
<div class="navLinks">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="charts.html">Charts</a></li>
<li><a href="faq.html">FAQ</a></li>
</ul>
</div>
</nav>
<div id="faqContainer">
<h2>What is Enhanced Fujita (EF)?</h2>
<p>The Enhanced Fujita (EF) tornado rating system is a scale used to categorize tornadoes based on their intensity
and the damage they cause. Developed by a team led by Dr. Ted Fujita, the EF scale was introduced in 2007 as an
enhancement to the original Fujita scale, which had been in use since the 1970s. The EF scale ranges from EF0 to
EF5, with EF0 being the weakest and EF5 being the strongest tornadoes.
The EF scale assesses tornado intensity by examining the damage inflicted on structures and vegetation. It
considers factors such as the degree of damage to buildings, the strength of winds required to cause that damage,
and the distribution of damage along the tornado's path. Each EF category corresponds to a range of estimated wind
speeds, which helps meteorologists and emergency responders gauge the severity of a tornado event.
The EF scale incorporates modern engineering and scientific knowledge to provide more accurate and consistent
tornado intensity ratings compared to its predecessor. It takes into account various types of structures and
construction materials, as well as the vulnerability of different building designs to tornado forces.
Additionally, the EF scale considers damage indicators such as trees, signage, and vehicles to assess wind speeds
and assign an appropriate rating.
By providing a standardized and systematic approach to tornado intensity classification, the EF scale enhances our
understanding of tornado behavior and helps communities prepare for and respond to tornado events more
effectively. It facilitates communication among meteorologists, emergency managers, researchers, and the public,
enabling better-informed decisions regarding tornado safety and mitigation efforts.</p>
</div>
</body>
<!-- <script src="https://cdn.jsdelivr.net/npm/chart.js"></script>
<script src="https://cdn.jsdelivr.net/npm/chartjs-plugin-zoom"></script>
<script src="js/data.js"></script>
<script src="js/charts.js"></script> -->
</html>