-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
executable file
·664 lines (503 loc) · 23 KB
/
Copy pathindex.html
File metadata and controls
executable file
·664 lines (503 loc) · 23 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
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
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
---
---
<!-- Above lines tell GitHub/Jekyll to find include statements -->
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<!--
John Maurer's Professional Homepage
John A. Maurer, IV
PacIOOS Data System Engineer
Pacific Islands Ocean Observing System (PacIOOS)
School of Ocean and Earth Science and Technology (SOEST)
University of Hawaii at Manoa
Honolulu, Hawaii (HI)
United States of America (USA)
-->
<html>
<head>
<title>John Maurer: PacIOOS Data System Engineer</title>
<link rel="shortcut icon" href="favicon.ico" />
<link href="css/main.css?v=3" rel="stylesheet" type="text/css">
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="keyword" content="John Maurer, John A. Maurer IV, Professional Homepage, PacIOOS Data System Engineer, Pacific Islands Ocean Observing System (PacIOOS), Hawaii Ocean Observing System (HiOOS), School of Ocean and Earth Science and Technology (SOEST), University of Hawaii at Manoa, Honolulu, Scientific Programmer, WebGIS">
<meta name="description" content ="This is the professional homepage for John Maurer, Data System Engineer at the Pacific Islands Ocean Observing System (PacIOOS), School of Ocean and Earth Science and Technology (SOEST), University of Hawaii at Manoa. E-mail: jmaurer@hawaii.edu.">
<!--
font-awesome: web icons
source: http://fontawesome.io/icons/
-->
<link rel="stylesheet" href="css/font-awesome/css/font-awesome.min.css">
<!--
This supplies the Google Maps API Key for John Maurer's homepage:
-->
<script type="text/javascript" src="https://maps.google.com/maps/api/js?key=AIzaSyBMItCdx35b3rfU6J-oUjDX8thGVk25h3c"></script>
<!--
Add JavaScript code for Key DragZoom Google Map utility library.
Source: http://gmaps-utility-library.googlecode.com/svn/trunk/keydragzoom/
Key Drag Zoom v1.0
Authors: Nianwei Liu [nianwei at gmail dot com] & Gary Little [gary at luxcentral dot com]
NOTE: Put in document.write so loads after above Google Maps API.
-->
<script>document.write( '<script src="scripts/keyDragZoom.js?junk=1"><\/script>' );</script>
<!--
User-defined JavaScript functions:
-->
<script type="text/javascript">
/* Global variables: */
// For storing Google Map:
var map;
// For storing Google Map address geocoder:
var geocoder;
function playPronunciation( audioId, trigger ) {
var audio = document.getElementById( audioId );
if ( audio ) {
audio.currentTime = 0;
audio.play();
}
if ( trigger ) {
trigger.blur();
}
}
/*
This JavaScript function controls the Google Map that is displayed.
Author: John Maurer
*/
function loadGoogleMap() {
// Define various locations:
//var hawaiiLatLng = new google.maps.LatLng( 20.7766, -157.6428 ); // w/o postcard frame
var hawaiiLatLng = new google.maps.LatLng( 20.0352, -156.6870 ); // w/ postcard frame
var mapOptions = {
center: hawaiiLatLng,
zoom: 6,
mapTypeId: google.maps.MapTypeId.HYBRID,
/* This is in the way or not visible enough; just disable:
mapTypeControlOptions: {
//style: google.maps.MapTypeControlStyle.HORIZONTAL_BAR,
//position: google.maps.ControlPosition.RIGHT_BOTTOM
//style: google.maps.MapTypeControlStyle.DROPDOWN_MENU,
position: google.maps.ControlPosition.LEFT_BOTTOM
},
*/
mapTypeControl: false,
panControl: false,
streetViewControl: false,
zoomControl: true, // removed by default in v=3.60
cameraControl: false, // added by default in v=3.60
scaleControl: true,
streetViewControl: false,
fullscreenControl: true,
rotateControl: false,
heading: 0,
tilt: 0
};
// Start a new Google Map and Geocoder:
map = new google.maps.Map( document.getElementById( 'map' ), mapOptions );
geocoder = new google.maps.Geocoder();
// Set starting map center and zoom level:
map.setCenter( hawaiiLatLng );
map.setZoom( 6 );
// Add draggable zoom box from keyDragZoom.js:
// Add draggable zoom box from keyDragZoom.js;
// Use control (ctrl) key for IE and shift key for all others,
// to avoid unusual behavior (holding shift will highlight/select
// entire screen in IE):
var myBrowser = navigator.appName;
var keyToDrag;
if ( myBrowser.match( /Internet Explorer/ ) ) {
keyToDrag = 'ctrl';
}
else {
keyToDrag = 'shift';
}
map.enableKeyDragZoom(
{
key: keyToDrag,
boxStyle: { border: "medium solid yellow", backgroundColor: "transparent", opacity: 1 },
paneStyle: { backgroundColor: "black", opacity: 0.1 }
}
);
//map.enableDoubleClickZoom();
//map.enableContinuousZoom();
//map.enableScrollWheelZoom();
// Display address box:
/*
var addressInputHtml;
addressInputHtml = '<input type="text" size="37" name="address" maxlength="255" value= "Enter an address or coordinates here..." class="SmallTextGray" onFocus="this.value = ';
addressInputHtml += "''";
addressInputHtml += '"/>';
addressInputHtml += ' <input type="submit" value="Go!" onClick="document.submitAddress.jump_to.selectedIndex = 0"/>';
document.getElementById( "address_input" ).innerHTML = addressInputHtml;
*/
// Display "jump to" pull-down menu:
var jumpInputHtml;
jumpInputHtml = '<font color="#FFCC00"><b><a onClick="this.blur(); jumpPrev();" title="Previous location in this list..." style="cursor: pointer; cursor: hand;"><i class="fa fa-caret-left fa-lg" aria-hidden="true"></i></a></b></font> <select name="jump_to" class="SmallTextGray" onChange="this.blur(); jumpTo( this.value );"><option value="">Fly to...</option><option value="Hawai\'i">Hawaiʻi (State)</option><option value="Hawai\'i (Big Island)">Hawaiʻi (Big Island)</option><option value="Kaho\'olawe">Kahoʻolawe</option><option value="Kaua\'i">Kauaʻi</option><option value="Lana\'i">Lānaʻi</option><option value="Maui">Maui</option><option value="Moloka\'i">Molokaʻi</option><option value="Ni\'ihau">Niʻihau</option><option value="O\'ahu">Oʻahu</option></select> <font color="GOLD"><b><a onClick="this.blur(); jumpNext();" title="Next location in this list..." style="cursor: pointer; cursor: hand;"><i class="fa fa-caret-right fa-lg" aria-hidden="true"></i></a></b></font>';
jumpInputHtml += '<p style="margin: 10px 0px 0px 0px;"><font class="SmallTextGrayLight">Postcard frame: <font color="GOLD"><a onClick="this.blur(); document.getElementById( \'postcard\' ).style.display = \'none\';" title="Remove the Hawaiian postcard frame in order to see more of the underlying map..." style="cursor: pointer; cursor: hand;">off</a> <a onClick="this.blur(); document.getElementById( \'postcard\' ).style.display = \'block\';" title="Restore the Hawaiian postcard frame over the current map..." style="cursor: pointer; cursor: hand;">on</a></font></p>';
document.getElementById( "jump_to" ).innerHTML = jumpInputHtml;
// Display the lat/long of the current cursor location when the
// mouse is over the map image:
google.maps.event.addListener( map, "mousemove",
function( event ) {
var point = event.latLng;
// First, strip the latitude and longitude of the cursor location
// down to a reasonable number of decimals (Google supplies many by default!):
var numDecimals = 4;
// Get latitude and longitude and convert to strings:
var cursorLat = point.lat();
var cursorLatStr = cursorLat.toString();
var cursorLng = point.lng();
var cursorLngStr = cursorLng.toString();
// Get the string index of the decimal point for each:
var decimalPointIndexLat = cursorLatStr.indexOf( '.' );
var decimalPointIndexLng = cursorLngStr.indexOf( '.' );
// Get the substring that goes up to the number of decimals specified
// in numDecimals:
var cursorLatSubstr = cursorLatStr.substr( 0, decimalPointIndexLat + 1 + numDecimals );
var cursorLngSubstr = cursorLngStr.substr( 0, decimalPointIndexLng + 1 + numDecimals );
// Define and display the string that will be displayed using these two
// n-digit numbers:
var pointNumDecimals = cursorLatSubstr + '°, ' + cursorLngSubstr + '°';
document.getElementById( "message" ).innerHTML = 'latitude, longitude = ' + pointNumDecimals;
}
);
// When the mouse is not over the map image, display nothing (but a space):
google.maps.event.addListener( map, "mouseout", function() {
document.getElementById( "message" ).innerHTML = ' ';
}
);
} // end function loadGoogleMap()
/*
This JavaScript function prints an alert message with the current map dimensions,
including the map center, zoom level, and map bounding box. Note that this is
for the full map beneath the postcard frame, not just the portion that shows
through the postcard frame.
NOTE: map needs to be predefined (see loadGoogleMap() above).
Author: John Maurer
*/
function showMapDimensions() {
// First, strip latitudes and longitudes down to a reasonable
// number of decimals (Google supplies many by default!):
var numDecimals = 4;
// Get map center:
var centerStr = map.getCenter().toString();
// Split map center into latitude and longitude:
centerStr.match( /^\((.+), (.+)\)$/ );
var centerLat = RegExp.$1;
var centerLon = RegExp.$2;
// Reduce number of digits in map center lat/long:
var centerLatSubstr = centerLat.substr( 0, centerLat.indexOf( '.' ) + 1 + numDecimals );
var centerLonSubstr = centerLon.substr( 0, centerLon.indexOf( '.' ) + 1 + numDecimals );
// Get map zoom level:
var zoomLevel = map.getZoom().toString();
// Get map bounding box:
var bboxStr = map.getBounds().toString();
// Split bounding box into minlat, minlon, maxlat, and maxlon:
bboxStr.match( /^\(\((.+), (.+)\), \((.+), (.+)\)\)$/ );
var minLat = RegExp.$1;
var minLon = RegExp.$2;
var maxLat = RegExp.$3;
var maxLon = RegExp.$4;
// Reduce the number of digits in each of the above:
var minLatSubstr = minLat.substr( 0, minLat.indexOf( '.' ) + 1 + numDecimals );
var minLonSubstr = minLon.substr( 0, minLon.indexOf( '.' ) + 1 + numDecimals );
var maxLatSubstr = maxLat.substr( 0, maxLat.indexOf( '.' ) + 1 + numDecimals );
var maxLonSubstr = maxLon.substr( 0, maxLon.indexOf( '.' ) + 1 + numDecimals );
// Get map size (in number of pixels):
//var sizeStr = map.getSize().toString();
// Split map size into width and height:
//sizeStr.match( /^\((.+), (.+)\)$/ );
//var width = RegExp.$1;
//var height = RegExp.$2;
var width = '530';
var height = '398';
// Alert the above dimensions:
alert( 'NOTE: These dimensions are for the entire map, including those portions hidden beneath the postcard frame when it is turned on.'
+ "\n\n"
+ 'Center (Lat, Lon): ' + centerLatSubstr + ', ' + centerLonSubstr
+ "\n\n"
+ 'Zoom Level: ' + zoomLevel
+ "\n\n"
+ 'Bounds (Min Lat, Min Lon, Max Lat, Max Lon): ' + minLatSubstr + ', ' + minLonSubstr + ', ' + maxLatSubstr + ', ' + maxLonSubstr
+ "\n\n"
+ 'Size (Width, Height): ' + width + ' px, ' + height + ' px'
+ "\n\n"
+ 'Map Projection: Spherical Mercator (EPSG: 3857)' );
} // function showMapDimensions()
/*
This JavaScript function puts a marker and info window at the submitted address.
NOTE: map and geocoder need to be predefined (see loadGoogleMap() above).
Author: Google Maps API Documentation
*/
function showAddress( address ) {
if ( geocoder ) {
geocoder.geocode( { address: address },
function( results, status ) {
// Display a marker and info window at the address:
if ( status == google.maps.GeocoderStatus.OK ) {
// Snag the first location response:
point = results[ 0 ].geometry.location;
map.setCenter( point );
var markerOptions = { position: point, title: address, map: map, animation: google.maps.Animation.DROP };
var marker = new google.maps.Marker( markerOptions );
var markerHtml = "<p class='googleMapMarkerText'>" + address + "</p>";
var infoWindow = new google.maps.InfoWindow( { content: markerHtml } );
google.maps.event.addListener( marker, 'click',
function() {
infoWindow.open( map, marker );
}
);
}
// If the address is not found, display an alert message:
else {
alert( address + " not found" );
}
} // function()
); // geocoder()
} // if geocoder
return false;
} // function showAddress()
/*
This JavaScript function jumps to a particular location from a list of options.
It chooses an appopriate zoom level for each location.
NOTE: map needs to be predefined (see loadGoogleMap() above).
Author: John Maurer
*/
function jumpTo( location ) {
var point;
var zoomLevel;
var mapType;
// Flag to indicate map type (default is hybrid):
var satelliteMap = 1;
if ( location == "Hawai'i" ) {
//point = new google.maps.LatLng( 20.7766, -157.6428 );
point = new google.maps.LatLng( 20.0352, -156.6870 );
zoomLevel = 6;
}
else if ( location == "Ni'ihau" ) {
//point = new google.maps.LatLng( 21.8959, -160.1600 );
point = new google.maps.LatLng( 21.8665, -160.1010 );
zoomLevel = 10;
}
else if ( location == "Kaua'i" ) {
//point = new google.maps.LatLng( 22.0652, -159.5379 );
point = new google.maps.LatLng( 21.9965, -159.4500 );
zoomLevel = 9;
}
else if ( location == "O'ahu" ) {
//point = new google.maps.LatLng( 21.4735, -157.9971 );
point = new google.maps.LatLng( 21.4019, -157.8735 );
zoomLevel = 9;
}
else if ( location == "Moloka'i" ) {
//point = new google.maps.LatLng( 21.1587, -157.0330 );
point = new google.maps.LatLng( 21.0742, -156.9506 );
zoomLevel = 9;
}
else if ( location == "Lana'i" ) {
//point = new google.maps.LatLng( 20.8408, -156.9479 );
point = new google.maps.LatLng( 20.7997, -156.9053 );
zoomLevel = 10;
}
else if ( location == "Maui" ) {
//point = new google.maps.LatLng( 20.8254, -156.3711 );
point = new google.maps.LatLng( 20.7278, -156.2585 );
zoomLevel = 9;
}
else if ( location == "Kaho'olawe" ) {
//point = new google.maps.LatLng( 20.5524, -156.6272 );
point = new google.maps.LatLng( 20.5280, -156.5977 );
zoomLevel = 11;
}
else if ( location == "Hawai'i (Big Island)" ) {
//point = new google.maps.LatLng( 19.6322, -155.5554 );
point = new google.maps.LatLng( 19.4510, -155.3466 );
zoomLevel = 8;
}
// Set map to specified center point and zoom level:
map.setCenter( point );
map.setZoom( zoomLevel );
}
/*
Jump to the next location in the pull-down menu.
Author: John Maurer
*/
function jumpNext () {
var jump_to = document.submitAddress.jump_to;
var currentIndex = jump_to.selectedIndex;
var length = jump_to.length;
// Determine next index in array to jump to:
var nextIndex;
if ( currentIndex == 0 ) {
nextIndex = 3;
}
else {
nextIndex = currentIndex + 1;
}
// If the next index is beyond array length, wrap back to
// second index (1):
if ( nextIndex > ( length - 1 ) ) {
nextIndex = 1;
}
// Get the value associated with the next index:
var nextValue = jump_to[ nextIndex ].value;
// If the value is null, skip to next index:
if ( !nextValue ) {
do {
nextIndex++;
if ( nextIndex > ( length - 1 ) ) {
nextIndex = 1;
}
nextValue = jump_to[ nextIndex ].value;
}
while ( !nextValue );
}
// Set and jump to the next location value:
jump_to.value = nextValue;
jumpTo( nextValue );
}
/*
Jump to the previous location in the pull-down menu.
Author: John Maurer
*/
function jumpPrev () {
var jump_to = document.submitAddress.jump_to;
var currentIndex = jump_to.selectedIndex;
var length = jump_to.length;
// Determine previous index in array to jump to:
var prevIndex;
if ( currentIndex == 0 || currentIndex == 1 ) {
prevIndex = length - 1;
}
else {
prevIndex = currentIndex - 1;
}
// If the previous index is too small, wrap back to
// last index:
if ( prevIndex == 0 ) {
prevIndex = length - 1;
}
// Get the value associated with the previous index:
var prevValue = jump_to[ prevIndex ].value;
// If the value is null, skip to previous index:
if ( !prevValue ) {
do {
prevIndex--;
if ( prevIndex == 0 ) {
prevIndex = length - 1;
}
prevValue = jump_to[ prevIndex ].value;
}
while ( !prevValue );
}
// Set and jump to the previous location value:
jump_to.value = prevValue;
jumpTo( prevValue );
}
</script>
</head>
<!--
When loading the page, load Google Map and put default text in address box:
-->
<body onLoad="loadGoogleMap();">
<form name="submitAddress">
<main class="pageShell">
<section class="hero">
<div class="introPanel">
<p class="eyebrow">Aloha from 21°17.81' N, 157°49.05' W!</p>
<div class="nameLockup">
<div class="nameText">
<h1>John Maurer</h1>
<button type="button" class="audioButton audioButtonName" title="Play pronunciation of John Maurer" aria-label="Play pronunciation of John Maurer" onClick="playPronunciation( 'audioJohn', this );"><i class="fa fa-volume-up" aria-hidden="true"></i></button>
</div>
<img class="palmMark" src="images/palm_trees_beach_scene_chatgpt_360.png" alt="Palm tree beach illustration" width="360" height="199" />
</div>
<p class="role"><a href="jobs/pacioos_data_syseng.html">PacIOOS Data System Engineer</a></p>
<p class="affiliation">
Pacific Islands Ocean Observing System (<a href="http://pacioos.org">PacIOOS</a>) <button type="button" class="audioButton" title="Play pronunciation of PacIOOS" aria-label="Play pronunciation of PacIOOS" onClick="playPronunciation( 'audioPacioos', this );"><i class="fa fa-volume-up" aria-hidden="true"></i></button><br/>
School of Ocean and Earth Science and Technology (<a href="http://www.soest.hawaii.edu">SOEST</a>) <button type="button" class="audioButton" title="Play pronunciation of SOEST" aria-label="Play pronunciation of SOEST" onClick="playPronunciation( 'audioSoest', this );"><i class="fa fa-volume-up" aria-hidden="true"></i></button><br/>
<a href="http://manoa.hawaii.edu">University of Hawaiʻi at Mānoa</a>
</p>
<audio id="audioJohn" src="mp3/pronounce_john_maurer.mp3" preload="none"></audio>
<audio id="audioPacioos" src="mp3/pronounce_pacioos.mp3" preload="none"></audio>
<audio id="audioSoest" src="mp3/pronounce_soest.mp3" preload="none"></audio>
<p class="contact">
Email: <script language='javascript'>
take='<a href="mai'
a='lto:jmaurer'
bight='hawaii.e'
out='du">jmaurer'
of='hawaii'
spam='.edu</a>'
document.write(take+a+'@'+bight+out+'@'+of+spam);</script>
</p>
<div class="profileActions">
<a href="resume.html">resume</a>
<a href="bio.html">bio</a>
<a href="https://www.linkedin.com/in/maurerj/" target="_blank" rel="noopener">linkedin</a>
</div>
</div>
<div class="mapPanel" id="mapColumn">
<div class="mapFrame">
<!-- Add Google Map here: -->
<div id="map" style="width: 530px; height: 398px;"></div>
<!-- Add Hawaii postcard on top of map: pointer-events makes underlying map clickable: -->
<div id="postcard"><img src="hawaii_frame.png" width="530" height="398" alt="Hawaiian postcard frame" /></div>
</div>
<!-- Area to display current cursor lat/lon location: -->
<div id="message" class="SmallTextGrayLight"> </div>
<!-- Put address input text box here: -->
<!--<div id="address_input"></div>-->
<!-- Put jump-to pull-down here: -->
<div id="jump_to"></div>
<!--<i>“Without geography, you're nowhere.”<br>—</i><a href="http://en.wikipedia.org/wiki/Jimmy_Buffet">Jimmy Buffet</a>-->
</div>
</section>
<section class="linkSections">
<div class="linkGroup">
<h2>Web Mapping</h2>
<ul>
<li><a href="http://pacioos.org/voyager/">Pacific Islands Ocean Observing System (PacIOOS) Voyager</a></li>
<li><a href="http://pacioos.org/voyager/mobile/">PacIOOS Voyager Mobile</a></li>
<!--<li><a href="http://pacioos.org/voyager/oceanwatch.html">NOAA OceanWatch Voyager</a></li>-->
<li><a href="http://pacioos.org/shoreline/slr-hawaii/">Hawaiʻi sea level rise</a></li>
<li><a href="http://pacioos.org/shoreline/slr-amsam/">American Samoa sea level rise</a></li>
<li><a href="http://pacioos.org/shoreline/slr-eastpalau/">East Babeldaob, Palau sea level rise</a></li>
<li><a href="http://pacioos.org/shoreline/slr-honolulu/">Honolulu sea level rise</a></li>
<li><a href="http://pacioos.org/shoreline/slr-westmaui/">West Maui sea level rise</a></li>
<li><a href="http://pacioos.org/king-tides/map.html">King Tides photo database</a></li>
<li><a href="http://pacioos.org/coral-card/map.html">Hawaiʻi coral health</a></li>
<li><a href="http://pacioos.org/projects/coral/">Hawaiʻi coral cover</a></li>
<li><a href="http://pacioos.org/projects/otp/#data">Hawaiʻi ocean tipping points</a></li>
<li><a href="http://pacioos.org/projects/sharks/">Hawaiʻi tiger shark tracking</a></li>
<!--<li><a href="http://nsidc.org/data/atlas">Atlas of the Cryosphere</a></li>-->
<!--<li><a href="http://nsidc.org/agdc/acap/">A-CAP: The Antarctic Cryosphere Access Portal</a></li>-->
</ul>
</div>
<div class="linkGroup">
<h2>Prior Research</h2>
<ul>
<!-- 2026: No longer on the CIRES website...
<li><a href="http://cires.colorado.edu/science/groups/steffen/greenland/journal/">Greenland: a photo journal</a></li>
-->
<li><a href="gpr/">Greenland snow accumulation and ground-penetrating radar (GPR)</a></li>
<li><a href="gcm/">climate modeling of ice sheets</a></li>
<li><a href="scatterometry/">scatterometry of the cryosphere</a></li>
<li><a href="clouds/">cloud detection over snow and ice surfaces</a></li>
<li><a href="albedo/">retrieval of surface albedo from space</a></li>
<li><a href="conifers/">mapping ponderosa and Douglas-fir using AVIRIS</a></li>
<li><a href="terra/">overview of NASA's Terra satellite</a></li>
<li><a href="sst/">remote sensing of sea surface temperature (SST)</a></li>
<li><a href="uav/">polar applications of an unpiloted aerial vehicle (UAV)</a></li>
</ul>
</div>
</section>
</main>
</form>
<!--
My PacIOOS Voyager Twitter feed:
<center>
<a class="twitter-timeline" href="https://twitter.com/PacIOOS_Voyager" data-widget-id="563525887660806144">Tweets by @PacIOOS_Voyager</a>
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+"://platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>
</center>
-->
<!--#include virtual="ssi/google_analytics.ssi" -->{% include google_analytics.ssi %}
</body>
</html>