-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
executable file
·316 lines (269 loc) · 13.8 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="">
<meta name="author" content="">
<title>EcoFOCI - Group Links</title>
<!-- Bootstrap core CSS -->
<link href="node_modules/bootstrap/grayscale/vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<!-- Custom fonts for this template -->
<link href="vendor/fontawesome-free/css/all.min.css" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Varela+Round" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Nunito:200,200i,300,300i,400,400i,600,600i,700,700i,800,800i,900,900i" rel="stylesheet">
<!-- Custom styles for this template -->
<link href="node_modules/bootstrap/grayscale/css/grayscale.min.css" rel="stylesheet">
</head>
<body id="page-top">
<!-- Navigation -->
<nav class="navbar navbar-expand-lg navbar-light fixed-top" id="mainNav">
<div class="container-fluid">
<a class="navbar-brand js-scroll-trigger" href="#page-top">EcoFOCI</a>
<button class="navbar-toggler navbar-toggler-right" type="button" data-toggle="collapse" data-target="#navbarResponsive" aria-controls="navbarResponsive" aria-expanded="false" aria-label="Toggle navigation">
Menu
<i class="fas fa-bars"></i>
</button>
<div class="collapse navbar-collapse" id="navbarResponsive">
<ul class="navbar-nav ml-auto">
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="https://noaa-pmel.github.io/ecofoci_code_lab">EcoFOCI CodeLab</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#about">EcoFOCI-Field Links</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#projects">Projects</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#contact">Contact</a>
</li>
</ul>
</div>
</div>
</nav>
<!-- Header -->
<header class="masthead">
<div class="container d-flex h-100 align-items-center">
<div class="mx-auto text-center">
<h1 class="mx-auto my-0 text-uppercase">EcoFOCI</h1>
<h2 class="text-white-50 mx-auto mt-2 mb-5">Links to internal and external projects.</h2>
<a href="#about" class="btn btn-primary js-scroll-trigger">Get Started</a>
</div>
</div>
</header>
<!-- About Section -->
<section id="about" class="about-section text-center">
<div class="container-fluid">
<div class="row">
<div class="col-lg-6 mx-auto">
<h2 class="text-white mb-4">Field Record Links (Internal Only)</h2>
<ul><a href ='eFOCI_Mooring_logs/index.php'>Mooring Database Portal</a></ul>
<ul><a href ='eFOCI_CTD_logs/index.php'>Cruise/CTD Database Portal</a></ul>
<ul><a href ='eFOCI_Drifters/index.php'>Drifter Database Portal</a></ul>
<ul><a href ='pavlof_ecoraid_listing.html'>Listing of Data archive on Ecoraid</a></ul>
<hr>
<ul style="color:red"><strong>Experimental Visualizations</strong></ul>
<ul><a href ='timeseries_viewer/index.php'>Experimental Timeseries Visualization</a></ul>
<ul><a href ='LabEnvMonitor/index.html'>EcoFOCI Lab Environmental Monitoring Page</a></ul>
<ul><a href ='LabEnvMonitor/sbelloffice.html'>S.Bell Office Environmental Monitoring Page</a></ul>
<h2 class="text-white mb-4">Field Data Links (Internal Only)</h2>
<ul><a href ='http://ecofoci-field.pmel.noaa.gov:8080/erddap/index.html'>Akutan ERDDAP Server (FOCI Internal Service)</a></ul>
<ul><a href ='http://ecofoci-field.pmel.noaa.gov:8080/las/UI.html'>Akutan LAS9 Experimental Server (FOCI Internal Service)</a></ul>
<h2 class="text-white mb-4">Experimental Dashboards (Internal Only)</h2>
<ul><a href ='http://ecofoci-field.pmel.noaa.gov:9018'>Plotly Dash - Spring 2021 Deployed BioPUFFS</a></ul>
<br>
<br>
</div>
<div class="col-lg-6 mx-auto">
<h2 class="text-white mb-4">Field Record Links (External)</h2>
<ul><a href ='https://docs.google.com/spreadsheets/d/10DyJxc1-hMvtEzVSbN4Vupv_pRHcvImyAuRRgvya5Mc/edit#gid=904425043'>CTD Data Status Tracker (googledoc)</a></ul>
<ul><a href='https://docs.google.com/spreadsheets/d/1NmUakWZmziRkFCpy9w2w8QSXlfPhztxnqfJ8mx_MhCQ/edit?usp=sharing'>EcoFOCI Non-Mooring Instrument Tracker (googledoc)</a></ul>
<ul><a href="https://forms.gle/5rJqQXSFfq5MgAMi6">EcoFOCI-Contribution Number Request Form</a></ul>
<br>
<br>
<h2 class="text-white mb-4">Documentation</h2>
<ul><a href ='https://github.com/NOAA-PMEL/EcoFOCI_FieldOps_Documentation'>GitHub Documentation Archive</a></ul>
<ul><a href ='https://drive.google.com/drive/folders/1jgiM8YpJRa1IKpDwLEl_mPw0oYPXL8pD'>Instrument Setup Guides</a></ul>
<ul><a href='https://docs.google.com/document/d/1KCftq6YjOWjxbXwckIxP-RyAyaIybBoCLHM5Ey3F2TM/edit'>EcoFOCI CTD Standard Operating Procedures (googledoc)</a></ul>
<ul><a href="https://drive.google.com/drive/folders/0B6kBqTUf7qq-QTVpYU1ycUVSNjQ?resourcekey=0-zrdgHhsKD4iHAMqeRVvmeg&usp=sharing">EcoFOCI Field Record Templates (CTD, Drifters, Underway, etc)</a></ul>
<br>
<br>
<br>
<h2 class="text-white mb-4">Group Member Links</h2>
<ul><a href ='https://shaunwbell.github.io/'>Shaun Bell - CV and Info Page</a></ul>
<br>
<br>
<br>
<h2 class="text-white mb-4">Selected Data Portals (usually have FOCI data or associated data)</h2>
<ul><a href ='https://portal.aoos.org/#'>AOOS Data Portal</a></ul>
<ul><a href ='https://gliders.ioos.us'>Glider DAC Portal</a></ul>
<br>
<br>
<br>
</div>
</div>
<img src="ecofoci_images/backgrounds/Rosette.png" class="img-fluid" alt="">
</div>
</section>
<!-- Projects Section -->
<section id="projects" class="projects-section bg-light">
<div class="container-fluid">
<!-- EcoFOCI -->
<!-- Featured Project Row -->
<div class="row align-items-center no-gutters mb-4 mb-lg-5">
<div class="col-xl-8 col-lg-7">
<img class="img-fluid mb-3 mb-lg-0" src="ecofoci_images/backgrounds/ITAE_BW.jpg" alt="">
</div>
<div class="col-xl-4 col-lg-5">
<div class="featured-text text-center text-lg-left">
<h4>ITAE/EcoFOCI</h4>
<p class="text-black-50 mb-0">Prawlers</p>
<a href="https://nbviewer.jupyter.org/github/shaunwbell/Ecofoci_jupyter_notebooks/tree/master/PrawlerDeployments/">(Github) Data and Visualizations</a>
<a href="http://ecofoci-field.pmel.noaa.gov:8080/erddap/search/index.html?searchFor=prawler">(Internal-akutan) ERDDAP Data</a>
<a href="ITAE/2015_Prawler/">2015 Arctic Prawler</a><br>
<a href="ITAE/2016_Prawler/2016_prawler.php/">2016 Bering Sea Prawler</a><br>
<a href="ITAE/2017_Prawler/2017_prawler.html">2017 Bering/Chuckchi Sea Prawler</a><br>
<a href="ITAE/2018_Prawler/2018_prawler.html">2018 Bering/ST Matt's Prawler</a><br>
<p>ITAE/2019_Prawler - See Github Visualizations above</p><br>
</div>
</div>
</div>
<div class="row align-items-center no-gutters mb-4 mb-lg-5">
<div class="col-xl-8 col-lg-7">
<img class="img-fluid mb-3 mb-lg-0" src="ecofoci_images/backgrounds/POPUP_BW.JPG" alt="">
</div>
<div class="col-xl-4 col-lg-5">
<div class="featured-text text-center text-lg-left">
<h4>ITAE/EcoFOCI</h4>
<p class="text-black-50 mb-0">Popup Buoys</p>
<a href="https://nbviewer.jupyter.org/github/shaunwbell/Ecofoci_jupyter_notebooks/tree/master/PopUpBuoy/">(Github) Data and Visualizations</a>
<a href="http://ecofoci-field.pmel.noaa.gov:8080/erddap/search/index.html?searchFor=popup">(Internal-Akutan) ERDDAP Data</a>
</div>
</div>
</div>
<!-- Arctic Heat -->
<div class="row align-items-center no-gutters mb-4 mb-lg-5">
<div class="col-xl-8 col-lg-7">
<img class="img-fluid mb-3 mb-lg-0" src="ecofoci_images/backgrounds/ARCTICHEAT_BW.jpg" alt="">
</div>
<div class="col-xl-4 col-lg-5">
<div class="featured-text text-center text-lg-left">
<h4>Arctic Heat</h4>
<p class="text-black-50 mb-0">
<a href="https://www.pmel.noaa.gov/arctic-heat/">(External) project web page</a><br>
<a href="https://ferret.pmel.noaa.gov/alamo/erddap/index.html">(External) ERDDAP Data</a>
</p>
</div>
</div>
</div>
<!-- ITAE -->
<!-- Project One Row -->
<div class="row justify-content-center no-gutters mb-5 mb-lg-0">
<div class="col-lg-6">
<img class="img-fluid" src="ecofoci_images/backgrounds/GLIDER_BW.jpg" alt="">
</div>
<div class="col-lg-6">
<div class="bg-black text-center h-100 project">
<div class="d-flex h-100">
<div class="project-text w-100 my-auto text-center text-lg-left">
<h4 class="text-white">ITAE</h4>
<p class="mb-0 text-white-50">Oculus Gliders</p>
<a href="https://nbviewer.jupyter.org/github/shaunwbell/Ecofoci_jupyter_notebooks/tree/master/OculusGlider/">(Github) Data and Visualizations</a><br>
<a href="https://drive.google.com/drive/folders/153GJr0KLZ_SlwBLoEUULTwa3b2He438y?usp=sharing">Pilot Documents (googledocs)</a><br>
<a href="https://gliders.ioos.us/map/#">IOOS GliderDAC</a><br>
<a href="ITAE/Oculus_Glider/21NP_SG402/index.php">2021 Newport OCG 402 </a><br>
<hr class="d-none d-lg-block mb-0 ml-0">
</div>
</div>
</div>
</div>
</div>
<!-- Project Two Row -->
<div class="row justify-content-center no-gutters">
<div class="col-lg-6">
<img class="img-fluid" src="ecofoci_images/backgrounds/SD_BW.jpg" alt="">
</div>
<div class="col-lg-6 order-lg-first">
<div class="bg-black text-center h-100 project">
<div class="d-flex h-100">
<div class="project-text w-100 my-auto text-center text-lg-right">
<h4 class="text-white">ITAE</h4>
<p class="mb-0 text-white-50">Saildrones</p>
<hr class="d-none d-lg-block mb-0 mr-0">
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Contact Section -->
<section id="contact" class="contact-section bg-black">
<div class="container-fluid">
<div class="row">
<div class="col-md-4 mb-3 mb-md-0">
<div class="card py-4 h-100">
<div class="card-body text-center">
<i class="fas fa-map-marked-alt text-primary mb-2"></i>
<h4 class="text-uppercase m-0">Address</h4>
<hr class="my-4">
<div class="small text-black-50"></div>
</div>
</div>
</div>
<div class="col-md-4 mb-3 mb-md-0">
<div class="card py-4 h-100">
<div class="card-body text-center">
<i class="fas fa-envelope text-primary mb-2"></i>
<h4 class="text-uppercase m-0">Email</h4>
<hr class="my-4">
<div class="small text-black-50">
<a href="#">shaun.bell@noaa.gov</a>
</div>
</div>
</div>
</div>
<div class="col-md-4 mb-3 mb-md-0">
<div class="card py-4 h-100">
<div class="card-body text-center">
<i class="fas fa-mobile-alt text-primary mb-2"></i>
<h4 class="text-uppercase m-0">Phone</h4>
<hr class="my-4">
<div class="small text-black-50"></div>
</div>
</div>
</div>
</div>
<div class="social d-flex justify-content-center">
<a href="#" class="mx-2">
<i class="fab fa-twitter"></i>
</a>
<a href="#" class="mx-2">
<i class="fab fa-facebook-f"></i>
</a>
<a href="#" class="mx-2">
<i class="fab fa-github"></i>
</a>
</div>
</div>
</section>
<!-- Footer -->
<footer class="bg-black small text-center text-white-50">
<div class="container-fluid">
<p class="text-white-50">Grayscale is a free Bootstrap theme created by Start Bootstrap. It can be yours right now, simply download the template on
<a href="http://startbootstrap.com/template-overviews/grayscale/">the preview page</a>. The theme is open source, and you can use it for any purpose, personal or commercial.</p>
</div>
<div class="container-fluid">
Copyright © EcoFOCI 2019
</div>
</footer>
<!-- Bootstrap core JavaScript -->
<script src="node_modules/bootstrap/grayscale/vendor/jquery/jquery.min.js"></script>
<script src="node_modules/bootstrap/grayscale/vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<!-- Plugin JavaScript -->
<script src="node_modules/bootstrap/grayscale/vendor/jquery-easing/jquery.easing.min.js"></script>
<!-- Custom scripts for this template -->
<script src="node_modules/bootstrap/grayscale/js/grayscale.min.js"></script>
</body>
</html>