Skip to content

Commit d7ff399

Browse files
committed
update examples
1 parent 666a755 commit d7ff399

9 files changed

Lines changed: 1952 additions & 1605 deletions

File tree

impacts.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ <h3>User Persona - Analytical Anna</h3>
9595
<p>State Environmental Toxicologist with a focus on understanding the extent and sources of environmental contamination with PFAS </br> Likely from a state that has already done some testing
9696
</p>
9797
<h4>Goals</h4><ul>
98-
<li>UUnderstand where contamination is likely or known to be most prevalent
98+
<li>Understand where contamination is likely or known to be most prevalent
9999
</li>
100100
<li>Understand where PFAS is coming from
101101
</li>

index.html

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -118,26 +118,6 @@ <h3 class="w3-border-bottom w3-border-light-grey w3-padding-16">Competency quest
118118
</div>
119119
</div>
120120

121-
<!-- About KGs -->
122-
<div class="w3-container" id="about-kgs">
123-
<div class="w3-container w3-padding-32">
124-
<h3 class="w3-border-bottom w3-border-light-grey w3-padding-16">What's a Knowledge Graph?</h3>
125-
<ul>
126-
<li>Establishes connections (links) across datasets
127-
</li>
128-
<li> Kind of a distributed database that can grow over time</li>
129-
</ul>
130-
<img src="images/graph_example.png" style="width:100%;max-width:1000px" class="w3-margin-top">
131-
<h4 class="w3-border-bottom w3-border-light-grey w3-padding-16">Read more about Geospatial Knowledge Graphs</h3>
132-
<p> Some papers on other geospatial knowledge graphs that were developed with the help of some of the team members:<br>
133-
<ul>
134-
<li><a href="HahmannKedrowski-COSIT2024-UFOKNCascades.pdf"><i>T. Hahmann and D. Kedrowski (2024): An ontology and geospatial knowledge graph for reasoning about cascading failures</i></a><br></li>
135-
<li><a href="https://onlinelibrary.wiley.com/doi/10.1002/aaai.12043"><i>K. Janowicz et al. (2022): Know, Know Where, KnowWhereGraph: A densely connected, cross-domain knowledge graph and geo-enrichment service stack for applications in environmental intelligence</i></a></li>
136-
</ul>
137-
</p>
138-
</div>
139-
</div>
140-
141121

142122

143123
<!-- End page content -->

kgs.html

Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,55 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<title>SAWGraph - About Knowledge Graphs</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+
<body>
10+
11+
<!-- Navbar (sit on top) -->
12+
<div class="w3-top">
13+
<div class="w3-bar w3-white w3-wide w3-padding w3-card">
14+
<script src="menu.js"></script>
15+
</div>
16+
</div>
17+
18+
<!-- Page content -->
19+
<div class="w3-content w3-padding" style="max-width:1564px">
20+
21+
22+
23+
<!-- About KGs -->
24+
<div class="w3-container" id="about-kgs">
25+
<div class="w3-container w3-padding-32">
26+
<h1 class="w3-border-bottom w3-border-light-grey w3-padding-16">What's a Knowledge Graph?</h1>
27+
<ul>
28+
<li>Establishes connections (links) across datasets
29+
</li>
30+
<li> Kind of a distributed database that can grow over time</li>
31+
</ul>
32+
<img src="images/graph_example.png" style="width:100%;max-width:1000px" class="w3-margin-top">
33+
<h4 class="w3-border-bottom w3-border-light-grey w3-padding-16">Read more about Geospatial Knowledge Graphs</h3>
34+
<p> Some papers on other geospatial knowledge graphs that were developed with the help of some of the team members:<br>
35+
<ul>
36+
<li><a href="HahmannKedrowski-COSIT2024-UFOKNCascades.pdf"><i>T. Hahmann and D. Kedrowski (2024): An ontology and geospatial knowledge graph for reasoning about cascading failures</i></a><br></li>
37+
<li><a href="https://onlinelibrary.wiley.com/doi/10.1002/aaai.12043"><i>K. Janowicz et al. (2022): Know, Know Where, KnowWhereGraph: A densely connected, cross-domain knowledge graph and geo-enrichment service stack for applications in environmental intelligence</i></a></li>
38+
</ul>
39+
</p>
40+
</div>
41+
</div>
42+
43+
44+
45+
<!-- End page content -->
46+
</div>
47+
48+
49+
<!-- Footer -->
50+
<footer class="w3-center w3-black w3-padding-16">
51+
<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>
52+
</footer>
53+
54+
</body>
55+
</html>

menu.js

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,16 +18,18 @@ document.write('\
1818
<a href="kg.html#project" class="w3-bar-item w3-button">Architecture</a>\
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>\
21-
<a href="index.html#about-kgs" class="w3-bar-item w3-button">About KGs</a>\
21+
<a href="kgs.html" class="w3-bar-item w3-button">About KGs</a>\
2222
</div>\
2323
</div>\
2424
\
2525
<div class="w3-dropdown-hover">\
2626
<button class="w3-bar-item w3-button w3-wide">Examples</button>\
2727
<div class="w3-dropdown-content w3-bar-block w3-card-4" style="margin-top: 32px">\
28-
<a href="testing.html" class="w3-bar-item w3-button">Testing Gaps</a>\
28+
<a href="testing.html" class="w3-bar-item w3-button">Testing: Waterbodies Near Facilities </a>\
29+
<a href="testing_aquifers.html" class="w3-bar-item w3-button">Testing: Wells with Common Aquifers</a>\
2930
<a href="impacts.html" class="w3-bar-item w3-button">Assessing Impacts</a>\
30-
<a href="tracing.html" class="w3-bar-item w3-button">Contaminant Tracing</a>\
31+
<a href="tracing.html" class="w3-bar-item w3-button">Tracing:Downstream of Facilities</a>\
32+
<a href="tracing_alldownstream.html" class="w3-bar-item w3-button">Tracing:Downstream of Industry Facilities</a>\
3133
</div>\
3234
</div>\
3335
\

testing.html

Lines changed: 6 additions & 282 deletions
Large diffs are not rendered by default.

testing_aquifers.html

Lines changed: 363 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)