-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathorganization.html
More file actions
33 lines (31 loc) · 1.41 KB
/
Copy pathorganization.html
File metadata and controls
33 lines (31 loc) · 1.41 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
<!DOCTYPE html>
<html>
<head>
<title>Organizing Committee</title>
<link rel="stylesheet" href="css.css" />
</head>
<body>
<div class="image-container"></div>
<div class="navbar">
<a href="index.html">Call for Papers</a>
<a href="organization.html">Organizing Committee</a>
<a href="program.html">Program</a>
</div>
<div class="organizer">
<img src="https://github.com/CarterBeauBenson/LLMO-FOIS/blob/main/images/Dan%20Maxwell%20Headshot.jpg?raw=true" alt="Dan Maxwell">
<div class="organizer-info">
<center><a href="https://www.kadsci.com/AboutUs.html"><h3>Dan Maxwell</h3></a>
<h3>KadSci</h3>
<p>President of KaDSci, LLC, co-founder of EXOGENiUS, and lead for the Modeling and Simulation Working Group at the US Geospatial Intelligence Foundation.</p></center>
</div>
</div>
<div class="organizer">
<img src="https://github.com/CarterBeauBenson/LLMO-FOIS/blob/main/images/John%20Headshot.png?raw=true" alt="John Beverley">
<div class="organizer-info">
<center><a href="https://johnbeverley.com/"><h3>John Beverley</h3></a>
<h3>University at Buffalo</h3>
<p>Assistant Professor at the University at Buffalo, Co-Director of the National Center for Ontological Research, co-lead developer of the Basic Formal Ontology, and member of the governance board of the Common Core Ontologies.</p></center>
</div>
</div>
</body>
</html>