-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathabout.html
311 lines (298 loc) · 21 KB
/
about.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
<!doctype html>
<html>
<head>
<title>Exoclimes VII</title>
<link rel="icon" type="image/x-icon" href="/img/favicon_VII.ico">
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Boostrap -->
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
<!-- Fonts -->
<style> @import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,100;1,200;1,300;1,400;1,500;1,700;1,800&family=Roboto:wght@100&display=swap'); </style>
<style> @import url('https://fonts.cdnfonts.com/css/good-times-2'); </style>
<!-- Exoxclimes VI stylesheet -->
<link href="css/main.css" rel="stylesheet" type="text/css">
</head>
<body class="exoclimes-bg">
<div class="vert-spacer">
<div class="container-fluid">
<div class="pt-3"></div>
<div class="header-menu-container p-2">
<nav class="navbar navbar-expand-lg">
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav me-auto mb-lg-0">
<li class="nav-item">
<a class="nav-link" aria-current="page" href="index.html">Home</a>
</li>
<li class="nav-item dropdown">
<a class="nav-link active dropdown-toggle" href="#" role="button" data-bs-toggle="dropdown" aria-expanded="false">
About
</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="about.html">Exoclimes VII</a></li>
<li><a class="dropdown-item" href="exoslam/index.html">ExoSLAM</a></li>
</ul>
</li>
<li class="nav-item">
<a class="nav-link" href="register.html">Registration</a>
</li>
<!-- <li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" role="button" data-bs-toggle="dropdown" aria-expanded="false">
Programmes
</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="programme.html">Exoclimes VI</a></li>
<li><a class="dropdown-item" href="exoslam/programme.html">ExoSLAM</a></li>
<li><a class="dropdown-item" href="plus_programme.html">Exoclimes VI+</a></li>
</ul>
</li>
<li class="nav-item">
<a class="nav-link" href="guide.html">Exeter: Rough Guide</a>
</li>
<li class="nav-item">
<a class="nav-link" href="logistics.html">Logistics</a>
</li>
<li class="nav-item">
<a class="nav-link" href="exoclimes_connect.html">Exoclimes Connect</a>
</li>
<li class="nav-item">
<a class="nav-link" href="resources.html">Resources</a>
</li>
<li class="nav-item">
<a class="nav-link" href="exoclimes_support.html">Exoclimes Support</a>
</li>
<li class="nav-item">
<a class="nav-link" href="exoclimes_engage.html">Exoclimes Engage</a>
</li> -->
</ul>
</div>
</nav>
</div>
</div>
<!-- PAGE CONTENT -->
<div class="container-fluid">
<!-- <div class="page-content text-center pt-5">
<b>Exoclimes</b> is a conference series devoted to understanding the climate and climate evolution of exoplanets. It began in 2010 at the University of Exeter, UK.
</div> -->
<div class="row g3">
<div class="col mt-5">
<div class="blurred-background p-5" style="margin-top: 30px;">
<div class="homepage-exoclimes-title-date">
<h2><span style="font-family: 'Good Times Rg', sans-serif;"><b>Exoclimes VII:</b></span> 7th to 11th July, 2025, Université de Montréal, QC, CA</h2>
</div>
<br>
<center><h2>Invited Speakers: TBA</h2></center>
<br>
<p style="margin-bottom: 0; font-size: 14pt; font-family: 'Raleway', sans-serif;"><b>About Exoclimes:</b></p>
<p style="margin-top: 0; font-size: 14pt; font-family: 'Raleway', sans-serif;">The 7th edition of the Exoclimes conference series, organized by the <a href="https://exoplanetes.umontreal.ca/en/">Trottier Institute for Research on Exoplanets</a>,
will take place in Montreal, Canada, from July 7-11, 2025 at the Université de Montréal, with a precursor 2-day summer school for early-career researchers on July 3-4, 2025. Over the course of the week,
we will host a range of Keynote Reviews, Review talks, Evening discussion topics, and contributed talks, as well as poster presentation sessions. The conference covers a wide range of topics across climate studies,
and we anticipate a diverse audience from PhD students through to senior faculty from astronomy and planetary sciences. In true Exoclimes fashion this is interspersed with long excursion breaks/free time/discussion time.
In keeping with the spirit of past Exoclimes meetings, the conference will host around 200 delegates attending in person to encourage close interactions among participants where all participants are hosted at the
Université de Montréal for accommodation, meals, and the conference itself.</p>
<p style="margin-bottom: 0; font-size: 14pt; font-family: 'Raleway', sans-serif;"><b>About the Host:</b></p>
<p style="margin-top: 0; font-size: 14pt; font-family: 'Raleway', sans-serif;">Exoclimes VII will be hosted in the vibrant city of Montréal in the summer of 2025, organized by members of the <a href="https://exoplanetes.umontreal.ca/en/">Trottier Institute for Research on Exoplanets (IREx)</a>,
the largest exoplanet research group in Canada. Bringing together scientists from the Université de Montréal (UdeM), McGill University, Bishop's University, the Université Laval, and the Montreal Planetarium,
IREx specializes in exoplanet research, encompassing observational and theoretical work. With leading roles in instrumental projects like the JWST, SPIRou, and NIRPS, characterizing exoplanet atmospheres is one
of IREx's primary areas of research focus. The Université de Montréal campus, nestled on the slopes of Mont-Royal away from the downtown hustle, is a great setting for the Exoclimes conference, located in one of the
most welcoming North American cities, especially for pedestrians and cyclists during the lively summer months. With art and music festivals in the summer, Montréal's diverse culture and Québécois charm add a special touch to the conference experience.
Participants will have a large variety of things to do while getting to know other attendees, from outdoor activities such as Mont-Royal hikes, city biking, relaxing on terraces or free outdoor events, to indoor activities
such as museum visits and access to the university's sports facilities.</p>
<!-- <ul class="committee-list", style="text-align:center">
<li class="committee-member-item">Emily Rauscher: <i>Are atmospheres really 3D?</i></li>
<li class="committee-member-item">Natasha Batalha (Replacement: Jo Barstow): <i>The chemistry of irradiated atmospheres</i></li>
<li class="committee-member-item">Tim Lichtenberg: <i>Interior-Atmosphere interactions</i></li>
<li class="committee-member-item">Steph Sallum: <i>Instrumentation</i></li>
<li class="committee-member-item">Catherine Walsh: <i>Atmospheric links to formation</i></li>
</ul>
<center><h2>Invited Review Speakers</h2></center>
<ul class="committee-list", style="text-align:center">
<li class="committee-member-item">Sarah Moran: <i>Exoplanet aerosols and hazes</i></li>
<li class="committee-member-item">Brittany Miles: <i>Directly imaged exoplanets and brown dwarfs</i></li>
<li class="committee-member-item">Takanori Kodama: <i>Rocky planet atmospheres</i></li>
<li class="committee-member-item">Aarynn Carter: <i>The future of exo-climate studies</i></li>
</ul>
<center><h2>Invited Evening Speakers</h2></center>
<ul class="committee-list", style="text-align:center">
<li class="committee-member-item">Aymeric Spiga: <i>Climate change and our role as astronomers</i></li>
<li class="committee-member-item">Melodie Kao: <i>Magnetic fields</i></li>
<li class="committee-member-item">Andrew Rushby: <i>Astrobiology</i></li>
</ul> -->
</div>
</div>
</div>
<div class="row g3 pt-5">
<div class="col-md-6 col-12">
<div class="blurred-background-titles p-3">
<h2>Exoclimes VII Scientific Organising Committee</h2>
</div>
<div class="blurred-background p-3">
<ul class="committee-list">
<li class="committee-member-item">Lisa Dang (Co-chair)</li>
<li class="committee-member-item">Caroline Morley (Co-chair)</li>
<li class="committee-member-item">Romain Allart </li>
<li class="committee-member-item">Adina Feinstein</li>
<li class="committee-member-item">Tim Lichtenberg</li>
<li class="committee-member-item">Yamila Miguel</li>
<li class="committee-member-item">Brittany Miles</li>
<li class="committee-member-item">Sarah Moran</li>
<li class="committee-member-item">Stevanus Nugroho</li>
<li class="committee-member-item">Julia Seidel</li>
<li class="committee-member-item">Denis Sergeev</li>
<li class="committee-member-item">Shami Tsai</li>
<li class="committee-member-item">Hannah Wakeford</li>
<li class="committee-member-item">Luis Welbanks</li>
</ul>
</div>
</div>
<div class="col-md-6 col-12">
<div class="blurred-background-titles p-3">
<h2>Exoclimes VII Local Organising Committee</h2>
</div>
<div class="blurred-background p-5">
<ul class="committee-list">
<li class='committee-member-item'>Romain Allart (Co-chair)</li>
<li class='committee-member-item'>Frédérique Baron (Co-chair)</li>
<li class='committee-member-item'>Lisa Dang (Co-chair)</li>
<li class='committee-member-item'>René Doyon (Co-chair)</li>
<li class='committee-member-item'>Björn Benneke</li>
<li class='committee-member-item'>Antoine Darveau-Bernier</li>
<li class='committee-member-item'>Clémence Fontanive</li>
<li class='committee-member-item'>Mahesh Herath</li>
<li class='committee-member-item'>Vigneshwaran Krishnamurthy</li>
<li class='committee-member-item'>David Lafrenière</li>
<li class='committee-member-item'>Érika Le Bourdais</li>
<li class='committee-member-item'>Marie-Eve Naud</li>
<li class='committee-member-item'>Nathalie Ouellette</li>
<li class='committee-member-item'>Jason Rowe</li>
<li class='committee-member-item'>Pierre-Alexis Roy</li>
<li class='committee-member-item'>Salma Salhi</li>
<li class='committee-member-item'>Jared Splinter</li>
<li class='committee-member-item'>Thomas Vandal</li>
<li class='committee-member-item'>Joost Wardenier</li>
</ul>
</div>
</div>
</div>
<!-- <div class="row g3">
<div class="col mt-5">
<div class="blurred-background p-5">
<h2>Current Exoclimes Steering Committee</h2>
<ul class="committee-list">
<li class="committee-member-item">Hannah Wakeford</li>
<li class="committee-member-item">Caroline Morley</li>
<li class="committee-member-item">Raymond Pierrehumbert</li>
<li class="committee-member-item">David Sing</li>
</ul>
</div>
</div>
</div> -->
<!-- <div class="row g3">
<div class="col mt-5">
<div class="blurred-background p-5">
<h2>Code of Conduct</h2>
<p class="page-content">
<a href="code-of-conduct.html">
<button type="button" class="exoclimes-btn btn btn-outline-secondary">View Code of Conduct</button>
</a>
</p>
</div>
</div>
</div> -->
<div class="row g3">
<div class="col mt-5">
<div class="blurred-background p-5">
<h2>Hosts</h2>
<table class="table exoclimes-table">
<thead>
<tr>
<th scope="col">Exoclimes</th>
<th scope="col">Year</th>
<th scope="col">Host</th>
<th scope="col">Venue</th>
</tr>
</thead>
<tbody>
<tr>
<th scope="row"><a href="http://www.astro.ex.ac.uk/exoclimes/2010/dvd/Proceedings.html">I</a></th>
<td>2010</td>
<td>University of Exeter</td>
<td>Exeter, UK</td>
</tr>
<tr>
<th scope="row"><a href="http://www.astro.ex.ac.uk/exoclimes/2012/index.html">II</a></th>
<td>2012</td>
<td>Northwestern University</td>
<td>Aspen, CO, USA</td>
</tr>
<tr>
<th scope="row"><a href="https://www.yumpu.com/en/document/view/34069553/exoclimes-conference-booklet1">III</a></th>
<td>2014</td>
<td>University of Bern</td>
<td>Davos, CH</td>
</tr>
<tr>
<th scope="row"><a href="https://astrobiology.nasa.gov/nai/media/medialibrary/2016/08/ExoClimes_2016_report.pdf">IV</a></th>
<td>2016</td>
<td>McGill University</td>
<td>Squamish, BC, CA</td>
</tr>
<tr>
<th scope="row"><a href="https://users.physics.ox.ac.uk/~pierrehumbert/exoclimes2019/">V</a></th>
<td>2019</td>
<td>University of Oxford</td>
<td>Oxford, UK</td>
</tr>
<tr>
<th scope="row"><a href="https://salmasalhi7.github.io/exoclimes2023_archive/">VI</a></th>
<td>2023</td>
<td>University of Exeter</td>
<td>Exeter, UK</td>
</tr>
<tr>
<th scope="row">VII</th>
<td>2025</td>
<td>Université de Montréal</td>
<td>Montréal, QC, CA</td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
</div>
<!-- END PAGE CONTENT -->
</div>
<!-- FOOTER -->
<footer class="footer-container container-fluid">
<div class="row g-3 mb-3">
<div class="col text-start">
<a href="https://exoplanetes.umontreal.ca/en">
<img src="img/new_irex_logo.png" class="footer-logo"/>
</a>
</div>
<!-- <div class="col" align="center">
<a href="https://ras.ac.uk/">
<img src="img/ras-logo-landscape-trans.png" class="footer-logo"/>
</a>
</div> -->
<div class="col text-end">
<a href="https://www.umontreal.ca/">
<img src="img/udem_logo.png" class="footer-logo" />
</a>
</div>
</div>
<!-- <div class="row g-3">
<div class="col">
<p class="footer-copyright">© Exoclimes VI 2023 - Website by <a href="http://smorrell.me/">Sam Morrell</a> - Artwork by <a href="https://www.copyrite-print.co.uk/">Copyrite</a>
</p>
</div>
</div> -->
</footer>
<!-- END FOOTER -->
</body>
</html>