-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathAlaskanIce.php
More file actions
35 lines (32 loc) · 1.58 KB
/
AlaskanIce.php
File metadata and controls
35 lines (32 loc) · 1.58 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
<!DOCTYPE html>
<html lang="en">
<?php
include "includes/Header-AlaskanIce.php";
?>
<body>
<main id="maincontent">
<div id="page">
<div class="post">
<h1 class="ada_compliance">Mission Overview</h1>
<p>The goal of the Alaskan Ice Buoy project is to develop a buoy that collects environmental
data from the Arctic and transmits that data back to Vermont. The project is also being
used to gain experience with <b><a href="http://www.cubesatkit.com">CubeSat Kit</a></b>
hardware, in hopes of using the CubeSat Kit platform to launch a satellite into space as a
subsequent project.</p>
<p>The project was conceived in collaboration with the University of Vermont, which has been
studying and mathematically modeling arctic sea ice. The ice forms in the colder months in
the arctic regions, and melts in the spring and summer months. Unlike terra firma, this
ice is constantly moving and shifting in relation to many variables, such as temperature,
wind speed, and wind direction. One of the problems that the researchers at the University
of Vermont have encountered is that they do not have enough data about the sea ice to
model it completely. In order to better model the mechanics of sea ice, they need data to
be collected from on the ice itself, which is the goal of the buoy.</p>
</div>
<!-- BEGIN FOOTER -->
<div id="footer">
<p>© Copyright 2019 by Vermont State University | Last Revised: December 20, 2019</p>
</div>
<!-- END FOOTER -->
</div>
</body>
</html>