forked from mtouloup/covid19-visualization-cyprus
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsymptoms.html
575 lines (552 loc) · 63.4 KB
/
symptoms.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
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
<!DOCTYPE html>
<html lang="zxx" class="js">
<head>
<meta charset="utf-8">
<meta name="author" content="Softnio">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="">
<!-- Fav Icon -->
<link rel="shortcut icon" href="images/favicon.png">
<!-- Site Title -->
<title>COVID-19 Cyprus Visual Guide</title>
<!-- Bundle and Base CSS -->
<link rel="stylesheet" href="assets/css/bundle.css?ver=100">
<link rel="stylesheet" href="assets/css/styles.css?ver=100">
<!-- AmCharts Resources -->
<script src="https://www.amcharts.com/lib/4/core.js"></script>
<script src="https://www.amcharts.com/lib/4/charts.js"></script>
<script src="https://www.amcharts.com/lib/4/themes/animated.js"></script>
</head>
<body class="nk-body">
<div class="nk-wrap">
<header class="nk-header bg-light has-overlay" id="home">
<div class="overlay shape shape-a"></div><!-- Overlay Shape -->
<div class="nk-navbar is-light is-sticky" id="navbar">
<div class="container-fluid">
<div class="nk-navbar-wrap">
<div class="nk-navbar-logo logo">
<a class="logo-link">
<img class="logo-dark" src="images/logo-dark.png" srcset="images/logo-dark2x.png 2x" alt="logo">
<img class="logo-light" src="images/logo-white.png" srcset="images/logo-white2x.png 2x" alt="logo">
</a>
</div><!-- .nk-navbar-logo -->
<div class="nk-navbar-toggle d-lg-none">
<a href="#" class="toggle" data-menu-toggle="navbar-menu"><em class="icon-menu icon ni ni-menu"></em><em class="icon-close icon ni ni-cross"></em></a>
</div><!-- .nk-navbar-toggle -->
<nav class="nk-navbar-menu" id="navbar-menu">
<ul class="nk-menu">
<li class="nk-menu-item"><a class="scrollto nav-link nk-menu-link" href="index.html">Home</a></li>
<li class="nk-menu-item"><a class="scrollto nav-link nk-menu-link" href="index.html">Cyprus Data</a></li>
<li class="nk-menu-item"><a class="scrollto nav-link nk-menu-link" href="about.html">About Covid-19</a></li>
<li class="nk-menu-item"><a class="scrollto nav-link nk-menu-link" href="symptoms.html">Symptoms</a></li>
<li class="nk-menu-item"><a class="scrollto nav-link nk-menu-link" href="prevention.html">Prevention</a></li>
<li class="nk-menu-item"><a class="scrollto nav-link nk-menu-link" href="treatment.html">Treatment</a></li>
<li class="nk-menu-item"><a class="scrollto nav-link nk-menu-link" href="index.html#faq">FAQ</a></li>
</ul>
<ul class="nk-menu-btns">
<li class="nk-menu-item"><a href="index.html#protect" class="btn btn-sm scrollto nav-link">Do & Don’t</a></li>
</ul>
</nav><!-- .nk-navbar-menu -->
</div><!-- .nk-navbar-wrap -->
</div><!-- .container -->
</div><!-- .nk-navbar -->
<div class="nk-banner" style="min-height: 0px;">
</div><!-- .nk-banner -->
</header><!-- .nk-header -->
<main class="nk-pages">
<section class="section section-l bg-white section-symptom" id="symptoms">
<div class="container">
<div class="section-head text-center wide-lg">
<h5 class="subtitle">What are the symptoms of COVID-19?</h5>
<h2 class="title">Symptoms of Coronavirus</h2>
<p align="justify">The most common symptoms of COVID-19 are fever, tiredness, and dry cough. Some patients may have aches and pains, nasal congestion, runny nose, sore throat or diarrhea. These symptoms are usually mild and begin gradually. Also the symptoms may appear 2-14 days after exposure.</p>
</div><!-- .section-head -->
<div class="section-content">
<div class="row g-gs justify-content-center">
<div class="col-sm-10 col-md-8 col-lg-4">
<div class="box2">
<div class="box2-gfx">
<img src="images/gfx/symptom-a.png" alt="">
</div>
<div class="box2-content">
<h5 class="title">Fever</h5>
<p align="justify"><strong>High Fever</strong> – this means you feel hot to touch on your chest or back (you do not need to measure your temperature). It is a common sign and also may appear in 2-10 days if you affected.</p>
</div>
</div><!-- .box2 -->
</div><!-- .col -->
<div class="col-sm-10 col-md-8 col-lg-4">
<div class="box2">
<div class="box2-gfx">
<img src="images/gfx/symptom-b.png" alt="">
</div>
<div class="box2-content">
<h5 class="title">Cough</h5>
<p align="justify"><strong>Continuous cough</strong> – this means coughing a lot for more than an hour, or 3 or more coughing episodes in 24 hours (if you usually have a cough, it may be worse than usual).</p>
</div>
</div><!-- .box2 -->
</div><!-- .col -->
<div class="col-sm-10 col-md-8 col-lg-4">
<div class="box2">
<div class="box2-gfx">
<img src="images/gfx/symptom-c.png" alt="">
</div>
<div class="box2-content">
<h5 class="title">Shortness of breath</h5>
<p align="justify"><strong>Difficulty breathing</strong> – Around 1 out of every 6 people who gets COVID-19 becomes seriously ill and develops difficulty breathing or shortness of breath.</p>
</div>
</div><!-- .box2 -->
</div><!-- .col -->
</div><!-- .row -->
<div class="section-cta">
<div class="row g-gs justify-content-center">
<div class="col-sm-10 col-md-8 col-lg-7 col-xl-8">
<div class="notes">
<em class="icon ni ni-alert-fill-c"></em>
<p align="justify"><strong>Stay at home and call your doctor:</strong> If you think you have been exposed to COVID-19 and develop a fever and any symptoms, such as cough or difficulty breathing, call your healthcare provider as soon as possible for medical advice.</p>
</div>
</div><!-- .col -->
<div class="col-sm-10 col-md-8 col-lg-5 col-xl-4">
<div class="d-flex justify-content-lg-end ml-sm-5 ml-4 pl-3 ml-lg-0 pl-lg-0">
<a href="#faq" class="btn scrollto"><em class="icon ni ni-question"></em><span>Have question? Find answer.</span></a>
</div>
</div><!-- .col -->
</div><!-- .row -->
</div>
</div><!-- .section-content -->
</div><!-- .container -->
</section><!-- .section -->
<section class="section section-l bg-white section-faq" id="faq">
<div class="container">
<div class="section-head text-center">
<h5 class="subtitle">Frequently Asked Questions</h5>
<h2 class="title">Common Question <br class="d-sm-none"> & Answer</h2>
</div><!-- .section-head -->
<div class="section-content">
<div class="row g-gs">
<div class="col-lg-4">
<ul class="nav nav-tabs nav-tabs-vr nav-tabs-btns">
<li class="nav-item">
<a class="nav-link active" data-toggle="tab" href="#covid-basics">Coronavirus Disease 2019 Basics</a>
</li>
<li class="nav-item">
<a class="nav-link" data-toggle="tab" href="#covid-spreads">How It Spreads</a>
</li>
<li class="nav-item">
<a class="nav-link" data-toggle="tab" href="#covid-protect">How to Protect Yourself</a>
</li>
<li class="nav-item">
<a class="nav-link" data-toggle="tab" href="#covid-symptoms">Symptoms & Testing</a>
</li>
<li class="nav-item">
<a class="nav-link" data-toggle="tab" href="#covid-myth">Myth-Busters of coronavirus</a>
</li>
</ul><!-- .nav-tabs -->
</div><!-- .col -->
<div class="col-lg-8">
<div class="tab-content">
<div class="tab-pane fade show active" id="covid-basics">
<div class="accordion">
<div class="accordion-item">
<h5 class="accordion-title" data-toggle="collapse" data-target="#covid-basics-01">What is a novel coronavirus? <span class="accordion-icon"></span></h5>
<div id="covid-basics-01" class="collapse show">
<div class="accordion-content">
<p>On February 11, 2020 the World Health Organization announced an official name for the disease that is causing the 2019 novel coronavirus outbreak, first identified in Wuhan China. The new name of this disease is coronavirus disease 2019, abbreviated as COVID-19. In COVID-19, ‘CO’ stands for ‘corona,’ ‘VI’ for ‘virus,’ and ‘D’ for disease. Formerly, this disease was referred to as “2019 novel coronavirus” or “2019-nCoV”.</p>
<p align="justify">A novel coronavirus is a new coronavirus that has not been previously identified. The virus causing coronavirus disease 2019 (COVID-19), is not the same as the <a href="https://www.cdc.gov/coronavirus/2019-ncov/index.html" target="_blank">coronaviruses that commonly circulate among humans</a> and cause mild illness, like the common cold.</p>
</div>
</div>
</div>
<div class="accordion-item">
<h5 class="accordion-title collapsed" data-toggle="collapse" data-target="#covid-basics-02">Why is the disease being called coronavirus disease 2019, COVID-19?<span class="accordion-icon"></span></h5>
<div id="covid-basics-02" class="collapse">
<div class="accordion-content">
<p>On February 11, 2020 the World Health Organization announced an official name for the disease that is causing the 2019 novel coronavirus outbreak, first identified in Wuhan China. The new name of this disease is coronavirus disease 2019, abbreviated as COVID-19. In COVID-19, ‘CO’ stands for ‘corona,’ ‘VI’ for ‘virus,’ and ‘D’ for disease. Formerly, this disease was referred to as “2019 novel coronavirus” or “2019-nCoV”.</p>
<p align="justify">There are <a href="https://www.cdc.gov/coronavirus/2019-ncov/index.html" target="_blank">many types</a> of human coronaviruses including some that commonly cause mild upper-respiratory tract illnesses. COVID-19 is a new disease, caused be a novel (or new) coronavirus that has not previously been seen in humans. The name of this disease was selected following the World Health Organization (WHO) best practiceexternal icon for naming of new human infectious diseases.</p>
</div>
</div>
</div>
<div class="accordion-item">
<h5 class="accordion-title collapsed" data-toggle="collapse" data-target="#covid-basics-03">How can people help stop stigma related to COVID-19? <span class="accordion-icon"></span></h5>
<div id="covid-basics-03" class="collapse">
<div class="accordion-content">
<p align="justify">People can fight stigma and help, not hurt, others by providing social support. Counter stigma by learning and sharing facts. Communicating the facts that viruses do not target specific racial or ethnic groups and how COVID-19 actually spreads can help stop stigma.</p>
</div>
</div>
</div>
<div class="accordion-item">
<h5 class="accordion-title collapsed" data-toggle="collapse" data-target="#covid-basics-04">Why might someone blame or avoid individuals and groups? <span class="accordion-icon"></span></h5>
<div id="covid-basics-04" class="collapse">
<div class="accordion-content">
<p>People in the U.S. may be worried or anxious about friends and relatives who are living in or visiting areas where COVID-19 is spreading. Some people are worried about the disease. Fear and anxiety can lead to social stigma, for example, towards Chinese or other Asian Americans or people who were in quarantine.</p>
<p>Stigma is discrimination against an identifiable group of people, a place, or a nation. Stigma is associated with a lack of knowledge about how COVID-19 spreads, a need to blame someone, fears about disease and death, and gossip that spreads rumors and myths.</p>
<p>Stigma hurts everyone by creating more fear or anger towards ordinary people instead of the disease that is causing the problem.</p>
</div>
</div>
</div>
</div>
</div>
<div class="tab-pane fade" id="covid-spreads">
<div class="accordion">
<div class="accordion-item">
<h5 class="accordion-title" data-toggle="collapse" data-target="#covid-spreads-01">What is the source of the virus? <span class="accordion-icon"></span></h5>
<div id="covid-spreads-01" class="collapse show">
<div class="accordion-content">
<p>Coronaviruses are a large family of viruses. Some cause illness in people, and others, such as canine and feline coronaviruses, only infect animals. Rarely, animal coronaviruses that infect animals have emerged to infect people and can spread between people. This is suspected to have occurred for the virus that causes COVID-19. Middle East Respiratory Syndrome (MERS) and Severe Acute Respiratory Syndrome (SARS) are two other examples of coronaviruses that originated from animals and then spread to people. More information about the source and spread of COVID-19 is available on the <a href="https://www.cdc.gov/coronavirus/2019-ncov/cases-updates/summary.html" target="_blank">Situation Summary: Source and Spread of the Virus</a>.</p>
</div>
</div>
</div>
<div class="accordion-item">
<h5 class="accordion-title collapsed" data-toggle="collapse" data-target="#covid-spreads-02">How does the virus spread?<span class="accordion-icon"></span></h5>
<div id="covid-spreads-02" class="collapse">
<div class="accordion-content">
<p>This virus was first detected in Wuhan City, Hubei Province, China. The first infections were linked to a live animal market, but the virus is now spreading from person-to-person. It’s important to note that person-to-person spread can happen on a continuum. Some viruses are highly contagious (like measles), while other viruses are less so.</p>
<p>The virus that causes COVID-19 seems to be spreading easily and sustainably in the community (“community spread”) in <a href="https://www.cdc.gov/coronavirus/2019-ncov/prepare/transmission.html" target="_blank">some affected geographic areas</a>. Community spread means people have been infected with the virus in an area, including some who are not sure how or where they became infected.</p><p>Learn what is known about the <a href="https://www.cdc.gov/coronavirus/2019-ncov/about/transmission.html" target="_blank">spread of newly emerged coronaviruses</a>.</p>
</div>
</div>
</div>
<div class="accordion-item">
<h5 class="accordion-title collapsed" data-toggle="collapse" data-target="#covid-spreads-03">Can someone who has had COVID-19 spread the illness to others? <span class="accordion-icon"></span></h5>
<div id="covid-spreads-03" class="collapse">
<div class="accordion-content">
<p>The virus that causes COVID-19 is <a href="https://www.cdc.gov/coronavirus/2019-ncov/prepare/transmission.html" target="_blank">spreading from person-to-person</a>. Someone who is actively sick with COVID-19 can spread the illness to others. That is why CDC recommends that these patients be isolated either in the hospital or at home (depending on how sick they are) until they are better and no longer pose a risk of infecting others.</p>
<p>How long someone is actively sick can vary so the decision on when to release someone from isolation is made on a case-by-case basis in consultation with doctors, infection prevention and control experts, and public health officials and involves considering specifics of each situation including disease severity, illness signs and symptoms, and results of laboratory testing for that patient.</p>
<p>Current <a href="https://www.cdc.gov/coronavirus/2019-ncov/hcp/disposition-hospitalized-patients.html" target="_blank">CDC guidance for when it is OK to release someone from isolation</a> is made on a case by case basis and includes meeting all of the following requirements:</p>
<ul>
<li>The patient is free from fever without the use of fever-reducing medications.</li>
<li>The patient is no longer showing symptoms, including cough.</li>
<li>The patient has tested negative on at least two consecutive respiratory specimens collected at least 24 hours apart.</li>
</ul>
<p>Someone who has been released from isolation is not considered to pose a risk of infection to others.</p>
</div>
</div>
</div>
<div class="accordion-item">
<h5 class="accordion-title collapsed" data-toggle="collapse" data-target="#covid-spreads-04">Will warm weather stop the outbreak of COVID-19?<span class="accordion-icon"></span></h5>
<div id="covid-spreads-04" class="collapse">
<div class="accordion-content">
<p>It is not yet known whether weather and temperature impact the spread of COVID-19. Some other viruses, like the common cold and flu, spread more during cold weather months but that does not mean it is impossible to become sick with these viruses during other months. At this time, it is not known whether the spread of COVID-19 will decrease when weather becomes warmer. There is much more to learn about the transmissibility, severity, and other features associated with COVID-19 and investigations are ongoing.</p>
</div>
</div>
</div>
<div class="accordion-item">
<h5 class="accordion-title collapsed" data-toggle="collapse" data-target="#covid-spreads-05">Can the virus that causes COVID-19 be spread through food, including refrigerated or frozen food?<span class="accordion-icon"></span></h5>
<div id="covid-spreads-05" class="collapse">
<div class="accordion-content">
<p>Coronaviruses are generally thought to be spread from person-to-person through respiratory droplets. Currently there is no evidence to support transmission of COVID-19 associated with food. Before preparing or eating food it is important to always wash your hands with soap and water for 20 seconds for general food safety. Throughout the day wash your hands after blowing your nose, coughing or sneezing, or going to the bathroom.</p>
<p>It may be possible that a person can get COVID-19 by touching a surface or object that has the virus on it and then touching their own mouth, nose, or possibly their eyes, but this is not thought to be the main way the virus spreads.</p>
<p>In general, because of poor survivability of these coronaviruses on surfaces, there is likely very low risk of spread from food products or packaging that are shipped over a period of days or weeks at ambient, refrigerated, or frozen temperatures.</p>
<p>Learn what is known about the <a href="https://www.cdc.gov/coronavirus/2019-ncov/prepare/transmission.html" target="_blank">spread of COVID-19</a>.
</div>
</div>
</div>
<div class="accordion-item">
<h5 class="accordion-title collapsed" data-toggle="collapse" data-target="#covid-spreads-06">What is community spread?<span class="accordion-icon"></span></h5>
<div id="covid-spreads-06" class="collapse">
<div class="accordion-content">
<p>Community spread means people have been infected with the virus in an area, including some who are not sure how or where they became infected.</p>
</div>
</div>
</div>
</div>
</div>
<div class="tab-pane fade" id="covid-protect">
<div class="accordion">
<div class="accordion-item">
<h5 class="accordion-title" data-toggle="collapse" data-target="#covid-protect-01">What can I do to protect myself and prevent the spread of disease?<span class="accordion-icon"></span></h5>
<div id="covid-protect-01" class="collapse show">
<div class="accordion-content">
<h5>Protection measures for everyone</h5>
<p>Stay aware of the latest information on the COVID-19 outbreak, available on the WHO website and through your national and local public health authority. Many countries around the world have seen cases of COVID-19 and several have seen outbreaks. Authorities in China and some other countries have succeeded in slowing or stopping their outbreaks. However, the situation is unpredictable so check regularly for the latest news.</p>
<p>You can reduce your chances of being infected or spreading COVID-19 by taking some simple precautions:</p>
<ul class="list-dot">
<li>Regularly and thoroughly clean your hands with an alcohol-based hand rub or wash them with soap and water.
<br><strong>Why?</strong> Washing your hands with soap and water or using alcohol-based hand rub kills viruses that may be on your hands.</li>
<li>Maintain at least 1 metre (3 feet) distance between yourself and anyone who is coughing or sneezing.
<br><strong>Why?</strong> When someone coughs or sneezes they spray small liquid droplets from their nose or mouth which may contain virus. If you are too close, you can breathe in the droplets, including the COVID-19 virus if the person coughing has the disease.</li>
<li>Avoid touching eyes, nose and mouth.
<br><strong>Why?</strong> Hands touch many surfaces and can pick up viruses. Once contaminated, hands can transfer the virus to your eyes, nose or mouth. From there, the virus can enter your body and can make you sick.</li>
<li>Make sure you, and the people around you, follow good respiratory hygiene. This means covering your mouth and nose with your bent elbow or tissue when you cough or sneeze. Then dispose of the used tissue immediately.
<br><strong>Why?</strong> Droplets spread virus. By following good respiratory hygiene you protect the people around you from viruses such as cold, flu and COVID-19.</li>
<li>Stay home if you feel unwell. If you have a fever, cough and difficulty breathing, seek medical attention and call in advance. Follow the directions of your local health authority.
<br><strong>Why?</strong> National and local authorities will have the most up to date information on the situation in your area. Calling in advance will allow your health care provider to quickly direct you to the right health facility. This will also protect you and help prevent spread of viruses and other infections.</li>
<li>Keep up to date on the latest COVID-19 hotspots (cities or local areas where COVID-19 is spreading widely). If possible, avoid traveling to places – especially if you are an older person or have diabetes, heart or lung disease.
<br><strong>Why?</strong> You have a higher chance of catching COVID-19 in one of these areas.</li>
</ul>
</div>
</div>
</div>
<div class="accordion-item">
<h5 class="accordion-title collapsed" data-toggle="collapse" data-target="#covid-protect-02">What should I do if I had close contact with someone who has COVID-19?<span class="accordion-icon"></span></h5>
<div id="covid-protect-02" class="collapse">
<div class="accordion-content">
<p>Household members, intimate partners, and caregivers in a nonhealthcare setting may have close contact2 with a person with symptomatic, laboratory-confirmed COVID-19 or a person under investigation. Close contacts should monitor their health; they should call their healthcare provider right away if they develop symptoms suggestive of COVID-19 (e.g., fever, cough, shortness of breath)</p>
<p>Close contacts should also follow these recommendations:</p>
<ul class="list-dot">
<li>Make sure that you understand and can help the patient follow their healthcare provider’s instructions for medication(s) and care. You should help the patient with basic needs in the home and provide support for getting groceries, prescriptions, and other personal needs.</li>
<li>Monitor the patient’s symptoms. If the patient is getting sicker, call his or her healthcare provider and tell them that the patient has laboratory-confirmed COVID-19. This will help the healthcare provider’s office take steps to keep other people in the office or waiting room from getting infected. Ask the healthcare provider to call the local or state health department for additional guidance. If the patient has a medical emergency and you need to call 911, notify the dispatch personnel that the patient has, or is being evaluated for COVID-19.</li>
<li>Household members should stay in another room or be separated from the patient as much as possible. Household members should use a separate bedroom and bathroom, if available.</li>
<li>Prohibit visitors who do not have an essential need to be in the home.</li>
<li>Household members should care for any pets in the home. Do not handle pets or other animals while sick. For more information, see <a href="https://www.cdc.gov/coronavirus/2019-ncov/faq.html/#2019-nCoV-and-animals" target="_blank">COVID-19 and Animals</a>.</li>
<li>Make sure that shared spaces in the home have good air flow, such as by an air conditioner or an opened window, weather permitting.</li>
<li>Perform hand hygiene frequently. Wash your hands often with soap and water for at least 20 seconds or use an alcohol-based hand sanitizer that contains 60 to 95% alcohol, covering all surfaces of your hands and rubbing them together until they feel dry. Soap and water should be used preferentially if hands are visibly dirty.</li>
<li>Avoid touching your eyes, nose, and mouth with unwashed hands.</li>
<li>The patient should wear a facemask when you are around other people. If the patient is not able to wear a facemask (for example, because it causes trouble breathing), you, as the caregiver, should wear a mask when you are in the same room as the patient.</li>
<li>Wear a disposable facemask and gloves when you touch or have contact with the patient’s blood, stool, or body fluids, such as saliva, sputum, nasal mucus, vomit, urine.
<ul>
<li>Throw out disposable facemasks and gloves after using them. Do not reuse.</li>
<li>When removing personal protective equipment, first remove and dispose of gloves. Then, immediately clean your hands with soap and water or alcohol-based hand sanitizer. Next, remove and dispose of facemask, and immediately clean your hands again with soap and water or alcohol-based hand sanitizer.</li>
</ul>
</li>
<li>Avoid sharing household items with the patient. You should not share dishes, drinking glasses, cups, eating utensils, towels, bedding, or other items. After the patient uses these items, you should wash them thoroughly (see below “Wash laundry thoroughly”).</li>
<li>Clean all “high-touch” surfaces, such as counters, tabletops, doorknobs, bathroom fixtures, toilets, phones, keyboards, tablets, and bedside tables, every day. Also, clean any surfaces that may have blood, stool, or body fluids on them.
<ul>
<li>Use a household cleaning spray or wipe, according to the label instructions. Labels contain instructions for safe and effective use of the cleaning product including precautions you should take when applying the product, such as wearing gloves and making sure you have good ventilation during use of the product.</li>
</ul>
</li>
<li>Wash laundry thoroughly.
<ul>
<li>Immediately remove and wash clothes or bedding that have blood, stool, or body fluids on them.</li>
<li>Wear disposable gloves while handling soiled items and keep soiled items away from your body. Clean your hands (with soap and water or an alcohol-based hand sanitizer) immediately after removing your gloves.</li>
<li>Read and follow directions on labels of laundry or clothing items and detergent. In general, using a normal laundry detergent according to washing machine instructions and dry thoroughly using the warmest temperatures recommended on the clothing label.</li>
</ul>
</li>
<li>Place all used disposable gloves, facemasks, and other contaminated items in a lined container before disposing of them with other household waste. Clean your hands (with soap and water or an alcohol-based hand sanitizer) immediately after handling these items. Soap and water should be used preferentially if hands are visibly dirty.</li>
<li>Discuss any additional questions with your state or local health department or healthcare provider. Check available hours when contacting your local health department.</li>
</ul>
</div>
</div>
</div>
<div class="accordion-item">
<h5 class="accordion-title collapsed" data-toggle="collapse" data-target="#covid-protect-03">Who is at higher risk for serious illness from COVID-19? <span class="accordion-icon"></span></h5>
<div id="covid-protect-03" class="collapse">
<div class="accordion-content">
<p><strong>Older adults and people of any age who have serious underlying medical conditions</strong> may be at higher risk for more serious complications from COVID-19. These people who may be at higher risk of getting very sick from this illness, includes:</p>
<ul class="list-dot">
<li><strong>Older adults</strong></li>
<li><strong>People who have serious underlying medical conditions</strong> like:
<ul>
<li>Heart disease</li>
<li>Diabetes</li>
<li>Lung disease</li>
</ul>
</li>
</ul>
</div>
</div>
</div>
<div class="accordion-item">
<h5 class="accordion-title collapsed" data-toggle="collapse" data-target="#covid-protect-04">What should people at higher risk of serious illness with COVID-19 do?<span class="accordion-icon"></span></h5>
<div id="covid-protect-04" class="collapse">
<div class="accordion-content">
<p>If you are at higher risk of getting very sick from COVID-19, you should: stock up on supplies; take everyday precautions to keep space between yourself and others; when you go out in public, keep away from others who are sick; limit close contact and wash your hands often; and avoid crowds, cruise travel, and non-essential travel. If there is an outbreak in your community, stay home as much as possible. Watch for symptoms and emergency signs. If you get sick, stay home and call your doctor. More information on how to prepare, what to do if you get sick, and how communities and caregivers can support those at higher risk is available on <a href="https://www.cdc.gov/coronavirus/2019-ncov/specific-groups/high-risk-complications.html" target="_blank">People at Risk for Serious Illness from COVID-19</a>.</p>
</div>
</div>
</div>
<div class="accordion-item">
<h5 class="accordion-title collapsed" data-toggle="collapse" data-target="#covid-protect-05">Should I wear a mask to protect myself?<span class="accordion-icon"></span></h5>
<div id="covid-protect-05" class="collapse">
<div class="accordion-content">
<p>Only wear a mask if you are ill with COVID-19 symptoms (especially coughing) or looking after someone who may have COVID-19. Disposable face mask can only be used once. If you are not ill or looking after someone who is ill then you are wasting a mask. There is a world-wide shortage of masks, so WHO urges people to use masks wisely.</p>
<p>WHO advises rational use of medical masks to avoid unnecessary wastage of precious resources and mis-use of masks (<a href="https://www.who.int/emergencies/diseases/novel-coronavirus-2019/advice-for-public/when-and-how-to-use-masks" target="_blank">see Advice on the use of masks</a>).</p>
<p>The most effective ways to protect yourself and others against COVID-19 are to frequently clean your hands, cover your cough with the bend of elbow or tissue and maintain a distance of at least 1 meter (3 feet) from people who are coughing or sneezing. See basic protective measures against the new coronavirus for more information.</p>
</div>
</div>
</div>
</div>
</div>
<div class="tab-pane fade" id="covid-symptoms">
<div class="accordion">
<div class="accordion-item">
<h5 class="accordion-title" data-toggle="collapse" data-target="#covid-symptoms-01">What are the symptoms of COVID-19?<span class="accordion-icon"></span></h5>
<div id="covid-symptoms-01" class="collapse show">
<div class="accordion-content">
<p>The most common symptoms of COVID-19 are fever, tiredness, and dry cough. Some patients may have aches and pains, nasal congestion, runny nose, sore throat or diarrhea. These symptoms are usually mild and begin gradually. Some people become infected but don’t develop any symptoms and don't feel unwell. Most people (about 80%) recover from the disease without needing special treatment. Around 1 out of every 6 people who gets COVID-19 becomes seriously ill and develops difficulty breathing. Older people, and those with underlying medical problems like high blood pressure, heart problems or diabetes, are more likely to develop serious illness. People with fever, cough and difficulty breathing should seek medical attention. </p>
<p>Read about <a href="https://www.cdc.gov/coronavirus/2019-ncov/symptoms-testing/symptoms.html" target="_blank">COVID-19 Symptoms from CDC.gov</a>.</p>
</div>
</div>
</div>
<div class="accordion-item">
<h5 class="accordion-title collapsed" data-toggle="collapse" data-target="#covid-symptoms-02">Should I be tested for COVID-19?<span class="accordion-icon"></span></h5>
<div id="covid-symptoms-02" class="collapse">
<div class="accordion-content">
<p>Not everyone needs to be tested for COVID-19. For information about testing, see <a href="https://www.cdc.gov/coronavirus/2019-ncov/symptoms-testing/testing.html" target="_blank">Testing for COVID-19</a>.</p>
</div>
</div>
</div>
<div class="accordion-item">
<h5 class="accordion-title collapsed" data-toggle="collapse" data-target="#covid-symptoms-03">Where can I get tested for COVID-19?<span class="accordion-icon"></span></h5>
<div id="covid-symptoms-03" class="collapse">
<div class="accordion-content">
<p>The process and locations for testing vary from place to place. Contact your state, local, tribal, or territorial department for more information, or reach out to a medical provider. State and local public health departments have received tests from CDC while medical providers are getting tests developed by commercial manufacturers. While supplies of these tests are increasing, it may still be difficult to find someplace to get tested.</p>
</div>
</div>
</div>
<div class="accordion-item">
<h5 class="accordion-title collapsed" data-toggle="collapse" data-target="#covid-symptoms-04">Can a person test negative and later test positive for COVID-19? <span class="accordion-icon"></span></h5>
<div id="covid-symptoms-04" class="collapse">
<div class="accordion-content">
<p>Using the CDC-developed diagnostic test, a negative result means that the virus that causes COVID-19 was not found in the person’s sample. In the early stages of infection, it is possible the virus will not be detected.</p>
<p>For COVID-19, a negative test result for a sample collected while a person has symptoms likely means that the COVID-19 virus is not causing their current illness.</p>
</div>
</div>
</div>
</div>
</div>
<div class="tab-pane fade" id="covid-myth">
<div class="accordion">
<div class="accordion-item">
<h5 class="accordion-title" data-toggle="collapse" data-target="#covid-myth-01">COVID-19 virus can be transmitted in areas with hot and humid climates? <span class="accordion-icon"></span></h5>
<div id="covid-myth-01" class="collapse show">
<div class="accordion-content">
<p>From the evidence so far, the COVID-19 virus can be transmitted in ALL AREAS, including areas with hot and humid weather. Regardless of climate, adopt protective measures if you live in, or travel to an area reporting COVID-19. The best way to protect yourself against COVID-19 is by frequently cleaning your hands. By doing this you eliminate viruses that may be on your hands and avoid infection that could occur by then touching your eyes, mouth, and nose.</p>
</div>
</div>
</div>
<div class="accordion-item">
<h5 class="accordion-title collapsed" data-toggle="collapse" data-target="#covid-myth-02">Cold weather and snow CANNOT kill the new coronavirus<span class="accordion-icon"></span></h5>
<div id="covid-myth-02" class="collapse">
<div class="accordion-content">
<p>There is no reason to believe that cold weather can kill the new coronavirus or other diseases. The normal human body temperature remains around 36.5°C to 37°C, regardless of the external temperature or weather. The most effective way to protect yourself against the new coronavirus is by frequently cleaning your hands with alcohol-based hand rub or washing them with soap and water.</p>
</div>
</div>
</div>
<div class="accordion-item">
<h5 class="accordion-title collapsed" data-toggle="collapse" data-target="#covid-myth-03">Taking a hot bath does not prevent the new coronavirus disease<span class="accordion-icon"></span></h5>
<div id="covid-myth-03" class="collapse">
<div class="accordion-content">
<p>Taking a hot bath will not prevent you from catching COVID-19. Your normal body temperature remains around 36.5°C to 37°C, regardless of the temperature of your bath or shower. Actually, taking a hot bath with extremely hot water can be harmful, as it can burn you. The best way to protect yourself against COVID-19 is by frequently cleaning your hands. By doing this you eliminate viruses that may be on your hands and avoid infection that could occur by then touching your eyes, mouth, and nose.</p>
</div>
</div>
</div>
<div class="accordion-item">
<h5 class="accordion-title collapsed" data-toggle="collapse" data-target="#covid-myth-04">The new coronavirus CANNOT be transmitted through mosquito bites. <span class="accordion-icon"></span></h5>
<div id="covid-myth-04" class="collapse">
<div class="accordion-content">
<p>To date there has been no information nor evidence to suggest that the new coronavirus could be transmitted by mosquitoes. The new coronavirus is a respiratory virus which spreads primarily through droplets generated when an infected person coughs or sneezes, or through droplets of saliva or discharge from the nose. To protect yourself, clean your hands frequently with an alcohol-based hand rub or wash them with soap and water. Also, avoid close contact with anyone who is coughing and sneezing.</p>
</div>
</div>
</div>
<div class="accordion-item">
<h5 class="accordion-title collapsed" data-toggle="collapse" data-target="#covid-myth-05">Are hand dryers effective in killing the new coronavirus? <span class="accordion-icon"></span></h5>
<div id="covid-myth-05" class="collapse">
<div class="accordion-content">
<p>No. Hand dryers are not effective in killing the 2019-nCoV. To protect yourself against the new coronavirus, you should frequently clean your hands with an alcohol-based hand rub or wash them with soap and water. Once your hands are cleaned, you should dry them thoroughly by using paper towels or a warm air dryer.</p>
</div>
</div>
</div>
<div class="accordion-item">
<h5 class="accordion-title collapsed" data-toggle="collapse" data-target="#covid-myth-06">Can an ultraviolet disinfection lamp kill the new coronavirus? <span class="accordion-icon"></span></h5>
<div id="covid-myth-06" class="collapse">
<div class="accordion-content">
<p>UV lamps should not be used to sterilize hands or other areas of skin as UV radiation can cause skin irritation.</p>
</div>
</div>
</div>
<div class="accordion-item">
<h5 class="accordion-title collapsed" data-toggle="collapse" data-target="#covid-myth-07">How effective are thermal scanners in detecting people infected with the new coronavirus? <span class="accordion-icon"></span></h5>
<div id="covid-myth-07" class="collapse">
<div class="accordion-content">
<p>Thermal scanners are effective in detecting people who have developed a fever (i.e. have a higher than normal body temperature) because of infection with the new coronavirus.</p>
<p>However, they cannot detect people who are infected but are not yet sick with fever. This is because it takes between 2 and 10 days before people who are infected become sick and develop a fever.</p>
</div>
</div>
</div>
<div class="accordion-item">
<h5 class="accordion-title collapsed" data-toggle="collapse" data-target="#covid-myth-08">Do vaccines against pneumonia protect you against the new coronavirus? <span class="accordion-icon"></span></h5>
<div id="covid-myth-08" class="collapse">
<div class="accordion-content">
<p>No. Vaccines against pneumonia, such as pneumococcal vaccine and Haemophilus influenza type B (Hib) vaccine, do not provide protection against the new coronavirus.</p>
<p>The virus is so new and different that it needs its own vaccine. Researchers are trying to develop a vaccine against 2019-nCoV, and WHO is supporting their efforts.</p>
<p>Although these vaccines are not effective against 2019-nCoV, vaccination against respiratory illnesses is highly recommended to protect your health.</p>
</div>
</div>
</div>
</div>
</div>
</div><!-- .tab-content -->
</div><!-- .col -->
</div><!-- .row -->
</div><!-- .section-content -->
</div><!-- .container -->
</section><!-- .section -->
</main><!-- .nk-pages -->
<footer class="nk-footer bg-dark tc-light has-overlay">
<div class="overlay shape shape-c"></div><!-- Overlay Shape -->
<section class="section section-footer section-m tc-light">
<div class="container">
<div class="nk-footer-top">
<div class="row g-gs gy-m">
<div class="col-lg-6 col-md-9 mr-auto">
<div class="wgs wgs-about">
<div class="wgs-logo logo">
<a class="logo-link">
<img src="images/logo-white.png" srcset="images/logo-white2x.png 2x" alt="logo">
</a>
</div>
<div class="wgs-about-text">
<p> This website will try to bring awareness to the people especially on what the virus is, how to prevent the spread etc. The website is also using public data provided by the Johns Hopkins University Center for Systems Science and Engineering (JHU CCSE), in order to visualize the COVID-19 outbreak in Cyprus. </p>
<p>Learn about the Cyprus government response to coronavirus at <a href="https://www.pio.gov.cy/coronavirus/" target="_blank">https://www.pio.gov.cy/coronavirus</a></p>
</div>
<!--
<ul class="wgs-social">
<li><a href="https://www.linkedin.com/in/marios-touloupos-967a69110/" target="_blank"><em class="icon ni ni-linkedin"></em></a></li>
<li><a href="https://www.linkedin.com/in/evgenia-kapassa-abb720107/" target="_blank"><em class="icon ni ni-linkedin"></em></a></li>
</ul>
-->
</div><!-- .wgs -->
</div><!-- .col -->
<div class="col-sm-3 col-lg-3">
<div class="wgs wgs-menu">
<h6 class="wgs-title">Quick Link</h6>
<ul class="wgs-links">
<li><a class="scrollto" href="symptoms.html">Symptoms</a></li>
<li><a class="scrollto" href="prevention.html">Prevention</a></li>
<li><a class="scrollto" href="index.html#protect">Protect Youself</a></li>
<li><a class="scrollto" href="index.html#faq">FAQs</a></li>
<li><a class="scrollto" href="about.html">About Corona</a></li>
</ul>
</div><!-- .wgs -->
</div><!-- .col -->
</div><!-- .row -->
</div><!-- .nk-footer-top -->
<div class="nk-footer-bottom">
<div class="row align-items-center">
<div class="col-md-12">
<p class="nk-copyright">© 2020 COVID-19 Cyprus Visualization. Template Made by <a href="https://softnio.com" target="_blank">Softnio, Edited by <strong> <a href="https://www.unic.ac.cy/iff/people/" target="_blank">Marios Touloupos</a>,<a href="https://www.unic.ac.cy/iff/people/" target="_blank"> Evgenia Kapassa </a></a></p>
</div><!-- .col -->
</div><!-- .row -->
<div class="row">
<div class="col-12">
<div class="nk-dislaimer">
<p>Disclaimer: We hope you find the information presented on this website useful. This website is for general information and raise awareness of (2019-nCoV) only. <br class="d-none d-lg-block">
All the information based on WHO, NHS and CDC website. The data used is provided by the Johns Hopkins University Center for Systems Science and Engineering (JHU CCSE). <br class="d-none d-lg-block">
Information on our website is meant for awareness, if you have any doubt please verify from respective site.</p>
</div>
</div>
</div>
</div><!-- .nk-footer-bottom -->
</div><!-- .container -->
</section><!-- .section -->
</footer><!-- .nk-footer -->
</div><!-- .nk-wrap -->
<!-- JavaScript -->
<script src="assets/js/bundle.js?ver=100"></script>
<script src="assets/js/scripts.js?ver=100"></script>
<script src="assets/js/amcharts_scripts_active_cases.js"></script>
<script src="assets/js/amcharts_scripts_recover_cases.js"></script>
<script src="assets/js/amcharts_scripts_death_cases.js"></script>
<script src="assets/js/table_last_cases.js"></script>
<script>
$(document).ready(function(){
$('[data-toggle="tooltip"]').tooltip();
});
</script>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-162710453-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-162710453-1');
</script>
</body>
</html>