-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpublications.html
More file actions
169 lines (146 loc) · 5.72 KB
/
publications.html
File metadata and controls
169 lines (146 loc) · 5.72 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
<!DOCTYPE html>
<html>
<head>
<title>SAWGraph</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
</head>
<style>
.header-spacing { padding-top:50px; padding-bottom:0px; }
@media (max-width:800px) { .header-spacing { padding-top:50px; padding-bottom:0px;} }
.header-logo { display:block; margin:18px auto; padding:10px; max-width:400px; height:auto; object-fit:contain; border-radius:8px; box-shadow:0 2px 6px rgba(0,0,0,0.08); }
@media (max-width:600px) { .header-logo { max-width:92%; padding:8px; } }
/* Page Title Styling */
h1 {
color: #1a1a1a;
font-size: 2.5em;
margin-bottom: 30px;
border-bottom: 3px solid #0066cc;
padding-bottom: 15px;
font-weight: 700;
}
/* Publications List Styling */
ol {
list-style: none;
counter-reset: item;
padding: 0;
}
ol li {
counter-increment: item;
margin-bottom: 25px;
padding: 20px;
background: #f8f9fa;
border-left: 5px solid #0066cc;
border-radius: 6px;
transition: all 0.3s ease;
box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}
ol li:hover {
background: #f0f4ff;
box-shadow: 0 4px 12px rgba(0,102,204,0.15);
transform: translateX(5px);
}
/* Publication Title Link */
ol li a {
font-weight: 600;
font-size: 1.05em;
color: #0066cc;
text-decoration: none;
transition: color 0.2s ease;
}
ol li a:hover {
color: #004499;
text-decoration: underline;
}
/* Authors Styling */
ol li i {
display: block;
margin-top: 10px;
color: #555;
font-size: 0.95em;
}
@media (max-width: 600px) {
h1 {
font-size: 1.8em;
margin-bottom: 20px;
}
ol li {
padding: 15px;
margin-bottom: 15px;
}
ol li a {
font-size: 1em;
}
}
/* Introduction Section */
.intro-section {
background: #f0f4ff;
padding: 25px;
border-radius: 8px;
margin-bottom: 40px;
border-left: 5px solid #0066cc;
}
.intro-section p {
color: #333;
line-height: 1.7;
font-size: 1.05em;
margin: 0;
}
/* Section Heading */
h2 {
color: #0066cc;
font-size: 1.8em;
margin-top: 40px;
margin-bottom: 20px;
border-bottom: 2px solid #0066cc;
padding-bottom: 10px;
}
</style>
</head>
</head>
<body>
<!-- Navbar (sit on top) -->
<div class="w3-top w3-padding-8">
<div class="w3-bar w3-white w3-wide w3-padding w3-card">
<script src="menu.js"></script>
</div>
</div>
<!-- Page content -->
<div class="w3-content w3-main w3-padding" style="max-width:1564px">
<br>
<br>
<h1>Publications</h1>
<div class="intro-section">
<p>The SAWGraph project has produced peer-reviewed research and technical publications focused on ontologies, knowledge graphs, and their applications to environmental contamination monitoring and decision-making. Below is a selection of our key publications covering advances in semantic web technologies, geospatial analysis, and environmental data integration.</p>
</div>
<h2>Featured Research</h2>
<ol>
<li id="pub1"><a href="https://doi.org/10.3233/FAIA250501" target="_blank">ContaminOSO: Ontological Foundations and Design Choices for an Ontology for Environmental Contamination Data</a>
<i> T Hahmann, K Schweikert, S Stephen, D Kedrowski</i></li>
<li id="pub2"><a href="publications/FIO-FOMI2025.pdf" target="_blank">An Ontology Design Pattern for Industry Classification in the Facilities and Industries Ontology (FIO)</a>
<i>K Schweikert, T Hahmann</i></li>
<li id="pub3"><a href="https://doi.org/10.4230/LIPIcs.GIScience.2025.4" target="_blank">Precomputed Topological Relations for Integrated Geospatial Analysis Across Knowledge Graphs</a>
<i>K Schweikert, D Kedrowski, S Stephen, T Hahmann</i></li>
<li id="pub4"><a href="publications/CompTox_Ontology.pdf" target="_blank">CompTox Ontology: Leveraging Knowledge Graphs for PFAS
Monitoring and Decision-Making</a>
<i>Y Zhang , S Moavenzadeh, J Amjad, O Apul, A Barua, F Evrendilek, T Hahmann, G Hettiarachchi, P Hitzler, D Kedrowski, V Kilaru, P Lashkari, K Schweikert, A Williams, H McGinty</i></li>
</ol>
<h2>About Our Research</h2>
<p style="line-height: 1.8; color: #333; font-size: 1.05em;">Our publications demonstrate the application of semantic web technologies and ontology-driven approaches to solve real-world environmental challenges. We focus on areas including:</p>
<ul style="color: #333; font-size: 1.05em; line-height: 1.8;">
<li><strong>Ontology Design:</strong> Creating robust, reusable ontologies for environmental contamination and sampling, spatial features of interest, hydrology and chemical informatics</li>
<li><strong>Knowledge Graphs:</strong> Leveraging knowledge graphs for integrated geospatial analysis and decision support</li>
<li><strong>Contamination Monitoring:</strong> Supporting PFAS monitoring and other emerging contaminant tracking</li>
<li><strong>Spatial Reasoning:</strong> Precomputed approaches for efficient spatial relationship analysis</li>
</ul>
<h2>Contact & Collaboration</h2>
<p style="line-height: 1.8; color: #333; font-size: 1.05em;">If you have questions about our publications or are interested in collaborating on related research, please visit our <a href="aboutus.html" style="color: #0066cc; text-decoration: none; font-weight: 600;">about us page</a> or contact the SAWGraph team through our project resources.</p>
<!-- End page content -->
</div>
<!-- Footer -->
<footer class="w3-center w3-black w3-padding-16">
<p>Powered by <a href="https://www.w3schools.com/w3css/default.asp" title="W3.CSS" target="_blank" class="w3-hover-text-green">w3.css</a></p>
</footer>
</body>
</html>