Skip to content

Commit 27aa70a

Browse files
committed
Add additional examples, add publications page.
1 parent 4637609 commit 27aa70a

8 files changed

Lines changed: 4293 additions & 12 deletions

menu.js

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ document.write('\
22
<a href="index.html#home" class="w3-bar-item w3-button"><b>SAW</b>Graph</a>\
33
<!-- Float links to the right. Hide them on small screens -->\
44
<div class="w3-right w3-hide-small">\
5-
<a href="index.html" class="w3-bar-item w3-button"></a>\
5+
<a href="index.html" class="w3-bar-item w3-button"> </a>\
66
<div class="w3-dropdown-hover">\
77
<button class="w3-bar-item w3-button w3-wide">Overview</button>\
88
<div class="w3-dropdown-content w3-bar-block w3-card-4" style="margin-top: 32px">\
@@ -19,17 +19,19 @@ document.write('\
1919
<a href="kg.html#data-sources" class="w3-bar-item w3-button">Data Sources</a>\
2020
<a href="ontologies.html" class="w3-bar-item w3-button">Ontologies</a>\
2121
<a href="aboutkgs.html" class="w3-bar-item w3-button">About KGs</a>\
22+
<a href="publications.html" class="w3-bar-item w3-button">Publications</a>\
2223
</div>\
2324
</div>\
2425
\
2526
<div class="w3-dropdown-hover">\
2627
<button class="w3-bar-item w3-button w3-wide">Examples</button>\
27-
<div class="w3-dropdown-content w3-bar-block w3-card-4" style="margin-top: 32px z-index=1000">\
28+
<div class="w3-dropdown-content w3-bar-block w3-card-4" style="margin-top: 32px; z-index:9999;">\
2829
<a href="testing.html" class="w3-bar-item w3-button">Testing: Waterbodies Near Facilities </a>\
2930
<a href="testing_aquifers.html" class="w3-bar-item w3-button">Testing: Wells with Common Aquifers</a>\
3031
<a href="impacts.html" class="w3-bar-item w3-button">Assessing Impacts</a>\
3132
<a href="tracing.html" class="w3-bar-item w3-button">Tracing:Downstream of Facilities</a>\
3233
<a href="tracing_alldownstream.html" class="w3-bar-item w3-button">Tracing:Downstream of Industry Facilities</a>\
34+
<a href="tracing_upstream.html" class="w3-bar-item w3-button">Tracing:Upstream of Contamination</a>\
3335
</div>\
3436
</div>\
3537
\

ontologies.html

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,7 @@ <h2>SAWGraph (PFAS) KG</h2>
4141
<td>The core ontology for the SAWGraph knowledge graph, defining key concepts and relationships related to environmental sampling and release of contaminants. An extensions of <a href="https://www.w3.org/TR/vocab-ssn/">SOSA</a></td>
4242
<td><a href="https://github.com/SAWGraph/contaminoso" target="_blank">Github</a></td>
4343
<td><a href="https://sawgraph.github.io/contaminoso/" target="_blank">ContaminOSO</a></td>
44-
<td><a href="https://doi.org/10.3233/FAIA250501" target="_blank">ContaminOSO: Ontological Foundations and Design Choices for an Ontology for Environmental Contamination Data</a>
45-
<i> T Hahmann, K Schweikert, S Stephen, D Kedrowski</i></td>
44+
<td><a href="publications.html#pub1" target="_blank">[1]</a></td>
4645
</tr>
4746
</table>
4847

@@ -60,8 +59,7 @@ <h2>FRS KG</h2>
6059
<td>Concepts and relations between facilities, industries and organizations</td>
6160
<td><a href="https://github.com/SAWGraph/fio" target="_blank">Github</a></td>
6261
<td><a href="http://w3id.org/fio/" target="_blank">FIO</a></td>
63-
<td><a href="publications/FIO-FOMI2025.pdf" target="_blank">An Ontology Design Pattern for Industry Classification in the Facilities and Industries Ontology (FIO)</a>
64-
<i>K Schweikert, T Hahmann</i></td>
62+
<td><a href="publications.html#pub2" target="_blank">[2]</a></td>
6563
</tr>
6664
<tr>
6765
<td>Facility Registry Service</td>
@@ -80,9 +78,7 @@ <h2>FRS KG</h2>
8078
</table>
8179

8280
<h2>Spatial KG</h2>
83-
<p>SAWGraph uses topological enrichment with S2 and Administrative Region 3 (county subdivisions and towns) in order to semantically link data in all graphs via their location. This is further outlined in our paper: </p>
84-
<p class="w3-panel"><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, DK Kedrowski, S Stephen, THahmann</i> In 13th International Conference on Geographic Information Science (GIScience 2025). Leibniz International Proceedings in Informatics (LIPIcs), Volume 346, pp. 4:1-4:22, Schloss Dagstuhl – Leibniz-Zentrum für Informatik (2025) <a href="https://doi.org/10.4230/LIPIcs.GIScience.2025.4" target="_blank">https://doi.org/10.4230/LIPIcs.GIScience.2025.4</a>
85-
</p>
81+
<p>SAWGraph uses topological enrichment with S2 and Administrative Region 3 (county subdivisions and towns) in order to semantically link data in all graphs via their location. This is further outlined in our paper <a href="publications.html#pub3" target="_blank">[3]</a></p>
8682
<table class="w3-table w3-bordered w3-striped w3-border w3-hoverable w3-white">
8783
<tr>
8884
<th>Ontology</th>
@@ -148,7 +144,7 @@ <h2>DSSTox</h2>
148144
<td>Ontology for representing chemical substances and their properties based on the DSSTox database structure</td>
149145
<td><a href="https://github.com/SAWGraph/comptox-ontology" target="_blank">Github</a></td>
150146
<td></td>
151-
<td></td>
147+
<td><a href="publications.html#pub4" target="_blank">[4]</a></td>
152148
</tr>
153149

154150
</table>

publications.html

Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,54 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<title>SAWGraph</title>
5+
<meta charset="UTF-8">
6+
<meta name="viewport" content="width=device-width, initial-scale=1">
7+
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
8+
</head>
9+
<style>
10+
.header-spacing { padding-top:50px; padding-bottom:0px; }
11+
@media (max-width:800px) { .header-spacing { padding-top:50px; padding-bottom:0px;} }
12+
.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); }
13+
@media (max-width:600px) { .header-logo { max-width:92%; padding:8px; } }
14+
</style>
15+
</head>
16+
</head>
17+
<body>
18+
19+
<!-- Navbar (sit on top) -->
20+
<div class="w3-top w3-padding-8">
21+
<div class="w3-bar w3-white w3-wide w3-padding w3-card">
22+
<script src="menu.js"></script>
23+
</div>
24+
</div>
25+
26+
<!-- Page content -->
27+
<div class="w3-content w3-main w3-padding" style="max-width:1564px">
28+
<br>
29+
<h1>Publications</h1>
30+
<ol>
31+
<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>
32+
<i> T Hahmann, K Schweikert, S Stephen, D Kedrowski</i></li>
33+
<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>
34+
<i>K Schweikert, T Hahmann</i></li>
35+
<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>
36+
<i>K Schweikert, D Kedrowski, S Stephen, T Hahmann</i></li>
37+
<li id="pub4"><a href="publications/CompTox_Ontology.pdf" target="_blank">CompTox Ontology: Leveraging Knowledge Graphs for PFAS
38+
Monitoring and Decision-Making</a>
39+
<i>Y Zhang, S Moavenzadeh et al.</i>
40+
</ol>
41+
42+
43+
44+
<!-- End page content -->
45+
</div>
46+
47+
48+
<!-- Footer -->
49+
<footer class="w3-center w3-black w3-padding-16">
50+
<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>
51+
</footer>
52+
53+
</body>
54+
</html>

publications/CompTox_Ontology.pdf

708 KB
Binary file not shown.

tracing.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ <h4>Responsibilities</h4>
138138
<h2 class="w3-border-bottom w3-border-light-grey w3-padding-16">What are the downstream fish tissue and surface water results below Converted Paper Manufacturing Facilities in Maine? </h2>
139139
<!--Left Map-->
140140
<div class="w3-row-padding w3-large">
141-
<div class="folium-map" id="map_246537f924c98c05df96a0a8a5dd041b" ></div>
141+
<div class="folium-map" id="map_246537f924c98c05df96a0a8a5dd041b" style="z-index:0"></div>
142142
<div class="w3-container w3-padding-32">
143143
<p>This example traces downstream of Converted Paper Manufacturing Facilities, to examine the pattern in downstream samples of fish and water.</p>
144144
<div class="w3-container">

tracing_alldownstream.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ <h2 class="w3-border-bottom w3-border-light-grey w3-padding-16">What samples are
9696
<p>The full example with changeable variables for location and industry (NAICS Code) to investigate is available: <a href="https://colab.research.google.com/github/SAWGraph/public/blob/main/UseCases/UC3-Tracing/SAWGraph_Y3_Demo_TracingDownstream.ipynb">Tracing Downstream</a></p>
9797
</div>
9898
<div>
99-
<div class="folium-map" id="map_c2bfb0c5d677343a0619f68bf0af2c5c" ></div>
99+
<div class="folium-map" id="map_c2bfb0c5d677343a0619f68bf0af2c5c" style="z-index:0"></div>
100100
</div>
101101

102102

0 commit comments

Comments
 (0)