-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
151 lines (145 loc) · 6.04 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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width,initial-scale=1.0" />
<meta property="og:title" content="Historical Sea Ice Atlas" />
<meta property="og:url" content="https://snap.uaf.edu/tools/sea-ice-atlas" />
<meta
property="og:description"
content="View historical sea ice data from the seas around the circumpolar north and discover how ice extent and concentration have changed over time."
/>
<meta
property="og:image"
content="https://snap.uaf.edu/tools/sea-ice-atlas/hsia-og-image.png"
/>
<link rel="icon" href="/favicon.ico" />
<!-- TODO this stylesheet should be imported as a module dependency -->
<link
rel="stylesheet"
href="https://unpkg.com/[email protected]/dist/vue-multiselect.min.css"
/>
<script
async
defer
data-website-id="a8f7164d-7d69-496a-bc2f-076a59214eb5"
data-domains="seaiceatlas.org"
src="https://umami.snap.uaf.edu/script.js"
data-do-not-track="true"
></script>
<script
type="text/javascript"
src="//script.crazyegg.com/pages/scripts/0126/7664.js"
async="async"
></script>
<title>Historical Sea Ice Atlas</title>
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.js"></script>
<noscript>
<h1>Historical Sea Ice Atlas</h1>
<h2>For Alaska, and the Arctic</h2>
<div class="container content">
<p class="is-size-4">
This site shows a circumpolar historical sea ice concentration dataset, from 1850 to the
present. Combining different types of observations—from whaling ship logbooks to
satellite imagery—this provides a long, continuous record of sea ice conditions that
can be studied to assess trends and changes in sea ice distribution and formation.
</p>
<p>
<strong
>We’re sorry but this site doesn’t work properly without JavaScript
enabled.</strong
>
Please enable it to continue. If you have questions or want help accessing this content
through different media, please email us at
<a href="mailto:[email protected]">[email protected]</a>.
</p>
<p>With JavaScript enabled, this site shows:</p>
<ul>
<li>
A dynamic circumpolar map of sea ice concentration, with controls to select any month
from 1850 until the present.
</li>
<li>
A list of Arctic coastal communities. Picking a community, or clicking on the map, will
produce two different visualizations:
<ul>
<li>
An interactive chart of sea ice concentration by month over time, where you can
select the months to show.
</li>
<li>
A full “tapestry” visualization showing the % sea ice concentration for
every month and year for the selected point.
</li>
</ul>
</li>
<li>
Videos showing an animation of the changing sea ice over time, available through
YouTube.
</li>
<li>
A downloadable PDF chart showing the changing sea ice as a visualization in a poster
format.
</li>
<li>Data sources and discussion of methodology.</li>
<li>Links to source data downloads and the data API where this data can be obtained.</li>
</ul>
<p>
Please email us at
<a href="mailto:[email protected]">[email protected]</a> with
any questions.
</p>
</div>
<hr />
<footer class="footer">
<div class="container">
<p>
This tool was developed by the
<a href="http://www.aoos.org/">Alaska Ocean Observing System</a>
(AOOS), the
<a href="https://uaf-accap.org">Alaska Center for Climate Assessment and Policy</a>, and
the
<a href="https://www.snap.uaf.edu/" title="👍"
>Scenarios Network for Alaska and Arctic Planning</a
>.
</p>
<p>
Funded by the National Ocean Service at the
<a href="http://www.noaa.gov">National Oceanic and Atmospheric Administration</a>
through AOOS grant #NA11NOS0120020. Work was performed at the
<a href="https://uaf-iarc.org/">International Arctic Research Center</a>, at the
<a href="https://uaf.edu/uaf/">University of Alaska Fairbanks</a>, with assistance from
the <a href="https://illinois.edu/">University of Illinois, Urbana-Champaign</a>.
</p>
<p>
This tool uses the
<a href="https://doi.org/10.5281/zenodo.1040170">Rasdaman raster database</a>
for data storage, processing, and web services.
</p>
<p>
UA is committed to providing accessible websites.
<a href="https://www.alaska.edu/webaccessibility/"
>Learn more about UA's notice of web accessibility.</a
>
If we can help you access this website’s content,
<a href="mailto:[email protected]"
>please email us at [email protected]</a
>.
</p>
<p>Copyright © University of Alaska Fairbanks. All rights reserved.</p>
<p>
The <a href="https://www.alaska.edu/"> University of Alaska</a> is an Equal
Opportunity/Equal Access Employer and Educational institution. The University
is committed to a
<a href="https://www.alaska.edu/nondiscrimination/">policy of non-discrimination</a>
against individuals on the basis of any legally protected status.
</p>
</div>
</footer>
</noscript>
</body>
</html>