-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathRabies.html
More file actions
81 lines (74 loc) · 4.76 KB
/
Rabies.html
File metadata and controls
81 lines (74 loc) · 4.76 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
<!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>Rabies</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>Rabies</h1><span></span>
</div>
</header>
<div class="passage" style="background-image: url('img\\sky-blue-background.jpg');">
<h1>What is rabies? </h1>
<p>Rabies is a virus often transmitted through the bite of a rabid animal, an animal that has the rabies virus. It infects the central nervous system of mammals, thereby spreading disease to the brain and resulting in death. The CDC, Center for Disease Control and Prevention, reports that rabies is found but not limited to wild mammals like foxes, raccoons, bats, and skunks (though any mammal can catch rabies.) </p>
<center>
<img src="img\bullet_1-small.jpg" alt="img\bullet_1-small.jpg" width=70%>
</center>
<h1>How is it transmitted? </h1>
<p>Rabies is often transmitted through bites from a rabid animal. However, it is possible that a rabid animal’s saliva can transmit the disease by making contact with scratches, abrasions, or open wounds. </p>
<center>
<img src="img\Rabid-dog.jpg" alt="img\Rabid-dog.jpg" width=70%>
</center>
<h1>Symptoms </h1>
<p>After exposure to rabies is an incubation period, ranging from a week to a year. This incubation period depends upon the location of the virus entry, the type of rabies virus, any existing immunity, and viral load. Also, there may be discomfort or an itching sensation at the site of the bite. After that, symptoms begin to develop, and the first of which may be similar to those of the flu such as fever or headache. However, symptoms will gradually worsen as the victim may experience delirium, abnormal behavior, hallucinations, insomnia, and even hydrophobia (the fear of water.) </p>
<center>
<img src="img\rabies-infection-from-dog-to-human.jpg" alt="img\rabies-infection-from-dog-to-human.jpg" width=70%>
</center>
<h1>What happens if I get rabies? </h1>
<p>Post-exposure prophylaxis (PEP) is the immediate treatment for bite victims after exposure, and it prevents virus entry into the central nervous system. It consists of extensive washing and local treatment of the wound ASAP after exposure, a potent and effective rabies vaccine that meets WHO standards, and the administration of rabies immunoglobulin (RIG) if indicated. There are 3 categories of contact and recommended PEP procedures. The first one requires no PEP measures if the animal licks on intact skin or if you are feeding or touching animals. The second one, however, requires immediate vaccination and local treatment of the wounds if there is nibbling of uncovered skin, minor scratches, or abrasions. The third one requires immediate vaccination and administration of RIG if the exposure is severe enough. </p>
<h1>Is rabies treatable? </h1>
<p> Fortunately, this virus can easily be avoided. If you have pets, you can visit your local veterinarian to administer a rabies vaccine. Rabies can also be avoided if you simply leave wildlife alone.</p>
<h1>Trivia</h1>
<p>Etymology: originates from the Latin word “rabies,” which means “madness.” Rabies is present on all continents except for Antarctica, with 95% of human deaths occurring in Africa and Asia. Very few people have ever survived rabies. In fact, according to the CDC, less than 20 cases of human survival from clinical rabies have been recorded. </p>
<h1>Sources</h1>
<p>https://www.cdc.gov/rabies/index.html</p>
<p>https://www.who.int/news-room/fact-sheets/detail/rabies</p>
</div>
<footer>
<!-- FotterMessage -->
</footer>
</body>
</html>