generated from ICBO-conference/ICBO-template
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathprogram.html
587 lines (559 loc) · 33.8 KB
/
program.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
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
<!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" />
<style>
th {
border: 1px solid black;
border-collapse: collapse;
background-color: #060af858;
text-align: center;
}
table,
td {
border: 1px solid black;
border-collapse: collapse;
text-align: center;
}
p,
li {
text-align: justify;
}
</style>
</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>
<!-- Main Informations -->
<section class="page-section" id="program">
<div class="container">
<img style="display: block; margin-left: auto; margin-right: auto;" width="20%"
src="./assets/img/logos/icbo2023_logo.png" alt="ICBO">
<h2 id="general">About Program</h2>
<ul>
<li><b>Conference Dates</b>: August 28th to September 1st (Monday-Friday)</li>
<ul>
<li><b>Workshops and tutorials</b>: August 28th - 29th, 2023 </li>
<li><b>Main conference</b>: August 30th - September 1st, 2023</li>
</ul>
</ul>
<h2 id="workshops">Workshops</h2>
<ul>
<li><b><a href="https://delaneycdmcnulty.wixsite.com/oiids-workshop" target="_blank">W1: Ontologies for Infectious and Immune-mediated Disease Data Science</a> (<i>Full-day</i>)</b> <br>
<i>Co-organizers</i>: Asiyah Yu Lin, Alexander Diehl, John Beverley, and Lindsay Cowell
</li>
<li><b><a href="https://sites.google.com/view/cells2023/home" target="_blank">W2: The 7th International Cells in Experimental Life Science Workshop, CELLS 2023</a>
(<i>Half-day</i>)</b> <br>
<i>Co-organizers</i>: Alexander D. Diehl and Yongqun "Oliver" He
</li>
<li><b><a href="https://vdos-workshop.github.io/vdos2023/" target="_blank">W3: 12th Vaccine and Drug Ontology Studies (VDOS) 2023 Workshop</a> (<i>Half-day</i>)</b> <br>
<i>Co-organizers</i>: Junguk Hur, Cui Tao, and Yongqun "Oliver" He
</li>
<li><b><a href="https://fohti.github.io/FOHTI-2023/" target="_blank">W4: FOHTI-23 (FAIR Ontology Harmonization and Trust Data Interoperability)</a>
(<i>Half-day</i>)</b><bR>Are ontologies really
FAIR? Exploring the challenges and opportunity for improvement <br>
<i>Co-organizers</i>: Anna Maria Masci and Asiyah Yu Lin
</li>
</ul>
<h2 id="tutorials">Tutorials</h2>
<ul>
<li><b>T1: Natural Language Processing Tutorial for Biomedical Text Mining (<i>Half-day</i>)</b> <br>
<i>Co-organizers</i>: Senay Kafkas, Sumyyah Toonsi, Sakhaa Alsaedi
</li>
<li><b><a href="https://oboacademy.github.io/obook/courses/icbo2023/" target="_blank">T2: OBO Foundry Tutorial: Introduction to workflows and best practices for ontology
development</a> (<i>Half-day</i>)</b> <br>
<i>Co-organizers</i>: Nicole Vasilevsky, Nico Matentzoglu and Tiago Lubiana
</li>
<li><b>T3: BFO as a top-level ontology for information systems modeling(<i>Half-day</i>)</b><br>
<i>Co-organizers</i>: Maurício B. Almeida and Jeanne L. Emygdio
</li>
<li><b>T4: Machine Learning with Ontologies (<i>Half-day</i>)</b> <br>
<i>Co-organizers</i>: Maxat Kulmanov, Robert Hoehndorf, Sarah Alghamdi, Azza Althagafi, Sumyyah
Toonsi,
Fernando Zhapa-Camacho, King Abdullah
</li>
<li><b>T5: Ontology-Driven Conceptual Modeling with UFO, gUFO, and OntoUML (<i>Half-day</i>) </b> <br>
<i>Organizer</i>: Giancarlo Guizzardi
</li>
</ul>
<br><br>
<div class="row">
<div class="col-5">
<h2 id="panel">Alma Sírio-Libanês Panel</h2>
</div>
<div class="col-6"><a href="https://alma.hsl.org.br/" target="_blank">
<img id="logoAlma" class="image-margin-side" src="./assets/img/conference/alma04.png" /></a>
</div>
<br>
</div>
<br>
<h5>Theme: Ontologies Application in the Brazilian Health Area</h5>
<p><b>Coordinator: </b>Dr. Beatriz de Faria Leão</p>
<p><b>Panel Lists:</b></p>
<ul>
<li>Beatriz de Faria Leão: Introduction - Ontologies in Health</li>
Hospital Sírio Libanês, São Paulo
<li>Fabio Cerqueira Lario: The role of ontologies in electronic medical record systems</li>
Hospital Sírio Libanês, São Paulo
<li>Jussara Rötzsch Macedo: The contribution of SNOMED-CT to the Brazilian National Health Data Network
(RNDS)</li>
<li>Joice Machado: Use of SNOMED-CT sub-ontologies in the automatic identification of allergies and
adverse reactions in clinical notes</li>
SOFYA - Plug and Play Deep Medical AIs
<li>Robson Mattos: OBM – The Brazilian Ontology of Medicines</li>
CGIIS/SEIDIGI Digital/Ministry of Health of Brazil
</ul>
<br>
<h2 id="schedule"> Schedule </h2>
<p><b>NOTE:</b> This is a preliminary schedule and may change up to the date of the conference depending on
the papers and posters accepted and the availability of keynote speakers and presenters.</p>
<table style="width:100%">
<tr>
<th colspan="2" style="width:15%">Schedule</th>
<th colspan="2" style="width:18.5%">August 28th</th>
<th colspan="2" style="width:18.5%">August 29th</th>
<th style="width:15%">August 30rd</th>
<th style="width:15%">August 31st</th>
<th style="width:15%">September 1st</th>
</tr>
<tr>
<td rowspan="8" style="font-weight: bold;background-color: #060af858;">Morning</td>
<td>08:00-08:30</td>
<td colspan="7" style="font-style: italic;font-weight : bold;color: red;">Registration and networking</td>
</tr>
<tr>
<td>08:30-09:00</td><!-- col 1 -->
<td colspan="2" rowspan="2">
<table style="border:hidden;margin:0 auto;width:100%;">
<tr>
<td colspan="2" style="border:hidden;"><b>Workshops and tutorials</b></td>
</tr>
<tr>
<td style="border-right:dotted; background-color: #f1f2e4;">W1 <bR>(Part 1)</td>
<td style="background-color: #d6f4ea;">T1 <br>(Part 1)</td>
</tr>
</table>
</td>
<td colspan="2" rowspan="2">
<table style="border:hidden;margin:0 auto;width:100%;">
<tr>
<td colspan="3" style="border:hidden;"><b>Workshops and tutorials</b></td>
</tr>
<tr>
<td style="border-right:dotted; background-color: #f1f2e4;">T3 <bR>(Part 1)</td>
<td style="border-right:dotted; background-color: #f6e9f6;">W3 <br>(Part 1)</td>
<td style="background-color: #d6f4ea;">T4 <br>(Part 1)</td>
</tr>
</table>
</td>
<td style="font-weight: bold;background-color: #f6e9f6;">Opening session</td>
<td rowspan="2" style="background-color: #d5d36d;"><b>Keynote talk 3:</b><br>Barry Smith</td>
<td rowspan="2" style="background-color: #d5d36d;"><b>Keynote talk 4:</b><br>Renata Guizzardi</td>
</tr>
<tr>
<td>09:00-10:00</td> <!-- col 1 -->
<td rowspan="3" style="background-color: #d5d36d;"><b>Keynote talk 1:</b> <br>Mathias Brochhausen</td>
</tr>
<tr>
<td>10:00-10:15</td><!-- col 1 -->
<td colspan="4" style="font-style: italic;font-weight : bold;color: red;">Coffee-break</td>
<td colspan="2" style="font-style: italic;font-weight : bold;color: red;">Coffee-break</td>
</tr>
<tr>
<td>10:15-10:30</td> <!-- col 1 -->
<td colspan="2" rowspan="3">
<table style="border:hidden;margin:0 auto;width:100%;">
<tr>
<td colspan="2" style="border:hidden;"><b>Workshops and tutorials</b></td>
</tr>
<tr>
<td style="border-right:dotted; background-color: #f1f2e4;">W1 <bR>(Part 2)</td>
<td style="background-color: #d6f4ea;">T1 <br>(Part 2)</td>
</tr>
</table>
</td>
<td colspan="2" rowspan="3">
<table style="border:hidden;margin:0 auto;width:100%;">
<tr>
<td colspan="3" style="border:hidden;"><b>Workshops and tutorials</b></td>
</tr>
<tr>
<td style="border-right:dotted; background-color: #f1f2e4;">T3 <bR>(Part 2)</td>
<td style="border-right:dotted; background-color: #f6e9f6;">W3 <br>(Part 2)</td>
<td style="background-color: #d6f4ea;">T4 <br>(Part 2)</td>
</tr>
</table>
</td>
<td rowspan="3" style="font-weight : bold;background-color: #f1f2e4;">Papers presentations*</td>
<td rowspan="3" style="font-weight : bold;background-color: #f1f2e4;">Papers presentations*</td>
</tr>
<tr>
<td>10:30-10:45</td> <!-- col 1 -->
<td style="font-style: italic;font-weight : bold;color: red;">Coffee-break</td>
</tr>
<tr>
<td>10:45-11:45</td>
<td style="font-weight : bold;background-color: #f1f2e4;">Papers presentations*</td>
</tr>
<tr>
<td style="font-style: normal;">11:45-13:30</td>
<td colspan="7" style="font-style: italic;font-weight : bold;color: red;">Lunch time</td>
</tr>
<tr>
<td rowspan="6" style="font-weight: bold;background-color: #060af858;">Afternoon</td>
<td rowspan="2">13:30-15:00</td>
<td colspan="2" rowspan="2">
<table style="border:hidden;margin:0 auto;width:100%;">
<tr>
<td colspan="3" style="border:hidden;"><b>Workshops and tutorials</b></td>
</tr>
<tr>
<td style="border-right:dotted; background-color: #f1f2e4;">W1 <br>(Part 3)</td>
<td style="border-right:dotted; background-color: #f6e9f6;">T2 <br>(Part 1)</td>
<td style="background-color: #d6f4ea;">T5 <br>(Part 1)</td>
</tr>
</table>
</td>
<td colspan="2" rowspan="2">
<table style="border:hidden;margin:0 auto;width:100%;">
<tr>
<td colspan="3" style="border:hidden;"><b>Workshops and tutorials</b></td>
</tr>
<tr>
<td style="border-right:dotted; background-color: #f1f2e4;">T3 <br>(Part 3)</td>
<td style="border-right:dotted; background-color: #f6e9f6;">W4 <br>(Part 1)</td>
<td style="background-color: #d6f4ea;">W2 <br>(Part 1)</td>
</tr>
</table>
</td>
<td rowspan="2" style="background-color: #d5d36d;"><b>Keynote talk 2:</b> <br>Maurício Barcellos</td>
<td rowspan="4" style="font-weight : bold;background-color: #cfeff1;">Alma Sírio-Libanês Panel</td>
<td rowspan="2" style="font-weight : bold;background-color: #f1f2e4;">Papers presentations*</td>
</tr>
<tr></tr>
<tr>
<td style="font-style: normal;color: black;">15:00-15:15</td>
<td colspan="4" style="font-style: italic;font-weight : bold;color: red;">Coffee-break</td>
<td style="font-style: normal;font-weight : bold;color: black;background-color: #f6e9f6;">Flash talks**</td>
<td style="font-style: italic;font-weight : bold;color: red;">Coffee-break</td>
</tr>
<tr>
<td style="font-style: normal;color: black;">15:15-15:30</td>
<td colspan="2" rowspan="3">
<table style="border:hidden;margin:0 auto;width:100%;">
<tr>
<td colspan="3" style="border:hidden;"><b>Workshops and tutorials</b></td>
</tr>
<tr>
<td style="border-right:dotted; background-color: #f1f2e4;">W1 <bR>(Part 4)</td>
<td style="border-right:dotted; background-color: #f6e9f6;">T2 <br>(Part 2)</td>
<td style="background-color: #d6f4ea;">T5 <br>(Part 2)</td>
</tr>
</table>
</td>
<td colspan="2" rowspan="3">
<table style="border:hidden;margin:0 auto;width:100%;">
<tr>
<td colspan="3" style="border:hidden;"><b>Workshops and tutorials</b></td>
</tr>
<tr>
<td style="border-right:dotted; background-color: #f1f2e4;">T3 <bR>(Part 4)</td>
<td style="border-right:dotted; background-color: #f6e9f6;">W4 <br>(Part 2)</td>
<td style="background-color: #d6f4ea;">W2 <br>(Part 2)</td>
</tr>
</table>
</td>
<td rowspan="3" style="font-weight : bold;background-color: #f6e9f6;">Poster and Software Demo session and Welcome reception</td>
<td rowspan="2" style="font-weight : bold;background-color: #f1f2e4;">Papers presentations*</td>
</tr>
<tr>
<td style="font-style: normal;color: black;">15:30-15:45</td>
<td style="font-style: italic;font-weight : bold;color: red;">Coffee-break</td>
</tr>
<tr>
<td style="font-style: normal;color: black;">15:45-17:45</td>
<td style="font-weight : bold;background-color: #f1f2e4;">Papers presentations*</td>
<td style="font-weight : bold;background-color: #f6e9f6;">Awards/Closing session</td>
</tr>
<tr>
<td style="font-weight: bold;background-color: #060af858;">Evening</td>
<td>18:30-21:30</td>
<td colspan="5"></td>
<td style="font-style: italic;font-weight: bold;color: red;">Social Dinner</td>
<td></td>
</tr>
</table>
<br>
<p><b>*</b> Parallel ICBO and Ontobras papers presentations</p>
<p><b>**</b> Flash talks for posters/software demos</p>
<p><b>NOTE: </b></p>
<ul>
<li>Ontobras participants will be able to attend ICBO tutorials.</li>
<li>ICBO and Ontobras will share the main lectures.</li>
<li>The presentations of the ICBO and Ontobras papers will be parallel.</li>
</ul>
<h2 id="scheduleText"> Schedule Details</h2>
<h3>Monday, August 28, 2023 (breakfast on your own)</h3>
<h5>Morning</h5>
<pre style="background-color: lightgrey; ">
<code>
08:00 - 08:30 Registration and networking
08:30 - 10:00 W1: Ontologies for Infectious and Immune-mediated Disease Data Science (Full-day)
08:30 - 10:00 T1: Natural Language Processing Tutorial for Biomedical Text Mining (Half-day)
10:00 - 10:15 Coffee-break
10:15 - 11:45 W1: Ontologies for Infectious and Immune-mediated Disease Data Science (Full-day)
10:15 - 11:45 T1: Natural Language Processing Tutorial for Biomedical Text Mining (Half-day)</code>
</pre>
<pre style="background-color: rgb(236, 234, 234); "> <code>
11:45 - 13:30 Lunch Time </code>
</pre>
<h5>Afternoon</h5>
<pre style="background-color: lightgrey; ">
<code>
13:30 - 15:00 W1: Ontologies for Infectious and Immune-mediated Disease Data Science (Full-day)
13:30 - 15:00 T2: OBO Foundry Tutorial: Introduction to workflows and best practices for ontology development (Half-day)
13:30 - 15:00 T5: Ontology-Driven Conceptual Modeling with UFO, gUFO, and OntoUML (Half-day)
15:00 - 15:15 Coffee-break
15:15 - 17:45 W1: Ontologies for Infectious and Immune-mediated Disease Data Science (Full-day)
15:15 - 17:45 T2: OBO Foundry Tutorial: Introduction to workflows and best practices for ontology development (Half-day)
15:15 - 17:45 T5: Ontology-Driven Conceptual Modeling with UFO, gUFO, and OntoUML (Half-day) </code>
</pre>
<h3>Tuesday, August 29, 2023 (breakfast on your own)</h3>
<h5>Morning</h5>
<pre style="background-color: lightgrey; ">
<code>
08:00 - 08:30 Registration and networking
08:30 - 10:00 T3: BFO as a top-level ontology for information systems modeling (Half-day)
08:30 - 10:00 W3: 12th Vaccine and Drug Ontology Studies (VDOS) 2023 Workshop (Half-day)
08:30 - 10:00 T4: Machine Learning with Ontologies (Half-day)
10:00 - 10:15 Coffee-break
10:15 - 11:45 T3: BFO as a top-level ontology for information systems modeling (Half-day)
10:15 - 11:45 W3: 12th Vaccine and Drug Ontology Studies (VDOS) 2023 Workshop (Half-day)
10:15 - 11:45 T4: Machine Learning with Ontologies (Half-day) </code>
</pre>
<pre style="background-color: rgb(236, 234, 234); "> <code>
11:45 - 13:30 Lunch Time </code>
</pre>
<h5>Afternoon</h5>
<pre style="background-color: lightgrey; ">
<code>
13:30 - 15:00 T3: BFO as a top-level ontology for information systems modeling (Half-day)
13:30 - 15:00 W4: FOHTI-23 (FAIR Ontology Harmonization and Trust Data Interoperability) (Half-day)
13:30 - 15:00 W2: The 7th International Cells in Experimental Life Science Workshop, CELLS 2023 (Half-day)
15:00 - 15:15 Coffee-break
15:15 - 17:45 T3: BFO as a top-level ontology for information systems modeling (Half-day)
15:15 - 17:45 W4: FOHTI-23 (FAIR Ontology Harmonization and Trust Data Interoperability) (Half-day)
15:15 - 17:45 W2: The 7th International Cells in Experimental Life Science Workshop, CELLS 2023 (Half-day) </code>
</pre>
<h3>Wednesday, August 30, 2023 (breakfast on your own)</h3>
<h5>Morning</h5>
<pre style="background-color: lightgrey; ">
<code>
08:00 - 08:30 Registration and networking
08:30 - 09:00 Opening Session </code>
</pre>
<h6>Keynote</h6>
<pre style="background-color: aliceblue; ">
<code>
09:00 - 10:30 Mathias Brochhausen: IMPROVING ONTOLOGIES TO FOSTER AI IN BIOMEDICINE </code>
</pre>
<pre style="background-color: lightgrey; ">
<code>
10:30 - 10:45 Coffee-break
10:45 - 11:45 Papers presentations (Parallel ICBO and Ontobras papers presentations) </code>
</pre>
<pre style="background-color: rgb(236, 234, 234); "> <code>
11:45 - 13:30 Lunch Time </code>
</pre>
<h5>Afternoon</h5>
<h6>Keynote</h6>
<pre style="background-color: aliceblue; ">
<code>
13:30 - 15:00 Maurício Barcellos: A BFO-BASED AUTHORITY FRAMEWORK FOR HEALTHCARE CORPORATIONS </code>
</pre>
<pre style="background-color: lightgrey; ">
<code>
15:00 - 15:15 Flash talks (for posters/software demos)
15:15 - 17:45 Poster and Software Demo session and Welcome reception </code>
</pre>
<h3>Thursday, August 31, 2023 (breakfast on your own)</h3>
<h5>Morning</h5>
<pre style="background-color: lightgrey; ">
<code>
08:00 - 08:30 Registration and networking</code>
</pre>
<h6>Keynote</h6>
<pre style="background-color: aliceblue; ">
<code>
08:30 - 10:00 Barry Smith: USE OF AI IN MEDICAL RESEARCH, AND THE ROLE OF ONTOLOGY </code>
</pre>
<pre style="background-color: lightgrey; ">
<code>
10:00 - 10:15 Coffee-break
10:15 - 11:45 Papers presentations (Parallel ICBO and Ontobras papers presentations) </code>
</pre>
<pre style="background-color: rgb(236, 234, 234); "> <code>
11:45 - 13:30 Lunch Time </code>
</pre>
<h5>Afternoon</h5>
<pre style="background-color: lightgrey; ">
<code>
13:30 - 15:30 Alma Sírio-Libanês Panel </code>
</pre>
<pre style="background-color: lightgrey; ">
<code>
15:30 - 15:45 Coffee-break
15:45 - 17:45 Papers presentations (Parallel ICBO and Ontobras papers presentations) </code>
</pre>
<h5>Evening</h5>
<pre style="background-color: lightgrey; ">
<code>
18:30 - 21:30 Social Dinner </code>
</pre>
<h3>Friday, September 1, 2023 (breakfast on your own)</h3>
<h5>Morning</h5>
<pre style="background-color: lightgrey; ">
<code>
08:00 - 08:30 Registration and networking</code>
</pre>
<h6>Keynote</h6>
<pre style="background-color: aliceblue; ">
<code>
08:30 - 10:00 Renata Guizzardi: ETHICAL REQUIREMENTS FOR AI SYSTEMS </code>
</pre>
<pre style="background-color: lightgrey; ">
<code>
10:00 - 10:15 Coffee-break
10:15 - 11:45 Papers presentations (Parallel ICBO and Ontobras papers presentations) </code>
</pre>
<pre style="background-color: rgb(236, 234, 234); "> <code>
11:45 - 13:30 Lunch Time </code>
</pre>
<h5>Afternoon</h5>
<pre style="background-color: lightgrey; ">
<code>
13:30 - 15:00 Papers presentations (Parallel ICBO and Ontobras papers presentations) </code>
</pre>
<pre style="background-color: lightgrey; ">
<code>
15:00 - 15:15 Coffee-break
15:15 - 15:45 Papers presentations (Parallel ICBO and Ontobras papers presentations)
15:45 - 17:45 Awards/Closing session</code>
</pre>
</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>
<!-- 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>