-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathexoclimes_vii.html
403 lines (389 loc) · 23.6 KB
/
exoclimes_vii.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
<!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">
<a class="nav-link" href="exoclimes_vii.html">Exoclimes VII</a>
</li>
<li class="nav-item">
<a class="nav-link" href="exoslam/index.html">ExoSLAM</a>
</li>
<li class="nav-item">
<a class="nav-link" href="register.html">Registration</a>
</li>
<li class="nav-item">
<a class="nav-link" href="SOC.html">SOC</a>
</li>
<li class="nav-item">
<a class="nav-link" href="about.html">About</a>
</li>
<li class="nav-item">
<a class="nav-link" href="exoconnect.html">ExoConnect</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 Review Speakers</h2>
</center>
<ul class="committee-list", style="text-align: center;">
<li class="committee-member-item">
Nicolas Cowan & Keren Duer-Milner:
<i>Atmospheric Dynamics</i>
</li>
<li class="committee-member-item">
Julie Moses & Emily Deibert:
<i>Atmospheric Chemistry</i>
</li>
<li class="committee-member-item">
Elspeth Lee & Xinting Yu:
<i>Aerosols, hazes, and clouds</i>
</li>
<li class="committee-member-item">
Oliver Shorttle & Anjali Piette:
<i>Interior-atmosphere interactions</i>
</li>
<li class="committee-member-item">
Dave Brain & Leonardo dos Santos:
<i>Escape and atmospheric evolution</i>
</li>
</ul>
<center>
<h2>Invited Evening Speakers</h2>
</center>
<ul class="committee-list", style="text-align: center;">
<li class="committee-member-item">
<i>TBD</i>
</li>
</ul>
</div>
</div>
</div>
<div class="row g3">
<div class="col mt-5">
<div class="blurred-background p-5" style="margin-top: 30px;">
<p style="margin-top: 0; font-size: 14pt; font-family: 'Raleway', sans-serif; color: #031B48"><b>About Exoclimes: </b>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>
</div>
</div>
</div>
<div class="row g3">
<!-- <div class="col-md-6 col-12"> -->
<div class="col mt-5">
<div class="blurred-background-titles p-3" style="text-align: center;">
<h2>Exoclimes VII Local Organising Committee</h2>
</div>
<div class="people-grid">
<div>
<img src="img/allart-romain.webp" alt="Person 1" class="person-image">
<div class="person-box">
<p class="person-description"><b>Romain Allart (Co-chair)</b><br>Université de Montréal</p>
</div>
</div>
<div>
<img src="img/Baron_Frederique.webp" alt="Person 2" class="person-image">
<div class="person-box">
<p class="person-description"><b>Frédérique Baron (Co-chair)</b><br>Université de Montréal</p>
</div>
</div>
<div>
<img src="img/Dang-Portrait.jpeg" alt="Person 3" class="person-image">
<div class="person-box">
<p class="person-description"><b>Lisa Dang (Co-chair)</b><br>Université de Montréal</p>
</div>
</div>
<div>
<img src="img/Doyon_Rene.webp" alt="Person 4" class="person-image">
<div class="person-box">
<p class="person-description"><b>René Doyon (Co-chair)</b><br>Université de Montréal</p>
</div>
</div>
<div>
<img src="img/loic_albert.webp" alt="Person 5" class="person-image">
<div class="person-box">
<p class="person-description"><b>Loïc Albert</b><br>Université de Montréal</p>
</div>
</div>
<div>
<img src="img/Bjorn-Benneke.webp" alt="Person 6" class="person-image">
<div class="person-box">
<p class="person-description"><b>Björn Benneke</b><br>Université de Montréal</p>
</div>
</div>
<div>
<img src="img/Darveau-Bernier_Antoine.webp" alt="Person 7" class="person-image">
<div class="person-box">
<p class="person-description"><b>Antoine Darveau-Bernier</b><br>Université de Montréal</p>
</div>
</div>
<div>
<img src="img/ClemenceFontanive.webp" alt="Person 8" class="person-image">
<div class="person-box">
<p class="person-description"><b>Clémence Fontanive</b><br>Université de Montréal</p>
</div>
</div>
<div>
<img src="img/Herath_Mehesh.webp" alt="Person 9" class="person-image">
<div class="person-box">
<p class="person-description"><b>Mahesh Herath</b><br>McGill University</p>
</div>
</div>
<div>
<img src="img/Krishnamurthy_Vigneshwaran.webp" alt="Person 10" class="person-image">
<div class="person-box">
<p class="person-description"><b>Vigneshwaran Krishnamurthy</b><br>McGill University</p>
</div>
</div>
<div>
<img src="img/Lafreniere_David.webp" alt="Person 11" class="person-image">
<div class="person-box">
<p class="person-description"><b>David Lafrenière</b><br>Université de Montréal</p>
</div>
</div>
<div>
<img src="img/ErikaLeBourdais.webp" alt="Person 12" class="person-image">
<div class="person-box">
<p class="person-description"><b>Érika Le Bourdais</b><br>Université de Montréal</p>
</div>
</div>
<div>
<img src="img/Naud_Marie.webp" alt="Person 13" class="person-image">
<div class="person-box">
<p class="person-description"><b>Marie-Eve Naud</b><br>Université de Montréal</p>
</div>
</div>
<div>
<img src="img/Ouellette_Nathalie.webp" alt="Person 14" class="person-image">
<div class="person-box">
<p class="person-description"><b>Nathalie Ouellette</b><br>Université de Montréal</p>
</div>
</div>
<div>
<img src="img/Rowe_Jason.webp" alt="Person 15" class="person-image">
<div class="person-box">
<p class="person-description"><b>Jason Rowe</b><br>Bishop's University</p>
</div>
</div>
<div>
<img src="img/Roy_Pierre-Alexis.webp" alt="Person 16" class="person-image">
<div class="person-box">
<p class="person-description"><b>Pierre-Alexis Roy</b><br>Université de Montréal</p>
</div>
</div>
<div>
<img src="img/Salhi_Salma.webp" alt="Person 17" class="person-image">
<div class="person-box">
<p class="person-description"><b>Salma Salhi</b><br>Université de Montréal</p>
</div>
</div>
<div>
<img src="img/Jared.jpg" alt="Person 18" class="person-image">
<div class="person-box">
<p class="person-description"><b>Jared Splinter</b><br>McGill University</p>
</div>
</div>
<div>
<img src="img/Vandal_Thomas.webp" alt="Person 19" class="person-image">
<div class="person-box">
<p class="person-description"><b>Thomas Vandal</b><br>Université de Montréal</p>
</div>
</div>
<div>
<img src="img/Wardenier_Joost.webp" alt="Person 20" class="person-image">
<div class="person-box">
<p class="person-description"><b>Joost Wardenier</b><br>Université de Montréal</p>
</div>
</div>
</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>