generated from ICBO-conference/ICBO-template
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathkeynotes.html
429 lines (401 loc) · 28.1 KB
/
keynotes.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
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
<meta name="description" content="International Conference on Biomedical Ontology" />
<meta name="keywords"
content="Ontology, Conference, Biomedical, ICBO, AI, Machine Learning, Barry Smith, Maurício Barcellos, Renata Guizzardi" />
<meta name="author" content="ICBO" />
<title>ICBO 2023</title>
<!-- Favicon-->
<link rel="icon" type="image/x-icon" href="assets/favicon.ico" />
<!-- Font Awesome icons (free version)-->
<script src="https://use.fontawesome.com/releases/v6.3.0/js/all.js" crossorigin="anonymous"></script>
<!-- Google fonts-->
<link href="https://fonts.googleapis.com/css?family=Montserrat:400,700" rel="stylesheet" type="text/css" />
<link href="https://fonts.googleapis.com/css?family=Roboto+Slab:400,100,300,700" rel="stylesheet" type="text/css" />
<!-- Core theme CSS (includes Bootstrap)-->
<link href="css/styles.css" rel="stylesheet" />
</head>
<body id="page-top">
<!-- Navigation-->
<nav class="navbar navbar-expand-lg navbar-dark fixed-top" id="mainNav">
<div class="container-fluid">
<a class="navbar-brand" href="./index.html"><b>ICBO 2023</b>
<!-- <img src="./assets/img/logos/icbo2023_logo.png" alt="ICBO"> -->
</a>
<button class="navbar-toggler " type="button" data-bs-toggle="collapse" data-bs-target="#main_nav"
aria-controls="main_nav" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="main_nav">
<ul class="navbar-nav mx-auto py-4 py-lg-0">
<li class="nav-item active"> <a class="nav-link" href="./index.html">Home</a> </li>
<li class="nav-item dropdown" id="myDropdownConference">
<a class="nav-link dropdown-toggle " href="#" data-bs-toggle="dropdown"> Conference </a>
<ul class="dropdown-menu bg-light ">
<li> <a class="dropdown-item" href="./conference.html#conference"> About </a></li>
<li> <a class="dropdown-item" href="./conference.html#local"> Local </a></li>
<li> <a class="dropdown-item" href="./conference.html#organization"> Organization Committee</a></li> <li> <a class="dropdown-item" href="./isbAward.html#isb"> ISB Travel Fellowship Award </a></li>
<li> <a class="dropdown-item" href="./ontobras.html#ontobras"> Ontobras </a></li>
<li> <a class="dropdown-item" href="./conference.html#contact"> Contact </a></li>
</ul>
</li>
<li class="nav-item dropdown" id="myDropdownProgram">
<a class="nav-link dropdown-toggle " href="#" data-bs-toggle="dropdown"> Program </a>
<ul class="dropdown-menu bg-light ">
<li> <a class="dropdown-item" href="./program.html#program"> About </a></li>
<li> <a class="dropdown-item" href="./keynotes.html"> Keynote Speakers </a></li>
<li> <a class="dropdown-item" href="./program.html#workshops"> Accepted Workshops </a></li>
<li> <a class="dropdown-item" href="./program.html#tutorials"> Accepted Tutorials </a></li>
<li> <a class="dropdown-item" href="./program.html#schedule"> Schedule </a></li>
</ul>
</li>
<li class="nav-item dropdown" id="myDropdownCall">
<a class="nav-link dropdown-toggle " href="#" data-bs-toggle="dropdown"> Call for Submissions
</a>
<ul class="dropdown-menu bg-light ">
<li> <a class="dropdown-item" href="./call.html#callForSubmissions"> General Information </a></li>
<li> <a class="dropdown-item" href="./call.html#program"> Program Committee </a></li>
<li> <a class="dropdown-item" href="./call.html#workshops"> Workshops, Tutorials and Demo</a></li>
<li> <a class="dropdown-item" href="./call.html#callFor"> Main Track </a></li>
<li> <a class="dropdown-item" href="./call.html#journal"> Journal </a></li>
</ul>
</li>
<li class="nav-item"><a class="nav-link" href="./registration.html"> Registration </a></li>
<!-- <li class="nav-item"><a class="nav-link" href="./sponsors.html"> Sponsors </a></li> -->
<li class="nav-item dropdown" id="myDropdownTravel">
<a class="nav-link dropdown-toggle " href="#" data-bs-toggle="dropdown"> Travel</a>
<ul class="dropdown-menu bg-light ">
<li> <a class="dropdown-item" href="./travel.html#travel"> Agency </a></li>
<li> <a class="dropdown-item" href="./travel.html#accommodation"> Accommodations </a></li>
<li> <a class="dropdown-item" href="./travel.html#entryVisas"> Customs and Immigration </a></li>
<li> <a class="dropdown-item" href="./travel.html#invitationLetter"> Letter of invitation </a></li>
<li> <a class="dropdown-item" href="./travel.html#travelToBrasilia"> Travel to Brasilia </a></li>
<li> <a class="dropdown-item" href="./travel.html#localAttractions"> Local Attractions </a></li>
</ul>
</li>
<li class="nav-item"><a class="nav-link" href="https://www.icbo2023pt.ncor-brasil.org/index.html">
<img width="20%" src="./assets/img/icons/pt-BR.png" alt="pt-BR">
</a></li>
</ul>
</div>
<!-- navbar-collapse.// -->
</div>
<!-- container-fluid.// -->
</nav>
<!-- Keynotes Grid-->
<!-- <section class="page-section background-fundo1" id="keyNotes">-->
<section class="page-section" id="keyNotes">
<div class="container">
<!--<div class="row">
<div class="logo-left" style="border-left-width: 35%;"></div>
<div class="logo-center" style="border-left-width: 30%;"><img width="300" height="300"src="./assets/img/logos/icbo2023_logo.png" alt="ICBO"></div>
<div class="logo-right" tyle="border-right-width: 35%;"></div>
</div>
</div> -->
<div style="text-align: center;">
<h2 class="section-heading">Keynotes Speakers</h2><br>
</div>
</div>
<div class="row">
<div class="col-md-3 col-sm-5 mb-3 text-center">
<!-- Portfolio item 1-->
<div class="portfolio-item">
<div class="portfolio-caption">
<img class=" rounded-circle img-fluid" src="assets/img/keynotes/Barry-Smith-256px.jpg"
alt="Barry Smith" />
<div class="portfolio-caption-heading text-black">
<h4>Barry Smith</h4>
</div>
<div class="portfolio-caption-subheading text-black">
<h6>USE OF AI IN MEDICAL RESEARCH, AND THE ROLE OF ONTOLOGY</h6>
</div>
</div>
<a class="portfolio-link" data-bs-toggle="modal" href="#portfolioModal1">
<div class="portfolio-hover">
<span>Details</span>
<!-- <div class="portfolio-hover-content"><i class="fas fa-plus fa-3x"></i></div> -->
</div>
</a>
</div>
</div>
<div class="col-md-3 col-sm-5 mb-3 text-center">
<!-- Portfolio item 2-->
<div class="portfolio-item">
<div class="portfolio-caption">
<img class=" rounded-circle img-fluid" src="assets/img/keynotes/Mauricio-Almeida.jpg"
alt="Maurício Barcellos" />
<div class="portfolio-caption-heading text-black">
<h4>Maurício Barcellos</h4>
</div>
<div class="portfolio-caption-subheading text-black">
<h6>A BFO-BASED AUTHORITY FRAMEWORK FOR HEALTHCARE CORPORATIONS</h6>
</div>
</div>
<a class="portfolio-link" data-bs-toggle="modal" href="#portfolioModal2">
<div class="portfolio-hover">
<span>Details</span>
<!-- <div class="portfolio-hover-content"><i class="fas fa-plus fa-3x"></i></div> -->
</div>
</a>
</div>
</div>
<div class="col-md-3 col-sm-5 mb-3 text-center">
<!-- Portfolio item 3-->
<div class="portfolio-item">
<div class="portfolio-caption">
<img class="rounded-circle img-fluid" src="assets/img/keynotes/Renata-Guizzardi-256px.jpeg"
alt="Renata Guizzardi" />
<div class="portfolio-caption-heading text-black">
<h4>Renata Guizzardi</h4>
</div>
<div class="portfolio-caption-subheading text-black">
<h6>ETHICAL REQUIREMENTS FOR AI SYSTEMS</h6>
</div>
</div>
<a class="portfolio-link" data-bs-toggle="modal" href="#portfolioModal3">
<div class="portfolio-hover">
<span>Details</span>
<!-- <div class="portfolio-hover-content"><i class="fas fa-plus fa-3x"></i></div> -->
</div>
</a>
</div>
</div>
<div class="col-md-3 col-sm-5 mb-3 text-center">
<!-- Portfolio item 4-->
<div class="portfolio-item">
<div class="portfolio-caption">
<img class="rounded-circle img-fluid" src="assets/img/keynotes/Mathias-Brochhausen-2-256px.jpg"
alt="Renata Guizzardi" />
<div class="portfolio-caption-heading text-black">
<h4>Mathias Brochhausen</h4>
</div>
<div class="portfolio-caption-subheading text-black">
<h6>IMPROVING ONTOLOGIES TO FOSTER AI IN BIOMEDICINE</h6>
</div>
</div>
<a class="portfolio-link" data-bs-toggle="modal" href="#portfolioModal4">
<div class="portfolio-hover">
<span>Details</span>
<!-- <div class="portfolio-hover-content"><i class="fas fa-plus fa-3x"></i></div> -->
</div>
</a>
</div>
</div>
</div>
</div>
</section>
<!-- Footer-->
<footer class="footer py-4">
<div class="container">
<div class="row align-items-center">
<div class="col-lg-4 text-lg-start">Copyright © ICBO 2023</div>
<div class="col-lg-4 my-3 my-lg-0">
<!-- <a class="btn btn-dark btn-social mx-2" href="#!" aria-label="Twitter"><i
class="fab fa-twitter"></i></a> -->
<a class="btn btn-dark btn-social mx-2" href="https://www.facebook.com/ontobras" target="_blank"
aria-label="Facebook"><i class="fab fa-facebook-f"></i></a>
<a class="btn btn-dark btn-social mx-2" href="https://www.linkedin.com/company/icbo-2023"
target="_blank" aria-label="LinkedIn"><i class="fab fa-linkedin-in"></i></a>
</div>
<div class="col-lg-4 text-lg-end">
<a class="link-dark text-decoration-none me-3" href="#!">Privacy Policy</a>
<a class="link-dark text-decoration-none" href="#!">Terms of Use</a>
</div>
</div>
</div>
</footer>
<!-- Portfolio Modals-->
<!-- Portfolio item 1 modal popup-->
<div class="portfolio-modal modal fade" id="portfolioModal1" tabindex="-1" role="dialog" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content">
<div class="close-modal" data-bs-dismiss="modal"><img src="assets/img/close-icon.svg" alt="Close" />
</div>
<div class="container">
<div class="row justify-content-center">
<div class="col-lg-8">
<div class="modal-body">
<!-- Project details-->
<h2 class="text-uppercase">Barry Smith</h2>
<h4> Talk: USE OF AI IN MEDICAL RESEARCH, AND THE ROLE OF ONTOLOGY </h4><br>
<p><a href="https://buffalo.app.box.com/v/AI-Without-Fear">Why Machines Will Never Rule
The World</a></p>
<img class="img-fluid d-block mx-auto" src="assets/img/keynotes/Barry-Smith-256px.jpg"
alt="Barry Smith" />
<p>Barry Smith, the Founder of the ICBO conference series, is one of the most widely
cited contemporary philosophers. His pioneering work on the science of ontology led
to the establishment of Basic Formal Ontology (BFO), which is the most commonly
adopted top-level ontology development framework. In 2021, BFO was approved as an
ISO standard top-level ontology (in ISO/IEC:21838-2). This makes it the first
example of a piece of philosophy that has been elevated to the level of an
international standard. His work led also to the formation of the OBO (Open
Biomedical Ontologies) Foundry, a suite of interoperable ontology modules designed
to support information-driven research in biology and biomedicine. The methodology
underlying BFO and the OBO Foundry is today being applied in a range of different
domains, including military intelligence, industrial engineering and quantum
physics.</p>
<button class="btn btn-primary btn-xl text-uppercase" data-bs-dismiss="modal"
type="button">
<i class="fas fa-xmark me-1"></i>
Close Detail
</button>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Portfolio item 2 modal popup-->
<div class="portfolio-modal modal fade" id="portfolioModal2" tabindex="-1" role="dialog" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content">
<div class="close-modal" data-bs-dismiss="modal"><img src="assets/img/close-icon.svg" alt="Close" />
</div>
<div class="container">
<div class="row justify-content-center">
<div class="col-lg-8">
<div class="modal-body">
<!-- Project details-->
<h2 class="text-uppercase">Maurício Barcellos</h2>
<h4> Talk: A BFO-BASED AUTHORITY FRAMEWORK FOR HEALTHCARE CORPORATIONS</h4>
<img class="img-fluid d-block mx-auto" src="assets/img/keynotes/Mauricio-Almeida.jpg"
alt="Maurício Barcellos" />
<p>PhD in Information Science with Post-doctorate at the State University of New York
(US), researcher at the Ontology Research Group (US), leader of the ReCol group
(BR), CNPq Level 2 Productivity Scholar. Mauricio is currently a professor at the
Federal University of Minas Gerais (UFMG) where he conducts research on Knowledge
Representation and Applied Ontology. He is the author of more than 200 national and
international publications on the subject.</p>
<button class="btn btn-primary btn-xl text-uppercase" data-bs-dismiss="modal"
type="button">
<i class="fas fa-xmark me-1"></i>
Close Detail
</button>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Portfolio item 3 modal popup-->
<div class="portfolio-modal modal fade" id="portfolioModal3" tabindex="-1" role="dialog" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content">
<div class="close-modal" data-bs-dismiss="modal"><img src="assets/img/close-icon.svg"
alt="Close modal" /></div>
<div class="container">
<div class="row justify-content-center">
<div class="col-lg-8">
<div class="modal-body">
<!-- Project details-->
<h2 class="text-uppercase">Renata Guizzardi</h2>
<h4> Talk: ETHICAL REQUIREMENTS FOR AI SYSTEMS</h4>
<img class="img-fluid d-block mx-auto" src="assets/img/keynotes/Renata-Guizzardi-256px.jpeg"
alt="Renata Guizzardi" />
<p>Renata Guizzardi is an Assistant Professor at the Industrial Engineering and Business
Information Systems Department of the University of Twente, in the Netherlands.
Moreover, she is a founding member of the Ontology & Conceptual Modeling Research
Group (NEMO) and of the Laboratory of Supporting Technologies for Collaborative
Networks (LabTAR), at UFES, Brazil, where she was based from 2009-2016. For around
30 years, she has been busy with research work on Computer-Assisted Education,
Requirements Engineering, Conceptual Modeling and Ontologies, focusing on the
interplay of these research areas to improve the development of information systems
and organizational practices. Since 2021, she is the steering committee chair of the
Iberoamerican Conference on Software Engineering (CIbSE), also having been part of
the organization committee of numerous other conferences, such as ER, RCIS, CAiSE
and EDOC. She is also in the editorial board of the International Journal of
Knowledge and Learning and often serves as reviewer for relevant scientific
journals, such as the Springer Software and Systems Modeling and the IAOA Applied
Ontologies journals.
<strong>The Role of Ontologies in the Development of Ethical Systems</strong>
Ethics is an integral part of people's everyday life whether they are aware of this
or not. When a teacher grades exams of dozens of students aiming at consistency and
transparency, she is making ethical decisions. The same happens when doctors use
ethical criteria to choose which patients should be prioritized in face of limited
resources, or when people are treated fairly in job interview despite their color
and gender. With the speedy development of intelligent technology, systems are more
and more pervasive, and machines are also expected to make ethical decisions and act
ethically. However, to ensure that, system developers must be aware of ethical
principles. Moreover, such principles must guide development, thus being explicitly
embedded in system engineering methods. In this talk, I argue that ontologies may
play a crucial role in supporting awareness, besides being essential in the
development of engineering practices leading ethical and trustworthy systems. In
particular, I describe our own current efforts in the development of ontology-based
requirements engineering and what that entails. We will talk about promising
directions and results of this research and discuss what else is to be expected as
next steps.
</p>
<h3>About Talk</h3>
<p>Ethical behavior is an integral part of people’s everyday life whether they are aware of this or not. When a teacher grades exams of dozens of students aiming at consistency and transparency, she is making ethical decisions. The same happens when doctors use ethical criteria to choose which patients should be prioritized in face of limited resources, or when people are treated fairly in job interview despite their color and gender. With the speedy development of intelligent technology, systems are more and more pervasive, and machines are also expected to make ethical decisions and act ethically. However, to ensure that, system developers must be aware of ethical principles. Moreover, such principles must guide development, thus being explicitly embedded in system engineering methods. In this talk, I argue that ontologies may play a crucial role in supporting awareness, besides being essential in the development of engineering practices leading ethical and trustworthy systems. In particular, I describe our own current efforts in the development of ontology-based requirements engineering and what that entails. We will talk about promising directions and results of this research and discuss what else is to be expected as next steps.</p>
<button class="btn btn-primary btn-xl text-uppercase" data-bs-dismiss="modal"
type="button">
<i class="fas fa-xmark me-1"></i>
Close Detail
</button>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Portfolio item 4 modal popup-->
<div class="portfolio-modal modal fade" id="portfolioModal4" tabindex="-1" role="dialog" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content">
<div class="close-modal" data-bs-dismiss="modal"><img src="assets/img/close-icon.svg"
alt="Close modal" /></div>
<div class="container">
<div class="row justify-content-center">
<div class="col-lg-8">
<div class="modal-body">
<!-- Project details-->
<h2 class="text-uppercase">Mathias Brochhausen</h2>
<h4> Talk: IMPROVING ONTOLOGIES TO FOSTER AI IN BIOMEDICINE.</h4>
<img class="img-fluid d-block mx-auto"
src="assets/img/keynotes/Mathias-Brochhausen-2-256px.jpg" alt="Mathias Brochhausen" />
<p>Mathias Brochhausen is a Professor in the Department of Biomedical Informatics and
the Department of Humanities in Medicine of the University of Arkansas for Medical
Sciences. In the Department of Biomedical Informatics, he is the Vice-Chair for
Academic Programs and Faculty Development. He is a member of UAMS' Translational
Research Institute, Winthrop P. Rockefeller Cancer Institute, and the Institute of
Digital Health and Innovation.
Mathias has worked in Biomedical Ontologies and Applied Ontologies since 2005. He
has held positions in that area at Saarland University, Saarbruecken, Germany and
the University of Florida, Gainesville, Florida. His research interests include
semantic technologies, particularly knowledge representation and reasoning applied
to clinical and clinical research data. Dr. Brochhausen developed and co-developed
multiple ontologies coded in Web Ontology Language (OWL), such as the Document Act
Ontology (d-acts), the Ontology for Biobanking (OBIB) Apollo-SV, etc. He has
received funding through the National Institutes of Health, most notably as the
Principal Investigator of the CAFÉ/TIPTOE project, which assesses the impact of
organizational parameters on patient outcomes in trauma care. He is the author of
over 60 peer-reviewed publications, is an associate editor of BMC Medical
Informatics and Decision Making, a member of the Editorial Board of Applied
Ontology. He has refereed for over a dozen journals, and has served on numerous
conference program committees.
</p>
<button class="btn btn-primary btn-xl text-uppercase" data-bs-dismiss="modal"
type="button">
<i class="fas fa-xmark me-1"></i>
Close Detail
</button>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Bootstrap core JS-->
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"></script>
<!-- Core theme JS-->
<script src="js/scripts.js"></script>
<!-- * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *-->
</body>
</html>