-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #41 from weecology/2023-cleanup
- Loading branch information
Showing
25 changed files
with
174 additions
and
83 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
--- | ||
title: "Data & Software" | ||
weight: 1 | ||
type: book | ||
summary: Software installation requirements | ||
show_date: false | ||
editable: true | ||
--- | ||
|
||
## Software installation requirements | ||
|
||
* `ggplot2` R package: `install.packages('ggplot2')` | ||
* `portalr` R package: `install.packages('portalr')` | ||
* `rEDM` R package: `install.packages('rEDM')` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
--- | ||
title: "Forecasting with GAMs in R" | ||
linkTitle: "" | ||
type: book | ||
weight: 19 | ||
summary: "Using generalized additive models for making forecasts" | ||
show_date: false | ||
editable: true | ||
--- | ||
|
||
{{% callout note %}} | ||
|
||
**Learning Objectives:** | ||
* First lesson objective | ||
* Second lesson objective | ||
|
||
{{% /callout %}} | ||
|
||
{{< list_children >}} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
--- | ||
title: "Fitting time-series GAMS in R" | ||
linkTitle: "" | ||
type: book | ||
weight: 18 | ||
summary: " " | ||
show_date: false | ||
editable: true | ||
--- | ||
|
||
{{% callout note %}} | ||
|
||
**Learning Objectives:** | ||
* First lesson objective | ||
* Second lesson objective | ||
|
||
{{% /callout %}} | ||
|
||
{{< list_children >}} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
--- | ||
title: "Ask us anything" | ||
linkTitle: "" | ||
type: book | ||
weight: 20 | ||
summary: "Ask us anything you've been wondering about forecasting and we'll talk about it" | ||
show_date: false | ||
editable: true | ||
--- | ||
|
||
{{% callout note %}} | ||
|
||
**Learning Objectives:** | ||
* First lesson objective | ||
* Second lesson objective | ||
|
||
{{% /callout %}} | ||
|
||
{{< list_children >}} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
--- | ||
title: "Discussion Questions" | ||
weight: 2 | ||
type: book | ||
summary: " " | ||
show_date: false | ||
editable: true | ||
--- | ||
|
||
Bring any questions related to the course that you've been wanting to ask we'll talk about them. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
--- | ||
title: "Instructor Notes" | ||
weight: 4 | ||
type: book | ||
summary: " " | ||
show_date: false | ||
editable: true | ||
--- | ||
|
||
This material generates a lot of questions from students so we recommend setting aside one or more days for students to either submit questions in advance, or just bring them to class, and you answer/discuss them. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
--- | ||
title: "Introduction to Generalized Additive Models (GAMs)" | ||
linkTitle: "Intro to GAMS" | ||
type: book | ||
weight: 17 | ||
summary: "An introduction to generalized additive models and how then can be used with time-series" | ||
show_date: false | ||
editable: true | ||
--- | ||
|
||
{{% callout note %}} | ||
|
||
**Learning Objectives:** | ||
* First lesson objective | ||
* Second lesson objective | ||
|
||
{{% /callout %}} | ||
|
||
{{< list_children >}} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.