-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
executable file
·456 lines (423 loc) · 16.5 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
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
---
layout: default
section_id: home
slides:
- bg: images/cfht/sunrise_cfht_crop.jpg
small_title:
klass: bottom-to-top
text: welcome to the outer solar system
title:
klass: bottom-to-top
text: origins survey
buttons:
klass: bottom-to-top
items:
- text: Recent Results
link_to: tnodb.html
- text: Learn More
link_to: /#about
- bg: images/cfht/maunaloa_crop.jpg
klass: centered-text
small_title:
klass: bottom-to-top
text: discovering hundreds of new objects
title:
klass: bottom-to-top
text: beyond neptune
buttons:
klass: bottom-to-top
items:
- klass: boxed
text: Data and Orbits
link_to: tnodb.html
- text: Publications
link_to: publications.html
- bg: images/cfht/cfht_night.jpg
small_title:
klass: bottom-to-top
text: learning how our solar system once was
title:
klass: bottom-to-top
text: sculpted by giant planets
buttons:
klass: bottom-to-top
items:
- text: Learn More
link_to: /#about
<!--link_to: science.html-->
works:
- image: images/@stock/work-1.jpg
title: Beautiful Girl
link_to: portfolio-item.html
klass: graphi-design
desc: Design & Development
- image: images/@stock/work-2.jpg
title: Beautiful Girl
link_to: portfolio-item.html
klass: graphi-design
desc: Design & Development
- image: images/@stock/work-3.jpg
title: Beautiful Girl
link_to: portfolio-item.html
klass: graphi-design
desc: Design & Development
- image: images/@stock/work-4.jpg
title: Beautiful Girl
link_to: portfolio-item.html
klass: graphi-design
desc: Design & Development
- image: images/@stock/work-5.jpg
title: Beautiful Girl
link_to: portfolio-item.html
klass: graphi-design
desc: Design & Development
- image: images/@stock/work-6.jpg
title: Beautiful Girl
link_to: portfolio-item.html
klass: graphi-design
desc: Design & Development
- image: images/@stock/work-7.jpg
title: Beautiful Girl
link_to: portfolio-item.html
klass: graphi-design
desc: Design & Development
- image: images/@stock/work-8.jpg
title: Beautiful Girl
link_to: portfolio-item.html
klass: graphi-design
desc: Design & Development
services:
- icon: moon-o
title: Dense, tracked, observing
desc: We observe our target areas of sky every new moon. Even objects as distant as Pluto still move across the sky - just very slowly. We retarget the areas of sky that we observe at that slow rate, allowing us to keep close track of the objects we discover.
- icon: magic
title: Precision astrometry
desc: Observing the same sky often means that we can merge the many images - making a mosaic in which we very accurately locate the stars. Measuring where the moving objects are on the sky relative to such a good reference catalogue lets us determine very precisely where each icy world is in space.
- icon: diamond
title: Exquisite orbits
desc: Cadence and astrometry together let us accurately determine the orbits of these distant worlds in only two years of observing, less than 1% of the time it takes them to orbit the Sun. We can then classify if they are in resonances with Neptune.
- icon: cogs
title: Survey simulator
desc: Guided by Neptune's gravity, when resonant Kuiper belt objects come closest to the Sun, they clump on the sky. The <a href="simulator.html">simulator</a> removes the bias created by where and how we look at the sky.
milestones:
- icon: folder-open
from: 0
to: 69
title: Projects Completed
- icon: coffee
from: 0
to: 726
title: Cups of coffee offered
- icon: thumbs-up
from: 0
to: 59
title: Happy clients
- icon: file-text
from: 0
to: 21
title: Articles Published
---
<div class='mod modDefaultSlider'>
<div class='sequence' data-autostop='on' data-timeout='0'>
<a class='sequence-prev' href='javascript:void(0);'>
<span></span>
</a>
<a class='sequence-next' href='javascript:void(0);'>
<span></span>
</a>
<ul class='sequence-pagination'>
{% for slide in page.slides %}
{% if forloop.first %}
{% assign class = 'current' %}
{% else %}
{% assign class = '' %}
{% endif %}
<li class="{{class}}"></li>
{% endfor %}
</ul>
<ul class='sequence-canvas'>
{% for slide in page.slides %}
{% if forloop.first %}
{% assign style = 'static' %}
{% else %}
{% assign style = '' %}
{% endif %}
<li class='frame {{style}} {{ slide.klass }}'>
<div class='bg' style='background-image: url({{ slide.bg}});'></div>
<div class='small-title {{ slide.small_title.klass }}'>
<div class='row'>
<div class='large-12 columns'>
<h2>{{ slide.small_title.text }}</h2>
</div>
</div>
</div>
<div class='title {{ slide.title.klass }}'>
<div class='row'>
<div class='large-12 columns'>
<h2>{{ slide.title.text }}</h2>
</div>
</div>
</div>
<div class='buttons-wrapper {{ slide.buttons.klass }}'>
<div class='row'>
<div class='large-12 columns'>
<div class='two spacing'></div>
{% for button in slide.buttons.items %}
<a class='button {{ button.klass }}' href='{{ button.link_to }}'>{{ button.text }}</a>
{% endfor %}
</div>
</div>
</div>
</li>
{% endfor %}
</ul>
</div>
</div>
<div class="two spacing"></div>
<div id="about" class="spacing"></div>
<div class="row">
<div class="medium-3 large-3 columns">
{% include icon-text.html title='Survey' link='about.html' desc='The <b>highest-priority</b> Large Program on the Canada-France-Hawaii Telescope in 2013—16, OSSOS discovers <b>distant moving objects</b> with wide-field optical imaging.' icon_class='fa fa-camera' delay='0' shape_class='icon-text-circle' %}
</div>
<div class="medium-3 large-3 columns">
{% include icon-text.html title='Science' link='science.html' desc='OSSOS explores the <b>resonant populations</b> of the Kuiper belt, the little cousins of <b>worlds like Pluto</b>, so we can test models of <b>how the Solar System evolved</b>.' icon_class='fa fa-flask' delay='200' shape_class='icon-text-circle' %}
</div>
<div class="medium-3 large-3 columns">
{% include icon-text.html title='Discoveries' link='tnodb.html' desc='All OSSOS icy worlds are <b>available</b> in a <b>public catalogue</b> that lists their orbits, brightness and location on the sky.' icon_class='fa fa-star-half-full' delay='400' shape_class='icon-text-circle' %}
</div>
<div class="medium-3 large-3 columns">
{% include icon-text.html title='People' link='people.html' desc='OSSOS is an <b>international collaboration</b>, involving more than forty scientists at institutes in <b>eight countries</b>.' icon_class='fa fa-users' delay='600' shape_class='icon-text-circle' %}
</div>
</div>
<!--<div class="spacing"></div>-->
<!--<div class="full" style="background: #f5f5f5;">-->
<!--<div class="row">-->
<!--<div class="large-12 columns">-->
<!--{% include section-header.html title="Our works" %}-->
<!--<div class="spacing"></div>-->
<!--<p>-->
<!--Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat consectetuer sit amet magna adipiscing. Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat consectetuer sit amet magna adipiscing.-->
<!--</p>-->
<!--<div class="three spacing"></div>-->
<!--</div>-->
<!--</div>-->
<!--<div class="mod modGallery">-->
<!--<ul class="gallery small-block-grid-2 medium-block-grid-3 large-block-grid-4">-->
<!--{% for work in page.works %}-->
<!--<li class="{{ work.klass }}">-->
<!--<a href='{{ work.link_to }}'>-->
<!--<img alt="" src="{{ work.image }}" />-->
<!--<div class='overlay'>-->
<!--<div class='thumb-info'>-->
<!--<h3>{{ work.title }}</h3>-->
<!--<p>{{ work.desc }}</p>-->
<!--</div>-->
<!--</div>-->
<!--</a>-->
<!--</li>-->
<!--{% endfor %}-->
<!--</ul>-->
<!--</div>-->
<!--</div>-->
<div class='full.no-padding'>
<div class='row'>
<div class='large-12 columns'>
{% include section-header.html title="Mysteries beyond Neptune" %}
<div class='spacing'></div>
<p>
The outer Solar System remains relatively unexplored.
What lies beyond the orbit of Neptune?
How many icy worlds are out there?
Are they orbiting where they formed, or have their orbits changed?
If they were scattered to where we see them today, how and when did this happen?
OSSOS aims to help answer these - and many other questions.
<br>
To do this, we're discovering a large number of trans-Neptunian objects,
with sophisticated techniques that allow us to measure and remove a number of biases
introduced by the act of surveying.
</p>
<!--<div class='three spacing'></div>-->
</div>
</div>
<div class='row'>
<div class='medium-6 columns'>
<img class="fadeinleft" alt="" src="images/cfht/CFHT_jpg_crop.jpg" />
<div class='three spacing'></div>
</div>
<div class='medium-6 columns'>
{% for service in page.services %}
<div class='fadein mod modIconText' data-delay='{{ 300 | times:forloop.index0 }}'>
<div class='icon-text-simple'>
<i class='fa fa-{{service.icon}}'></i>
<h3>{{service.title}}</h3>
<p>{{service.desc}}</p>
</div>
<div class='spacing'></div>
</div>
{% endfor %}
</div>
</div>
<div class='spacing'></div>
</div>
<!--<div class='full parallax' style='background-image: url(images/@stock/milestone-bg.jpg); color: #fff;'>-->
<!--<div class='row'>-->
<!--<div class='large-12 columns'>-->
<!--{% include section-header.html title="Parallax effect" color="#fff" %}-->
<!--<div class='spacing'></div>-->
<!--<p class='centered-text' style='color: #ccc;'>-->
<!--Dolore magna aliquam erat volutpat consectetuer sit amet magna adipiscing. Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat consectetuer sit amet magna adipiscing.-->
<!--</p>-->
<!--<div class='two spacing'></div>-->
<!--</div>-->
<!--</div>-->
<!--<div class='row'>-->
<!--{% for milestone in page.milestones %}-->
<!--<div class='medium-3 large-3 columns'>-->
<!--<div class='mod modMilestone'>-->
<!--<i class='fa fa-{{milestone.icon}}'></i>-->
<!--<strong data-from='{{milestone.from}}' data-to='{{milestone.to}}'> </strong>-->
<!--<span>{{milestone.title}}</span>-->
<!--<div class='four spacing'></div>-->
<!--</div>-->
<!--</div>-->
<!--{% endfor %}-->
<!--</div>-->
<!--<div class='two spacing'></div>-->
<!--</div>-->
<div class='full.no-padding'>
<div class='row'>
<div class='large-12 columns'>
{% include section-header.html title="Our team" %}
<!--<div class='spacing'></div>-->
<p>
The team who run the observing, object discovery and orbit calculation are in British Columbia, Canada,
Besancǫn, France, Tucson, US, and Taipei, Taiwan.
The multiple teams who are working to understand different aspects of the discoveries are similarly international.
Come find out more <a href="people.html">about them</a> and about <a href="science.html">their activities</a>.
</p>
<div class='spacing'></div>
</div>
</div>
<div class='row'>
{% for member in site.data.members %}
<div class='small-6 medium-3 large-3 columns'>
<div class='mod modTeamMember'>
<div class='member'>
<img class="avatar" alt="" src="{{ member.avatar }}" />
<div class='overlay'>
<div class='intro'>
<h3>{{member.name}}</h3>
<p>{{member.role}}</p>
<ul class='socials'>
{% for social in member.socials %}
<li>
<a href='{{social.link}}'>
<i class='fa fa-{{social.icon}}'></i>
</a>
</li>
{% endfor %}
</ul>
</div>
</div>
</div>
<div class='spacing'></div>
</div>
</div>
{% endfor %}
</div>
<div class='row'>
{% for member in site.data.members2 %}
<div class='small-6 medium-3 large-3 columns'>
<div class='mod modTeamMember'>
<div class='member'>
<img class="avatar" alt="" src="{{ member.avatar }}" />
<div class='overlay'>
<div class='intro'>
<h3>{{member.name}}</h3>
<p>{{member.role}}</p>
<ul class='socials'>
{% for social in member.socials %}
<li>
<a href='{{social.link}}'>
<i class='fa fa-{{social.icon}}'></i>
</a>
</li>
{% endfor %}
</ul>
</div>
</div>
</div>
<div class='two spacing'></div>
</div>
</div>
{% endfor %}
</div>
</div>
<!--<div class='full.no-padding' style='background: #f5f5f5'>-->
<!--<div class='row'>-->
<!--<div class='large-12 columns'>-->
<!--{% include section-header.html title="What's new at OSSOS" %}-->
<!--<div class='spacing'></div>-->
<!--<p>-->
<!--The Canada-France-Hawaii Telescope observes for us every new moon. There's always more data arriving, or more discoveries being made!-->
<!--</p>-->
<!--<div class='spacing'></div>-->
<!--</div>-->
<!--</div>-->
<!--<div class='row'>-->
<!--{% for post in site.posts %}-->
<!--{% if forloop.index > 3 %}-->
<!--{% break %}-->
<!--{% endif %}-->
<!--<div class='large-4 medium-4 columns'>-->
<!--<div class='mod modBlogPost'>-->
<!--{% for image in post.images %}-->
<!--{% unless forloop.first %}-->
<!--{% break %}-->
<!--{% endunless %}-->
<!--<a href="{{post.url}}"><img alt="" src="{{image}}" /></a>-->
<!--{% endfor %}-->
<!--<div class='content'>-->
<!--<p class='date'>{{post.date | date: "%B %d, %Y" }}</p>-->
<!--<h4><a href="#">{{post.title}}</a></h4>-->
<!--<p>{{post.excerpt}}</p>-->
<!--<!–-->
<!--<div class="tags">-->
<!--{% for cat in post.categories %}-->
<!--<a href="#">{{cat | capitalize}}</a>-->
<!--{% unless forloop.last %}-->
<!--,-->
<!--{% endunless %}-->
<!--{% endfor %}-->
<!--</div>-->
<!--–>-->
<!--</div>-->
<!--</div>-->
<!--</div>-->
<!--{% endfor %}-->
<!--</div>-->
<!--<!–<div class='two spacing'></div>–>-->
<!--<div class='row'>-->
<!--<div class='large-12 columns'>-->
<!--<p class='centered-text'>-->
<!--<a class='button' href='blog/'>See more posts</a>-->
<!--</p>-->
<!--</div>-->
<!--</div>-->
<!--<!–<div class='two spacing'></div>–>-->
<!--</div>-->
<!--{% include our-customers.html %}-->
<!--<div class='full no-padding' style='background: #fff'>-->
<!--<div class='two spacing'></div>-->
<!--<div class='mod modCallToAction'>-->
<!--<div class='row'>-->
<!--<div class='medium-9 large-9 columns'>-->
<!--<p>Like what you see here? Checkout this theme and start to build your site immediately.</p>-->
<!--</div>-->
<!--<div class='medium-3 large-3 columns'>-->
<!--<a class='button' href='http://themeforest.net/user/honryou/portfolio?ref=honryou'>Learn more</a>-->
<!--</div>-->
<!--</div>-->
<!--</div>-->
<!--<div class='spacing'></div>-->
<!--</div>-->