-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.Rmd
29 lines (23 loc) · 971 Bytes
/
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
---
title: "GLM Workbook"
author: "Matt Hipsey, Dan Paraska, Peisheng Huang, Casper Boon, Giles Knight"
date: "Last updated: `r Sys.Date()`"
site: bookdown::bookdown_site
documentclass: book
bibliography: ["references/references.bib"]
biblio-style: apalike
link-citations: yes
description: "The Online GLM Workbook"
---
# Introduction {-}
## GLM Information {.unnumbered}
For GLM technical documentation, visit the [glm-aed](https://github.com/AquaticEcoDynamics/glm-aed/wiki) GitHub Repository wiki.
For a detailed scientific overview of GLM, refer to @hipsey2019general's paper available [here](https://gmd.copernicus.org/articles/12/473/2019/gmd-12-473-2019.pdf).
```{r figint-1, echo=FALSE, fig.cap="", out.width = '35%', out.extra='data-action="zoom"'}
knitr::include_graphics("images/glm_hex.png")
```
```{r xaringanExtra, include = FALSE}
library(xaringanExtra)
xaringanExtra::use_panelset()
xaringanExtra::style_panelset_tabs(font_family = "inherit")
```