-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcv.qmd
305 lines (222 loc) · 8.34 KB
/
cv.qmd
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
---
title: Maxime Dahirel
subtitle: (they/he)
format:
pdf:
keep-tex: false
include-in-header:
- "cv-header.tex"
toc: false
toc-depth: 2
code-block-bg: light
linkcolor: links
urlcolor: links
fontsize: 10pt
geometry:
- a4paper
- left=20mm
- top=20mm
- bottom=20mm
- right=65mm
- marginparwidth=50mm
- marginparsep=8mm
---
```{r}
#| echo: false
#| message: false
library(tidyverse)
library(glue)
library(ggtext)
library(commonmark)
library(here)
source('./R/parsing_functions.R')
source('./R/get_data.R')
```
::: {.column-margin}
`\vspace{-12em}`{=latex}
## Info {#info}
{{< fa envelope >}} maxime.dahirel\@ugent.be\
{{< fa envelope >}} maxime.dahirel\@yahoo.fr\
{{< fa at >}} [\@mdahirel.bsky.social](https://bsky.app/profile/mdahirel.bsky.social)\
{{< fa at >}} [\@mdahirel\@mastodon.social](https://mastodon.social/@mdahirel)\
{{< fa brands github >}} [\@mdahirel](https://github.com/mdahirel)\
{{< fa home >}} [mdahirel.github.io/](https://mdahirel.github.io/)\
{{< fa orcid >}} [0000-0001-8077-7765](https://orcid.org/0000-0001-8077-7765)
## Key skills {#skills}
### {{< fa spider >}} Invertebrate zoology {#taxa}
(primarily land snails and spiders)
**Rearing**
**Trait measurements**
**Behavioural observations**
**Field sampling methods**
**Species ID** (Western Europe)
### {{< fa comment >}} Languages {#languages}
```{r}
#| echo: false
#| fig-height: 2.4
language_skills |>
mutate(skill=fct_reorder(skill,level)) |>
build_skill_bars()
```
### {{< fa code >}} Programming languages {#coding}
```{r}
#| echo: false
#| fig-height: 1.6
coding |>
mutate(skill=fct_reorder(skill,level)) |>
build_skill_bars()
```
### {{< fa chart-line >}} Data science and statistics {#stats}
**Version control with Git & GitHub**
**Quarto/RMarkdown**
**Shiny apps** (offline)
**Bayesian & frequentist statistics**
Linear models and extensions
(Any and all combinations of generalized, mixed/hierarchical, additive, non-linear, or multi-response)
Ordination and classification methods
...
**Advanced data visualisation**
**Spatial data science & GIS**
**Individual-based modelling**
### {{< fa laptop >}} Other software {#software}
```{r}
#| echo: false
#| fig-height: 2.4
software |>
mutate(skill=fct_reorder(skill,level)) |>
build_skill_bars()
```
:::
My researches are mostly split along two linked axes:
- **urban biodiversity, ecology and evolution**, with a focus on the role of trait variation in explaining species' ability (or inability) to persist in cities
- **dispersal** as a bridge between ecological and evolutionary dynamics.
I develop these research themes using a combination of lab and outdoor experiments, monitoring in naturalistic contexts and individual-based models. A key aspect of my work is the use of advanced statistical and data science methods that accurately reflect the complexity of the natural systems I study.
**To go directly to the list of publications [click here](#publications)**
## Most recent position {#lastjob}
```{r}
#| echo: false
#| output: asis
print_position(position_data, 'current-job')
```
## Previous positions {#jobs}
```{r}
#| echo: false
#| output: asis
print_position(position_data, 'previous-positions')
```
## Teaching experience {#teaching}
```{r}
#| echo: false
#| output: asis
print_position(position_data, 'teaching-positions')
```
### Courses taught or co-taught in these positions include:
| **Statistics and data science** (lectures and practical)
| Advanced R for data analysis (1st year of MSc) ~ 20h
| Statistical tools and experimental design (2nd year of BSc to 1st year of MSc) ~ 230h
| **Ecology** (lab and field)
| General ecology (1st year of BSc) ~ 80h
| Community ecology (3rd year of BSc and 1st year of MSc) ~ 42h
| Spatial ecology (movement ecology; 1st year of MSc) ~ 4h
| Ecological bases of vegetal production (3rd year of BSc) ~ 12h
| Initiation to GIS (2nd year of BSc) ~ 4h
| **Zoology** (lab and field)
| Introduction to the diversity of life (1st year of BSc) ~ 30h
| Entomology (3rd year of BSc) ~ 40h
| Physiology of nutrition, development, growth (3rd year of BSc) ~ 6h
## Mentoring experience {#mentoring}
:::aside
See list of students for current year [here](https://mdahirel.github.io/post/people/)
:::
| **Co-supervision of 1 PhD student**
| \small{{< fa calendar >}} 2020 - 2023 \normalsize
| - Experimental evolution
| - Data synthesis and individual-based modelling
| **Supervision of 13 MSc students (1st or 2nd year) and 5 BSc students (1 to 6 months projects)**
| \small{{< fa calendar >}} 2012 - present \normalsize
| - Urban ecology and dispersal ecology
| - Field and lab studies
| - Data synthesis and individual-based modelling
## Research funding {#money}
```{r}
#| echo: false
#| output: asis
print_funding(funding, 'research')
```
## Selected science communication {#scicomm}
:::aside
{{< fa newspaper >}} Research I have participated in has also been featured by various press outlets including the [RTBF](https://www.rtbf.be/info/societe/detail_les-animaux-changent-de-taille-quand-ils-vivent-en-ville?id=9925810), [De Standaard](https://www.standaard.be/cnt/dmf20180402_03441454), [Scientific American](https://www.scientificamerican.com/podcast/episode/city-life-favors-downsized-invertebrates/), [Le Temps](https://www.letemps.ch/sciences/lurbanisation-un-probleme-taille), as well as local journals and television channels.
:::
**[Invited speaker, Ateliers À propos](https://www.a-propos.brussels/)**
| \small{{< fa calendar >}} 2022 \normalsize
| Online science workshop (targeted to 6-12 year olds): invited for a session on snail biology, urban ecology (in French)
**[Contributor to the Life in the City : Evolution in an Urbanizing World blog](https://lifeinthecityurbanevo.wordpress.com/)**
| \small{{< fa calendar >}} since 2018 \normalsize
| Discussions of current topics and articles in urban ecology and evolution
## Service {#service}
**Referee for various journals and outlets**
including *Proceedings of the Royal Society B*, *Functional Ecology*, *Journal of Animal Ecology*, *Oikos*, *PCI Ecology*, *Animal Behaviour*…
**Member of the Grant Review College of the British Ecological Society**
Reviewing Research and Outreach Grant applications (typically 4 to 6 / year)
**PhD students representative to the Advisory Board of the research unit**
| \small {{< fa calendar >}} 2012-2014 \normalsize
| University of Rennes 1, ECOBIO research unit
## Publications {#publications}
```{r import_info}
#| echo: false
preprints <- filter(articles,section=="preprint") |>
arrange(-year)
published <- filter(articles, section=="peer-reviewed") |>
arrange(-year)
```
## Preprints (`r length(preprints$title)`) {#preprints}
```{r results='asis'}
#| echo: false
print_papers(preprints)
```
## Peer-reviewed publications (`r length(published$title)`) {#peer-reviewed}
```{r results='asis'}
#| echo: false
print_papers(published)
```
## Communications in conferences {#conferences}
:::aside
(Talks or posters as non-presenting author not included)
:::
## Talks (`r dim(filter(talks_and_posters, section=="talk"))[1]`) {#talks}
```{r results='asis'}
#| echo: false
print_meetings(talks_and_posters|> filter(section=='talk'))
```
## Posters (`r dim(filter(talks_and_posters, section=="poster"))[1]`) {#posters}
```{r results='asis'}
#| echo: false
print_meetings(talks_and_posters|> filter(section=='poster'))
```
## Workshops {#workshops}
```{r results='asis'}
#| echo: false
print_meetings(talks_and_posters|> filter(section=='workshop'))
```
## Predoctoral education {#predoc_ed}
```{r}
#| echo: false
#| output: asis
print_position(education, 'diploma')
```
## Other {#other}
**Qualification from the French National Council of Universities**
| authorized to apply for Lecturer/Assistant Professor positions in France, section 67 (Population Biology and Ecology)
**Member of the British Ecological Society**
## References
```{r results='asis'}
#| echo: false
print_references(references)
```
::: {.aside}
`\vspace{25em}`{=latex}
Made with [Quarto](https://quarto.org/)
Code on [GitHub](https://github.com/mdahirel/cv)
Icons from [Font Awesome](https://fontawesome.com/)
CV last updated on `r Sys.Date()`
:::