-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathproblem_statement_hc.html
31 lines (31 loc) · 1.15 KB
/
problem_statement_hc.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Healthcare</title>
<link rel="stylesheet" href="problem_statement.css">
<link rel="icon" href="./CuberCup/cyber-cup-logo.jpeg">
</head>
<body>
<div class="container-fluid">
<div class="theme-image">
<img class="image" src="./CuberCup/healthcare.jpg" alt="">
</div>
<div class="theme-heading">
<h1>Healthcare</h1>
</div>
<div class="problem-statement">
<h2>Problem Statement</h2>
<p>
Design a system(hardware/software) for monitoring health
parameters of Patients. The system should help in forecasting/Prediction
of communicable diseases like dengue and leptospirosis and identification
of Hotspots utilizing various vector indices, daily surveillance data,
rainfall data and environmental factors
</p>
</div>
</div>
</body>
</html>