-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.Rmd
52 lines (39 loc) · 1.97 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
---
title: "WEEL Guide"
author: Alec L. Robitaille, Juliana Baluffi-Fry, Quinn M.R. Webber, Julie W. Turner, Isabella C. Richmond, Christina M. Prokopenko, Katrien A. Kingdon
date: "`r Sys.Date()`"
site: bookdown::bookdown_site
output: bookdown::bs4_book
bibliography: packages.bib
nocite: '@*'
url: https://weel.gitlab.io/guide
cover-image: "images/big-logo.png"
description: |
This guide is for students and friends of the Wildlife Evolutionary Ecology Lab.
---
# Welcome
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.5535039.svg)](https://doi.org/10.5281/zenodo.5535038)
<div style= "float:right">
<img src="images/big-logo.png" class="cover" width="200" height="200"/>
</div>
Wildlife Evolutionary Ecology Lab: Guide
Alec L. Robitaille, Juliana Baluffi-Fry, Quinn M.R. Webber, Julie W. Turner, Isabella C. Richmond, Christina M. Prokopenko, Katrien A. Kingdon
This guide is for students and friends of the Wildlife Evolutionary Ecology Lab.
At the moment, it walks through some of the steps from setting up your computer,
to analysis and visualization, to writing and sharing your outcomes with others.
Some parts of the guide present the authors' opinions - but there's always a
number of ways to do something. Use whatever works best for you. This is
a living resource, so please contribute anything you feel would be useful
to others.
Feedback, suggestions, comments [here](https://gitlab.com/weel/guide/-/issues).
Source code for this book is [here](https://gitlab.com/weel/guide).
The lab's website is at https://weel.gitlab.io/. You can find us as
[WEEL_grp on GitLab](https://gitlab.com/WEEL_grp) and [wildlifeevoeco on GitHub](https://github.com/wildlifeevoeco/), as well as [wildlifeevoeco on Twitter](https://twitter.com/wildlifeevoeco).
The book is currently organized as follows:
I [Setup](#setup)
II. [Analysis](#data-science)
III. [Visualization](#ggplot2)
IV. [Writing](#writing)
V. [Open research](#git)
VI. [Repositories](#weel-universe)
VII. [Etc](#slides)