-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
274 lines (237 loc) · 18.6 KB
/
index.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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Fill out the following metadata for SEO and use in social media (WhatsApp, Facebook, Twitter) -->
<title>WSEAI - 1st International Workshop on Systems Engineering Applied to Internet of Health Things</title>
<meta property="og:title" content="WSEAI'24 - International Workshop on Systems Engineering Applied to Internet of Health Things">
<meta name="twitter:title" content="WSEAI'24 - International Workshop on Systems Engineering Applied to Internet of Health Things">
<meta name="description" content="International Workshop on Systems Engineering Applied to Internet of Health Things, co-located with ICAI 2024, Viña del Mar, Chile.">
<meta property="og:description" content="International Workshop on Systems Engineering Applied to Internet of Health Things, co-located with ICAI 2024, Viña del Mar, Chile.">
<meta name="twitter:description" content="International Workshop on Systems Engineering Applied to Internet of Health Things, co-located with ICAI 2024, Viña del Mar, Chile.">
<meta property="og:url" content="">
<meta name="twitter:site" content="@">
<meta name="keywords" content="Workshop, ICAI, ICAIW, 2024, Chile, Applied Informatics">
<meta name="copyright" content="">
<meta name="robots" content="index,follow">
<!-- Generate your own favicons for different platforms using, e.g., https://realfavicongenerator.net/ -->
<link rel="icon" type="image/png" href="https://icai.itiud.org/img/logos/icai2.png" />
<!-- Adapt the following code if you want to show custom banners when sharing your website on social media -->
<!--
<meta property="og:image" content="">
<meta property="og:image:type" content="image/png">
<meta property="og:image:width" content="400">
<meta property="og:image:height" content="400">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:image" content="">
-->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.15.0/css/all.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/github-fork-ribbon-css/0.2.3/gh-fork-ribbon.min.css" />
<link rel="stylesheet" href="style.css">
</head>
<body>
<!--
<a class="github-fork-ribbon" href="https://github.com/icai-icaiw/icaiw-web-template" target="_blank" data-ribbon="Fork me on GitHub" title="Fork me on GitHub">Fork me on GitHub</a>
-->
<header>
<nav class="navbar navbar-expand-md navbar-light bg-light">
<div class="container-fluid">
<a class="navbar-brand" href="#">WSEAI</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarCollapse" aria-controls="navbarCollapse" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarCollapse">
<ul class="navbar-nav ms-auto mb-2 mb-md-0">
<li class="nav-item"><a class="nav-link" href="#abstract">Abstract</a></li>
<li class="nav-item"><a class="nav-link" href="#cfp">Call for Papers</a></li>
<li class="nav-item"><a class="nav-link" href="#dates">Important Dates</a></li>
<li class="nav-item"><a class="nav-link" href="#submission">Submission</a></li>
<li class="nav-item"><a class="nav-link" href="#registration">Registration</a></li>
<li class="nav-item"><a class="nav-link" href="#presentation">Presentation Guidelines</a></li>
<li class="nav-item"><a class="nav-link" href="#committees">Committees</a></li>
<li class="nav-item"><a class="nav-link" href="#contact">Contact</a></li>
</ul>
</div>
</div>
</nav>
</header>
<main>
<div class="p-5 mb-4 bg-light jumbotron text-center">
<div class="container-fluid py-5">
<h1 class="display-2">1st International <b>W</b>orkshop on <b>S</b>ystem <b>E</b>ngineering <b>A</b>pplied to <b>I</b>nternet of Health Things</h1>
<h5>co-located with the <a href="https://icai.itiud.org/" class="a-title" target="_blank">7th International Conference on Applied Informatics (ICAI 2024)</a></h5>
<p class="lead mt-5"><i class="fas fa-calendar-alt me-1"></i> 24 to 26 October 2024 <i class="fas fa-map-marker-alt ms-4 me-1"></i> Viña del Mar, Chile</p>
</div>
</div>
<div class="container px-5 py-4">
<div class="row mx-5">
<div class="col-lg-8">
<section>
<h1><a id="abstract">Abstract</a></h1>
<p>
The International Workshop on Systems Engineering Applied to the Internet of Health Things is a
conference that aims to be an important forum for the research community in the field of the Internet
of Health Things (IoHT), organized as a partnership between GREat of Universidade Federal do Ceará, located in Brazil,
and ITiSB of Universidad Andrés Bello, located in Chile.
</p>
<p>
The workshop brings advanced research topics and challenges to be discussed by members of the IoHT community who will have
an opportunity to exchange ideas and experiences in the field of IoHT. It also seeks to strengthen a space for discussing
innovative ideas and the development of emerging technologies, proposing software and hardware systems, and practical
experiences related to IoHT in general and each of its technologies. Submissions on new solutions to IoHT challenges and
new tools are welcome.
</p>
</section>
<section>
<h1><a id="cfp">Call for Papers</a></h1>
<p>Topics include but not limited to:</p>
<ul>
<li> Assistive Technologies
<li> Home monitoring and Smart Homes
<li> Telehealth
<li> Human-Machine Interaction in Healthcare IT
<li> Usability and UX of Healthcare IT
<li> eHealth
<li> Electronic Health Records and Standards
<li> Evaluation and Use of Healthcare IT
<li> ICT, Ageing and Disability
<li> Interoperability and Data Integration
<li> Application of Health Informatics in Clinical Cases
<li> Medical Informatics
<li> Mobile Technologies for Healthcare Applications
<li> Pattern Recognition and Machine Learning
<li> Software Engineer in Medicine
<li> Wearable Health Informatics
<li> Big Data in Healthcare
<li> Wellbeing Informatics
<li> Data Mining and Data Analysis
<li> Decision Support Systems
<li> Design and Development of Methodologies for Healthcare IT
<li> Medical Artificial Intelligence
</ul>
</section>
<section>
<h1><a id="submission">Submission</a></h1>
<p>
Authors must submit a paper (12 to 15 pages) that has not previously been published.
All contributions must be written in english. Authors should consult <a href="http://ceur-ws.org/Vol-XXX/CEURART.zip" target="_blank">CEUR-ART style</a>
and use their proceedings templates for the preparation of their papers.
We highly recommend to typeset your paper in LaTeX. The inclusion of ORCID is highly encouraged for all authors.
All papers should be submitted through <a href="https://easychair.org/conferences/?conf=wseai2024">EasyChair</a>.
</p>
</section>
<section>
<h1><a id="review">Review Process</a></h1>
<p>
All submitted papers are reviewed by at least 2 experts. Workshops undergo a double-blind peer review process. The initial submission shall consist of a PDF file with all information identifying the authors removed, including any acknowledgment section.
We encourage authors of accepted papers to include their ORCIDs in their papers.
</p>
<p>
In addition, authors of accepted papers have to sign the <a href="https://icai.itiud.org/docs/CEUR_ICAIW_2021.pdf" target="_blank">Author Agreement to Publish a Contribution as Open-Access on CEUR-WS.org</a>.
CEUR-WS.org requires authors to physically sign with pencil on paper.
</p>
</section>
<section>
<h1><a id="registration">Registration</a></h1>
<p>Please head over to the website of the main
<a href="https://icai.itiud.org/index.php?pid=registration" target="_blank">ICAI conference</a> for registration.</p>
</section>
<section>
<h1><a id="presentation">Presentation Guidelines</a></h1>
<p>
Accepted papers will be presented during the workshop. Authors are required to prepare a presentation of 15 minutes,
followed by a Q & A of 5 minutes. In case authors want to present using their own device, they need to make sure
to bring the necessary adaptors (HDMI or VGA). <b>All presentations must be given in English.</b></p>
</section>
<section>
<h1><a id="accepted">Organized by</a></h1>
<div class="text-center">
<a href="https://www.ufc.br/"><img src="logo_ufc.png" height="65" data-toggle="tooltip" data-placement="bottom" title="Universidade Federal do Ceará" alt="Universidade Federal do Ceará"></a>
<a href="https://www.uece.br/"><img src="LOGOUECELATCOLOR.png" height="80" data-toggle="tooltip" data-placement="bottom" title="Universidade Estadual do Ceará" alt="Universidade Estadual do Ceará"></a>
<a href="https://portal.ifma.edu.br/inicio/"><img src="IFMA_Pedreiras-01.jpg" height="80" data-toggle="tooltip" data-placement="bottom" title="Instituto Federal do Maranhão" alt="Instituto Federal do Maranhão"></a>
</div>
<div class="text-center">
<a href="https://www.great.ufc.br/"><img src="logo-great_wip.png" height="100" data-toggle="tooltip" data-placement="bottom" title="Group of Computer Networks, Software and Systems Engineering (GREat)" alt="Group of Computer Networks, Software and Systems Engineering (GREat)"></a>
<a href="https://www.unab.cl/"><img src="unab.png" height="75" data-toggle="tooltip" data-placement="bottom" title="Universidad Andrés Bello" alt="Universidad Andrés Bello"></a>
<a href="https://itisb.cl/"><img src="itisb_logo.png" height="75" data-toggle="tooltip" data-placement="bottom" title="Instituto de Tecnología para la Innovación en Salud y Bienestar (ITiSB)" alt="Instituto de Tecnología para la Innovación en Salud y Bienestar (ITiSB)"></a>
</div>
</section>
</div>
<div class="col-lg-4 ps-lg-5">
<div class="card mb-4">
<div class="card-body">
<h5 class="card-title mb-4"><a id="dates">Important Dates</a></h5>
<h6 class="card-subtitle"><span class="text-danger">Submission Deadline</span></h6>
<p class="card-text"><s>August 25, 2024</s></p>
<h6 class="card-subtitle">Author Notification</h6>
<p class="card-text"><s>September 8, 2024</s></p>
<h6 class="card-subtitle">Camera Ready & Registration</h6>
<p class="card-text"><s>September 22, 2024</s> September 29, 2024 </p>
<h6 class="card-subtitle">Workshop</h6>
<p class="card-text">October 24 to 26, 2024</p>
</div>
</div>
<div class="card mb-4">
<div class="card-body">
<h5 class="card-title mb-3"><a id="committees">Organizing Committee</a></h5>
<h6 class="card-subtitle">Main Organizers</h6>
<ul class="ms-n3">
<li><a href="mailto:[email protected]">Rossana M. C. Andrade</a>, <span class="text-muted">Universidade Federal do Ceará (UFC)</span></li>
<li><a href="mailto:[email protected]">Carla Taramasco</a>, <span class="text-muted">Universidad Andrés Bello (UNAB)</span></li>
<li><a href="mailto:[email protected]">Evilásio Costa Júnior, <span class="text-muted">UFC</span></li>
</ul>
<h6 class="card-subtitle">Committee Members</h6>
<ul class="ms-n3">
<li>Amanda Venceslau, <span class="text-muted">UFC</span></li>
<li>David Araya, <span class="text-muted">UNAB</span></li>
<li>Hernán Astudillo, <span class="text-muted">UNAB</span></li>
<li>Ismayle de Sousa Santos, <span class="text-muted">Universidade Estadual do Ceará (UECE)</span></li>
<li>Ítalo Linhares, <span class="text-muted">UFC</span></li>
<li>Pedro Almir Martins, <span class="text-muted">Instituto Federal do Maranhão (IFMA)</span></li>
<li>Pierre Collet, <span class="text-muted">UNAB</span></li>
<li>Valéria Lelli, <span class="text-muted"> UFC</span></li>
<li>Paulo Armando Aguilar, <span class="text-muted"> UFC</span></li>
<li>Jermana Moraes, <span class="text-muted"> UFC</span></li>
<li>Janaína Coutinho, <span class="text-muted"> UFC</span></li>
<li>Wendley Silva, <span class="text-muted"> UFC</span></li>
<li>Pedro Santos Neto, <span class="text-muted"> Universidade Federal do Piauí (UFPI)</span></li>
</ul>
</div>
</div>
<div class="card">
<div class="card-body">
<h5 class="card-title mb-3"><a id="contact">Contact Information</a></h5>
<h6 class="card-subtitle">E-Mail</h6>
<p class="card-text"><a href="mailto:[email protected]">[email protected]</a></p>
</div>
</div>
</div>
</div>
</div>
</main>
<!--
<footer>
<div class="container p-4">
<div class="row mx-5">
<div class="col-sm-6">
<a href="https://icai.itiud.org" target="_blank"><img src="https://icai.itiud.org/img/logos/icai.png" style="height:75px;"></a>
<p class="mt-2">Acronym'21 is co-located with <a href="https://icai.itiud.org" target="_blank">ICAI 2021</a></p>
</div>
<div class="col-sm-6 text-end">
<p>Previous editions:</p>
<ul class="list-unstyled">
<li><a href="#" target="#">Acronym'20</a></li>
<li><a href="#" target="#">Acronym'19</a></li>
<li><a href="#" target="#">Acronym'18</a></li>
</ul>
</div>
</div>
</div>
</footer>
-->
<script src="https://code.jquery.com/jquery-3.6.0.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"></script>
</body>
</html>