-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.Rmd
81 lines (62 loc) · 3.69 KB
/
index.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
---
title: "Ecological Dynamics"
description: "Department 6 at Leibniz Institute for Zoo and Wildlife Research (IZW)"
site: distill::distill_website
---
```{r setup, include=FALSE}
knitr::opts_chunk$set(echo = FALSE, warning = FALSE, cache = TRUE, dpi = 100)
```
# Welcome to D6!
We are scientists of the Department of Ecological Dynamics at the [Leibniz Institute for Zoo and Wildlife Research in Berlin](https://www.izw-berlin.de/en/home.html), Germany. Our research is focused on understanding ecological dynamics in space and time, at different levels of organisation, from individuals to communities, and across gradients of human altered environments.
We investigate how fitness consequences of processes acting at the individual level, such as social behaviour or movements, competition, predator-prey or host-pathogen interactions, shape population and community dynamics, also at evolutionary scales. To ensure transparency and reproducibility, we follow the [FAIR principles](https://www.nature.com/articles/sdata201618) and provide code and data of published papers in our GitHub [repositories](https://github.com/orgs/EcoDynIZW/repositories.html).
**→ Follow us on [Twitter](https://twitter.com/EcoDynIZW) and [GitHub](https://github.com/EcoDynIZW).**
<ul class="card-wrapper">
<li class="card">
## Our Vision
<div class="card-content">Our ultimate goal is to predict the **future viability of wildlife populations, species, and communities** faced with accelerating environmental change in the anthropocene and to improve landscape scale planning for conservation.</div>
</li>
<li class="card">
## Our Mission
<div class="card-content">We advance theory and concepts in ecology and evolution as well as the use of computational toolkits by developing and using a wide range of modern field and lab techniques and dynamic and simulation modeling.</div>
</li>
<li class="card">
## Our Teams
<div class="card-content">We are organized in three teams spanning all levels from [individuals](https://ecodynizw.github.io/team-individual.html) to [populations](https://ecodynizw.github.io/team-population.html) to [communities](https://ecodynizw.github.io/team-biodiversity.html). Check out the three team pages for an overview of our current projects, group activities, and our latest publications!</div>
</li>
</ul>
```{r, layout="l-screen"}
knitr::include_graphics("img/banner-mv-csf-top.png")
```
```{r, layout="l-page"}
knitr::include_graphics("img/teams/research-map-vietnam.png")
```
```{r, layout="l-screen"}
knitr::include_graphics("img/banner-mv-csf-bottom.png")
```
## Contact {.appendix}
Department Lead: Prof. Dr. S. Kramer-Schadt
Deputy Lead: Dr. Andreas Wilting
Coordination: Dr. Conny Landgraf
<a href="mailto:[email protected]">assist6[at]izw-berlin.de</a>
```{r, layout="l-screen-inset shaded", cache=FALSE}
library(leaflet)
leaflet() %>%
setView(lng = 13.5211, lat = 52.5062, zoom = 04) %>%
addProviderTiles(providers$CartoDB.Voyager, group = "Default Map") %>%
addProviderTiles(providers$Stadia.StamenTerrain, group = "Terrain Map") %>%
addProviderTiles(providers$CartoDB.DarkMatter, group = "Dark Map") %>%
addTiles(group = "OpenStreetMap") %>%
addPopups(lng = 13.521167153974313, lat = 52.506286189883994,
popup = "<b>Leibniz Institute for<br>Zoo and Wildlife Research</b>",
options = popupOptions(closeButton = FALSE)) %>%
# Layers control
addLayersControl(
baseGroups = c("Default Map", "Terrain Map", "Dark Map", "OpenStreetMap"),
options = layersControlOptions(collapsed = TRUE)
)
```
## Address {.appendix}
Leibniz Institute for Zoo and Wildlife Research
Department of Ecological Dynamics
Alfred-Kowalke-Str. 17
D-10315 Berlin, Germany