-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpublications.Rmd
403 lines (294 loc) · 13.3 KB
/
publications.Rmd
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
---
title: "Publications"
description: |
We turn our findings into scientific publications.
bibliography: publications.bib
csl: apa.csl
editor_options:
chunk_output_type: console
output:
distill::distill_article:
toc: true
toc_depth: 3
---
<script src="js/for_toc.js"></script>
```{r, echo=FALSE}
RefManageR::BibOptions(style = "text") ## no effect :-(
bib <- RefManageR::ReadBib("publications.bib")
extract_tags <- function(bib) {
tags <- bib$keywords
tags <- lapply(tags, \(list) stringr::str_remove_all(string = list, pattern = "dzg\\\\_|\\\\"))
tags <- lapply(tags, \(list) stringr::str_split(string = list, pattern = ", ", simplify = FALSE))
table <- tidyr::unnest_longer(tibble::tibble(name = names(tags), tag = sapply(tags, \(x) x[1][[1]])), col = "tag")
table
}
maketab <- function(tags, bib, position = "left", title = FALSE) {
tags_table <- extract_tags(bib = bib)
all_tags <- unique(tags_table$tag)
if (!all(tags %in% all_tags)) stop("Some tags are not found in any reference")
publis <- tags_table$name[tags_table$tag %in% tags]
selected <- bib[publis]
tab <- tibble::tibble(Title = selected$title, Key = names(selected))
tab$Title <- stringr::str_replace_all(tab$Title, "\\{|\\}|\\\\textit", "") ## remove LaTeX code created by RefManageR
tab$Title <- stringr::str_replace_all(tab$Title, "\\\\textendash", "--") ## remove LaTeX code created by RefManageR
tab$Title <- stringr::str_replace_all(tab$Title, "\\\\textemdash", "---") ## remove LaTeX code created by RefManageR
tab$Title <- stringr::str_replace_all(tab$Title, "\\\\textquoteleft|\\\\textquoteright", "'") ## remove LaTeX code created by RefManageR
tab$Title <- stringr::str_replace_all(tab$Title, "[[:blank:]]\\)", "\\)") ## remove extra spaces before )
tab$Key <- paste0("@", tab$Key)
tab$pdf <- paste0("[<img src='images/pdf.png' width=20px style='float:none; vertical-align:middle; padding:0 0 0 0'/>](pdfs/", publis, ".pdf)")
## sorting
tab$year <- as.numeric(stringr::str_extract(tab$Key, pattern = "[[:digit:]]{4}"))
tab <- tab[order(-tab$year, tab$Key), ]
tab$year <- NULL
if (!title) {
tab <- tab[, c("Key", "pdf")] ## Remove Title for now
tab <- knitr::kable(tab, col.names = c("", ""), escape = FALSE, align = "rc", format = "html")
tab <- kableExtra::column_spec(tab, column = 2, width = "35px")
} else {
tab$pdf <- stringr::str_replace_all(tab$pdf, "20px", "100px")
tab <- knitr::kable(tab, col.names = c("", "", ""), escape = FALSE, align = "lrc", format = "html")
tab <- kableExtra::column_spec(tab, column = 1, extra_css = "line-height: 1.3")
tab <- kableExtra::column_spec(tab, column = 2, width = "200px")
tab <- kableExtra::column_spec(tab, column = 3, width = "35px")
}
tab <- kableExtra::kable_styling(tab, position = position)
tab
}
```
Publications are sorted by multiple criteria and you can jump directly to the following categories: [most recent](#recent), [selection](#best), [taxonomic groups](#taxon), [themes](#themes).
**Hover on top of a reference to reveal its details** (or click if using a touch screen).
Only publications created while being part of the Data Zoo Gang are listed here.
For the full list of publications of a given team member, please refer to:
- Google Scholar:
[Alexandre Courtiol](https://scholar.google.com/citations?user=tyq-eagAAAAJ),
[Liam D. Bailey](https://scholar.google.com/citations?user=ys7AYRUAAAAJ),
[Ian J. Rickard](https://scholar.google.com/citations?user=eTP-OeMAAAAJ).
- ORCID:
[Alexandre Courtiol](https://orcid.org/0000-0003-0637-2959),
[Liam D. Bailey](https://orcid.org/0000-0002-8226-9454),
[Colin Vullioud](https://orcid.org/0000-0001-9218-1571),
[Ian J. Rickard](https://orcid.org/0000-0003-0762-1689),
[Camille Martinez-Almoyna](https://orcid.org/0000-0002-3624-7932).
## Most recent {#recent}
Our publications for the years 2024 & 2025 are:
```{r, echo=FALSE}
maketab(tags = "recent", bib = bib, position = "center", title = TRUE)
```
## Selection {#best}
Here is a short selection of recent DZG publications we are particularly proud of and which best reflect our involvement and mindset.
- @appleton_protected_2022 [<img src="images/pdf.png" width=20px style="float:none; vertical-align:middle; padding:0 0 0 0"/>](pdfs/appleton_protected_2022.pdf) is an assessment of the current and future needs in terms of workforce involved in the protection of wild lands -- published in *Nature Sustainability*.
- @rickard_mothers_2022 [<img src="images/pdf.png" width=20px style="float:none; vertical-align:middle; padding:0 0 0 0"/>](pdfs/rickard_mothers_2022.pdf) is paper investigating the relationship between twinning and fertility in Humans and illustrating a new type of Simpson's paradox -- published in *Nature Communications*.
- @bailey_bird_2022 [<img src="images/pdf.png" width=20px style="float:none; vertical-align:middle; padding:0 0 0 0"/>](pdfs/bailey_bird_2022.pdf) is a meta-analysis of 67 populations of great and blue tits investigating the link between the phenotypic plasticity on their phenology and climate change -- published in *Nature Communications*.
- @culina_connecting_2021 [<img src="images/pdf.png" width=20px style="float:none; vertical-align:middle; padding:0 0 0 0"/>](pdfs/culina_connecting_2021.pdf) is a paper announcing the creation of the SPI-Birds network and its database for long-term population studies on birds -- published in *Journal of Animal Ecology*.
- @radchuk_adaptive_2019 [<img src="images/pdf.png" width=20px style="float:none; vertical-align:middle; padding:0 0 0 0"/>](pdfs/radchuk_adaptive_2019.pdf) is a meta-analysis quantifying precisely the extent to which animals (mostly birds) are adapting to changing climate -- published in *Nature Communications*.
- @vullioud_social_2019 [<img src="images/pdf.png" width=20px style="float:none; vertical-align:middle; padding:0 0 0 0"/>](pdfs/vullioud_social_2019.pdf) is an in-depth study of social hierarchy in spotted hyenas revealing how social rank emerges from simple behavioural rules -- published in *Nature Ecology & Evolution*.
- @corbett_transition_2018 [<img src="images/pdf.png" width=20px style="float:none; vertical-align:middle; padding:0 0 0 0"/>](pdfs/corbett_transition_2018.pdf) is a review of the causes and consequences of demographic transitions in humans, with an emphasis on human health -- published in *Nature Reviews Genetics*.
- @lahdenpera_differences_2018 [<img src="images/pdf.png" width=20px style="float:none; vertical-align:middle; padding:0 0 0 0"/>](pdfs/lahdenpera_differences_2018.pdf) is a detailed study of how capture influences survival in Asian elephants -- published in *Nature Communications*.
## Taxonomic groups {#taxon}
We mostly work on birds and mammals (including humans) but sometimes venture to study other lifeforms, as well as viruses.
### Arthropods {#taxon_arthropod}
:::float-right
<figure>
<img src="images/droso.jpg">
<figcaption>© Alain Debelle</figcaption>
</figure>
```{r, echo=FALSE}
maketab(tags = "taxon_arthropod", bib = bib, position = "left")
```
<!-- @debelle_mate_2017 [<img src="images/pdf.png" width=20px style="float:none; vertical-align:middle; padding:0 0 0 0"/>](pdfs/debelle_mate_2017.pdf) -->
:::
### Bats {#taxon_bat}
:::float-left
<figure>
<img src="images/bat_costarica.jpg">
<figcaption>© Alexandre Courtiol</figcaption>
</figure>
```{r, echo=FALSE}
maketab(tags = "taxon_bat", bib = bib, position = "right")
```
:::
### Birds {#taxon_bird}
:::float-right
<figure>
<img src="images/flamingo.jpg">
<figcaption>© Alexandre Courtiol</figcaption>
</figure>
```{r, echo=FALSE}
maketab(tags = "taxon_bird", bib = bib, position = "left")
```
:::
### Carnivores {#taxon_carnivore}
:::float-left
<figure>
<img src="images/hyena_portrait.jpg">
<figcaption>© Alexandre Courtiol</figcaption>
</figure>
```{r, echo=FALSE}
maketab(tags = "taxon_carnivore", bib = bib, position = "right")
```
:::
### Elephants {#taxon_elephant}
:::float-right
<figure>
<img src="images/asian_elephant_working.jpg">
<figcaption>© Alexandre Courtiol</figcaption>
</figure>
```{r, echo=FALSE}
maketab(tags = "taxon_elephant", bib = bib, position = "left")
```
:::
### Marsupials {#taxon_marsupial}
```{r, echo=FALSE}
maketab(tags = "taxon_marsupial", bib = bib, position = "right")
```
### Plants {#taxon_plant}
:::float-right
<figure>
<img src="images/leucadendron_rubrum.jpg">
<figcaption>© Alexandre Courtiol</figcaption>
</figure>
```{r, echo=FALSE}
maketab(tags = "taxon_plant", bib = bib, position = "left")
```
:::
### Primates (including humans) {#taxon_primate}
:::float-left
<figure>
<img src="images/baboon_tsaobis.jpg" width="200px">
<figcaption>© Alexandre Courtiol</figcaption>
</figure>
```{r, echo=FALSE}
maketab(tags = "taxon_primate", bib = bib, position = "right")
```
:::
### Rodents {#taxon_rodent}
:::float-right
<figure>
<img src="images/porcupine.jpg">
<figcaption>© Alexandre Courtiol</figcaption>
</figure>
```{r, echo=FALSE}
maketab(tags = "taxon_rodent", bib = bib, position = "left")
```
:::
### Ungulates {#taxon_ungulate}
:::float-left
<figure>
<img src="images/zebra_southafrica.jpg">
<figcaption>© Alexandre Courtiol</figcaption>
</figure>
```{r, echo=FALSE}
maketab(tags = "taxon_ungulate", bib = bib, position = "right")
```
:::
### Viruses {#taxon_virus}
:::float-right
<figure>
<img src="images/virus.jpg">
<figcaption>© Zimai Li</figcaption>
</figure>
```{r, echo=FALSE}
maketab(tags = "taxon_virus", bib = bib, position = "left")
```
:::
### All & none (theory & policy) {#taxon_none}
```{r, echo=FALSE}
maketab(tags = "taxon_none", bib = bib, position = "right")
```
## Themes {#themes}
We study [wildlife conservation](#conservation), the ecology and evolution of [life history traits](#traits), [animal behaviour](#behaviour), [morphology](#morphology), as well as various aspects of [health](#health) in wildlife populations.
We also design [methods](#methods) that can be applied to study these themes.
### Wildlife conservation {#conservation}
#### Climate change {#conservation_climate}
```{r, echo=FALSE}
maketab(tags = "conservation_climate", bib = bib, position = "left", title = TRUE)
```
#### Habitat degradation (including urbanisation) {#conservation_degradation}
```{r, echo=FALSE}
maketab(tags = "conservation_degradation", bib = bib, position = "left", title = TRUE)
```
#### Converation management (including reproduction) {#conservation_management}
```{r, echo=FALSE}
maketab(tags = "conservation_management", bib = bib, position = "left", title = TRUE)
```
#### Effect of capture and captivity {#conservation_captivity}
```{r, echo=FALSE}
maketab(tags = "conservation_captivity", bib = bib, position = "left", title = TRUE)
```
### Life history {#traits}
#### Lifespan {#traits_lifespan}
```{r, echo=FALSE}
maketab(tags = "traits_lifespan", bib = bib, position = "left", title = TRUE)
```
#### Mating, reproductive success and fitness {#traits_fitness}
```{r, echo=FALSE}
maketab(tags = "traits_fitness", bib = bib, position = "left", title = TRUE)
```
#### Effect of climate and seasonality {#traits_climate}
```{r, echo=FALSE}
maketab(tags = "traits_climate", bib = bib, position = "left", title = TRUE)
```
#### Effect of demography {#traits_demography}
```{r, echo=FALSE}
maketab(tags = "traits_demography", bib = bib, position = "left", title = TRUE)
```
### Behaviour {#behaviour}
#### Perception {#behaviour_perception}
```{r, echo=FALSE}
maketab(tags = "behaviour_perception", bib = bib, position = "left", title = TRUE)
```
#### Mate choice {#behaviour_matechoice}
```{r, echo=FALSE}
maketab(tags = "behaviour_matechoice", bib = bib, position = "left", title = TRUE)
```
#### Migration and dispersion {#behaviour_migration}
```{r, echo=FALSE}
maketab(tags = "behaviour_migration", bib = bib, position = "left", title = TRUE)
```
#### Social hierarchy {#behaviour_hierarchy}
```{r, echo=FALSE}
maketab(tags = "behaviour_hierarchy", bib = bib, position = "left", title = TRUE)
```
### Health {#health}
#### Diseases {#health_diseases}
```{r, echo=FALSE}
maketab(tags = "health_diseases", bib = bib, position = "left", title = TRUE)
```
#### Immunity, stress and microbiome {#health_immunity}
```{r, echo=FALSE}
maketab(tags = "health_immunity", bib = bib, position = "left", title = TRUE)
```
#### MHC {#health_MHC}
```{r, echo=FALSE}
maketab(tags = "health_MHC", bib = bib, position = "left", title = TRUE)
```
### Morphology {#morphology}
#### Effect of climate {#morphology_climate}
```{r, echo=FALSE}
maketab(tags = "morphology_climate", bib = bib, position = "left", title = TRUE)
```
#### Effect of diet and lifestyle {#morphology_diet}
```{r, echo=FALSE}
maketab(tags = "morphology_diet", bib = bib, position = "left", title = TRUE)
```
### Methodological contributions {#methods}
#### Databases {#methods_databases}
```{r, echo=FALSE}
maketab(tags = "methods_databases", bib = bib, position = "left", title = TRUE)
```
#### R packages {#methods_packages}
```{r, echo=FALSE}
maketab(tags = "methods_packages", bib = bib, position = "left", title = TRUE)
```
#### Quantitative methods {#methods_quantitative}
```{r, echo=FALSE}
maketab(tags = "methods_quantitative", bib = bib, position = "left", title = TRUE)
```
#### Non-invasive methods {#methods_noninvasive}
```{r, echo=FALSE}
maketab(tags = "methods_noninvasive", bib = bib, position = "left", title = TRUE)
```
#### Wet lab and genomics {#methods_genomics}
```{r, echo=FALSE}
maketab(tags = "methods_genomics", bib = bib, position = "left", title = TRUE)
```