generated from noaa-nwfsc/NWFSC-Template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
WhatIsFisheye.html
132 lines (122 loc) · 4.9 KB
/
WhatIsFisheye.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
<head>
<title>Data Explorer</title>
<link href="/www/header.css" rel="stylesheet">
<link href="/www/footer.css" rel="stylesheet">
</head>
<header style="width:auto; float:center; margin:0 auto; margin-top:-6px; display:block; background-color:#fff">
<img src="www/header_noaa_l.png" style="float:left">
<img src="www/header_noaa_r.png" style="float:right">
<div style="width:100%" class="green_seperator"></div>
</header>
<body style="background-color:#042155">
<div style='text-align: left;
margin-left: auto;
margin-right: auto;
width: auto;
min-height: 650px;
background-color: #fff;
margin-top: 0;
-moz-box-shadow: 0 0 10px #000;
-webkit-box-shadow: 0 0 10px #000;
box-shadow: 0 0 10px #000;
background-position: bottom;
background-position: right;
background-repeat: no-repeat;
border-bottom-right-radius: 15px;
border-bottom-left-radius: 15px;
overflow: hidden;'>
<div style='padding-left: 10px; padding-right: 10px'>
<h2>
FISHeries Economics Explorer (FISHEyE)
</h2>
<img src="www/Pictures/Vessels2.jpg", align="center" hspace="50px" style="height:210px; width:90%"/>
<p>
<b><h2> What is FISHEyE?</h2> </b>
<br>
The Fisheries Economic Explorer (FISHEyE) is an interactive tool to explore, analyze, and download economic data for the <a href="http://www.westcoast.fisheries.noaa.gov/fisheries/groundfish_catch_shares/" target="_blank">
West Coast Groundfish Trawl Catch Share Program. </a>
<br><br>
With FISHEyE, you can explore economic data collected by the Northwest Fisheries Science Center's<a href="http://www.nwfsc.noaa.gov" target="_blank"> (NWFSC)</a> Economic Data Collection Program<a href="http://www.nwfsc.noaa.gov/research/divisions/fram/economic/overview.cfm" target="_blank"> (EDC)</a> and customize economic analyses of the fishery based on topics of interest, such as species, vessel type, homeport, and several economic measures. You can generate custom graphs and download selected datasets for this diverse fleet.
<br>
</p>
</div></div>
</div>
<footer>
<div class="framefooter">
<div id="footer" style="width:100%">
<div id="footer1" style="background-color:black">
<div class="framefooterleftitem" style="padding-left: 1em">
<a href="http://www.nwfsc.noaa.gov/"
target="_top">
NWFSC
</a>
|
</div>
<div class="framefooterleftitem">
<a href="http://www.nmfs.noaa.gov/"
target="_top">
NOAA Fisheries
</a>
|
</div>
<div class="framefooterleftitem">
<a href="http://www.noaa.gov/"
target="_top">
NOAA
</a>
|
</div>
<div class="framefooterleftitem">
<a href="http://www.nwfsc.noaa.gov/copyright.cfm"
target="_top">
Copyright policy
</a>
|
</div>
<div class="framefooterleftitem">
<a href="http://www.nwfsc.noaa.gov/disclaimer.cfm"
target="_top">
Disclaimer
</a>
|
</div>
<div class="framefooterleftitem">
<a href="http://www.nwfsc.noaa.gov/contact/feedback.cfm"
target="_top">
Feedback
</a>
|
</div>
<div class="framefooterleftitem">
<a href="https://www8.nos.noaa.gov/survey/index.aspx?Location=dataexplorer">
NOAA customer satisfaction survey
</a>
|
</div>
<div class="framefooterleftitem">
<a href="http://www.nmfs.noaa.gov/aboutus/privacy.html"
target="_top">
NOAA privacy policy
</a>
|
</div>
<div class="framefooterleftitem">
<a
href="http://www.cio.noaa.gov/services_programs/info_quality.html"
target="_top">
NOAA information quality
</a>
</div>
</div>
<div class="framefooterrightitem" style="padding-right: 1em">
<a href="http://www.nwfsc.noaa.gov/contact/feedback.cfm">
Problems with site? </a>
</div>
<div class="framefooterrightitem">
<a href="..">Data Explorer</a>
|
</div>
</div>
</div>
</footer>
</body>