forked from ers-imaging/ers-imaging.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
104 lines (90 loc) · 3.58 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
<!DOCTYPE HTML>
<!--
Helios by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<head>
<title>High Contrast Imaging of Exoplanets and Exoplanetary Systems with JWST</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="assets/css/main.css" />
<noscript><link rel="stylesheet" href="assets/css/noscript.css" /></noscript>
</head>
<body class="homepage is-preload">
<div id="page-wrapper">
<!-- Header -->
<div id="header">
<!-- Inner -->
<div class="inner">
<header>
<h1><a href="index " id="logo">High Contrast Imaging of Exoplanets and</a></h1>
<h1><a href="index " id="logo">Exoplanetary Systems with JWST</a></h1>
<hr />
</header>
</div>
<!-- Nav -->
<nav id="nav">
<ul>
<li><a href="index">Home</a></li>
<li><a href="publications">Publications</a></li>
<li><a href="presentations">Presentations</a></li>
<li><a href="resources">Resources</a></li>
<li><a href="uk_workshop">UK Workshop 2020</a></li>
</ul>
</nav>
</div>
<!-- Main -->
<div class="wrapper style2">
<article id="main" class="container special">
<br>
<p style="margin-bottom:1cm;">
High Contrast Imaging of Exoplanets and Exoplanetary Systems with JWST is an upcoming program
for the James Webb Space Telescope, awarded as part of the Director's Discretionary Early Release
Science program. Our team consists of over 100 members, with a wide range in both obervational and
theoretical expertise, and our program goals have been designed to address the most significant
needs of the high contrast imaging community.
</p>
<header>
<u><b>Program Goals</b></u>
</header>
<p>
<ul>
<li>Generate representative datasets specific to the exoplanet and debris disk imaging community across all four JWST instruments.</li>
<li>Deliver a wide range of science enabling products back to the community, including reduction pipelines for all primary modes of high contrast imaging.</li>
<li>Characterize exoplanets for the first time over their full spectral range from 2-28 μm, and disks out to 15 μm.</li>
</ul>
<br>
Further information on this program and the team members involved can be found at
<b><a href="https://jwst.stsci.edu/observing-programs/approved-ers-programs/program-1386">ERS Program 1386</a></b>.
</p>
</article>
</div>
<!-- Footer -->
<div id="footer">
<div class="container">
<div class="row">
<div class="col-12">
<!-- Copyright -->
<div class="copyright">
<ul class="menu">
<li>Design adapted from <a href="http://html5up.net">HTML5 UP</a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.dropotron.min.js"></script>
<script src="assets/js/jquery.scrolly.min.js"></script>
<script src="assets/js/jquery.scrollex.min.js"></script>
<script src="assets/js/browser.min.js"></script>
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>