-
Notifications
You must be signed in to change notification settings - Fork 1
/
IoT_and_Healthcare.html
58 lines (48 loc) · 3.86 KB
/
IoT_and_Healthcare.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
<!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">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Anton&family=Arvo&family=Bebas+Neue&family=Cairo:wght@700&family=Chivo+Mono:wght@300&family=Dosis:wght@600&family=Edu+VIC+WA+NT+Beginner&family=Fira+Sans:ital,wght@1,500&family=Fjalla+One&family=IBM+Plex+Mono:wght@300&family=Josefin+Sans:ital,wght@1,500&family=Lato&family=Noto+Serif+NP+Hmong&family=Nova+Flat&family=Roboto&family=Roboto+Slab:wght@300&family=Rubik:wght@300&family=Secular+One&family=Source+Code+Pro&family=Unbounded&display=swap" rel="stylesheet">
<link rel="stylesheet" href=" https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" crossorigin="anonymous">
<link rel="stylesheet" href="./themes.css">
<title>Themes</title>
</head>
<body>
<section id="Home-page">
<h1 class="heading">YOUR NEXT STEP TOWARDS CYBERCUP 3.0</h1>
</section>
<section id="Problem-Statement">
<div class="container-fluid problem statement">
<div class="row">
<div class="ps-1-image floating col-lg-6 col-md-12 col-sm-12">
<img src="./CyberCup3.0/person-choosing-where-they-work-from-hybrid-working-model.jpg" alt="">
</div>
<div class="ps-1 col-lg-6 col-md-12 col-sm-12">
<h2>Problem statement 1</h2>
<p>Develop a system for In-patient care in hospital sector- the system should highlight the need to address various challenges in managing and improving the care provided to hospitalized patients. The solution involves the development of technology driven systems and processes to enhance patient management, data handling, resource allocation, communication and overall quality of care within hospital setting.</p>
</div>
<hr style="color: white; width: 100vw;">
<div class="ps-2-image floating col-lg-6 col-md-12 col-sm-12">
<img src="./CyberCup3.0/mobile-app-development.jpg" alt="">
</div>
<div class="ps-2 col-lg-6 col-md-12 col-sm-12">
<h2>Problem statement 2</h2>
<p>Design an IoT based system where sensors are used to determine runtime/utlization of the health apparatus- the system involves development of a sophisticated monitoring system that utlizes IoT technology and sensors to track the operational duration of health care machines. The solution aims to improve the efficiency of healthcare facility management by providing real time data about the usage of these machines, enabling timely maintainence and ensuring their continuous availability for patients</p>
</div>
<hr style="color: white; width: 100vw;">
<div class="ps-3-image floating col-lg-6 col-md-12 col-sm-12">
<img src="./CyberCup3.0/smart-speaker-being-used-indoors.jpg" alt="">
</div>
<div class="ps-3 col-lg-6 col-md-12 col-sm-12">
<h2>Problem statement 3</h2>
<p>Develop an IoT based solution that enhances remote patient monitoring and healthcare mangement for elderly individuals living independently at home. The solution to enable timely intervention in case of emergencies and improve overall quality of life for elderly patients while reducing burden on healthcare facilities. The solution should include but not limited to real time data collection and emergency response.</p>
</div>
</div>
</div>
</section>
</body>
</html>