forked from NCOR-Organization/NCOR-Test
-
Notifications
You must be signed in to change notification settings - Fork 0
/
people.html
541 lines (478 loc) · 34.2 KB
/
people.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
<style>
.grid-container {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 20px;
}
.grid-item {
display: flex;
flex-direction: column;
align-items: center; /* centers the content horizontally */
}
.grid-item img {
width: 200px;
height: 200px;
object-fit: cover;
border-radius: 5px;
}
.grid-item-content {
max-height: 250px; /* set to the height of the image */
max-width: 200px;
overflow: hidden; /* hides any content that exceeds the max-height */
text-align: center; /* centers the text */
padding: 10px 0; /* some vertical padding */
}
</style>
<center><h1>NCOR Leadership</h1></center>
<div class="grid-container">
<div class="grid-item">
<img src="https://ubwp.buffalo.edu/ncor/wp-content/uploads/sites/40/2015/10/Barry-Smith-300x300.jpg" alt="Barry Smith">
<div class="grid-item-content">
<h3><a href="http://ontology.buffalo.edu/smith/">Barry Smith</a></h3>
NCOR President
<a href="//www.buffalo.edu/cas/philosophy.html">Distinguished Professor Department of Philosophy University at Buffalo</a></p>
<p><em>Research in Theoretical and Applied Ontology</em></p>
</div>
</div>
<div class="grid-item">
<img src="https://ubwp.buffalo.edu/ncor/wp-content/uploads/sites/40/2020/05/20200518_235644.jpg" alt="John Beverley" width="200" height="200">
<div class="grid-item-content">
<h3><a href="https://johnbeverley.com">John Beverley</a></h3>
NCOR Vice President
<a href="https://www.buffalo.edu/cas/philosophy.html">Assistant Professor Department of Philosophy University at Buffalo</a>
<p><em>Research in Applied Ontology, Logic, Metaphysics, and Social Epistemology</em></p>
</div>
</div>
<div class="grid-item">
<img src="https://ubwp.buffalo.edu/ncor/wp-content/uploads/sites/40/2015/10/Alan-Ruttenberg-300x225.jpg" alt="Allen Ruttenberg">
<div class="grid-item-content">
<h3><a href="//creativecommons.org/about/program-areas/open-science">Allen Ruttenberg</a></h3>
<a href="//obofoundry.org/">Ontologist <br> Open Biological and Biomedical Ontology Foundry</a>
<p><em>Research in Knowledge Representation, Computational Biology, Bioinformatics, Artificial Intelligence, Rich User interface, Parallel Computing</em></p>
</div>
</div>
</div>
<div class="divider" style="width: 100%; height: 2px; background-color: #333; margin: 5px 20;"></div>
<center><h1>NCOR Members</h1></center>
<div class="grid-container">
<div class="grid-item">
<img src="https://ubwp.buffalo.edu/ncor/wp-content/uploads/sites/40/2020/05/Babcock-NCOR-pic-scaled.jpg" alt="Shane Babcock">
<div class="grid-item-content">
<h3><a href="https://www.researchgate.net/profile/Shane-Babcock">Shane Babcock</a></h3>
Air Force Research Labs
<p><em>Research in Traditional Metaphysics and Applied Ontology</em></p>
</div>
</div>
<div class="grid-item">
<img src="https://dental.ufl.edu/files/2022/03/image00181.png" alt="Bill Duncan">
<div class="grid-item-content">
<h3><a href="https://dental.ufl.edu/profile/duncan-bill/Bill Duncan">Bill Duncan</a></h3>
<p><a>Clinical Associate Professor University of Florida College of Dentistry Department of Community Dentistry & Behavioral Science</a></p>
<p><em>Research in Ontology, Dental Informatics, & Machine Learning</em></p>
</div>
</div>
<div class="grid-item">
<img src="https://ubwp.buffalo.edu/ncor/wp-content/uploads/sites/40/2015/10/Rajiv-Kishore-233x300.jpg" alt="Rajiv Kishore">
<div class="grid-item-content">
<h3><a href="https://www.unlv.edu/news/expert/rajiv-kishore">Rajiv Kishore</a></h3>
<p><a href="https://www.unlv.edu/unit/management-entrepreneurship-and-technology">Professor and Chair, Department of Management, Entrepreneurship & Technology <br>University of Nevada, Las Vegas</a></p>
<p><em>Research in Computational Ontology and Business Information Systems</em></p>
</div>
</div>
<div class="grid-item">
<img src="https://ubwp.buffalo.edu/ncor/wp-content/uploads/sites/40/2018/12/IMG_0282-150x150.jpeg" alt="David Limbaugh">
<div class="grid-item-content">
<h3><a href="http://davidglimbaugh.com/">David G. Limbaugh</a></h3>
Senior Ontologist Data Operations, Data and Digital Innovation<br> National Geospatial-Intelligence Agency
<p><em>Research in Applied Ontology, Referent Tracking, and Enhanced Object-Based Production in Biomedical and Intelligence Applications</em></p>
</div>
</div>
<div class="grid-item">
<img src="https://ubwp.buffalo.edu/ncor/wp-content/uploads/sites/40/2015/10/Ron-Rudnicki-300x300.jpg" alt="Ron Rudnicki">
<div class="grid-item-content">
<h3><a href="https://www.linkedin.com/in/ron-rudnicki-957b004/">Ron Rudnicki</a></h3>
<a href="http://www.cubrc.org">Principal Ontologist <br> CUBRC, Inc.</a>
<p><em>Research in Applied Ontology, Semantic Web Technologies, and Applications to Military Intelligence</em></p>
</div>
</div>
<div class="grid-item">
<img src="https://ubwp.buffalo.edu/ncor/wp-content/uploads/sites/40/2015/10/Mauricio-B.-Almedia.jpg" alt="Mauricio B. Almeida">
<div class="grid-item-content">
<h3><a href="https://mba.eci.ufmg.br/english/">Mauricio B Almeida</a></h3>
<a href="http://www.eci.ufmg.br">Information Science School, Federal University of Minas Gerais, Founding Director, Brazilian Center for Ontological Research</a>
<p><em>Research in Knowledge Representation, Applied Ontology, Information Security, Biomedical and Legal Vocabularies</em></p>
</div>
</div>
<div class="grid-item">
<img src="https://ubwp.buffalo.edu/ncor/wp-content/uploads/sites/40/2015/10/Lindsay-Cowell-206x300.jpg" alt="Lindsay Cowell">
<div class="grid-item-content">
<h3><a href="http://www.utsouthwestern.edu/fis/faculty/120432/lindsay-cowell.html">Lindsay Cowell</a></h3>
<a href="http://www.utsouthwestern.edu/education/medical-school/departments/clinical-sciences/index.html">Associate Professor<br> University of Texas Southwestern Medical Center: Department of Clinical Sciences</a>
<p><em>Research in Computational Immunology and Infectious Disease Ontologies</em></p>
</div>
</div>
<div class="grid-item">
<img src="https://ubwp.buffalo.edu/ncor/wp-content/uploads/sites/40/2019/12/janna-photo-2.jpg" alt="Janna Hastings">
<div class="grid-item-content">
<h3><a href="//hastingslab.org/">Janna Hastings</a></h3>
<a href="//health.dsi.uzh.ch/member/janna-hastings/">Assistant Professor of Medical Knowledge and Decision Support; University of Zurich, and the School of Medicine, University of St. Gallen</a>
<p><em>Research in Medical Knowledge, Decision Support, Artificial Intelligence, Applied Ontology, and Health</em></p>
</div>
</div>
<div class="grid-item">
<img src="https://ubwp.buffalo.edu/ncor/wp-content/uploads/sites/40/2015/10/Landgrebe-300x169.jpg" alt="Jobst Landgrebe">
<div class="grid-item-content">
<h3><a href="http://www.cognotekt.com">Jobst Landgrebe</a></h3>
Founder and CEO of Cognotekt, GmBH
<p><em>AI company based in Cologne specialised in the design and implementation of holistic AI solutions</em></p>
</div>
</div>
<div class="grid-item">
<img src="https://ubwp.buffalo.edu/ncor/wp-content/uploads/sites/40/2020/05/EricHeadshotBlackBG-scaled.jpg" alt="Eric Little">
<div class="grid-item-content">
<h3><a href="//www.linkedin.com/in/eric-little-71b2a0b/">Eric Little</a></h3>
<a href="//contiem.com/">Innovation Principal Director, Life Sciences & Head of Product Strategy & Analytics INTIENT at Accenture</a>
</div>
</div>
<div class="grid-item">
<img src="https://ubwp.buffalo.edu/ncor/wp-content/uploads/sites/40/2015/10/fabian.jpg" alt="Fabian Neuhaus">
<div class="grid-item-content">
<h3><a href="http://iws.cs.uni-magdeburg.de/~fneuhaus/">Fabian Neuhaus</a></h3>
<a href="//www.ovgu.de/">Chair for Theoretical Computer Science, Formal methods and Semantics <br> Otto-von-Guericke, University of Magdeburg</a>
<p><em>Research in Applied Ontologies and Ontology Languages</em></p>
</div>
</div>
<div class="grid-item">
<img src="https://ubwp.buffalo.edu/ncor/wp-content/uploads/sites/40/2021/02/PierreGrenon_2020-scaled.jpg" alt="Pierre Grenon">
<div class="grid-item-content">
<h3><a href="//www.linkedin.com/in/pierregrenon/">Pierre Grenon</a></h3>
<a href="//us.gsk.com/en-us/home/">Senior Scientific Knowledge Engineer</a>
<p><em>Research in Applied Ontology, Integration and Domain-Specific Modelling, Knowledge Representation, Reasoning, Information Management</em></p>
</div>
</div>
<div class="grid-item">
<img src="https://ubwp.buffalo.edu/ncor/wp-content/uploads/sites/40/2019/09/Big-Profile-300x291.jpeg" alt="Jonathan Simon" width="200" height="200">
<div class="grid-item-content">
<h3><a href="https://jonsimon.net">Jonathan Simon</a></h3>
<a href="//philo.umontreal.ca/accueil/">Assistant Professor of Philosophy <br> University of Montréal</a>
<p><em>Research in AI explainability and transparency, ontology of socially complex domains</em></p>
</div>
</div>
<div class="grid-item">
<img src="https://ubwp.buffalo.edu/ncor/wp-content/uploads/sites/40/2015/10/JMPO-e1470339113124-225x300.jpg" alt="José M Parente de Oliveira" width="200" height="200">
<div class="grid-item-content">
<h3><a href="//www.linkedin.com/in/jose-m-parente-de-oliveira-53188618/">José M Parente de Oliveira</a></h3>
<a href="//www.engrena.ita.br/en/ccm-ita-en/">Professor Computer Science <br> Aeronautics Institute of Technology</a>
<p><em>Research in Knowledge Representation, Semantic Web, Linked Data/Big Data, Command and Control/Situation Awareness</em></p>
</div>
</div>
<div class="grid-item">
<img src="https://www.buffalo.edu/content/cas/philosophy/grad-study/grad_directory/jcr:content/par/image_1660011936.img.140.140.z.jpg/1649966366698.z.jpg" alt="Carter-Beau Benson" width="200" height="200">
<div class="grid-item-content">
<h3><a href="//www.linkedin.com/in/carter-benson-60923b270/">Carter-Beau Benson</a></h3>
<p>Ontology Research Assistant <br> Department of Philosophy <br> University at Buffalo
<p><em>Research in Bioethics, Pluralism, and Applied Ontology</em></p>
</div>
</div>
<div class="grid-item">
<img src="https://www.buffalo.edu/content/cas/philosophy/grad-study/grad_directory/jcr:content/par/image_1660011936_cop_95204478.img.140.140.z.jpg/1663614423960.z.jpg" alt="Delaney McNulty" width="200" height="200">
<div class="grid-item-content">
<h3><a href="//www.linkedin.com/in/delaney-mcnulty-20541918a/">Delaney McNulty</a></h3>
<p>Department of Philosophy University at Buffalo </p>
<p><em>Research in Philosophy of Science, Cognitive Science, Philosophy of Psychology, and Applied Ontology</em></p>
</div>
</div>
<div class="grid-item">
<img src="https://www.buffalo.edu/content/cas/philosophy/grad-study/grad_directory/jcr:content/par/image_1660011936_cop_568322255.img.280.280.z.q65.jpg/1649966708999.jpg" alt="Gloria Sanso" width="200" height="200">
<div class="grid-item-content">
<h3><a href="https://labont.it/people/gloria-sanso/">Gloria Sanso</a></h3>
PhD Candidate <br> Department of Philosophy University at Buffalo
<p><em>Research in Social Metaphysics, Philosophy of AI, and Applied Ontology</em></p>
</div>
</div>
<div class="grid-item">
<img src="https://ubwp.buffalo.edu/ncor/wp-content/uploads/sites/40/2015/10/Alexander-D.-Diehl-200x300.jpg" alt="Alexander D. Diehl" width="200" height="200">
<div class="grid-item-content">
<h3><a href="//www.linkedin.com/in/alexander-diehl-2b074b/">Alexander D. Diehl</a></h3>
<a href="https://medicine.buffalo.edu/departments/neurology.html">Associate Professor of Biomedical Informatics <br> School of Medicine and Biomedical Sciences University at Buffalo</a>
<p><em>Research in Gene, Cell, Immunology, Neurology, and Neurological Disease Ontologies</em></p>
</div>
</div>
<div class="grid-item">
<img src="https://ubwp.buffalo.edu/ncor/wp-content/uploads/sites/40/2015/10/Peter-Elkin-199x300.jpg" alt="Peter Elkin" width="200" height="200">
<div class="grid-item-content">
<h3><a href="https://medicine.buffalo.edu/faculty/profile.html?ubit=elkinp">Peter L. Elkin</a></h3>
<a href="http://www.smbs.buffalo.edu/biomedicalinformatics/">Professor and Chair of Department of Biomedical Informatics; University at Buffalo</a>
</div>
</div>
<div class="grid-item">
<img src="https://ubwp.buffalo.edu/ncor/wp-content/uploads/sites/40/2015/10/mark_jensen_head_shot_sm-e1486422487967-300x279.jpg" alt="Mark Jensen" width="200" height="200">
<div class="grid-item-content">
<h3><a href="//www.linkedin.com/in/mark-jensen-022a98103/">Mark Jensen</a></h3>
Senior Ontologist <br> CUBRC, Inc
<p><em>Research in Development and implementation of ontologies for military and biomedical applications; mental health, psychiatry, and neurology</em></p>
</div>
</div>
<div class="grid-item">
<img src="https://www.clemson.edu/cecas/departments/automotive-engineering/images/people/faculty/rahul-rai-large.jpg" alt="Rahul Rai" width="200" height="200">
<div class="grid-item-content">
<h3><a href="//www.linkedin.com/in/rahul-rai-3790029/">Rahul Rai</a></h3>
<a href="https://www.clemson.edu/cecas/departments/automotive-engineering/people/rahul-rai.html">Dean's Distinguished Professor at Clemson University <br> Founder and CEO AIBrilliance</a>
</div>
</div>
<div class="grid-item">
<img src="https://ubwp.buffalo.edu/ncor/wp-content/uploads/sites/40/2015/10/Neil-Williams-292x300.jpg" alt="Neil E. Williams" width="200" height="200">
<div class="grid-item-content">
<h3><a href="http://www.acsu.buffalo.edu/~new/">Neil E. Williams</a></h3>
<a href="//www.buffalo.edu/cas/philosophy/faculty/faculty_directory/williams.html">Professor & Chair of the Department of Philosophy University at Buffalo</a>
<p><em>Research in Traditional Metaphysics, Powers, Ontology of Disease and Dysfunction</em></p>
</div>
</div>
<div class="grid-item">
<img src="http://jbona.org/images/profile.jpg" alt="Jonathan P. Bona" width="200" height="200">
<div class="grid-item-content">
<h3><a href="//jbona.org/">Jonathan P. Bona</a></h3>
<a href="//medicine.uams.edu/dbmi/">Assistant Professor in the Department of Biomedical Informatics <br> University of Arkansas for Medical Sciences</a>
<p><em>Research in Ontologies, Semantic Web, Knowledge Representation, Reasoning, and Biomedical Informatics</em></p>
</div>
</div>
<div class="grid-item">
<img src="https://ubwp.buffalo.edu/ncor/wp-content/uploads/sites/40/2019/01/69010A0A-205E-4A98-949F-B972F5C1B5EA-300x300.jpeg" alt="Brian Donohue" width="200" height="200">
<div class="grid-item-content">
<h3><a href="//www.linkedin.com/in/brian-donohue-72318973/">Brian Donohue</a></h3>
<a href="//buffalo.academia.edu/BrianDonohue">Principal Ontologist <br> Capital One.</a>
<p><em>Research in Social and Deontic Ontology, Finance, Methodology, and Semantic Technology</em></p>
</div>
</div>
<div class="grid-item">
<img src="https://ubwp.buffalo.edu/ncor/wp-content/uploads/sites/40/2020/05/unnamed.png" alt="Yongqun He" width="200" height="200">
<div class="grid-item-content">
<h3><a href="//nam12.safelinks.protection.outlook.com/?url=https%3A%2F%2Fhegroup.org%2F&data=05%7C01%7Cmcnulty5%40buffalo.edu%7Cd5d2607d0be041f9820908db6600b2ee%7C96464a8af8ed40b199e25f6b50a20250%7C0%7C0%7C638215925417483551%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&sdata=D6T4itmL6hRvMtOH4rOBeEADaICaCkfEOtTlUU4zXFA%3D&reserved=0">Yongqun ("Oliver") He</a></h3>
<a href="https://medicine.umich.edu/dept/dcmb/yongqun-oliver-he-phd">Associate Professor <br> University of Michigan, Ann Arbor</a>
<p><em>Research in Ontology, Microbiology, Vaccinology, Nephrology, Literature Mining, and Machine Learning</em></p>
</div>
</div>
<div class="grid-item">
<img src="https://ubwp.buffalo.edu/ncor/wp-content/uploads/sites/40/2019/12/UTM-Rasmus-Rosenberg-Larsen-by-Drew-Lusiuczok-300x200.jpg" alt="Rasmus Larsen" width="200" height="200">
<div class="grid-item-content">
<h3><a href="www.rasmusrosenberg.com">Rasmus Rosenberg Larsen</a></h3>
<a href="https://www.utm.utoronto.ca/forensic/forensic-science-news-updates">Assistant Professor of Philosophy and Forensic Epistemology <br> University of Toronto Mississauga</a>
<p><em>Research in Applied Ontology, Philosophy of Science, Forensic Epistemology, Forensic Psychology</em></p>
</div>
</div>
<div class="grid-item">
<img src="https://ubwp.buffalo.edu/ncor/wp-content/uploads/sites/40/2015/10/Malyuta-229x300.jpg" alt="Tatiana Malyuta" width="200" height="200">
<div class="grid-item-content">
<h3><a href="//www.linkedin.com/in/tatyana-malyuta-51a258a/">Tatiana Malyuta</a></h3>
<a href="http://ontolog.cim3.net/wiki/TatianaMalyuta.html">Associate Professor in Computer Systems and Technology Department <br> New York City College of Technology</a>
</div>
</div>
<div class="grid-item">
<img src="https://ubwp.buffalo.edu/ncor/wp-content/uploads/sites/40/2015/10/Okada.png" alt="Mitsu Okada" width="200" height="200">
<div class="grid-item-content">
<h3><a href="//abelard.flet.keio.ac.jp/person/mitsu/index.html">Mitsu Okada</a></h3>
<a href="//www.keio.ac.jp/en/about/philosophy/">Professor Emeritus <br>Keio University's Department of Philosophy</a>
<p><em>Research in Proof Theory, Theoretical Computer Science, and Theoretical Linguistics</em></p>
</div>
</div>
<div class="grid-item">
<img src="https://ubwp.buffalo.edu/ncor/wp-content/uploads/sites/40/2015/10/Overton-240x300.jpg" alt="James Overton" width="200" height="200">
<div class="grid-item-content">
<h3>James Overton</h3>
<a href="http://knocean.com">CEO of Knocean</a>
<p><em>Research in Database integration, Ontology Development, Software Development, Philosophy of Science</em></p>
</div>
</div>
<div class="grid-item">
<img src="https://ubwp.buffalo.edu/ncor/wp-content/uploads/sites/40/2015/10/Lowell-Vizenor-300x300.jpg" alt="Lowell Vizenor" width="200" height="200">
<div class="grid-item-content">
<h3><a href="//www.linkedin.com/in/lowellvizenor/">Lowell Vizenor</a></h3>
<a href="//www.nira-inc.com/">Director of Product Innovations <br> NIRA, INC.</a>
</div>
</div>
<div class="grid-item">
<img src="https://ubwp.buffalo.edu/ncor/wp-content/uploads/sites/40/2021/03/headshot-small.png" alt="Christian Will" width="200" height="200">
<div class="grid-item-content">
<h3>Christian Will</h3>
<a href="//www.industrialontologies.org/">Research Scientist <br> National Center for Ontological Research</a>
</div>
</div>
<div class="grid-item">
<img src="https://www.buffalo.edu/content/cas/philosophy/grad-study/grad_directory/jcr:content/par/image_1660011936_cop_1041367633.img.140.140.z.jpg/1649966745737.z.jpg" alt="Austin Liebers" width="200" height="200">
<div class="grid-item-content">
<h3><a href="//www.linkedin.com/in/austin-liebers-774a0b1b6/">Austin Liebers</a></h3>
Ontology Intern <br> Johns Hopkins University Applied Physics Lab
<p><em>Research in Metaphysics, Metaethics, Aesthetics, and Applied Ontology</em></p>
</div>
</div>
<div class="grid-item">
<img src="https://ubwp.buffalo.edu/ncor/wp-content/uploads/sites/40/2015/10/s200_hedi.levitch.jpg" alt="Mohamed Hedi Karray" width="200" height="200">
<div class="grid-item-content">
<h3><a href="//scholar.google.com/citations?user=BGtnwfkAAAAJ">Mohamed Hedi Karray</a></h3>
<a href="//www.univ-tlse2.fr/accueil/formation-insertion/les-departements-de-formation/philosophie-3136.kjsp">INP-ENIT, Federal University of Toulouse, France</a>
<p><em>Research in Ontology, Epistemology, Philosophy of Science, Philosophy of Technology, and Ethics of AI</em></p>
</div>
</div>
<div class="grid-item">
<img src="https://ubwp.buffalo.edu/ncor/wp-content/uploads/sites/40/2023/10/Screenshot-2023-10-16-at-12.01.57-AM.png" alt="Cameron More" width="200" height="200">
<div class="grid-item-content">
<h3><a href="https://www.linkedin.com/in/cameron-more/">Cameron More</a></h3>
Ontologist <br> CUBRC, Inc.
<p><em>Research in Applied Ontology, Ontology Training, Continental Philosophy, and Psychoanalysis</em></p>
</div>
</div>
<div class="grid-item">
<img src="https://ubwp.buffalo.edu/ncor/wp-content/uploads/sites/40/2015/10/Werner-Ceusters-200x300.jpg" alt="Werner Ceusters" width="200" height="200">
<div class="grid-item-content">
<h3><a href="http://www.referent-tracking.com/RTU/ceusters_vita.html">Werner Ceusters</a></h3>
Chief, Division of <br> Biomedical Ontology <br> Professor, Department of Biomedical Informatics <br>
<a href="https://medicine.buffalo.edu/research/core_facilities.ihi.html">Director, Institute for Healthcare Informatics</a>
Director, Ontology Research Group
</div>
</div>
<div class="grid-item">
<img src="https://ubwp.buffalo.edu/ncor/wp-content/uploads/sites/40/2015/10/Thomas-Bittner-200x300.jpg" alt="Thomas Bittner" width="200" height="200">
<div class="grid-item-content">
<h3><a href="https://www.linkedin.com/in/thomasbittner/">Thomas Bittner</a></h3>
Associate Professor in the Departments of Philosophy and Geography <br> University at Buffalo
<p><em>Research in Applied Ontology, Ontology of Space and Time, Spatio-Temporal Reasoning, and Biomedicine</em></p>
</div>
</div>
<div class="grid-item">
<img src="https://ubwp.buffalo.edu/ncor/wp-content/uploads/sites/40/2015/10/Maureen-Donnelly-300x225.png" alt="Maureen Donnelly" width="200" height="200">
<div class="grid-item-content">
<h3><a href="https://www.buffalo.edu/cas/philosophy/faculty/faculty_directory/donnelly.html">Maureen Donnelly</a></h3>
Associate Professor in the Department of Philosophy <br>University at Buffalo
<p><em>Research in Logic, Formal Foundations of Ontology, Mereology, Biomedical Ontology</em></p>
</div>
</div>
<div class="grid-item">
<img src="https://ubwp.buffalo.edu/ncor/wp-content/uploads/sites/40/2015/10/David-Hershenov-216x300.jpg" alt="David Hershenov" width="200" height="200">
<div class="grid-item-content">
<h3><a href="https://www.buffalo.edu/cas/philosophy/faculty/faculty_directory/hershenov.html">David B. Hershenov</a></h3>
Professor in the Department of Philosophy <br> University at Buffalo <br>
<a href="https://www.buffalo.edu/romanell.html">Co-director of Romanell Center for Clinical Ethics and the Philosophy of Medicine</a>
<p><em>Research in Metaphysics, Ethics of Medicine, Abortion, Death, Cloning, and Personal Identity</em></p>
</div>
</div>
<div class="grid-item">
<img src="https://drive.google.com/file/d/1O3eqSaqoARr3OficZLmQZhewO1DQBIwP/view?usp=sharing" alt="Adam P. Taylor" width="200" height="200">
<div class="grid-item-content">
<h3><a href="https://www.linkedin.com/in/adam-p-taylor-1653914a/">Adam P. Taylor </a></h3>
<a href="https://www.ndsu.edu/schoolofhumanities/faculty_and_staff/taylor/">Lecturer in Philosophy, North Dakota State Unversity</a>
<p><em>Research in Metaphysics, Applied Ontology, Philosophy of Science, and Applied Ethics</em></p>
</div>
</div>
<div class="grid-item">
<img src="https://ubwp.buffalo.edu/ncor/wp-content/uploads/sites/40/2020/05/EMPhoto.png" alt="Eric Merrell" width="200" height="200">
<div class="grid-item-content">
<h3>Eric Merrell</h3>
Senior Ontologist <br> Johns Hopkins Applied Physics Lab
<p><em>Research in Applied Ontology, Information Representation, and Artificial Intelligence</em></p>
</div>
</div>
<div class="grid-item">
<img src="https://ubwp.buffalo.edu/ncor/wp-content/uploads/sites/40/2015/10/Ram-Ramesh-233x300.jpg" alt="Ram Ramesh" width="200" height="200">
<div class="grid-item-content">
<h3><a href="https://www.linkedin.com/in/ram-ramesh-a764b296/">Ram Ramesh</a></h3>
Professor in the Department of Management Science and Systems <br> University at Buffalo
<p><em>Research in Computational Ontology and Business Information Systems</em></p>
</div>
</div>
<div class="grid-item">
<img src="https://ubwp.buffalo.edu/ncor/wp-content/uploads/sites/40/2022/09/image001.jpg" alt="Ryan Riccucci" width="200" height="200">
<div class="grid-item-content">
<h3><a href="https://www.linkedin.com/in/ryan-riccucci-491b211b8/">Ryan Riccucci</a></h3>
Division Chief <br> U.S. Customs and Border Protection
<p><em>Research in Applied Ontology, Human/Machine Teaming, Mission Engineering, and Data-Centric Object-Based Production</em></p>
</div>
</div>
<div class="grid-item">
<img src="https://ubwp.buffalo.edu/ncor/wp-content/uploads/sites/40/2021/09/CoxHeadshot-scaled.jpg" alt="Alexander P. Cox" width="200" height="200">
<div class="grid-item-content">
<h3>Alexander P. Cox</h3>
Senior Ontologist <br> CUBRC, Inc.
<p><em>Research in Applied Ontology, Semantic Web for Military Intelligence, Bioinformatics, and Ontologies of Space and Neurology</em></p>
</div>
</div>
<div class="grid-item">
<img src="https://ubwp.buffalo.edu/ncor/wp-content/uploads/sites/40/2023/05/prudhomme_retina_small.jpg" alt="Tim Prudhomme" width="200" height="200">
<div class="grid-item-content">
<h3><a href="https://www.linkedin.com/in/tim-prudhomme/">Tim Prudhomme</a></h3>
Software Developer <br> KadSci
<p><em>Research in Formal Semantics, Semantic Web, and Software Development in Healthcare and Bioinformatics</em></p>
</div>
</div>
<div class="grid-item">
<img src="https://ubwp.buffalo.edu/ncor/wp-content/uploads/sites/40/2015/10/Mathias-Brochhausen-300x300.jpg" alt="Mathias Brochhausen" width="200" height="200">
<div class="grid-item-content">
<h3><a href="https://www.linkedin.com/in/mathiasbrochhausen/">Matthias Brochhausen</a></h3>
Professor & Vice-Chair for Medical Sciences <br> University of Arkansas
<p><em>Research in Knowledge Representation, Biomedical Ontologies, and Semantic Web Technologies</em></p>
</div>
</div>
<div class="grid-item">
<img src="https://ubwp.buffalo.edu/ncor/wp-content/uploads/sites/40/2015/10/FrancescoFuriniPhoto-236x300.png" alt="Francesco Furini" width="200" height="200">
<div class="grid-item-content">
<h3><a href="https://www.linkedin.com/in/furini-francesco/">Francesco Furini</a></h3>
Partner and Project Manager <br> Ultrasonic Technology
<p><em>Research in Appied Ontology and Engineering Design</em></p>
</div>
</div>
<div class="grid-item">
<img src="https://ubwp.buffalo.edu/ncor/wp-content/uploads/sites/40/2015/10/Amanda-Hicks-200x300.jpg" alt="Amanda Hicks" width="200" height="200">
<div class="grid-item-content">
<h3><a href="https://www.linkedin.com/in/amanda-hicks-17b35966/">Amanda Hicks</a></h3>
Senior Ontologist <br> Johns Hopkins University Applied Physics Lab
</div>
</div>
<div class="grid-item">
<img src="https://ubwp.buffalo.edu/ncor/wp-content/uploads/sites/40/2015/10/William-Hogan-264x300.jpg" alt="William Hogan" width="200" height="200">
<div class="grid-item-content">
<h3><a href="https://www.linkedin.com/in/bill-hogan-9a7b59252/">Bill Hogan</a></h3>
Professor and Director <br> Data Science Institute <br> Medical College of Wisconsin
<p><em>Research in Biomedical Ontology, Referent Tracking, and Social Determinates of Health</em></p>
</div>
</div>
<div class="grid-item">
<img src="https://ubwp.buffalo.edu/ncor/wp-content/uploads/sites/40/2019/08/YuLin-300x270.png" alt="Asyiah Yu Lin" width="200" height="200">
<div class="grid-item-content">
<h3><a href="https://www.linkedin.com/in/dryulin/">Asiyah Yu Lin</a></h3>
Senior Data Scientist <br>
Axle Informatics
<p><em>Research in Ontology Development, Ontologies of Medical Device Surveillance, Patient Safety, and Precision Medicine</em></p>
</div>
</div>
<div class="grid-item">
<img src="https://ubwp.buffalo.edu/ncor/wp-content/uploads/sites/40/2015/10/William-Mandrick-300x284.jpg" alt="William Mandrick" width="200" height="200">
<div class="grid-item-content">
<h3><a href="https://www.linkedin.com/in/william-mandrick-ph-d-29b88214/">William Mandrick</a></h3>
Associate Director & Ontology Lead <br> United Technologies Research Center
<p><em>Research in Military Ontology, Conflict Processes, Counterinsurgency Operations, and Command and Control</em></p>
</div>
</div>
<div class="grid-item">
<img src="https://ubwp.buffalo.edu/ncor/wp-content/uploads/sites/40/2015/10/J-Neil-Otte-2.3.17-225x300.jpg" alt="J. Niel Otte" width="200" height="200">
<div class="grid-item-content">
<h3><a href="https://www.jneilotte.com">J. Neil Otte</a></h3>
Senior Ontologist <br> Johns Hopkins University Applied Physics Lab
<p><em>Research in Evidence Ontologies for the Social Sciences, Experimental Methods, Ethics, Moral Psychology, and Experimental Philosophy</em></p>
</div>
</div>
<div class="grid-item">
<img src="https://ubwp.buffalo.edu/ncor/wp-content/uploads/sites/40/2015/10/Selja-Seppala-200x300.jpg" alt="Selja Seppälä" width="200" height="200">
<div class="grid-item-content">
<h3><a href="https://seljaseppala.wordpress.com">Selja Seppälä</a></h3>
Lecturer in Business Information Systems <br> University College Cork
<p><em>Research in Terminology, Logic of Definitions, and Basic Formal Ontology</em></p>
</div>
</div>
<div class="grid-item">
<img src="https://ubwp.buffalo.edu/ncor/wp-content/uploads/sites/40/2015/10/20150518_112113-230x300.jpg" alt="Fernanda Farinelli" width="200" height="200">
<div class="grid-item-content">
<h3><a href="https://proffernandafarinelli.wordpress.com/">Fernanda Farinelli</a></h3>
Professor <br> University of Brasil
<p><em>Research in Data Management, Data Governance, and Ontologies</em></p>
</div>
</div>
</div>