generated from github/welcome-to-github
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathuk_workshop.html
122 lines (108 loc) · 3.9 KB
/
uk_workshop.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
<!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="no-sidebar is-preload">
<div id="page-wrapper">
<!-- Header -->
<div id="header">
<!-- Inner -->
<div class="inner">
<header>
<h1><a href="index" id="logo">UK Workshop</a></h1>
</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 style1">
<div class="container">
<article id="main" class="special">
<p>
<b>Registration is now closed.</b>
</p>
<p>
<b><a href="uk_workshop/program">Program</a></b>
</p>
<p>
ERS team members Aarynn Carter and Sasha Hinkley have been selected to host one of 15 local workshops across Europe following their attendance at the Madrid JWST Master Class in February 2020. This workshop will be held at the University of Exeter from <b>March 2nd to March 4th</b>, with the first two days focused on general JWST information and proposal planning and the final day focused on exoplanet proposal planning.
</p>
<p>
A complete program has been posted above, with a brief description below.
</p>
<b>Day 1 and 2 - General Observing with JWST </b>
<ul>
<li>
JWST Mission Status and the Cycle 1 Call for Proposals.
</li>
<li>
Full instrument overviews of NIRCam, MIRI, NIRISS and NIRSpec.
</li>
<li>
Hands on sessions with a variety of JWST proposal tools such as the ETC and APT.
</li>
<li>
Science observing modes: Imaging, Coronagraphy, Wide-Field Slitless Spectroscopy, Single-Object Slitless Spectroscopy, IFU Spectroscopy, Multi-Object Spectroscopy, Time-Series Observations (final selection will be made based on attendee interest).
</li>
</ul>
<b>Day 3 - Exoplanets with JWST </b>
<ul>
<li>
Available simulation tools for exoplanet specific JWST observations both through transit/emission spectroscopy.
</li>
<li>
Hands on sessions with these simulation tools, mimicking the JWST proposal process from initial idea to submission.
</li>
</ul>
<p>
<br>
<br>
<br>
</div>
</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>