-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
435 lines (359 loc) · 16.5 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
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
<!DOCTYPE html>
<html>
<head>
<title>Julia Roquette</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href="css/superslides.css" >
<link rel="stylesheet" type="text/css" href="css/owl.carousel.min.css" >
<link rel="stylesheet" type="text/css" href="css/style.css" >
<link rel="stylesheet" href="css/font-awesome.min.css" type="text/css">
<link href='http://fonts.googleapis.com/css?family=Roboto' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Roboto Mono' rel='stylesheet'>
<!this adds an jQuery CDN - this is a java library that makes life easier>
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css" integrity="sha384-Vkoo8x4CGsO3+Hhxv8T/Q5PaXtkKtu6ug5TOeNV6gBiFeWPGFN9MuhOf23Q9Ifjh" crossorigin="anonymous">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.4/jquery.min.js"></script>
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.13.0/css/all.css" integrity="sha384-Bfad6CLCknfcloXFOyFnlgtENryhrpZCe29RTifKEixXQZ38WheV+i/6YWSzkz3V" crossorigin="anonymous">
<!For adding a map with places>
<link rel="stylesheet" href="css/leaflet.css">
<script src="js/leaflet.js"></script>
</head>
<body>
<div class="loader">
<div class="inner">
</div>
</div>
<header align="center">
<div class="site-head">
<h1 style = "font-size:4em;">
<!img src="img/cartoon_me_2022.png" alt="..." height="55">
<span class="font-weight-light">Julia </span><span class="font-weight-bold">Roquette</span>
<span style="color:#b20404;font-family:'Roboto Mono';font-size: medium;">//astrophysicist </span>
</h1>
</div>
<nav id="navigation" class="navbar navbar-light navbar-expand-sm ">
<div class="container justify-content-center">
<a class="navbar-brand" href="index.html">
<img src="img/cartoon_me_2022.png" alt="..." height="28">
</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarNav" aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse flex-grow-0" id="navbarNav">
<ul class="navbar-nav text-center">
<li class="nav-item active">
<!--<a class="nav-link" href="#about">About me<span class="sr-only">(current)</span></a>-->
<a class="nav-link" href="about.html">Bio</a>
</li>
<li class="nav-item">
<a class="nav-link" href="research.html">Research</a>
</li>
<li class="nav-item">
<a class="nav-link" href="https://ui.adsabs.harvard.edu/search/p_=0&q=docs(library%2F8JBeznfWQmWUeiV-poEimw)&sort=date%20desc%2C%20bibcode%20desc">Publications</a>
</li>
<li class="nav-item">
<a class="nav-link" href="pdf/CV_Roquette_2023.pdf">CV</a>
</li>
<li class="nav-item">
<a class="nav-link" href="comics.html">Comics</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#contact">Contact</a>
</li>
</ul>
</div>
</div>
</nav>
</header>
<div id="slides"><!superslides>
<div class="overlay"></div>
<div class="slides-container">
<img src="img/Julia_and_the_Stars.jpg" alt="">
<img src="img/me_dinossaur.JPG" alt="">
<img src="img/bike_sea.jpg" alt="">
</div>
<div class="titleMessage" >
<div class="heading">
<p class="main"><b>Julia Roquette</b></p>
<p class="sub typed"> </p> <!to remove the animation, remove the typed and add text after >
</div>
</div>
<nav class="slides-navigation">
<a href="#" class="next"></a>
<a href="#" class="prev"></a>
</nav>
</div>
<div id="about" class="section">
<div class="container">
<h4>Hi, my name is Julia Roquette, and I am a professional astronomer.</h4>
<div class="row">
<div class="col-md-12">
<p style="text-align:justify">
I dedicate my research to understanding the formation and evolution
of low mass stars like the Sun. I am interested in understanding how differ-
</p>
</div>
<div class="col-md-3">
<img class="aboutImage" src="img/CafeComEstrelas.jpeg">
</div>
<div class="col-md-9">
<p style="text-align:justify">
ent physical processes lead to variability in the observed light
from these stars. My favourite stellar variability process is the
formation of spots in the stellar surface, which allow observers to measure
the spin rates of stars. A lot of my previous research has focused on the
spin rates of stars using both observations and theory. On the observational
side, I have led the measurement of spin rates in the young Cygnus OB2
association and the open cluster NGC 3766. I am the PI of an ongoing
observational campaign observing stellar spin rates in the Carina Nebula
Complex using the ESO VISTA telescope during 2022. I am also the co-author
of studies investigating the influence of stellar metallicity on the spin
evolution and detectability of spots in low mass stars located in the Kepler
Field. On the theoretical side, I developed a spin evolution model that
considers how the spins of stars are influenced by the environmental
conditions at the stars' close neighbourhood. You can learn more about my
research by visiting my <a href="research.html">Research page</a>.
</p>
</div>
</div>
<div class="row">
<div class="col-md-8">
<p style="text-align:justify">
I am currently a Maître Assistante at the
<a href="https://www.unige.ch/sciences/astro/en/">
Département D'Astronomie of the Université de Genève</a>,
located at the Observatoire Astronomique de Genève, in Versoix, Switzerland.
Here, I work as a postdoc in the
<a href="https://nemesis.univie.ac.at/">NEMESIS project</a>. NEMESIS stands
for Novel Evolutionary Model for the Early Stages of Stars with Intelligent
Systems, and it is an EU Horizon 2020/SPACE funded project that has the
ambition of combining artificial intelligence methods with the large
availability of astronomical data to improve our understanding of the early
stages of evolution of stars, when they still host a protoplanetary disk
and are forming planets. In my current contribution to the NEMESIS project, I
have been compiling a panchromatic catalogue for young stellar objects (YSO) in
the solar neighbourhood (within 500 pc).
</p>
<p, style="text-align:justify">
Between mid-2018 and late-2021, I was a Research Fellow at the University of
Exeter in the UK, where I worked as part of Prof. Sean Matt's
<a href="http://empslocal.ex.ac.uk/AWESoMeStars/">AWESoMeStars</a> team and
during this time I worked mostly with topics related to spins of stars.
</p>
</div>
<div class="col-md-4">
<img class="aboutImage" src="img/ObservatoireDeGeneve.jpg">
</div>
</div>
<div class="row">
<div class="col-md-12">
<p style="text-align:justify">
Before moving to the UK, I did my PhD between 2013 and 2017 at the Universidade Federal de Minas Gerais
in Brazil, and in the middle of my PhD, I spent a year as a visiting researcher at
the Institut de Planétologie et d'Astrophysique de Grenoble in France. Unfortunately,
by the time I finished my PhD in Brazil, the politicians in power over there were
working very hard to make the life of the scientists in the country impossible.
</p>
</div>
</div>
<div class="row">
<div class="col-md-2">
<img class="aboutImage" src="img/MePaoDeQueijo.jpeg">
</div>
<div class="col-md-10">
<p style="text-align:justify">
After teaching physics and astrophysics for six months at the Universidade Federal de Sergipe, in the
northeast of the country, I became one more of the scientists who left Brazil over
the last years in search of appropriate conditions and better incentives for doing high
quality science.
</p>
<p style="text-align:justify">
I was born in Belo Horizonte, the capital of the state of Minas Gerais
in the core of the southeast region of Brazil. My region and hometown
are famous for their mountains and very rich culinary. One of our culinary
jewels is the
<a href="https://www.youtube.com/watch?v=3lzUneJ7VW4&ab_channel=WillStudd">Minas Cheese</a>,
a type of cheese produced only in the region and widely used in our traditional recipes.
In order to have Minas Cheese with me wherever I live in the world, I am a cheesemaker in
my free time.
</p>
</div>
</div>
<div class="row">
<div class="col-md-12">
<p style="text-align:justify">
When I am not doing science or making cheese, I am also a cycle-touring and bike-mechanics
enthusiast. Since 2020, I have cycled more than
</p>
</div>
<div class="col-md-2">
<img class="aboutImage" src="img/womansWorkshop.jpeg">
</div>
<div class="col-md-7">
<p style="text-align:justify">
3,000 km for leisure, touring and transport.
This included the Devon Coast-to-coast from Barnstaple
to Plymouth in the UK and several multi-day tours around Devon. Between 2020 and 2021, I
was a bike-mechanics volunteer at
the <a href="https://www.rideoncycling.org/">Ride On</a>, a small charity in Exeter that
refurbishes donated and abandoned bikes and puts them back in circulation. In 2020 I built a
touring bike from scratch, and in 2021 I put a lot of time into learning the art of bike-wheel
building, having built about 15 wheels from scratch that year. From mid to late 2021, I also
helped Ride On to establish and run the
<a href="https://www.rideoncycling.org/community/#womnsworkshop">Wom+n's Workshop</a>, a
women-led weekly bike-mechanics course dedicated to empowering women by
teaching them how to fix and maintain
their own bikes. In December 2021, I was interviewed by the
<a href="https://issuu.com/mediaclash/docs/el291_final">Exeter Living Magazine</a> about
the project, <a href="img/ExeterLivingInterview_Jan2022.png">check it out!</a> You can learn more about my bike-related activities
on the <a href="">bike adventure</a> page.
</p>
</div>
<div class="col-md-3">
<img class="aboutImage" src="img/RideOn.jpeg">
</div>
</div>
<div class="row">
<h5>Places I lived/worked:</h5>
<div id="map" style="width: 600px; height: 400px;">Places I have worked and/or lived</div>
<script>
var map = L.map('map', {
center: [0, 0],
minZoom: 2.1,
maxZoom: 10,
zoomOffset: 10
});
var cartodbAttribution = '© <a href="https://www.openstreetmap.org/copyright">OpenStreetMap</a> contributors, © <a href="https://carto.com/attribution">CARTO</a>';
var positron = L.tileLayer('https://{s}.basemaps.cartocdn.com/light_all/{z}/{x}/{y}.png', {
attribution: cartodbAttribution
}).addTo(map);
map.setView([-30, -20], 00);
var marker = L.marker([50.7366, 3.5350]).addTo(map)
.bindPopup('<b>University of Exeter</b><br /> AWESoMeStars project <br /> June 2018 - Dec 2021').openPopup();
var marker = L.marker([45.19441817089645, 5.761582840738526]).addTo(map)
.bindPopup('<b>Institut de Planetologie et d\' Astrophysique de Grenoble</b><br /> PhD Internship <br /> April 2015 - April 2016').openPopup(); var marker = L.marker([-19.86947782752929, -43.96489201005581]).addTo(map)
.bindPopup('<b>Federal University of Minas Gerais</b><br /> PhD, Master\'s and Bachelor\'s <br .> Until April 2015').openPopup();
var marker = L.marker([29.9012, -81.3124]).addTo(map)
.bindPopup('<b>Work and Learn English Internship</b><br /> Dec 2009 - March 2010').openPopup();
var marker = L.marker([-10.9264, -37.1026]).addTo(map)
.bindPopup('<b>Federal University of Sergipe</b><br /> November 2017 to April 2018').openPopup();
var marker = L.marker([46.3083, 6.1342]).addTo(map)
.bindPopup('<b>Observatoire de Geneve</b><br /> NEMESIS project <br /> December 2021 - now').openPopup();
</script>
</div>
</div>
</div>
</div >
<!--
<div id="skills" class="skillsSection">
<div class="container">
<div class="row">
<div class="col-md-12 text-center">
<h2>Techinical Skills</h2>
<p>bla bla bla bla bla bla </p>
</div>
<div class="owl-carousel owl-theme">
<div class="skill">
<span class="chart" data-percent="67">
<span class="percent">67</span>
<canvas height="152" width="152"></canvas>
</span>
<h4>TEST</h4>
<p>bla bla bla </p>
</div>
<div class="skill">
<span class="chart" data-percent="67">
<span class="percent">90</span>
<canvas height="152" width="152"></canvas>
</span>
<h4>TEST 2</h4>
<p>bla bla bla </p>
</div>
</div>
</div>
</div>
</div> -->
<!--
<div id="stats" class="statsSection section">
<div class="container">
<div class="row">
<div class="col-md-3 col-sm-6"> <!if the screen is small, do the second>
<div class="squareItem">
<div class="squareInnerContainer">
<div class="squareIcon">
<i class="fa fa-clock"></i>
</div>
<div class="squareContent">
<h2 class="counter">4</h2>
<h3>blablab is this working?</h3>
</div>
</div>
</div>
</div>
<div class="col-md-3 col-sm-6"> <!if the screen is small, do the second>
<div class="squareItem">
<div class="squareInnerContainer">
<div class="squareIcon">
<i class="fa fa-clock"></i>
</div>
<div class="squareContent">
<h2 class="counter">4</h2>
<h3>blablab is this working?</h3>
</div>
</div>
</div>
</div>
<div class="col-md-3 col-sm-6"> <!if the screen is small, do the second>
<div class="squareItem">
<div class="squareInnerContainer">
<div class="squareIcon">
<i class="fa fa-clock"></i>
</div>
<div class="squareContent">
<h2 class="counter">4</h2>
<h3>blablab is this working?</h3>
</div>
</div>
</div>
</div>
<div class="col-md-3 col-sm-6"> <!if the screen is small, do the second>
<div class="squareItem">
<div class="squareInnerContainer">
<div class="squareIcon">
<i class="fa fa-clock"></i>
</div>
<div class="squareContent">
<h2 class="counter">200</h2>
<h3>blablab is this working?</h3>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
-->
<div id="contact" class="contactSection section">
<div class="col-md-12 text-center">
<p class="subHeading">To contact me </p>
<!--
<h2>I'd love to hear from you!</h2>
-->
<a href="mailTo:[email protected]" class="contactButtom"> Click here!</a>
</div>
</div>
<div class="bottomSection">
<div class="col-md-12 text-center">
<p>Last updated: 29th January 2022 - © Copyright Julia Roquette</p>
</div>
</div>
<script type"" src="js/countUp.js"></script>
<script type"" src="js/countUp-jquery.js"></script>
<script type"" src="js/jquery.superslides.min.js"></script>
<script type"" src="js/jquery.easypiechart.min.js"></script>
<script type"" src="js/owl.carousel.min.js"></script>
<script type"" src="js/typed.min.js"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.min.js" integrity="sha384-wfSDF2E50Y2D1uUdj0O3uMBJnjuUD4Ih7YwaYd1iqfktj0Uod8GCExl3Og8ifwB6" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.min.js" integrity="sha384-wfSDF2E50Y2D1uUdj0O3uMBJnjuUD4Ih7YwaYd1iqfktj0Uod8GCExl3Og8ifwB6" crossorigin="anonymous"></script>
<script src="js/script.js"></script>
</body>
</html>