-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy path_pkgdown.yml
113 lines (99 loc) · 3.67 KB
/
_pkgdown.yml
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
url: http://spades-workshops.predictiveecology.org/
template:
params:
bootswatch: flatly
ganalytics: UA-58633549-3
navbar:
title: "`SpaDES` Workshops"
type: inverse
left:
- text: "2021-Jan"
href: articles/index.html
- text: "2020-Jan"
href: articlesJan2020/index.html
- text: "2019-Fall"
href: articlesOct2019/index.html
- text: "2018-Fall"
href: articlesSept2018/index.html
- text: "2018-May"
href: articlesMay2018/index.html
- text: "2018-Feb"
href: articlesFeb2018/index.html
- text: "Prior to 2018"
href: http://rpubs.com/PredictiveEcology/SpaDES-Intro-Course-Outline
right:
- icon: fa-github
href: https://spades.predictiveecology.org/
articles:
- title: "What is SpaDES?"
desc: >
A high-level introduction to the SpaDES framework that can help with reproducible, reusable research.
contents:
- SpaDES-as-a-tool-for-transparent-decision-making-in-ecology
- title: "SpaDES as a simulation platform"
desc: >
Here we look at an existing simulation model, LandR-Biomass --> This one is a rewrite of LANDIS-II Biomass Succession
contents:
- Vegetation-Simulation-Model
- title: "SpaDES as a workflow platform"
desc: >
Here we continue with LandR-Biomass --> But we add a module that estimates all parameters and gets all data.
The module, Biomass_borealDataPrep, has been tested widely in the boreal forest of Canada.
It uses open datasets.
contents:
- Vegetation-Simulation-Model-Estimating-Parameters-Inputs
- title: "Hands on: From R to SpaDES"
desc: >
In this section we will present examples of how to bring both static and dynamic R scripts into SpaDES, by creating modules from scratch and linking them
contents:
- 02c-Convert_R_code_to_SpaDES_module
- 02a-dynamicModellingPreyPred
- Modules_Thinking_in_a_modular_way
- title: "A simple, landscape fire model: SCFM"
desc: >
This model, based on Steve Cumming's work, is a percolation simulation model, that contains all the necessary
aparatus to estimate the parameters for a fire regime that is statistically correct, i.e., given an input dataset of historical fires,
this module will reproduce the fire size distribution on the same landscape. There are ~8 modules in this model. This module has been used
in a variety of places in Canada, but its implementation is still in alpha state, so unexpected behaviour may result.
contents:
- SCFM
- title: "SpaDES anatomy"
desc: >
A SpaDES module is the primary unit of organization for a SpaDES workflow. The key features of the SpaDES anatomy are:
1. Metadata
2. `simList`
Everything else derives from these two structures
contents:
- 04a-MyFirstModule
- 04b-Module_details
- 04c-The_simList
- 04d-Building_a_module
- 04e-parent_modules
- title: "Taking control"
desc: >
To become more advanced with R, reproducible workflows, profiling etc. we provide some general tips and content to improve skills.
These are concentrated on applications with SpaDES, but they are not unique to SpaDES.
contents:
- 06a-R_Developing_powerful_skills
- 06b-R_Profiling_code
- 06c-Caching
- 06d-Debugging
- title: "Useful Cheatsheets"
desc: >
We provide some links to useful Cheatsheets
contents:
- 00-Cheatsheets
- title: "Practicing"
desc: >
Below are several exercises that may be helpful to work through learning.
contents:
- exercise1
- exercise2
- exercise3
- exercise4
- exercise4a
- exercise5a
- exercise6
- exercise7
- exercise8
- exercise9