-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmenu.js
More file actions
41 lines (41 loc) · 2.73 KB
/
menu.js
File metadata and controls
41 lines (41 loc) · 2.73 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
document.write('\
<a href="index.html#home" class="w3-bar-item w3-button"><b>SAW</b>Graph</a>\
<!-- Float links to the right. Hide them on small screens -->\
<div class="w3-right w3-hide-small">\
<a href="index.html" class="w3-bar-item w3-button"> </a>\
<div class="w3-dropdown-hover">\
<button class="w3-bar-item w3-button w3-wide">Overview</button>\
<div class="w3-dropdown-content w3-bar-block w3-card-4" style="margin-top: 32px">\
<a href="index.html" class="w3-bar-item w3-button">Intro</a>\
<a href="index.html#use_cases" class="w3-bar-item w3-button">Use Cases</a>\
<a href="pfas.html" class="w3-bar-item w3-button">About PFAS</a>\
</div>\
</div>\
\
<div class="w3-dropdown-hover">\
<button class="w3-bar-item w3-button w3-wide">Technical Details</button>\
<div class="w3-dropdown-content w3-bar-block w3-card-4" style="margin-top: 32px">\
<a href="kg.html#project" class="w3-bar-item w3-button">Architecture</a>\
<a href="kg.html#data-sources" class="w3-bar-item w3-button">Data Sources</a>\
<a href="ontologies.html" class="w3-bar-item w3-button">Ontologies</a>\
<a href="aboutkgs.html" class="w3-bar-item w3-button">About KGs</a>\
<a href="publications.html" class="w3-bar-item w3-button">Publications</a>\
</div>\
</div>\
\
<div class="w3-dropdown-hover">\
<button class="w3-bar-item w3-button w3-wide">Examples</button>\
<div class="w3-dropdown-content w3-bar-block w3-card-4" style="margin-top: 32px; z-index:9999;">\
<a href="testing.html" class="w3-bar-item w3-button">Testing: Waterbodies Near Facilities </a>\
<a href="testing_aquifers.html" class="w3-bar-item w3-button">Testing: Wells with Common Aquifers</a>\
<a href="impacts.html" class="w3-bar-item w3-button">Assessing Impacts</a>\
<a href="tracing.html" class="w3-bar-item w3-button">Tracing:Downstream of Facilities</a>\
<a href="tracing_alldownstream.html" class="w3-bar-item w3-button">Tracing:Downstream of Industry Facilities</a>\
<a href="tracing_upstream.html" class="w3-bar-item w3-button">Tracing:Upstream of Contamination</a>\
</div>\
</div>\
\
<a href="aboutus.html" class="w3-bar-item w3-button">Team</a>\
\
</div>\
');