-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
90 lines (81 loc) · 2.76 KB
/
about.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<meta name="author" content="icaps">
<title>iCAPS | About</title>
<link rel="stylesheet" href="./css/about_styte.css">
</head>
<body>
<header>
<div class="container">
<div id="branding">
<h1><span class="highlight">iCAPS </span></h1>
</div>
<nav>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="features.html">Features</a></li>
<li class="current"><a href="about.html">About</a></li>
</ul>
</nav>
</div>
</header>
<section id="newsletter">
<div class="container">
</div>
</section>
<section id="main">
<div class="container">
<article id="main-col">
<h1 class="page-title">About Us</h1>
<p>
<section id="boxes">
<div class="container">
<div class="box">
<img src="./img/g1.png">
<h3>Erandi De Silva</h3>
<p>GPU utilization</p>
</div>
<div class="box">
<img src="./img/g2.png">
<h3>Shalindri Perera</h3>
<p>Arrhythmia Classification</p>
</div>
<div class="box">
<img src="./img/g4.png">
<h3>Himeshika Abayarathna</h3>
<p>Calculate ECG Features & Anomaly identification</p>
</div>
<div class="box">
<img src="./img/dr.png">
<h3>Dr. Malitha Wijesundara</h3>
<p>Supervisor</p>
</div>
</div>
</section>
</p>
<p class="dark">
In 2018, around 17.9 million which is an estimated 31% of the people
have died worldwide due to late identification of Cardiovascular Diseases.
One of the major cardiovascular disease is Cardiac Arrhythmia which is an abnormality in the
heart rate or heart rhythm in the heartbeat. These arrhythmias can be identified by
Electrocardiography (ECG or EKG) which is the dominant method used in clinical
practice. Manual identification by doctors takes time and some of the life-threatening
arrhythmias do not have noticeable symptoms. Therefore it is high-time to invent a faster
method for the detection, identification and forewarning cardiac arrhythmias
</p>
</article>
<aside id="sidebar">
<div class="dark">
<h3>What We Do</h3>
<p> Our team work on this project to make the cardiac arrhythmia pre-identification system a reality</p>
</div>
</aside>
</div>
</section>
<footer>
<p>iCAPS-SLIIT © 2019</p>
</body>
</html>