generated from ICBO-conference/ICBO-template
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathprogram.html
More file actions
706 lines (668 loc) · 48.8 KB
/
program.html
File metadata and controls
706 lines (668 loc) · 48.8 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
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
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
<!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, Ontobras, AI, Machine Learning, Barry Smith, Maurício Barcellos, Renata Guizzardi, Mathias Brochhausen" />
<meta name="author" content="ICBO-Ontobras" />
<title>ICBO-Ontobras 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-Ontobras 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#photos"> Photographic Register </a></li>
<li> <a class="dropdown-item" href="./conference.html#proceedings"> Proceedings</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#softDemo"> Accepted Soft Demo </a></li>
<li> <a class="dropdown-item" href="./program.html#scheduleTable"> General Schedule </a></li>
<li> <a class="dropdown-item" href="./program.html#schedule"> Schedule Details</a></li>
<li> <a class="dropdown-item" href="./program.html#Pickup"> Pick up</a></li>
<li> <a class="dropdown-item" href="./program.html#newLink"> New Link</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>
<li> <a class="dropdown-item" href="./call.html#PostersGuidelines"> Posters Guidelines </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://icbo-conference.github.io/icbo2023/">
<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
<br><i>Hybrid workshop (both in-person and virtual participation) - In english</i>
</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
<br><i>Hybrid workshop (both in-person and virtual participation) - In english</i>
</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
<br><i>Virtual workshop with Transmission to In-Person Participants - In english - <a href="./assets/presentations/a32_huffman-VDOS-2023-Presentation.pdf" target="_blank">PDF Presentation</a></i>
</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
<br><i>Virtual workshop with Transmission to In-Person Participants - In english</i>
</li>
</ul>
<h2 id="tutorials">Tutorials</h2>
<ul>
<li><b><a href="https://github.com/stoonsi/ICBO-NLP-for-Biomedical-Text-Mining-tutorial/tree/main" target="_blank">T1: Natural Language Processing Tutorial for Biomedical Text Mining</a> (<i>Half-day</i>)</b> <br>
<i>Co-organizers</i>: Senay Kafkas, Sumyyah Toonsi, Sakhaa Alsaedi
<br><i>Virtual Tutorial with Transmission to In-Person Participants - In english</i>
</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
<br><i>Hybrid tutorial (both in-person and virtual participation) - In english</i>
<br>Tutorial <a href="https://oboacademy.github.io/obook/courses/icbo2023/#agenda">agenda</a>.
</li>
<li><b><a href="https://mba.eci.ufmg.br/tutorialicbo2023/" target="_blank">T3: BFO as a top-level ontology for information systems modeling</a> (<i>Full-day</i>)</b><br>
<i>Co-organizers</i>: Maurício B. Almeida, Jeanne L. Emygdio and Fernanda Farinelli
<br><i>Hybrid tutorial (both in-person and virtual participation) - In portuguese</i>
</li>
<li><b><a href="https://github.com/bio-ontology-research-group/mowl-tutorial" target="_blank">T4: Machine Learning with Ontologies</a> (<i>Half-day</i>)</b> <br>
<i>Co-organizers</i>: Maxat Kulmanov, Robert Hoehndorf, Sarah Alghamdi, Azza Althagafi, Sumyyah
Toonsi, Fernando Zhapa-Camacho
<br><i>Hybrid tutorial (both in-person and virtual participation) - In english</i>
</li>
<li><b>T5: Ontology-Driven Conceptual Modeling with UFO, gUFO, and OntoUML (<i>Half-day</i>) </b> <br>
<i>Organizer</i>: Giancarlo Guizzardi
<br><i>Hybrid tutorial (both in-person and virtual participation) - In portuguese</i>
</li>
</ul>
The number of seats for the workshops is limited. Complete this <a href="https://docs.google.com/forms/d/e/1FAIpQLSdDJYfDoe8H6g-Ku9JdVAVzU8WZxz47jkH9utT4mi4eGfYiGw/viewform">form</a> to indicate your workshop/tutorial options.
<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>
<h2 id="softDemo">Software Demo</h2>
<h5>Ontology Development in FHIR Resources with the Fast Evidence Interoperability Resources (FEvIR) Platform</h5>
<p>Presenter: Caue Monaco</p>
<p>Tool link: <a href="https://fevir.net" target="_blank">https://fevir.net</a> </p>
<h3>Background image</h3>
<p>As a screen background suggestion in virtual participation software, the following <a href="./assets/img/others/background.png" target="_blank">wallpaper</a> is indicated. </p>
<h2 id="scheduleTable"> General 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)<br> Main Room</td>
<td style="background-color: #d6f4ea;">T1 <br>(Part 1)<br> BCE Room</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)<br> BCE Room</td>
<td style="border-right:dotted; background-color: #f6e9f6;">W3 <br>(Part 1)<br> Main Room</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 <br>(virtual***)<br> Main Room</td>
<td rowspan="2" style="background-color: #d5d36d;"><b>Keynote talk 4:</b><br>Renata Guizzardi <br>(in person***)<br> Main Room</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 <br>(in person***)<br> Main Room</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)<br> Main Room</td>
<td style="background-color: #d6f4ea;">T1 <br>(Part 2)<br> BCE Room</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)<br> BCE Room</td>
<td style="border-right:dotted; background-color: #f6e9f6;">W3 <br>(Part 2)<br> Main Room</td>
<td style="background-color: #d6f4ea;">T4 <br>(Part 2)<br> LICI2</td>
</tr>
</table>
</td>
<td rowspan="3" style="font-weight : bold;background-color: #f1f2e4;">Papers presentations Session 2<br> Main/BCE Room</td>
<td rowspan="3" style="font-weight : bold;background-color: #f1f2e4;">Papers presentation Session 4<br> Main/BCE Room</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 Session 1<br> Main/BCE Room</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)<br> Main Room</td>
<td style="border-right:dotted; background-color: #f6e9f6;">T2 <br>(Part 1)<br> LICI2</td>
<td style="background-color: #d6f4ea;">T5 <br>(Part 1)<br> BCE Room</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)<br> LICI 2</td>
<td style="border-right:dotted; background-color: #f6e9f6;">W4 <br>(Part 1)<br> Main Room</td>
<td style="background-color: #d6f4ea;">W2 <br>(Part 1)<br> BCE Room</td>
</tr>
</table>
</td>
<td rowspan="2" style="background-color: #d5d36d;"><b>Keynote talk 2:</b> <br>Maurício Barcellos <br>(in person***)<br> Main Room</td>
<td rowspan="4" style="background-color: #cfeff1;"><b>Alma Sírio-Libanês Panel</b><br> Main Room</td>
<td rowspan="2" style="font-weight : bold;background-color: #f1f2e4;">Papers presentations Session 5<br> Main/BCE Room</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-weight : bold;background-color: #f6e9f6;">Closing session<br> Main Room</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)<br> Main Room</td>
<td style="border-right:dotted; background-color: #f6e9f6;">T2 <br>(Part 2)<br> LICI2</td>
<td style="background-color: #d6f4ea;">T5 <br>(Part 2)<br> BCE Room</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)<br> LICI2</td>
<td style="border-right:dotted; background-color: #f6e9f6;">W4 <br>(Part 2)<br> Main Room</td>
<td style="background-color: #d6f4ea;">W2 <br>(Part 2)<br> BCE Room</td>
</tr>
</table>
</td>
<td rowspan="3" style="font-weight : bold;background-color: #f6e9f6;">Poster and Software Demo session and Welcome reception<br> Hall FCI</td>
<td rowspan="4"></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 Session 3<br> Main/BCE Room</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>
</tr>
</table>
<br>
<p><b>*</b> Parallel ICBO and Ontobras papers presentations</p>
<p><b>**</b> Flash talks for posters/software demos</p>
<p style="color: red;"> <b style="font-weight: bold;color: black;">***</b> "Virtual" signifies that the keynote presentation will be delivered online, with a transmission to participants attending in person.
On the other hand, "In person" indicates that the keynote presentation will be given physically, with a transmission to participants joining online.</p>
<p><b>NOTE: Paper presentations of the ICBO and Ontobras papers will be parallel.</b></p>
<br>
<div style="text-align: center;font-size:20px" class="alert alert-info">
The number of seats for workshops and tutorials is limited due to the capacity of the physical and virtual rooms.
In order to better accommodate participants, please complete this <a href="https://docs.google.com/forms/d/e/1FAIpQLSdDJYfDoe8H6g-Ku9JdVAVzU8WZxz47jkH9utT4mi4eGfYiGw/viewform"> form</a> to indicate your workshop/tutorial preferences.
<br>
</div>
<br>
<h2 id="schedule"> Schedule Details</h2>
<p>We are pleased to provide you with the detailed schedule for each session, including the respective papers that will be presented. Please find the following information outlining the sequence of sessions and the corresponding paper presentations.</p>
<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)
</code>
</pre>
<pre style="background-color: rgb(236, 234, 234); "> <code>
10:00 - 10:15 Coffee-break</code>
</pre>
<pre style="background-color: lightgrey; ">
<code>
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)
</code></pre>
<pre style="background-color: rgb(236, 234, 234); "> <code>
15:00 - 15:15 Coffee-break</code>
</pre>
<pre style="background-color: lightgrey; ">
<code>
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)</code></pre>
<pre style="background-color: rgb(236, 234, 234); "> <code>
10:00 - 10:15 Coffee-break</code>
</pre>
<pre style="background-color: lightgrey; ">
<code>
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)
</code></pre>
<pre style="background-color: rgb(236, 234, 234); "> <code>
15:00 - 15:15 Coffee-break</code>
</pre>
<pre style="background-color: lightgrey; ">
<code>
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>
<pre style="background-color: aliceblue; ">
<br><h6> Keynote talk 1:</h6>
<code>09:00 - 10:30 Mathias Brochhausen: <a href="./assets/presentations/a31_Brasilia20230830-Mathias.pdf" target="_blank">IMPROVING ONTOLOGIES TO FOSTER AI IN BIOMEDICINE</a> </code>
</pre>
<pre style="background-color: rgb(236, 234, 234); "> <code>
10:30 - 10:45 Coffee-break </code>
</pre>
<pre style="background-color: lightgrey;">
<code>
<b>10:45 - 11:45 Papers presentations Session 1</b> (Parallel ICBO and Ontobras papers presentations) </code>
<pre style="background-color: aliceblue; margin-left: 4cm;margin-right: 3cm;">
10:45 - 11:10 <b>Version control for interdependent ontologies: challenges and first propositions [journal]</b>
<i>Authors: Paul Fabry, Adrien Barton, Jean-Francois Ethier</i>
11:15 - 11:40 <b>Improving the classification of cardinality phenotypes using collections</b>
<i>Authors: Sarah Alghamdi, Robert Hoehndorf - Virtual Presenter</i></pre></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: aliceblue; ">
<h6> Keynote talk 2:</h6>
<code>13:30 - 15:00 Maurício Barcellos: <a href="./assets/presentations/a30_ICBO2023-keynote-Mauricio_v6.pdf" target="_blank">A BFO-BASED AUTHORITY FRAMEWORK FOR HEALTHCARE CORPORATIONS</a> </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>
<pre style="background-color: aliceblue; ">
<h6> Keynote talk 3:</h6>
<code>08:30 - 10:00 Barry Smith: USE OF AI IN MEDICAL RESEARCH, AND THE ROLE OF ONTOLOGY </code>
</pre>
<pre style="background-color: rgb(236, 234, 234); "> <code>
10:00 - 10:15 Coffee-break </code>
</pre>
<pre style="background-color: lightgrey; ">
<code><b>10:15 - 11:45 Papers presentations session 2 </b>(Parallel ICBO and Ontobras papers presentations) </code>
<pre style="background-color: aliceblue; margin-left: 4cm;margin-right: 3cm;">
10:15 - 10:40 <b>An Extendible Realism-Based Ontology for Kinship</b>
<i>Authors: Michael Rabenberg, Anuwat Pengput and Werner Ceusters - Virtual Presenter</i>
10:45 - 11:10 <b><a href="./assets/presentations/a08_OntoWoh-Ontology.Presentation.pdf" target="_blank">The OntoWoH Ontology - a Women's Health Reference Ontology Detailing the Fragment of Climacteric and Menopause</a></b>
<i>Authors: Cilenir Carla de Carvalho, Andreia Soprani dos Santos, Silvia Das Dores Rissino, Susana Bubach
and Maria Das Graças Da Silva Teixeira - Attendee In-Person</i>
11:15 - 11:40 <b><a href="./assets/presentations/a26_ICBO-2023.pdf" target="_blank">Ontology-based representation and analysis of conditional vaccine immune responses using Omics data</a></b>
<i>Authors: Anthony Huffman, Edison Ong, Tim Brunson, Nasim Sanati, Jie Zheng, Anna Maria Masci, Guanming Wu and Yongqun He - Virtual Presenter</i>
</pre></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: aliceblue; ">
<code>
<b>13:30 - 15:30 Alma Sírio-Libanês Panel </b></code>
</pre>
<pre style="background-color: rgb(236, 234, 234); "> <code>
15:30 - 15:45 Coffee-break </code>
</pre>
<pre style="background-color: lightgrey; ">
<code>
<b>15:45 - 18:30 Papers presentations session 3</b>(Parallel ICBO and Ontobras papers presentations) </code>
<pre style="background-color: aliceblue; margin-left: 4cm;margin-right: 3cm;">
15:45 - 16:10 <b><a href="./assets/presentations/a02_ewulff_icbo2023.pdf" target="_blank">The potential of ontologies for the empirical assessment of machine learning techniques in operational oceanography processes</a></b>
<i>Author: Enrique Wulff - Virtual Presenter</i>
16:15 - 16:40 <b><a href="./assets/presentations/a04_ICBO_Paper_31_ago_2023_final.pdf" target="_blank">An Application of Natural Language Processing and Ontologies to Electronic Healthcare Records in the Field of Gynecology</a></b>
<i>Authors: Amanda Damasceno de Souza, Fernanda Farinelli, Eduardo Ribeiro Felipe, Armando Sérgio de Aguiar Filho
and Mauricio Barcellos Almeida - Attendee In Persion</i>
16:45 - 17:10 <b><a href="./assets/presentations/a05_Paper5.pdf" target="_blank">Leveraging Biomedical Ontologies to Boost Performance of BERT-Based Models for Answering Medical MCQs</a></b>
<i>Authors: Sahil and P Sreenivasa Kumar - Virtual Presenter</i>
17:15 - 17:40 <b><a href="./assets/presentations/a14_2023_ICBO_schulz.pdf" target="_blank">Principles of ontology-based annotation of clinical narratives</a></b>
<i>Authors: Stefan Schulz, Warren Del-Pinto, Lifeng Han, Markus Kreuzthaler, Sareh Aghaei Dinani and Goran Nenadic - Attendee In Persion</i>
17:45 - 18:10 <b><a href="./assets/presentations/a17_kindermann_icbo_2023.pdf" target="_blank">Concrete Names for Complex Expressions in Ontologies: A Survey of Biomedical Ontologies</a></b>
<i>Authors: Christian Kindermann and Martin Georg Skjæveland - Virtual Presenter</i>
</pre></pre>
<h5>Evening</h5>
<pre style="background-color: lightgrey; ">
<code>
18:30 - 20:45 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>
<pre style="background-color: aliceblue; ">
<h6> Keynote talk 4</h6>
<code>08:30 - 10:00 Renata Guizzardi: ETHICAL REQUIREMENTS FOR AI SYSTEMS </code>
</pre>
<pre style="background-color: rgb(236, 234, 234); ">
<code>
10:00 - 10:15 Coffee-break </code>
</pre>
<pre style="background-color: lightgrey; ">
<code>
<b>10:15 - 11:55 Papers presentations session 4</b>(Parallel ICBO and Ontobras papers presentations) </code>
<pre style="background-color: aliceblue; margin-left: 4cm;margin-right: 3cm;">
10:15 - 10:40 <b><a href="./assets/presentations/a19_ICBO2023_Ontology_Embeddings.pdf" target="_blank">Using ontology embeddings with deep learning architectures to improve prediction of ontology concepts from literature</a></b>
<i>Authors: Pratik Devkota, Somya Mohanty and Prashanti Manda - Virtual Presenter</i>
10:45 - 11:10 <b><a href="./assets/presentations/a18_ICBO_KOSONTO_Presentation.pdf" target="_blank">KOSonto: an ontology for knowledge organization systems, their constituents, and their referents</a></b>
<i>Authors: Jean Noël Nikiema, Fleur Mougin, Vianney Jouhet and Stefan Schulz - Attendee In-Person</i>
11:15 - 11:30 <b><a href="./assets/presentations/a28_Beyond-the-Goods-Service-Continuum.pdf" target="_blank">Beyond the Goods-Service Continuum</a></b>
<i>Authors: Peter Koch and Barry Smith - Virtual Presenter</i>
11:35 - 11:50 <b><a href="./assets/presentations/a23_ICBO-2023-Slides.pdf" target="_blank">Ontology-based Integration of Consumer Data and EHR Systems to Fill Gaps in Social Determinants of Health Data</a></b>
<i>Authors: S. Clint Dowland, Melody Greer, Sudeepa Bhattacharyya and Mathias Brochhausen - Attendee In-Person</i>
</pre></pre>
<pre style="background-color: rgb(236, 234, 234); "> <code>
11:55 - 13:30 Lunch Time </code>
</pre>
<h5>Afternoon</h5>
<pre style="background-color: lightgrey; ">
<code>
<b>13:30 - 15:00 Papers presentations 5 </b>(Parallel ICBO and Ontobras papers presentations) </code>
<pre style="background-color: aliceblue; margin-left: 4cm;margin-right: 3cm;">
13:30 - 13:55 <b>An Ontology for Obsessive-Compulsive Disorder with Reuse and Enrichment</b>
<i>Authors: Areej Muhajab, Alia Abdelmoty and Athanasios Hassoulas - Virtual Presenter</i>
14:00 - 14:25 <b><a href="./assets/presentations/a22_ICBO2023-Slides-paper22.pdf" target="_blank">An ontology for mammography screening recommendation</a></b>
<i>Authors: Cindy Acuña, Yasmine Anchén, Edelweis Rohrer and Regina Motz - Attendee In-Person</i>
14:30 - 14:55 <b>Exploring the Use of Ontology Components for Distantly-Supervised Disease and Phenotype Named Entity Recognition</b>
<i>Authors: Sumyyah Toonsi, Senay Kafkas and Robert Hoehndorf - Virtual Presenter</i>
</pre> <code>
15:00 - 15:15 Closing session</code>
</pre>
<h2 id="Pickup"> Transportation (Hotel-Conference-Hotel)</h2>
<p>Kindly arrive at the designated pickup location 5 minutes ahead of the scheduled time, as the bus won't be able to wait on the street.
<br>Details regarding timings and stops locations:</p>
<ul>
<br><li>Following that, the <b>first</b> pickup point will be in front of the Melia Brasil 21 Hotel - <b><i>Tower "A"</i></b> <b> at 7:15 AM.</b></li>
<br>
<iframe src="https://www.google.com/maps/embed?pb=!1m10!1m8!1m3!1d1919.603627840327!2d-47.892963!3d-15.793022!3m2!1i1024!2i768!4f13.1!5e0!3m2!1spt-BR!2sbr!4v1693338986343!5m2!1spt-BR!2sbr" width="600" height="450" style="border:0;" allowfullscreen="" loading="lazy" referrerpolicy="no-referrer-when-downgrade"></iframe>
<!-- <iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d570.7011638322012!2d-47.89307836649692!3d-15.793167254226216!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x935a2fe53c69c215%3A0xd7704b3f4eccf40d!2sMeli%C3%A1%20Brasil%2021!5e0!3m2!1spt-BR!2sbr!4v1693178363211!5m2!1spt-BR!2sbr" width="600" height="450" style="border:0;" allowfullscreen="" loading="lazy" referrerpolicy="no-referrer-when-downgrade">
</iframe> -->
<br>
<li>The <b>second</b> pickup point will be situated in front of the Ramada Brasília Alvorada Hotel <b>at 7:20 AM.</b></li>
<br><iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d570.7007185057538!2d-47.89089661029855!3d-15.79332532271553!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x935a3b6fc810fa35%3A0xcc503073d24eac4!2sRamada%20Bras%C3%ADlia%20Alvorada!5e0!3m2!1spt-BR!2sbr!4v1693178328162!5m2!1spt-BR!2sbr" width="600" height="450" style="border:0;" allowfullscreen="" loading="lazy" referrerpolicy="no-referrer-when-downgrade"></iframe> <br>
<br><li>The <b>third</b> pickup point is scheduled in front of the Grand Mercure Brasilia Eixo Monumental <b>at 7:30 AM.</b></li>
<br><iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d479.91199939765283!2d-47.88996760353987!3d-15.788339044056771!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x935a3b13541eb293%3A0x132023afea69dffd!2sGrand%20Mercure%20Brasilia%20Eixo%20Monumental!5e0!3m2!1spt-BR!2sbr!4v1693178295867!5m2!1spt-BR!2sbr" width="600" height="450" style="border:0;" allowfullscreen="" loading="lazy" referrerpolicy="no-referrer-when-downgrade"></iframe><br>
<br><li>Lastly, the <b>final</b> pickup location will be in front of the Fusion and Vision Suites (Hplus Vision Executive), <b>at 7:32 AM</b></li>
<br><iframe src="https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d959.8150187969179!2d-47.884318833179826!3d-15.790234774991326!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x935a3ae2d85c993d%3A0x952fc4281cd2ca22!2sFlat%20Particular%20Pr%C3%B3ximo%20a%20Esplanada%20dos%20Minist%C3%A9rios!5e0!3m2!1spt-BR!2sbr!4v1693243513070!5m2!1spt-BR!2sbr" width="600" height="450" style="border:0;" allowfullscreen="" loading="lazy" referrerpolicy="no-referrer-when-downgrade"></iframe> <br>
</ul>
<h2 id="newLink">New Link for Keynotes presentations</h2>
<p>To watch the keynotes at the ICBO-Ontobras 2023 conference, use the new link with password:</p>
<ul>
<li> <a href="https://umich.zoom.us/j/95258250609" target="_blank">https://umich.zoom.us/j/95258250609</a> </li>
<!-- <li>Meeting <b>ID</b>: 298 170 3419</li>
<li><b>Passcode</b>: 7292021</li> -->
</ul>
</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 © Joint Conference ICBO-Ontobras 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>
<a class="btn btn-dark btn-social mx-2" href="https://www.instagram.com/icboseries/?hl=pt" target="_blank" aria-label="Instagram"><i class="fab fa-instagram"></i></a>
</div>
<div class="col-lg-4 text-lg-end">
<a class="link-dark text-decoration-none me-3" href="./registration.html#consent">Privacy Policy</a>
<a class="link-dark text-decoration-none" href="./registration.html#consent">Terms of Use</a>
</div>
</div>
</div>
</footer>
<!-- Bootstrap core JS-->
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js"></script>
<!-- Core theme JS-->
<script src="js/scripts.js"></script>
<!-- * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *-->
</body>
</html>