-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathALS.html
More file actions
84 lines (77 loc) · 6.19 KB
/
ALS.html
File metadata and controls
84 lines (77 loc) · 6.19 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
73
74
75
76
77
78
79
80
81
82
83
84
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<style type="text/css">
h1 {
font-size: 50px;
}
p {
font-size: 30px;
}
span {
color: blue;
}
header {
height: 100px;
text-align: center;
background-repeat: no-repeat;
}
div.passage {
margin: 0 auto;
width: 70%;
}
</style>
<title>ALS(Amyotrophic Lateral Sclerosis)</title>
<script type="text/javascript" src="maxity.js"></script>
<link rel="stylesheet" type="text/css" href="maxity.css">
</head>
<body>
<img src="img\headImage.png" class="headImage">
<table id="selectionsBorder">
<tr>
<td id="selection1" class="section" onclick="backToMenu()">Rare Disease Around Us</td>
<td id="selection2" class="section" onclick="toResUsed()">Resources</td>
<td id="selection3" class="section" onclick="toSubmited()">Submited Passages</td>
<td id="selection4" class="section">Report Mistake</td>
</tr>
</table>
<header style="background-image: url('img\\vhs.jpg');">
<div>
<h1>ALS(Amyotrophic Lateral Sclerosis)</h1><span></span>
</div>
</header>
<div class="passage" style="background-image: url('img\\sky-blue-background.jpg');">
<h1>What is it? </h1>
<p>ALS, also known as motor neurone disease (MND) or Lou Gehrig's disease, mainly affects the neurons that enable voluntary muscle movement. Currently, there is no known cure or effective treatment to slow down or reverse the disease's progression. </p>
<center>
<img src="img\ALSwastedMuscle.jpg" alt="img\ALSwastedMuscle.jpg" width=70%>
</center>
<h1>What does it mean? </h1>
<p> Let's break down what Amyotrophic lateral sclerosis means. First is the word "amyotrophic", in which comes from several Greek terms. "A-" means no, "myo" means muscle, and "trophic" means nourishment. Thus, amyotrophic literally means "no muscle nourishment." Next is the word "lateral." "Lateral" refers to the regions of the human's spinal cord. In these regions, there are nerve cells that can signal and control muscles. Let's move on to the last word "sclerosis." This word is also of Greek origin, meaning "harden." So in other words, the literal meaning of "Amyotrophic Lateral Sclerosis" is the lack of muscle nourishment and hardening of the lateral spinal cord.</p>
<h1>What are its symptoms? What are its causes? </h1>
<p>According to Amyotrophic Lateral Sclerosis(ALS) Fact Sheet, published by the National Institute of Neurological Disorders and Stroke, symptoms include: muscle twitches in the arm, leg, shoulder, or tongue, muscle cramps, tight and stiff muscles, difficulty chewing or swallowing, slurred and nasal speech, and muscle weakness affecting an arm, diaphragm, a leg, or neck. </p>
<p>The Amyotrophic Lateral Sclerosis(ALS) Fact Sheet also reports that many may notice the first sign of ALS appearing in the hand or arm; in other cases, it can also initially manifest in one of the legs. When symptoms begin in the arms or legs, it is referred to as "limb onset" ALS. Other times, it can also manifest first through speech swallowing problems, which is known as"bulbar onset" ALS. </p>
<p> Although the progression of the disease varies from person to person, individuals affected will eventually be unable to stand or walk, get in or out of bed on their own, or even use their hands and arms. In addition, because ALS affects the ability to swallow and chew, people with ALS have the risk of choking. Furthermore, what makes ALS lethal is that it can cause difficulty in breathing as it weakens the respiratory system. </p>
<p>As for causes of this disease, Amyotrophic Lateral Sclerosis(ALS) Fact Sheet reports that while the causes are not be exactly known, it is likely that genetic and environmental plays a role in this. The website reports that more than a dozen genetic mutations have been identified and each provides "new insights into possible mechanisms of ALS." For instance, the discovery of certain genetic mutations suggests that changes in how RNA molecules, which are one of the major macromolecules in the cell responsible for controlling the creation of certain proteins and gene regulation and activity, are processed may lead to ALS-related motor neuron degeneration. Although there has yet to be a consistent link between environmental factors and ALS, "researchers have suggested that exposure to toxins during warfare, or strenuous physical activity, are possible reasons for why some veterans and athletes may be at increased risk of developing ALS." </p>
<h1>Are there ways to detect ALS? Is there any treatment? </h1>
<p> Unfortunately, as of today, there is no cure for ALS and no treatment known to effectively stunt or reverse the growth of the disease. However, treatments are available to help control symptoms, prevent unnecessary complications, and help cope with the disease. This ranges from supportive care, physical therapy, medication like riluzole(Rilutek) and edaravone(Radicava), speech therapy, nutritional support, and breathing support.</p>
<h1>Trivia </h1>
<p> Lou Gehrig was a New York Yankees baseball player who was forced to retire in 1939 after contracting the disease, hence why ALS is also known as Lou Gehrig's disease. In 2014, a trend of internet videos of the Ice Bucket Challenge appeared, intending to raise public awareness of the disease.</p>
<center>
<img src="img\GehrigLou.jpg" alt="img\GehrigLou.jpg" width=70%>
</center>
<p>-Image of Lou Gehrig</p>
<center>
<img src="img\iceBucketChallenge.jpg" alt="img\iceBucketChallenge.jpg" width=70%>
</center>
<p>-Image of the ALS ice bucket challenge</p>
<h1>Sources </h1>
<p>https://www.ninds.nih.gov/Disorders/Patient-Caregiver-Education/Fact-Sheets/Amyotrophic-lateral-Sclerosis-ALS-Fact-Sheet. </p>
<p>http://www.alsa.org/about-als/what-is-als.html. </p>
</div>
<footer>
<!-- FotterMessage -->
</footer>
</body>
</html>