-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
296 lines (246 loc) · 11.7 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
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
<!DOCTYPE HTML>
<!--
Prologue by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<head>
<title>Dr. Marjorie Decleir</title>
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="assets/css/main.css" />
</head>
<body class="is-preload">
<!-- Header -->
<div id="header">
<div class="top">
<!-- Logo -->
<div id="logo">
<span class="image avatar48"><img src="images/profile_pic.jpg" alt="" /></span>
<h1 id="title">Dr. Marjorie Decleir</h1>
<p>ESA Research Fellow</p>
</div>
<!-- Nav -->
<nav id="nav">
<ul>
<li><a href="#top" id="top-link"><span class="icon solid fa-home">Intro</span></a></li>
<li><a href="#about" id="about-link"><span class="icon solid fa-user">About Me</span></a></li>
<li><a href="#research" id="research-link"> <!--class = "dropdown-btn"--><span class="icon solid fa-th">Research</span></a>
<!--<div class = "dropdown-content">
<a href = "mdecleir_research.html#extinction_curves">Dust Extinction Curves</a>
<a href = "mdecleir_research.html#depletions">Dust Depletions</a>
<a href = "mdecleir_research.html#dustking">DustKING</a>
</div>-->
</li>
<li><a href="#publications" id="publications-link"><span class="icon solid fa-scroll">Publications</span></a></li>
<li><a href="#obs" id="obs-link"><span class="icon solid fa-chart-area">Observations & Data</span></a></li>
<li><a href="#code" id="code-link"><span class="icon solid fa-code">Code</span></a></li>
<li><a href="#contact" id="contact-link"><span class="icon solid fa-envelope">Contact</span></a></li>
</ul>
</nav>
</div>
<div class="bottom">
<!-- Social Icons -->
<ul class="icons">
<li><a href="https://github.com/mdecleir" class="icon brands fa-github" target = "_blank"><span class="label">Github</span></a></li>
<li><a href = "https://orcid.org/0000-0001-9462-5543" class = "icon brands fa-orcid" target = "_blank"><span class="label">Orcid</span></a></li>
<li><a href="mailto:[email protected]" class="icon solid fa-envelope"><span class="label">Email</span></a></li>
</ul>
</div>
</div>
<!-- Main -->
<div id="main">
<!-- Intro -->
<section id="top" class="one dark cover">
<div class="container">
<header>
<h2 class="alt">Hi! I'm Dr. Marjorie Decleir, a Research Fellow at the <a href="https://www.esa.int" target = "_blank">European Space Agency</a> office at the
<a href="https://www.stsci.edu" target = "_blank">Space Telescope Science Institute</a>.</h2>
</header>
</div>
</section>
<!-- About Me -->
<section id="about" class="two">
<div class="container">
<header>
<h2>About Me</h2>
</header>
<img src="images/Marjorie_observatory.jpg" alt="" width = "500px"/>
<p>My name is Marjorie Decleir. I was born and raised in Belgium. It was at the age of 16 that I discovered my interest for science and astronomy in particular, while attending evening courses at a <a href="http://www.cozmix.be/en/home">public observatory</a>. This encouraged me to study Physics and Astronomy at <a href="https://www.ugent.be/we/physics-astronomy/en" target = "_blank">Ghent University</a>, where I obtained my Master's degree in 2015. I pursued my passion for astronomy and did a PhD at the same <a href = "https://www.ugent.be/we/physics-astronomy/en/research/astronomy" target = "_blank">University</a>, as an FWO (Research Foundation - Flanders) fellow. I worked with <a href="https://www.ugent.be/en/research/research-ugent/trackrecord/trackrecord-h2020/erc-h2020/dustorigin.htm" target="_blank">Prof. Ilse De Looze</a> and <a href="https://users.ugent.be/~mbaes/Home.html" target="_blank">Prof. Maarten Baes</a> as my supervisors. After graduating in november 2019, my husband and I moved to the United States, and I started my first postdoc position at Space Telescope in Baltimore, MD. Since December 2023, I am an ESA (European Space Agency) Research Fellow at STScI, where I am part of the <a href="https://sites.google.com/view/ism-stsci/home" target = "_blank">ISM*</a> group. </p>
</div>
</section>
<!-- research -->
<section id="research" class="three">
<div class="container">
<header>
<h2>Research</h2>
</header>
<p>My research focusses on interstellar dust, both in the Milky Way and other (nearby) galaxies.</p>
<div class="row">
<div class="col-4 col-12-mobile">
<article class="item">
<a href="mdecleir_research.html#extinction curves" class="image fit"><img src="images/Extinction_curve_colors.png" alt="extinction curve" /></a>
<header>
<h3>Dust extinction curves</h3>
</header>
</article>
<article class="item">
<a href="mdecleir_research.html#depletions" class="image fit" target = "_top"><img src="images/MEAD.png" alt="" /></a>
<header>
<h3> <font size="+2">MEAD</font> <br> Measuring Extinction and Abundances of Dust </h3>
</header>
</article>
</div>
<div class="col-4 col-12-mobile">
<article class="item">
<a href="mdecleir_research.html#dustking" class="image fit"><img src="images/DustKING_banner.png" alt="" /></a>
<header>
<h3> <font size="+2">DustKING</font> <br> Dust attenuation curves of nearby galaxies</h3>
</header>
</article>
<article class="item">
<a href="#" class="image fit"><img src="images/pic05.jpg" alt="" /></a>
<header>
<h3> <font size="+2">WISCI</font> <br> Webb Investigation of Silicates, Carbons and Ices Vitae</h3>
</header>
</article>
</div>
<div class="col-4 col-12-mobile">
<article class="item">
<a href="#" class="image fit"><img src="images/pic06.jpg" alt="" /></a>
<header>
<h3>none</h3>
</header>
</article>
<article class="item">
<a href="#" class="image fit"><img src="images/pic07.jpg" alt="" /></a>
<header>
<h3>Orci Convallis</h3>
</header>
</article>
</div>
</div>
</div>
</section>
<!-- Publications -->
<section id="publications" class="four">
<div class="container">
<header>
<h2>Publications</h2>
</header>
<p>Please find my publications on ADS:
<ul>
<li> <a href = "https://ui.adsabs.harvard.edu/search/q=orcid%3A0000-0001-9462-5543%20%20author%3A%22%5EDecleir%22&sort=date%20desc%2C%20bibcode%20desc&p_=0" target="_blank">First author publications </a></li>
<li> <a href = "https://ui.adsabs.harvard.edu/search/p_=0&q=orcid%3A0000-0001-9462-5543&sort=date%20desc%2C%20bibcode%20desc" target="_blank">All publications </a></li>
<ul/>
</p>
</div>
</section>
<!-- Observations & Data -->
<section id="obs" class="three">
<div class="container">
<header>
<h2>Observations & Data</h2>
</header>
<img src="" alt="" width = "500px"/>
<p></p>
</div>
</section>
<!-- Code -->
<section id="code" class="two">
<div class="container">
<header>
<h2>Code</h2>
</header>
<img src="" alt="" width = "500px"/>
<h3>
<a href="https://spacetelescope.github.io/DRESSCode/" target="_blank">DRESSCode</a>
</h3>
<p>In order to study dust attenuation in nearby galaxies, I obtained Swift UVOT (Ultraviolet/Optical Telescope) images to get a better coverage in the UV. Since the UVOT photon-counter was designed to observe high energetic events, its standard data reduction pipeline is only applicable to point sources. To overcome this, I developed a fully automatic data reduction and calibration pipeline (<a href="https://spacetelescope.github.io/DRESSCode/" target="_blank">DRESSCode</a> - Data Reduction of Extended Swift Sources Code; Decleir et al. in prep.) tailored to extended sources such as nearby galaxies. The pipeline starts from the raw UV data and delivers calibrated and science-ready images. It includes astrometric corrections, flux calibrations (such as corrections for coincidence loss, large scale sensitivity variations and time dependent sensitivity loss), and coaddition of multiple exposures. DRESSCode is available to the community on GitHub, and has a website with detailed user documentation.</p>
</div>
</section>
<!-- Contact -->
<section id="contact" class="one dark">
<div class="container">
<header>
<h2>Contact</h2>
</header>
<p>Please contact me if you are interested in my research or have questions about my work.</p>
<h3>Address</h3>
Space Telescope Science Institute<br />
3700 San Martin Drive<br />
Baltimore, MD 21218
<h3>E-mail</h3>
<a href = "mailto:[email protected]">[email protected]</a>
<h3>Phone</h3>
(410) 338-4303
<!--
<form method="post" action="#">
<div class="row">
<div class="col-6 col-12-mobile"><input type="text" name="name" placeholder="Name" /></div>
<div class="col-6 col-12-mobile"><input type="text" name="email" placeholder="Email" /></div>
<div class="col-12">
<textarea name="message" placeholder="Message"></textarea>
</div>
<div class="col-12">
<input type="submit" value="Send Message" />
</div>
</div>
</form>
-->
</div>
</section>
</div>
<!-- Footer -->
<div id="footer">
<!-- Copyright -->
<ul class="copyright">
<li>© Marjorie Decleir. All rights reserved.</li><li>Design: <a href="http://html5up.net">HTML5 UP</a></li>
</ul>
</div>
<!-- Scripts -->
<script src="assets/js/jquery.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>
<!--<script>
/* When the user clicks on the button,
toggle between hiding and showing the dropdown content
function myFunction() {
document.getElementById("myDropdown").classList.toggle("show");
}
// Close the dropdown menu if the user clicks outside of it
window.onclick = function(event) {
if (!event.target.matches('.dropbtn')) {
var dropdowns = document.getElementsByClassName("dropdown-content");
var i;
for (i = 0; i < dropdowns.length; i++) {
var openDropdown = dropdowns[i];
if (openDropdown.classList.contains('show')) {
openDropdown.classList.remove('show');
}
}
}
}*/
/* Loop through all dropdown buttons to toggle between hiding
and showing its dropdown content - This allows the user to have
multiple dropdowns without any conflict
var dropdown = document.getElementsByClassName("dropdown-btn");
var i;
for (i = 0; i < dropdown.length; i++) {
dropdown[i].addEventListener("click", function() {
this.classList.toggle("active");
var dropdownContent = this.nextElementSibling;
if (dropdownContent.style.display === "block") {
dropdownContent.style.display = "none";
} else {
dropdownContent.style.display = "block";
}
});
}
</script>-->
</body>
</html>