-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex-en.html
More file actions
188 lines (169 loc) · 9.65 KB
/
index-en.html
File metadata and controls
188 lines (169 loc) · 9.65 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>DomIoT</title>
<link rel="stylesheet" href="./css/styles.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/all.min.css">
<meta description="An IoT ecosystem designed to facilitate home care for dependent individuals">
</head>
<body>
<nav>
<a href="#home" class="logo">DomIoT</a>
<ul class="nav-links">
<li><a href="#context">Context</a></li>
<li><a href="#services">Services</a></li>
<li><a href="#ourplatform">Our Platform</a></li>
<li><a href="#team">Team</a></li>
</ul>
<a href="./index.html" class="lang-link"><img src="./assets/icons/fr-flag.svg" alt="French" class="flag-icon"></a>
</nav>
<section id="home">
<h1>DomIoT: The Internet of Things for Home Care</h1>
<div class="container">
<div class="card">
<p>
Faced with an aging population and a high demand for home support, DomIoT provides an innovative solution to help people with reduced autonomy stay safely at home. Using Internet of Things (IoT) technology, our platform connects and centralizes various smart devices: remote health monitoring, medication reminders, security sensors, and much more. DomIoT facilitates the integration of existing and future solutions, offering a sustainable and effective response to the challenges of home care.
</p>
</div>
</div>
<div class="image-utilisateurs-container">
<img src="./assets/images/IOTHOME.png" alt="IoT_autonomy">
</div>
</section>
<section id="context" class="full-page">
<h1>Context</h1>
<div class="container">
<div class="card">
<p>
With the aging population, the question of senior autonomy is becoming a major issue, especially since 92% of people over 60 say they prefer to age at home. Overall, the demand for home support continues to rise. Home care helps preserve autonomy, dignity, and well-being while reducing social isolation. It also avoids potential difficulties related to moving into a specialized facility, particularly for people with cognitive disorders.
</p>
</div>
</div>
<div class="image-utilisateurs-container">
<img src="./assets/images/nursing.png" alt="Home_assistance">
</div>
</section>
<section id="services">
<h1>Our Services</h1>
<h2>The Smart Closet</h2>
<p class="description">This use case is directly integrated into our platform and can be used immediately without additional installation.</p>
<div class="arrow-container">
<img class="right-arrow" src="./assets/icons/right-arrow.svg" alt="Arrow">
<p class="description">Facilitates the organization and location of objects for individuals with neurodegenerative diseases through intuitive technology.</p>
</div>
<div class="container">
<div class="card">
<div class="iconP"><i class="fa-solid fa-lightbulb"></i></div>
<p>Allows quick object location using LEDs and a voice interface. Users can vocally ask where an object is, and an LED will light up to indicate its position.</p>
</div>
<div class="card">
<div class="iconP"><i class="fa-solid fa-tags"></i></div>
Each object is equipped with an RFID tag to ensure it is properly stored.
</div>
<div class="card">
<div class="iconP"><i class="fa-solid fa-clipboard-list"></i></div>
Caregivers can register storage locations in the database and attach corresponding RFID tags.
</div>
<div class="card">
<div class="iconP"><i class="fa-solid fa-diagram-project"></i></div>
<p><a href="./assets/images/archi_pc.png">To view the technical architecture, <u>click here</u></a></p>
</div>
<div class="image-grandma-cabinet-container">
<img src="./assets/images/grandmere_placard.jpg">
</div>
</div>
<h2>The Connected Schedule</h2>
<p class="description">Similarly, this use case is already implemented in our platform</p>
<div class="container">
<div class="card">
<div class="iconP"><i class="fa-solid fa-calendar-plus"></i></div>
<p>The caregiver can create, modify, or delete events for the assisted person</p>
</div>
<div class="card">
<div class="iconP"><i class="fa-solid fa-bell"></i></div>
<p>Event notifications and reminders for the assisted person via audio playback through Home Assistant</p>
</div>
<div class="card">
<div class="iconP"><i class="fa-solid fa-check-circle"></i></div>
<p>The assisted person can indicate whether an event is completed (or not), allowing the caregiver to monitor it</p>
</div>
<div class="card">
<div class="iconP"><i class="fa-solid fa-diagram-project"></i></div>
<p><a href="./assets/images/archi_edt.png">To view the technical architecture, <u>click here</u></a></p>
</div>
</div>
<h3>Interfaces by User Type</h3>
<div class="image-edt-interfaces-container">
<div class="image-item">
<img src="./assets/images/domiot_edt_1.png" alt="Assisted person interface">
<p>Graphical interface for the assisted person, accessible through our platform, in addition to other use cases</p>
</div>
<div class="image-item">
<img src="./assets/images/domiot_edt_2.png" alt="Caregiver interface">
<p>Graphical interface for the caregiver</p>
</div>
</div>
</section>
<section id="ourplatform" class="full-page">
<h1>Our Platform</h1>
<div class="container">
<div class="card">
<div class="iconP"><i class="fas fa-heartbeat"></i></div>
<p>IoT is extremely useful in home assistance for dependent individuals, enabling continuous health data monitoring and autonomy support. A classic example includes fall detection or home automation.</p>
</div>
<div class="card">
<div class="iconP"><i class="fas fa-laptop-house"></i></div>
<p>The DomIoT project aims to develop a smart home platform integrating IoT services for home care. It is based on Home Assistant, customized to assist individuals and simplify the addition and management of connected devices.</p>
</div>
<div class="card">
<div class="iconP"><i class="fas fa-network-wired"></i></div>
<p>This platform centralizes tools and integrates sensors to improve the lives of assisted individuals and their caregivers.</p>
</div>
<div class="card">
<div class="iconP"><i class="fas fa-users"></i></div>
<p>The interface adapts to user profiles: assisted individuals, families, caregivers, and technicians. Each accesses suitable functionalities for a simple and secure experience.</p>
</div>
</div>
<h2>Authentication</h2>
<div class="container">
<div class="card">
<div class="iconP"><i class="fas fa-user-lock"></i></div>
<p>Authentication for all platform users is integrated and follows the OpenID Connect protocol.</p>
</div>
<div class="card">
<div class="iconP"><i class="fas fa-hospital-user"></i></div>
<p>Our authentication system allows healthcare professionals to use ProSanté Connect, a service provided by the Agence du Numérique en Santé.</p>
</div>
</div>
</section>
<section id="team" class="full-page centering">
<h1>Team</h1>
<div class="content">
<ul class="team">
<li><a href="https://www.linkedin.com/in/thomasdemarty/">Thomas Demarty</a></li>
<li><a href="https://www.linkedin.com/in/arnaud-lugand-68b58a221/">Arnaud Lugand</a></li>
<li><a href="https://www.linkedin.com/in/maelenn-le-sommer-a3075b221/">Maelenn Le Sommer</a></li>
<li><a href="https://www.linkedin.com/in/tristan-henault/">Tristan Hénault</a></li>
<li><a href="https://www.linkedin.com/in/célian-lagrange-b111a2214/">Célian Lagrange</a></li>
<li><a href=" https://www.linkedin.com/in/noa-berton/">Noa Berton</a></li>
<li><a href="https://github.com/Kaeios">Guillaume Freyermuth</a></li>
</ul>
</div>
<div class="content">
<ul class="encadrants">
<li><a href="https://http.cat/418">Supervision by: </a></li>
<li><a href="https://www.linkedin.com/in/marie-babel-3a31aba">Marie Babel</a></li>
<li><a href="https://www.linkedin.com/in/jean-louis-pazat-b2a8415">Jean-Louis Pazat</a></li>
</ul>
</div>
<div class="end-of-page">
<p>Project carried out as part of the 4th year at INSA Rennes (Computer Science department)</p>
<p>Year 2024-2025</p>
<img src="./assets/icons/Insa-rennes-logo.svg.png"/>
</div>
</section>
<script src="./js/script.js"></script>
</body>
</html>