-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.Rmd
34 lines (30 loc) · 1.63 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: "PRIORITIZR WORKSHOP MANUAL"
author: "Jeffrey O. Hanson (with modifications by Richard Schuster)"
date: "`r Sys.Date()`"
output: pdf_document
cover-image: images/cover.png
description: Manual for the prioritizr module of the Introduction to Marxan & MarZone
& Prioritizr - Training Course held at University of Victoria, Victoria, Canada.
documentclass: book
favicon: favicon.ico
fontsize: 12pt
geometry: left=2.54cm, right=2.54cm, top=2.54cm, bottom=2.54cm
github-repo: prioritizr/PacMara_workshop
link-citations: yes
csl: reference-style.csl
site: bookdown::bookdown_site
bibliography: references.bib
url: https\://prioritizr.github.io/PacMara_workshop
urlcolor: blue
---
# Welcome!
```{r, echo=FALSE, results="asis", include = knitr:::is_html_output()}
cat("<img src=\"cover.png\" width=\"250\" height=\"250\" alt=\"Cover image\" align=\"right\" style=\"margin: 0 1em 0 1em\" />\n")
```
Here you will find the manual for the prioritizr module of the [_Introduction to Marxan & MarZone & Prioritizr - Training Course_](https://pacmara.org/) held at University of Victoria, Victoria, Canada. **Before you arrive at the workshop, you should make sure that you have correctly [set up your computer for the workshop][Setting up your computer] and you have [downloaded the data from here](https://github.com/prioritizr/PacMara_workshop/raw/master/data.zip). We cannot guarantee a reliable Internet connection during the workshop, and so you may be unable to complete the workshop if you have not set up your computer beforehand.**
```{r, include = FALSE}
# set knitr options
knitr::opts_chunk$set(fig.align = "center")
knitr::opts_chunk$set(cache = TRUE)
```