-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
343 lines (214 loc) · 13.4 KB
/
index.html
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
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-146635872-6"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config',"UA-146635872-6" );
</script>
<title>NMFS Human Dimensions Tools</title>
<link type="text/css" rel="stylesheet" href="./static/simple.css" />
</head>
<body>
<main role="main" class="container">
<div class="mywrap">
<h1 class ="title"> Human Dimensions Tools</h1>
<address><a class ="fit_link" href ='https://noaa-fisheries-integrated-toolbox.github.io'>NOAA Fisheries Integrated Toolbox</a> <button class = "icon_small" id ="email" onclick='location.href= "mailto:fisheries.toolbox@noaa.gov;"' value="e-mail fisheries.toolbox@noaa.gov" alt="email: fisheries.toolbox@noaa.gov" title="email: fisheries.toolbox@noaa.gov "></button></address>
</div>
<div class = "divider"></div>
<div class ="infoText">
The NOAA Fisheries Human Dimensions Toolbox (nmfs-human-dimensions-tools) is a collection of software programs and modeling tools which can be used to conduct economic and socio-cultural analyses. By studying both the social and economic aspects of communities, we can manage fisheries and protected species in a way that works best for everyone. Economic and socio-cultural analyses helps managers evaluate the benefits and costs of different activities, prioritize needs, and encourage policies that maximize societal benefits from ocean and coastal resources. The NOAA Human Dimensions Toolbox (human-dimensions-toolbox) is part of the <a class ='mylink' href ='https://noaa-fisheries-integrated-toolbox.github.io/'>NOAA Fisheries Integrated Toolbox (FIT)</a>.
</div>
<div class="mywrap">
<div class="mywrap">
<nav class ="sidenav" role="navigation">
<button class="menu-toggle" id=”menu-toggle” onclick="menuClick(this)" aria-label=”toggle the menu” aria-expanded="false" aria-controls="menu"></button>
<div class="menulabel">
<div class="bar1" aria-hidden=”true”></div>
<div class="bar2" aria-hidden=”true”></div>
<div class="bar3" aria-hidden=”true”></div>
</div>
<!-- <div class="tabs">
<div class="tab">
<input type="checkbox" id="chck1">
<label class="tab-label" for="chck1">Stock Assesment Models</label>
<div class="tab-content">
<input type="button" value="Age structured" onclick="simpleSearch(this.value)">
<input type="button" value="Length structured" onclick="simpleSearch(this.value)">
<input type="button" value="Age length structured" onclick="simpleSearch(this.value)">
</div>
</div>
<div class="tab">
<input type="button" value="Advanced estimation engine" onclick="simpleSearch(this.value)">
</div>
<div class="tab">
<input type="button" value="Data simulator" onclick="simpleSearch(this.value)">
</div>
<div class="tab">
<input type="button" value="Input Processor" onclick="simpleSearch(this.value)">
</div>
</div> -->
<div id = "menu" tabindex="-1">
<div class = "box2">
<input class = "boxInput" type="text" id="myInput" onkeyup="simpleSearch()" placeholder="Search for models" title="Type in a name">
</div>
<div class = "box2">
<div class ="row"><img class="icon_small online"><h2>Web Application</h2></div>
Some tools are available as web based applications.
</div>
<div class = "box2">
<div class ="row"><img class="icon_small down" ><h2> Executable</h2></div>
Tools packaged as executables are available for download.
</div>
<div class = "box2">
<div class ="row"><img class="icon_small github"><h2> Code Repository</h2></div>
Code repositories associated to the tool are available for developers or users to access. Interested devleopers can make pull requests on the code base.
</div>
<!-- <div class = "box2">
<div class ="row"><img class="icon_small cert" > <h2>Validation</h2></div>
Tools and code go through a validation process and are assigned different levels of validation.
</div> -->
<div class = "box2">
<div class ="row"><img class="icon_small checkmarkN"> <h2>NOAA Support</h2></div>
Authored by NOAA staff with support at differing levels depending on the owner of the repository and tools validation level.
</div>
<div class = "box2">
<div class ="row"><img class="icon_small checkmarkE"> <h2>External Tool</h2></div>
Authored by scientists external to NOAA.
</div>
</div>
</nav>
<div class ="boxcontainer">
<div class = "box">
<a class = "shortTitle" href= https://emilymarkowitz-noaa.github.io/FishEconProdOutput/index.html target= "_blank"> FishEconProdOutput </a>
<div class = "longTitle">Price Method Fisheries Economics Total Factor Productivity Outputs for the U.S. Fisheries</div>
<div class = "modelType"></div>
<div class = "modelType"></div>
<div class = "release"><img alt="GitHub release (latest by date)" src= "https://img.shields.io/github/v/release/EmilyMarkowitz-NOAA/FishEconProdOutput?color=%230093D0&include_prereleases"></div>
<div class = "language"></div>
<div class = "iconrow">
<button class = "icon_small online" disabled></button>
<button class = "icon_small down" onclick="location.href='https://github.com/EmilyMarkowitz-NOAA/FishEconProdOutput/releases';" value="download app" ></button>
<button class = "icon_small github" onclick="location.href='https://github.com/EmilyMarkowitz-NOAA/FishEconProdOutput';" value="Go to online app" ></button>
<!-- -->
<button class = "icon_small cert" disabled></button>
<button class = "icon_small cert" disabled></button>
<!-- -->
<button class = "icon_small internal_active " ></button>
</div>
</div>
<div class = "box">
<a class = "shortTitle" href= https://dataexplorer.northwestscience.fisheries.noaa.gov/fisheye/ target= "_blank"> fisheye </a>
<div class = "longTitle">Fisheries Economic Explorer</div>
<div class = "modelType">Analysis and Data Exploration</div>
<div class = "modelType"></div>
<div class = "language"></div>
<div class = "iconrow">
<button class = "icon_small online" onclick="location.href= 'https://dataexplorer.northwestscience.fisheries.noaa.gov/fisheye/';" value="Go to online app" ></button>
<button class = "icon_small down" disabled></button>
<button class = "icon_small github" disabled></button>
<!--
<button class = "icon_small" id ="" onclick="location.href=""https://dataexplorer.northwestscience.fisheries.noaa.gov/fisheye/;" value="Go to online app" ></button>
-->
<!-- -->
<button class = "icon_small internal_active " ></button>
</div>
</div>
<div class = "box">
<a class = "shortTitle" href= https://nwecon.psmfc.org/ target= "_blank"> REIA </a>
<div class = "longTitle">Regional Economic Impact Analysis for North Pacific Fisheries</div>
<div class = "modelType">Model</div>
<div class = "modelType">Social Accounting Matrix Model </div>
<div class = "language"></div>
<div class = "iconrow">
<button class = "icon_small online" onclick="location.href= 'https://nwecon.psmfc.org/impact_analysis.html';" value="Go to online app" ></button>
<button class = "icon_small down" disabled></button>
<button class = "icon_small github" disabled></button>
<!--
<button class = "icon_small" id ="" onclick="location.href=""https://nwecon.psmfc.org/impact_analysis.html;" value="Go to online app" ></button>
-->
<!-- -->
<button class = "icon_small external_active " ></button>
</div>
</div>
<div class = "box">
<a class = "shortTitle" href= https://www.fisheries.noaa.gov/national/socioeconomics/social-indicators-fishing-communities-0 target= "_blank"> SIFC </a>
<div class = "longTitle">Social Indicators for Fishing Communities</div>
<div class = "modelType">Mapping, Analysis, and Data Exploration</div>
<div class = "modelType">Social Indicators</div>
<div class = "language"></div>
<div class = "iconrow">
<button class = "icon_small online" onclick="location.href= 'https://www.st.nmfs.noaa.gov/data-and-tools/social-indicators/';" value="Go to online app" ></button>
<button class = "icon_small down" disabled></button>
<button class = "icon_small github" disabled></button>
<!--
<button class = "icon_small" id ="" onclick="location.href=""https://www.st.nmfs.noaa.gov/data-and-tools/social-indicators/;" value="Go to online app" ></button>
-->
<!-- -->
<button class = "icon_small internal_active " ></button>
</div>
</div>
</div>
</div>
</div>
<div class = "divider"></div>
<footer >
<img src="./static/noaa-fisheries-rgb-2line-horizontal-small.png" alt="NOAA Fisheries Logo" height="75" >
<div class="mywrap_center">
<a class ="mylink line" href="https://www.commerce.gov/">U.S. Department of Commerce</a>
<a class ="mylink line" href="https://www.noaa.gov">National Oceanographic and Atmospheric Administration</a>
<a class ="mylink" href="https://www.fisheries.noaa.gov/">NOAA Fisheries</a>
</div>
</footer>
<div class ="attribution">Icons by icons8 https://icons8.com/</div>
</main>
<script>
var sidenav = document.getElementsByClassName("sidenav");
var menu = document.getElementById("menu");
var menulabel = document.getElementsByClassName("menulabel");
// sidenav[0].style.display="none";
function simpleSearch(val) {
var input, filter, ul, box, box_each, box_each_abbrev, i, txtValue;
if(val === undefined){
input = document.getElementById("myInput");
filter = input.value.toUpperCase();
}
else {
filter = val.toUpperCase();
}
box = document.getElementsByClassName("box");
for (i = 0; i < box.length; i++) {
box_each = box[i].getElementsByClassName("longTitle")[0];
box_each_abbrev = box[i].getElementsByClassName("shortTitle")[0];
txtValue = box_each.textContent + " " + box_each_abbrev.innerText;
if (txtValue.toUpperCase().indexOf(filter) > -1) {
box[i].style.display = "";
} else {
box[i].style.display = "none";
}
}
}
function menuClick(x) {
// x.classList.toggle("change");
menulabel[0].classList.toggle("change");
sidenav[0].classList.toggle("open");
menu.classList.toggle("is_active");
let y =x.getAttribute("aria-expanded");
let t;
if (y == "true"){
y = "false"
t="-1";
}
else {
y = "true";
t="0";
}
x.setAttribute("aria-expanded", x);
}
// boxcontainer
</script>
</body>
</html>