-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.Rmd
36 lines (23 loc) · 1.39 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
---
title: "A predictive population model for a high-elevation specialist bird species"
author: "Fränzi Korner-Nievergelt, Sebastian Dirren, Sabine Hille, Carole Niffenegger, Claire Pernollet"
date: "`r Sys.Date()`"
site: bookdown::bookdown_site
documentclass: book
bibliography: [PopModSnowfinch.bib]
link-citations: yes
github-repo: fraenzi/popmod_snowfinch
cover-image: figures/sf.jpg
description: "We here present what we know about population dynamics of Snowfinches."
code_folding: hide
---
# Preface
This documentation is a summary of current knowledge and data on demographic parameters of the White-winged Snowfinch *Montifringilla nivalis* including code of a predictive population model.
## Acknowledgments {-}
```{r fig.align='center', echo=FALSE, fig.cap="The White-winged Snowfinch *Montifringilla nivalis* is a high-elevation specialist living year-round above the treeline."}
knitr::include_graphics('figures/sf.jpg', dpi = 150)
```
The data, code and analyses presented here have been collected and created in collaboration with Arnaud Barras, Matthew De Couto, Fabian Fopp, Marilene Fuhrmann, Anne-Cathérine Gutzwiller, Simon Hohl, Charel Klein, Elisenda Peris Morente, Jaime Resano Mayor, Christian Schano, Alexander Schneider, Alessia Uboldi, Daniela Villaume and Irmi Zwahlen.
```{r fig.align='left', echo=FALSE, fig.height=0.2}
knitr::include_graphics('figures/logo.jpg', dpi = 150)
```