-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
246 lines (203 loc) · 41.1 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
<!DOCTYPE html>
<html>
<head>
<meta charset=utf-8 />
<title>The Arctic Tern</title>
<meta name="description" content="The arctic tern is one of the most epic animals on this earth! The little creature spends it's life chasing the sun from the arctic to the antarctic. It makes this increadible journey every year giving it the distinction of having the furthest annual migration of any known species– some individuals traveling as far as 80,000 km per year. Until recent years, researchers have been in the dark about Arctic Terns' migration paths. But today, we have data collected via geolocators attached to the terns. This map visualizes real arctic tern data collected between the summers of 2010 and 2011. Data was graciously provided by Michael Langlois of the Fish and Wildlife Service.">
<meta name='viewport' content='initial-scale=1,maximum-scale=1,user-scalable=no' />
<!-- Ubuntu -->
<link href='http://fonts.googleapis.com/css?family=Ubuntu:300,400' rel='stylesheet' type='text/css'>
<!-- Font Awesome CSS -->
<link rel="stylesheet" href="plugins/font-awesome/css/font-awesome.min.css">
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap.min.css">
<!-- Custom CSS -->
<link rel="stylesheet" href="css/style.css">
<!-- Jquery -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>
<!-- CartoDB CSS and JS no jquery-->
<script src="http://libs.cartocdn.com/cartodb.js/v3/3.13/cartodb_nojquery.js"></script>
<link rel="stylesheet" href="http://libs.cartocdn.com/cartodb.js/v3/3.13/themes/css/cartodb.css" />
<!-- lightbox -->
<script src="plugins/lightbox/js/lightbox.min.js"></script>
<link rel="stylesheet" type="text/css" href="plugins/lightbox/css/lightbox.css">
<!-- Twitter Widjet Script -->
<script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>
<!-- Talkie by Kiln.it -->
<link rel="stylesheet" type="text/css" href="http://orbitist.s3.amazonaws.com/cdn/talkie-leaflet/talkie.css">
<script src="http://orbitist.s3.amazonaws.com/cdn/talkie-leaflet/talkie.min.js"></script>
<!-- Talkie/Leaflet integration -->
<script src="http://orbitist.s3.amazonaws.com/cdn/talkie-leaflet/talkie-leaflet.js"></script>
<!-- Orbitist audio plugin -->
<script src="http://orbitist.s3.amazonaws.com/cdn/talkie-leaflet/audio.js"></script>
<!-- Custom CSS -->
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<img class="hidden" src="http://orbitist.s3.amazonaws.com/blog/2015/2/03/arctic_tern_cover_image.jpg">
<a href="#" data-toggle="modal" data-target="#myModal">
<div class="info-btn">
<span class="fa fa-info"></span>
</div>
</a>
<!--
<a href="#" data-toggle="toggleLegend">
<div class="legend-btn">
<span class="fa fa-list-alt"></span>
</div>
</a>
-->
<!-- Modal -->
<div class="modal fade" id="myModal" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">×</span></button>
<h4 class="modal-title" id="myModalLabel">The most epic of the animal kingdom - the Arctic Tern</h4>
</div>
<div class="modal-body">
<p>by NICHOLAS GUNNER</p>
<p>The arctic tern is one of the most epic animals on this earth! The little creature spends it's life chasing the sun from the arctic to the antarctic. It makes this increadible journey every year giving it the distinction of having the furthest annual migration of any known species– some individuals traveling as far as 80,000 km per year.</p>
<p>Until recent years, researchers have been in the dark about Arctic Terns' migration paths. But today, we have data collected via geolocators attached to the terns.</p>
<p>This map visualizes real arctic tern data collected between the summers of 2010 and 2011. Data was graciously provided by Michael Langlois of the Fish and Wildlife Service.</p>
<small>This map was built with <a href="http://orbitist.com">the Orbitist platform</a>. It is powered by <a href="http://leafletjs.com">Leaflet</a>, <a href="https://www.mapbox.com/about/maps/">© Mapbox</a>, <a href="https://www.openstreetmap.org/about">© OpenStreetMap</a>, and <a href="http://maps.stamen.com/">Stamen Design</a>. Data visualizations are powered by <a href="http://catrodb.com">CartoDB</a>. <a href="https://www.mapbox.com/map-feedback/">Improve this map</a>.</small>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
</div>
</div>
</div>
</div>
<!-- Audio to interact with the map -->
<div class="audio-controls">
<audio id="song" ontimeupdate="updateTime()">
<source src="http://orbitist.s3.amazonaws.com/2015/arctic_tern/site/audio/Arctic%20Tern_mixdown.mp3" type="audio/mp3"/>
<source src="http://orbitist.s3.amazonaws.com/2015/arctic_tern/site/audio/Arctic%20Tern_mixdown.ogg" type="audio/ogg">
Your browser does not support audio. Please update your browser!
</audio>
<div class="container">
<div class="row">
<div class="col-xs-1">
<!-- Div that plays song, onclick calls the javascript play function and passes the id of the audio tag with the appropriate song -->
<div id="songPlay" onclick="play('song')">
<span class="fa fa-play" data-toggle="pulse-headphones"></span><span class="fa fa-headphones pulse-headphones"></span>
</div>
</div><!-- col-xs-1 -->
<div class="col-xs-1 col-xs-offset-1">
<!-- Div that pauses the song when clicked. Calls the pause button when clicked. -->
<div id="songPause" onclick="pause()">
<span class="fa fa-pause"></span>
</div>
</div><!-- col-xs-1 -->
<div class="col-xs-1">
<!-- Div that updates with current song time while playing -->
<div id="songTime">0:00 / 0:00</div>
</div><!-- col-xs-1 -->
<div class="col-xs-7">
<!-- Song Slider tracks progress on song time change, if you click it sets the distance into the song based on the percentage of where was clicked -->
<div id="songSlider" onclick="setSongPosition(this,event)">
<div id="trackProgress"></div>
</div>
</div><!-- col-xs-8 -->
</div><!-- row -->
</div><!-- container -->
</div><!-- audio-controls -->
<!-- map -->
<div class="map" id="map"></div>
<script>
// Set lat/long where the map initiates and at what zoom level
var map = new L.Map('map', {
});
// Add an OpenStreetMap tile layer
// L.tileLayer('http://{s}.tiles.mapbox.com/v4/orbitist.e0829b40/{z}/{x}/{y}@2x.png?access_token=pk.eyJ1Ijoib3JiaXRpc3QiLCJhIjoiYnpUTnJBdyJ9.uxgaJ0R9ZNsCcEnPNfo2ag', {
// attribution: '© <a href="http://mapbox.com">Mapbox</a>'
// }).addTo(map);
L.tileLayer('https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png', {
attribution: '© <a href="https://www.openstreetmap.org/copyright">OpenStreetMap</a> contributors'
}).addTo(map);
</script>
<script>
// GeoJSON is pasted before the semi-colon below:
var orbitistGeoJson = {"type":"FeatureCollection","features":[{"type":"Feature","geometry":{"type":"Point","coordinates":[-22.922973667822,66.164950591954]},"properties":{"name":"A chick held in hand","description":" ","point_title":"A chick held in hand","point_body":" ","point_id":286,"point_thumbnail":"https:\/\/orbitist.space\/maps\/sites\/default\/files\/styles\/point_thumbnail\/public\/images\/9384541459_8bb30c5969_k.jpg?itok=QxCY3CQX","point_popup_image":"https:\/\/orbitist.space\/maps\/sites\/default\/files\/styles\/point_popup\/public\/images\/9384541459_8bb30c5969_k.jpg?itok=C3tQDBZu","point_image":"https:\/\/orbitist.space\/maps\/sites\/default\/files\/styles\/lightbox_800\/public\/images\/9384541459_8bb30c5969_k.jpg?itok=eB9Ud7qP","point_image_caption":" ","point_lightbox_images":" ","point_links":"\u003Ca href=\u0022https:\/\/www.flickr.com\/photos\/briangratwicke\/9384541459\/in\/photolist-ohk8of-8Fiq75-8FiroU-fihkh4-fihedX-ohk2Ct-ohkaeu-fihtzx-fiwy2o-fiun23-fiujdy-4aHA8m-nTwXkw-2An7a-2mwLas-4h5ttG-53NiZU-55kG78-bJVAUx-5UoWbR-5UoWin\/\u0022 target=\u0022_blank\u0022\u003E\u003Cp class=\u0022orbitist-link\u0022\u003EPhoto source\u003C\/p\u003E\u003C\/a\u003E","point_marker_class":"orbitist-icon-blue","point_position_number":1,"point_tags":null,"point_marker_url":"https:\/\/orbitist.space\/maps\/launch\/cdn\/orbitist-icons\/orbitist-icon-blue.png","point_phone_number":null,"point_email":null,"point_website":null,"point_hours":null,"point_cost":null,"point_accessibility":null}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-22.830709357106,66.052095753873]},"properties":{"name":"AHHHH!","description":" ","point_title":"AHHHH!","point_body":" ","point_id":289,"point_thumbnail":"https:\/\/orbitist.space\/maps\/sites\/default\/files\/styles\/point_thumbnail\/public\/images\/09446_orig.jpg?itok=kKjqzp4p","point_popup_image":"https:\/\/orbitist.space\/maps\/sites\/default\/files\/styles\/point_popup\/public\/images\/09446_orig.jpg?itok=Akr3ACep","point_image":"https:\/\/orbitist.space\/maps\/sites\/default\/files\/styles\/lightbox_800\/public\/images\/09446_orig.jpg?itok=lN4mc9v-","point_image_caption":" ","point_lightbox_images":"\u003Ca href=\u0022https:\/\/orbitist.space\/maps\/sites\/default\/files\/styles\/lightbox_800\/public\/images\/33560_orig.jpg?itok=GR0KjCLf\u0022 data-lightbox=\u0022289\u0022 data-title=\u0022\u0022\u003E\u003C\/a\u003E","point_links":"\u003Ca href=\u0022http:\/\/eol.org\/data_objects\/30068434\u0022 target=\u0022_blank\u0022\u003E\u003Cp class=\u0022orbitist-link\u0022\u003EImage source\u003C\/p\u003E\u003C\/a\u003E","point_marker_class":"orbitist-icon-blue","point_position_number":2,"point_tags":null,"point_marker_url":"https:\/\/orbitist.space\/maps\/launch\/cdn\/orbitist-icons\/orbitist-icon-blue.png","point_phone_number":null,"point_email":null,"point_website":null,"point_hours":null,"point_cost":null,"point_accessibility":null}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-20.15630722046,74.264673799074]},"properties":{"name":"Another study based out of Greenland","description":"In the video below, Ari Shapiro speaks with\u0026nbsp;Carsten Egevang about tracking arctic terns from Greenland.\r\n","point_title":"Another study based out of Greenland","point_body":"\u003Cp\u003EIn the video below, Ari Shapiro speaks with\u0026nbsp;Carsten Egevang about tracking arctic terns from Greenland.\u003C\/p\u003E\n","point_id":36,"point_thumbnail":" https:\/\/orbitist.space\/maps\/launch\/img\/400_web_map-icon.png","point_popup_image":null,"point_image":" ","point_image_caption":" ","point_lightbox_images":" ","point_links":" ","point_marker_class":"orbitist-icon-blue","point_position_number":3,"point_tags":null,"point_marker_url":"https:\/\/orbitist.space\/maps\/launch\/cdn\/orbitist-icons\/orbitist-icon-blue.png","point_phone_number":null,"point_email":null,"point_website":null,"point_hours":null,"point_cost":null,"point_accessibility":null}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-21.313476583209,64.225492612563]},"properties":{"name":"Arctic Tern Eggs","description":" ","point_title":"Arctic Tern Eggs","point_body":" ","point_id":282,"point_thumbnail":"https:\/\/orbitist.space\/maps\/sites\/default\/files\/styles\/point_thumbnail\/public\/images\/2657095762_7d9862765f_b.jpg?itok=ZsS9Fs1k","point_popup_image":"https:\/\/orbitist.space\/maps\/sites\/default\/files\/styles\/point_popup\/public\/images\/2657095762_7d9862765f_b.jpg?itok=bSkmFsgr","point_image":"https:\/\/orbitist.space\/maps\/sites\/default\/files\/styles\/lightbox_800\/public\/images\/2657095762_7d9862765f_b.jpg?itok=nGZpQH4M","point_image_caption":" ","point_lightbox_images":" ","point_links":"\u003Ca href=\u0022https:\/\/www.flickr.com\/photos\/bruce_mcadam\/2657095762\/in\/photolist-ohk8of-8Fiq75-8FiroU-fihkh4-fihedX-ohk2Ct-ohkaeu-fihtzx-fiwy2o-fiun23-fiujdy-4aHA8m-nTwXkw-2An7a-2mwLas-4h5ttG-53NiZU-55kG78-bJVAUx-5UoWbR-5UoWin\u0022 target=\u0022_blank\u0022\u003E\u003Cp class=\u0022orbitist-link\u0022\u003EImage Source\u003C\/p\u003E\u003C\/a\u003E","point_marker_class":"orbitist-icon-blue","point_position_number":4,"point_tags":null,"point_marker_url":"https:\/\/orbitist.space\/maps\/launch\/cdn\/orbitist-icons\/orbitist-icon-blue.png","point_phone_number":null,"point_email":null,"point_website":null,"point_hours":null,"point_cost":null,"point_accessibility":null}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-16.984863316497,65.603877671996]},"properties":{"name":"Baby Arctic Tern","description":" ","point_title":"Baby Arctic Tern","point_body":" ","point_id":281,"point_thumbnail":"https:\/\/orbitist.space\/maps\/sites\/default\/files\/styles\/point_thumbnail\/public\/images\/2674535099_de588ff95f_o.jpg?itok=1F2H4Tqd","point_popup_image":"https:\/\/orbitist.space\/maps\/sites\/default\/files\/styles\/point_popup\/public\/images\/2674535099_de588ff95f_o.jpg?itok=yVxpxE9C","point_image":"https:\/\/orbitist.space\/maps\/sites\/default\/files\/styles\/lightbox_800\/public\/images\/2674535099_de588ff95f_o.jpg?itok=TUsgLe5J","point_image_caption":" ","point_lightbox_images":" ","point_links":"\u003Ca href=\u0022https:\/\/www.flickr.com\/photos\/bruce_mcadam\/2674535099\/in\/photolist-ohk8of-8Fiq75-8FiroU-fihkh4-fihedX-ohk2Ct-ohkaeu-fihtzx-fiwy2o-fiun23-fiujdy-4aHA8m-nTwXkw-2An7a-2mwLas-4h5ttG-53NiZU-55kG78-bJVAUx-5UoWbR-5UoWin\u0022 target=\u0022_blank\u0022\u003E\u003Cp class=\u0022orbitist-link\u0022\u003EImage source\u003C\/p\u003E\u003C\/a\u003E","point_marker_class":"orbitist-icon-blue","point_position_number":5,"point_tags":null,"point_marker_url":"https:\/\/orbitist.space\/maps\/launch\/cdn\/orbitist-icons\/orbitist-icon-blue.png","point_phone_number":null,"point_email":null,"point_website":null,"point_hours":null,"point_cost":null,"point_accessibility":null}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-164.9347562,66.0740832]},"properties":{"name":"Bering Land Bridge","description":" ","point_title":"Bering Land Bridge","point_body":" ","point_id":291,"point_thumbnail":"https:\/\/orbitist.space\/maps\/sites\/default\/files\/styles\/point_thumbnail\/public\/images\/Arctic_Tern_%288028148944%29.jpg?itok=W1uz9N1H","point_popup_image":"https:\/\/orbitist.space\/maps\/sites\/default\/files\/styles\/point_popup\/public\/images\/Arctic_Tern_%288028148944%29.jpg?itok=1zVsbk3M","point_image":"https:\/\/orbitist.space\/maps\/sites\/default\/files\/styles\/lightbox_800\/public\/images\/Arctic_Tern_%288028148944%29.jpg?itok=NxzESjFv","point_image_caption":" ","point_lightbox_images":" ","point_links":"\u003Ca href=\u0022http:\/\/commons.wikimedia.org\/wiki\/File:Arctic_Tern_(8028148944).jpg\u0022 target=\u0022_blank\u0022\u003E\u003Cp class=\u0022orbitist-link\u0022\u003EImage source\u003C\/p\u003E\u003C\/a\u003E","point_marker_class":"orbitist-icon-blue","point_position_number":6,"point_tags":null,"point_marker_url":"https:\/\/orbitist.space\/maps\/launch\/cdn\/orbitist-icons\/orbitist-icon-blue.png","point_phone_number":null,"point_email":null,"point_website":null,"point_hours":null,"point_cost":null,"point_accessibility":null}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-16.875,-6.14055478245]},"properties":{"name":"Fall Equinox throws off data","description":"The Artctic Terns in this study\u0026nbsp;were tagged with geolocation trackers that use sunrise\/sunset measurements to calculate latitude\/longitude.\r\n\r\nWe\u0027ll spare you the math involved and just say that...","point_title":"Fall Equinox throws off data","point_body":"\u003Cp\u003EThe Artctic Terns in this study\u0026nbsp;were tagged with geolocation trackers that use sunrise\/sunset measurements to calculate latitude\/longitude.\u003C\/p\u003E\n\u003Cp\u003EWe\u0027ll spare you the math involved and just say that around September 21 the sun is in the sky for the same amount of time everywhere on earth. This throws\u0026nbsp;off the geolocators and causes the data to look haywire!\u003C\/p\u003E\n","point_id":34,"point_thumbnail":" https:\/\/orbitist.space\/maps\/launch\/img\/400_web_map-icon.png","point_popup_image":null,"point_image":" ","point_image_caption":" ","point_lightbox_images":" ","point_links":" ","point_marker_class":"orbitist-icon-blue","point_position_number":7,"point_tags":null,"point_marker_url":"https:\/\/orbitist.space\/maps\/launch\/cdn\/orbitist-icons\/orbitist-icon-blue.png","point_phone_number":null,"point_email":null,"point_website":null,"point_hours":null,"point_cost":null,"point_accessibility":null}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-27.7734375,8.928487062666]},"properties":{"name":"Fall migration split","description":"The specific path\u0026nbsp;taken to the Antarctic seems to be an individual preference for Arctic terns. When the birds are near the equator, they split to either continue along the coast of Africa or...","point_title":"Fall migration split","point_body":"\u003Cp\u003EThe specific path\u0026nbsp;taken to the Antarctic seems to be an individual preference for Arctic terns. When the birds are near the equator, they split to either continue along the coast of Africa or heading southwest down the coast of South America.\u003C\/p\u003E\n\u003Cp\u003EIn the image above, you\u0027ll notice the green line representing Fall Arctic tern migrations splits between the east and west Atlantic Ocean.\u003C\/p\u003E\n","point_id":40,"point_thumbnail":"https:\/\/orbitist.space\/maps\/sites\/default\/files\/styles\/point_thumbnail\/public\/images\/Arctic%20Tern%20geolocator%2011%20Terns%20042712.jpg?itok=JwQU6nmh","point_popup_image":"https:\/\/orbitist.space\/maps\/sites\/default\/files\/styles\/point_popup\/public\/images\/Arctic%20Tern%20geolocator%2011%20Terns%20042712.jpg?itok=Xfruv-qf","point_image":"https:\/\/orbitist.space\/maps\/sites\/default\/files\/styles\/lightbox_800\/public\/images\/Arctic%20Tern%20geolocator%2011%20Terns%20042712.jpg?itok=k05_B7JN","point_image_caption":"Seasonal migration map from the U.S. Fish and Wildlife service","point_lightbox_images":" ","point_links":"\u003Ca href=\u0022http:\/\/www.fws.gov\/FieldNotes\/regmap.cfm?arskey=32639\u0022 target=\u0022_blank\u0022\u003E\u003Cp class=\u0022orbitist-link\u0022\u003EImage source\u003C\/p\u003E\u003C\/a\u003E","point_marker_class":"orbitist-icon-blue","point_position_number":8,"point_tags":null,"point_marker_url":"https:\/\/orbitist.space\/maps\/launch\/cdn\/orbitist-icons\/orbitist-icon-blue.png","point_phone_number":null,"point_email":null,"point_website":null,"point_hours":null,"point_cost":null,"point_accessibility":null}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-148.35937500126,60.673178567835]},"properties":{"name":"Feeding in Alaska","description":" ","point_title":"Feeding in Alaska","point_body":" ","point_id":283,"point_thumbnail":"https:\/\/orbitist.space\/maps\/sites\/default\/files\/styles\/point_thumbnail\/public\/images\/2151007122_1a6fa1855e_b.jpg?itok=ivUw1VL4","point_popup_image":"https:\/\/orbitist.space\/maps\/sites\/default\/files\/styles\/point_popup\/public\/images\/2151007122_1a6fa1855e_b.jpg?itok=iEkadpqt","point_image":"https:\/\/orbitist.space\/maps\/sites\/default\/files\/styles\/lightbox_800\/public\/images\/2151007122_1a6fa1855e_b.jpg?itok=VM8jd7DF","point_image_caption":" ","point_lightbox_images":" ","point_links":"\u003Ca href=\u0022https:\/\/www.flickr.com\/photos\/ornitholoco\/2151007122\/in\/photolist-ohk8of-8Fiq75-8FiroU-fihkh4-fihedX-ohk2Ct-ohkaeu-fihtzx-fiwy2o-fiun23-fiujdy-4aHA8m-nTwXkw-2An7a-2mwLas-4h5ttG-53NiZU-55kG78-bJVAUx-5UoWbR-5UoWin\u0022 target=\u0022_blank\u0022\u003E\u003Cp class=\u0022orbitist-link\u0022\u003EPhoto source\u003C\/p\u003E\u003C\/a\u003E","point_marker_class":"orbitist-icon-blue","point_position_number":9,"point_tags":null,"point_marker_url":"https:\/\/orbitist.space\/maps\/launch\/cdn\/orbitist-icons\/orbitist-icon-blue.png","point_phone_number":null,"point_email":null,"point_website":null,"point_hours":null,"point_cost":null,"point_accessibility":null}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-22.9191741,65.3738521]},"properties":{"name":"Flying in northwest Iceland","description":" ","point_title":"Flying in northwest Iceland","point_body":" ","point_id":285,"point_thumbnail":"https:\/\/orbitist.space\/maps\/sites\/default\/files\/styles\/point_thumbnail\/public\/images\/9387336272_2113cca956_k.jpg?itok=mFzpHyid","point_popup_image":"https:\/\/orbitist.space\/maps\/sites\/default\/files\/styles\/point_popup\/public\/images\/9387336272_2113cca956_k.jpg?itok=dXdnBY_x","point_image":"https:\/\/orbitist.space\/maps\/sites\/default\/files\/styles\/lightbox_800\/public\/images\/9387336272_2113cca956_k.jpg?itok=8chUzByf","point_image_caption":"Photo by Brian Gratwicke","point_lightbox_images":"\u003Ca href=\u0022https:\/\/orbitist.space\/maps\/sites\/default\/files\/styles\/lightbox_800\/public\/images\/9384589749_cd858ed1af_k.jpg?itok=Fy09B11U\u0022 data-lightbox=\u0022285\u0022 data-title=\u0022Brian Gratwicke\u0022\u003E\u003C\/a\u003E\u003Ca href=\u0022https:\/\/orbitist.space\/maps\/sites\/default\/files\/styles\/lightbox_800\/public\/images\/14624625439_4fdf61763d_o.jpg?itok=6RlTRCJK\u0022 data-lightbox=\u0022285\u0022 data-title=\u0022Photo by Brian Gratwicke\u0022\u003E\u003C\/a\u003E","point_links":"\u003Ca href=\u0022https:\/\/www.flickr.com\/photos\/briangratwicke\/9387336272\/in\/photolist-ohk8of-8Fiq75-8FiroU-fihkh4-fihedX-ohk2Ct-ohkaeu-fihtzx-fiwy2o-fiun23-fiujdy-4aHA8m-nTwXkw-2An7a-2mwLas-4h5ttG-53NiZU-55kG78-bJVAUx-5UoWbR-5UoWin\/\u0022 target=\u0022_blank\u0022\u003E\u003Cp class=\u0022orbitist-link\u0022\u003EImage source\u003C\/p\u003E\u003C\/a\u003E","point_marker_class":"orbitist-icon-blue","point_position_number":10,"point_tags":null,"point_marker_url":"https:\/\/orbitist.space\/maps\/launch\/cdn\/orbitist-icons\/orbitist-icon-blue.png","point_phone_number":null,"point_email":null,"point_website":null,"point_hours":null,"point_cost":null,"point_accessibility":null}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-62.589111354372,-64.895589334119]},"properties":{"name":"Neko Harbour","description":" ","point_title":"Neko Harbour","point_body":" ","point_id":290,"point_thumbnail":"https:\/\/orbitist.space\/maps\/sites\/default\/files\/styles\/point_thumbnail\/public\/images\/Antarctic%2C_arctic_terns_%28js%29_63.jpg?itok=K0zqNEtX","point_popup_image":"https:\/\/orbitist.space\/maps\/sites\/default\/files\/styles\/point_popup\/public\/images\/Antarctic%2C_arctic_terns_%28js%29_63.jpg?itok=acLMui3X","point_image":"https:\/\/orbitist.space\/maps\/sites\/default\/files\/styles\/lightbox_800\/public\/images\/Antarctic%2C_arctic_terns_%28js%29_63.jpg?itok=Ms4ByAdB","point_image_caption":" ","point_lightbox_images":"\u003Ca href=\u0022https:\/\/orbitist.space\/maps\/sites\/default\/files\/styles\/lightbox_800\/public\/images\/Antarctic%2C_Kelp_Gull_and_Antarctic_Tern_%28js%29_38.jpg?itok=SNZV6z_j\u0022 data-lightbox=\u0022290\u0022 data-title=\u0022An Arctic Tern in the distance\u0022\u003E\u003C\/a\u003E","point_links":"\u003Ca href=\u0022http:\/\/commons.wikimedia.org\/wiki\/File:Antarctic,_arctic_terns_(js)_63.jpg\u0022 target=\u0022_blank\u0022\u003E\u003Cp class=\u0022orbitist-link\u0022\u003EImage source\u003C\/p\u003E\u003C\/a\u003E","point_marker_class":"orbitist-icon-blue","point_position_number":11,"point_tags":null,"point_marker_url":"https:\/\/orbitist.space\/maps\/launch\/cdn\/orbitist-icons\/orbitist-icon-blue.png","point_phone_number":null,"point_email":null,"point_website":null,"point_hours":null,"point_cost":null,"point_accessibility":null}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-41.8359375,41.112468789181]},"properties":{"name":"North Atlantic Ocean feeding","description":"Before making their way south, Arctic Terns from Europe and North America gather in the middle of the North Atlantic Ocean where food is plentiful. They hang out there for about a month before...","point_title":"North Atlantic Ocean feeding","point_body":"\u003Cp\u003EBefore making their way south, Arctic Terns from Europe and North America gather in the middle of the North Atlantic Ocean where food is plentiful. They hang out there for about a month before continuing their migration.\u003C\/p\u003E\n","point_id":39,"point_thumbnail":" https:\/\/orbitist.space\/maps\/launch\/img\/400_web_map-icon.png","point_popup_image":null,"point_image":" ","point_image_caption":" ","point_lightbox_images":" ","point_links":" ","point_marker_class":"orbitist-icon-blue","point_position_number":12,"point_tags":null,"point_marker_url":"https:\/\/orbitist.space\/maps\/launch\/cdn\/orbitist-icons\/orbitist-icon-blue.png","point_phone_number":null,"point_email":null,"point_website":null,"point_hours":null,"point_cost":null,"point_accessibility":null}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-2.556510072112,56.185931994449]},"properties":{"name":"Some terns make a friend on the Isle of May","description":" ","point_title":"Some terns make a friend on the Isle of May","point_body":" ","point_id":287,"point_thumbnail":"https:\/\/orbitist.space\/maps\/sites\/default\/files\/styles\/point_thumbnail\/public\/images\/72804_orig.jpg?itok=wd6uE3UM","point_popup_image":"https:\/\/orbitist.space\/maps\/sites\/default\/files\/styles\/point_popup\/public\/images\/72804_orig.jpg?itok=rDsRWANG","point_image":"https:\/\/orbitist.space\/maps\/sites\/default\/files\/styles\/lightbox_800\/public\/images\/72804_orig.jpg?itok=sEfbE8aA","point_image_caption":" ","point_lightbox_images":" ","point_links":"\u003Ca href=\u0022http:\/\/eol.org\/data_objects\/27757532\u0022 target=\u0022_blank\u0022\u003E\u003Cp class=\u0022orbitist-link\u0022\u003EImage source\u003C\/p\u003E\u003C\/a\u003E","point_marker_class":"orbitist-icon-blue","point_position_number":13,"point_tags":null,"point_marker_url":"https:\/\/orbitist.space\/maps\/launch\/cdn\/orbitist-icons\/orbitist-icon-blue.png","point_phone_number":null,"point_email":null,"point_website":null,"point_hours":null,"point_cost":null,"point_accessibility":null}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-69.133797883988,43.86056727762]},"properties":{"name":"Summer nesting","description":"Arctic terns nest durning the summer. Islands off\u0026nbsp;the coast of Maine are great\u0026nbsp;locations for terns in\u0026nbsp;North America. Like many bird species, the Arctic Tern returns to the same nesting...","point_title":"Summer nesting","point_body":"\u003Cp\u003EArctic terns nest durning the summer. Islands off\u0026nbsp;the coast of Maine are great\u0026nbsp;locations for terns in\u0026nbsp;North America. Like many bird species, the Arctic Tern returns to the same nesting grounds each year.\u003C\/p\u003E\n\u003Cp\u003EOn this map, the terns appear to be\u0026nbsp;moving around a lot near the New England coast. However, this appearance is due to \u0027noisey data\u0027, which basically means that the data is not perfect. While the terns nest, their trackers are often hidden from daylight, adding to the innacuracy of their\u0026nbsp;geolocators.\u003C\/p\u003E\n\u003Cp\u003EData\u0026nbsp;for this map was provided by Fish and Wildlife Biologist, Micheal Langlois.\u003C\/p\u003E\n","point_id":33,"point_thumbnail":"https:\/\/orbitist.space\/maps\/sites\/default\/files\/styles\/point_thumbnail\/public\/images\/Arctic_tern_8664.jpg?itok=VxDogwuz","point_popup_image":"https:\/\/orbitist.space\/maps\/sites\/default\/files\/styles\/point_popup\/public\/images\/Arctic_tern_8664.jpg?itok=sUhvBwEj","point_image":"https:\/\/orbitist.space\/maps\/sites\/default\/files\/styles\/lightbox_800\/public\/images\/Arctic_tern_8664.jpg?itok=m6I_niLN","point_image_caption":" ","point_lightbox_images":" ","point_links":"\u003Ca href=\u0022https:\/\/www1.maine.gov\/ifw\/wildlife\/endangered\/pdfs\/arctictern_46_47.pdf\u0022 target=\u0022_blank\u0022\u003E\u003Cp class=\u0022orbitist-link\u0022\u003EMore info\u003C\/p\u003E\u003C\/a\u003E","point_marker_class":"orbitist-icon-blue","point_position_number":14,"point_tags":null,"point_marker_url":"https:\/\/orbitist.space\/maps\/launch\/cdn\/orbitist-icons\/orbitist-icon-blue.png","point_phone_number":null,"point_email":null,"point_website":null,"point_hours":null,"point_cost":null,"point_accessibility":null}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-39.375,-69.778951776467]},"properties":{"name":"The Weddel Sea","description":"Arctic terns spend\u0026nbsp;the winter\u0026nbsp;months on iceburgs, feeding in the Weddel Sea. You\u0027ll notice that the\u0026nbsp;birds\u0027 trackers \u0027go dark\u0027 in December and return in late January. This is because...","point_title":"The Weddel Sea","point_body":"\u003Cp\u003EArctic terns spend\u0026nbsp;the winter\u0026nbsp;months on iceburgs, feeding in the Weddel Sea. You\u0027ll notice that the\u0026nbsp;birds\u0027 trackers \u0027go dark\u0027 in December and return in late January. This is because the days are so long at that time\u0026nbsp;that the trackers cannot determine a length of day and hense cannot calculate location.\u003C\/p\u003E\n\u003Cp\u003EYou\u0027ll also notice that the tern readings are disrupted around the middle of March. This happens for the same reason as it does in September\u2013 the length of day\u0026nbsp;become roughly the same on the entire planet making it impossible for these trackers to know what latitude the terns are at.\u003C\/p\u003E\n","point_id":37,"point_thumbnail":" https:\/\/orbitist.space\/maps\/launch\/img\/400_web_map-icon.png","point_popup_image":null,"point_image":" ","point_image_caption":" ","point_lightbox_images":" ","point_links":" ","point_marker_class":"orbitist-icon-blue","point_position_number":15,"point_tags":null,"point_marker_url":"https:\/\/orbitist.space\/maps\/launch\/cdn\/orbitist-icons\/orbitist-icon-blue.png","point_phone_number":null,"point_email":null,"point_website":null,"point_hours":null,"point_cost":null,"point_accessibility":null}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-16.224060101056,64.074601313731]},"properties":{"name":"Two terns in Auster-Skaftafellssysla, Iceland","description":" ","point_title":"Two terns in Auster-Skaftafellssysla, Iceland","point_body":" ","point_id":284,"point_thumbnail":"https:\/\/orbitist.space\/maps\/sites\/default\/files\/styles\/point_thumbnail\/public\/images\/9386909024_21d96db469_k.jpg?itok=TPuTewM9","point_popup_image":"https:\/\/orbitist.space\/maps\/sites\/default\/files\/styles\/point_popup\/public\/images\/9386909024_21d96db469_k.jpg?itok=AhoASxcq","point_image":"https:\/\/orbitist.space\/maps\/sites\/default\/files\/styles\/lightbox_800\/public\/images\/9386909024_21d96db469_k.jpg?itok=9KOesx8s","point_image_caption":" ","point_lightbox_images":" ","point_links":"\u003Ca href=\u0022https:\/\/www.flickr.com\/photos\/briangratwicke\/9386909024\/in\/photolist-ohk8of-8Fiq75-8FiroU-fihkh4-fihedX-ohk2Ct-ohkaeu-fihtzx-fiwy2o-fiun23-fiujdy-4aHA8m-nTwXkw-2An7a-2mwLas-4h5ttG-53NiZU-55kG78-bJVAUx-5UoWbR-5UoWin\u0022 target=\u0022_blank\u0022\u003E\u003Cp class=\u0022orbitist-link\u0022\u003EImage source\u003C\/p\u003E\u003C\/a\u003E","point_marker_class":"orbitist-icon-blue","point_position_number":16,"point_tags":null,"point_marker_url":"https:\/\/orbitist.space\/maps\/launch\/cdn\/orbitist-icons\/orbitist-icon-blue.png","point_phone_number":null,"point_email":null,"point_website":null,"point_hours":null,"point_cost":null,"point_accessibility":null}},{"type":"Feature","geometry":{"type":"Point","coordinates":[14.508056,-22.956111]},"properties":{"name":"Wallis Bay, Nambia","description":"These Arctic Terns have taken over a beach in Nambia.\r\n","point_title":"Wallis Bay, Nambia","point_body":"\u003Cp\u003EThese Arctic Terns have taken over a beach in Nambia.\u003C\/p\u003E\n","point_id":288,"point_thumbnail":"https:\/\/orbitist.space\/maps\/sites\/default\/files\/styles\/point_thumbnail\/public\/images\/18613_orig.jpg?itok=NVSupFDF","point_popup_image":"https:\/\/orbitist.space\/maps\/sites\/default\/files\/styles\/point_popup\/public\/images\/18613_orig.jpg?itok=rQcrtr3K","point_image":"https:\/\/orbitist.space\/maps\/sites\/default\/files\/styles\/lightbox_800\/public\/images\/18613_orig.jpg?itok=Bpu4irxu","point_image_caption":" ","point_lightbox_images":" ","point_links":"\u003Ca href=\u0022http:\/\/eol.org\/data_objects\/25144176\u0022 target=\u0022_blank\u0022\u003E\u003Cp class=\u0022orbitist-link\u0022\u003EImage source\u003C\/p\u003E\u003C\/a\u003E","point_marker_class":"orbitist-icon-blue","point_position_number":17,"point_tags":null,"point_marker_url":"https:\/\/orbitist.space\/maps\/launch\/cdn\/orbitist-icons\/orbitist-icon-blue.png","point_phone_number":null,"point_email":null,"point_website":null,"point_hours":null,"point_cost":null,"point_accessibility":null}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-1.655502319336,55.61617068779]},"properties":{"name":"Watch out!","description":"Arctic Terns are known to be territorial and protective of their nests. Here you can see one pecking a man\u0027s head on the Farne Island Nature Preserve in\u0026nbsp;England. Visitors to the park are told to...","point_title":"Watch out!","point_body":"\u003Cp\u003EArctic Terns are known to be territorial and protective of their nests. Here you can see one pecking a man\u0027s head on the Farne Island Nature Preserve in\u0026nbsp;England. Visitors to the park are told to wear hats to protect their heads!\u003C\/p\u003E\n","point_id":38,"point_thumbnail":"https:\/\/orbitist.space\/maps\/sites\/default\/files\/styles\/point_thumbnail\/public\/images\/offbeat-photos-280711-17_050735.jpg?itok=-LA1xPb1","point_popup_image":"https:\/\/orbitist.space\/maps\/sites\/default\/files\/styles\/point_popup\/public\/images\/offbeat-photos-280711-17_050735.jpg?itok=LZ0UBWL1","point_image":"https:\/\/orbitist.space\/maps\/sites\/default\/files\/styles\/lightbox_800\/public\/images\/offbeat-photos-280711-17_050735.jpg?itok=FwVUkxrZ","point_image_caption":" ","point_lightbox_images":" ","point_links":" ","point_marker_class":"orbitist-icon-blue","point_position_number":18,"point_tags":null,"point_marker_url":"https:\/\/orbitist.space\/maps\/launch\/cdn\/orbitist-icons\/orbitist-icon-blue.png","point_phone_number":null,"point_email":null,"point_website":null,"point_hours":null,"point_cost":null,"point_accessibility":null}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-2.647705078125,52.055868310747]},"properties":{"name":"Arctic Tern spotted near Hereford, England Sept. 2013","description":"\r\n\r\n\r\n","point_title":"Arctic Tern spotted near Hereford, England Sept. 2013","point_body":"\u003Cp\u003E\u003Cdiv class=\u0022media_embed\u0022 height=\u0022315px\u0022 width=\u0022560px\u0022\u003E\n\u003Ciframe allowfullscreen=\u0022\u0022 frameborder=\u00220\u0022 height=\u0022315px\u0022 src=\u0022https:\/\/www.youtube.com\/embed\/3jCh0zb9t_Q\u0022 width=\u0022560px\u0022\u003E\u003C\/iframe\u003E\u003C\/div\u003E\n\u003C\/p\u003E\n","point_id":35,"point_thumbnail":" https:\/\/orbitist.space\/maps\/launch\/img\/400_web_map-icon.png","point_popup_image":null,"point_image":" ","point_image_caption":" ","point_lightbox_images":" ","point_links":" ","point_marker_class":"orbitist-icon-blue","point_position_number":19,"point_tags":null,"point_marker_url":"https:\/\/orbitist.space\/maps\/launch\/cdn\/orbitist-icons\/orbitist-icon-blue.png","point_phone_number":null,"point_email":null,"point_website":null,"point_hours":null,"point_cost":null,"point_accessibility":null}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-1.1492932,60.1529871]},"properties":{"name":"Lerwick Harbor","description":"\r\n\r\n\r\nA very late adult Arctic Tern in Lerwick Harbour yesterday! #Lerwick #migration #Shetland #birds pic.twitter.com\/e4eyWGXdSk\r\n\u2014 Rebecca Nason (@puffinpassion) November 17, 2015\r\n\r\n\r\n\r\n","point_title":"Lerwick Harbor","point_body":"\u003Cp\u003E\u003Cdiv class=\u0022media_embed\u0022\u003E\n\u003Cblockquote class=\u0022twitter-tweet\u0022 data-lang=\u0022en\u0022 height=\u0022\u0022 width=\u0022\u0022\u003E\u003Cp dir=\u0022ltr\u0022 lang=\u0022en\u0022\u003EA very late adult Arctic Tern in Lerwick Harbour yesterday! \u003Ca href=\u0022https:\/\/twitter.com\/hashtag\/Lerwick?src=hash\u0022\u003E#Lerwick\u003C\/a\u003E \u003Ca href=\u0022https:\/\/twitter.com\/hashtag\/migration?src=hash\u0022\u003E#migration\u003C\/a\u003E \u003Ca href=\u0022https:\/\/twitter.com\/hashtag\/Shetland?src=hash\u0022\u003E#Shetland\u003C\/a\u003E \u003Ca href=\u0022https:\/\/twitter.com\/hashtag\/birds?src=hash\u0022\u003E#birds\u003C\/a\u003E \u003Ca href=\u0022https:\/\/t.co\/e4eyWGXdSk\u0022\u003Epic.twitter.com\/e4eyWGXdSk\u003C\/a\u003E\u003C\/p\u003E\n\u003Cp\u003E\u2014 Rebecca Nason (@puffinpassion) \u003Ca href=\u0022https:\/\/twitter.com\/puffinpassion\/status\/666759475693514752\u0022\u003ENovember 17, 2015\u003C\/a\u003E\u003C\/p\u003E\u003C\/blockquote\u003E\n\u003C\/div\u003E\n\u003C\/p\u003E\n","point_id":1450,"point_thumbnail":" https:\/\/orbitist.space\/maps\/launch\/img\/400_web_map-icon.png","point_popup_image":null,"point_image":" ","point_image_caption":" ","point_lightbox_images":" ","point_links":" ","point_marker_class":"fa fa-twitter","point_position_number":20,"point_tags":null,"point_marker_url":"https:\/\/orbitist.space\/maps\/launch\/cdn\/orbitist-icons\/font-awesome\/png\/twitter.png","point_phone_number":null,"point_email":null,"point_website":null,"point_hours":null,"point_cost":null,"point_accessibility":null}}]};
// Markers are configured here:
var orbitistIcon = L.icon({
iconUrl: 'http://orbitist.s3.amazonaws.com/_toplevel/images/map-icons/orbitist-icon-blue.png',
iconSize: [30, 30], // size of the icon
iconAnchor: [15, 30], // point of the icon which will correspond to marker's location
popupAnchor: [1, -20] // point from which the popup should open relative to the iconAnchor
});
// ADVANCED: This tells the map what goes in popups.
function orbitistPopup(feature, layer) {
if (feature.properties.point_image.length > 10) {
layer.bindPopup('<div class="leaflet-popup-content" style="width: 301px;"><a href="' + feature.properties.point_image + '" data-lightbox="' + feature.properties.point_position_number + '" data-title="' + feature.properties.point_image_caption + '"><img src="' + feature.properties.point_popup_image + '" width="301px" height="200px"><div class="popupimage-expand"><span class="fa fa-expand"></span></div></a><div class="popupbody"><div class="popuptitle"><h3>' + feature.properties.point_title + '</h3></div><p>' + feature.properties.point_body + '</p>' + feature.properties.point_links + '</div></div>', {closeButton: true});
}
else {
layer.bindPopup('<div class="leaflet-popup-content" style="width: 301px;"><div class="popupbody"><div class="popuptitle"><h3>' + feature.properties.point_title + '</h3></div><p>' + feature.properties.point_body + '</p>' + feature.properties.point_links + '</div></div>', {closeButton: true});
}
}
// ADVANCED: This adds the markers to the map.
var bounds = L.geoJson(orbitistGeoJson, {
pointToLayer: function (feature, latlng) {
return L.marker(latlng, {icon: orbitistIcon});
},
onEachFeature: orbitistPopup
}).addTo(map);
map.fitBounds(bounds);
// Add cartodb layer
cartodb.createLayer(map, 'http://orbitist.cartodb.com/api/v2/viz/040ba3cc-0252-11e4-ae4c-0e230854a1cb/viz.json')
.addTo(map)
.on('done', function(layer) {
//do stuff
});
</script>
<script>
/* Hook up the Talkie integration to our map */
var tl = TalkieLeaflet(map);
/* Talkie timeline config */
var timeline = Talkie.timeline("#song", {
"00:06": tl.setView([63.144, 13.14], 5), // in Norway
"00:14": tl.setView([69.209, -37.09], 2), // from Greenland
"00:16": tl.setView([61.228, -142.559], 2), // to Alaska
"00:17": tl.setView([64.765, -18.809], 2), // to Iceland
"00:18": tl.setView([41.656, -69.785], 2), // and Maine
"00:21": tl.setView([-16.468, -34.805], 2), // what's really interesting
"01:03": tl.setView([43.093, -69.653], 6), // Montage Maine
"01:10": tl.setView([-70.051, -46.582], 4), //Montage Weddel Sea
"01:18": tl.setView([28.304, -51.328], 2), // a little bit about
"01:32": tl.setView([42.375, -68.379], 6), // if we look at the ocean
"01:51": tl.setView([37.475, -59.985], 5), // out into the northern atlantic
"01:57": tl.setView([6.839, -29.619], 4), // when they get to the equator
"02:01": tl.setView([-7.014, -18.984], 2), // some move down the coast of africa
"02:48": tl.setView([-67.542, -48.867], 4), // to the far south
"03:07": tl.setView([-13.24, -30.586], 2) // ok enough from me
});
// Tell TalkieLeaflet that we want to revert user changes to the map view
//
// If we don’t call this, then the scripted setViews will still work but
// user changes will not pause the timeline or be reverted.
tl.undoViewChanges(timeline);
</script>
<script>
$(document).ready(function () {
$('[data-toggle="toggleLegend"]').click(function () {
$('.cartodb-legend-stack').toggleClass('active')
});
});
</script>
<!-- Make headphones pulsate when play button is pressed -->
<script>
$(document).ready(function () {
$('[data-toggle="pulse-headphones"]').click(function () {
$('.pulse-headphones').addClass('active')
});
});
</script>
<!-- Latest compiled and minified JavaScript -->
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/js/bootstrap.min.js"></script>
<script>
window.setInterval(function(){
twttr.widgets.load()
}, 500);
</script>
</body>
</html>