forked from NOAA-EDAB/catalog
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.Rmd
51 lines (35 loc) · 2.08 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
---
title: "Synthetic Indicator Catalogue"
author: "Northeast Fisheries Science Center"
date: "`r format(Sys.Date(), '%e %B %Y')`"
site: bookdown::bookdown_site
documentclass: book
bibliography:
- bibliography/StateOftheEcosystem.bib
#geometry: "left=1.0in, right=1.0in, top=1.0in, bottom=1.0in, includefoot"
biblio-style: apalike
#csl: chicago-fullnote-bibliography.csl
csl: plos.csl
always_allow_html: true
link-citations: true
github-repo: NOAA-EDAB/catalog
url: https://noaa-edab.github.io/catalog/
description: "This catalogue holds information on available datasets and indicators."
---
# Introduction {-}
The purpose of this document is to collate the indicator information and methods used to inform the data driven products on the Northeast Shelf Large Marine Ecosystem by the Ecosystem Dynamics and Assessment Branch at the Northeast Fisheries Science Center (see figure, below).
The information included in this document is contributed by a large variety of callaborators and contact information is available in each chapter. When possible, provided data is available in `ecodata`, an R package that holds the lastest version of the data available.
The metadata for each indicator (in accordance with the [Public Access to Research Results (PARR) directive](http://obamawhitehouse.archives.gov/sites/default/files/microsites/ostp/ostp_public_access_memo_2013.pdf)) and the methods used to construct each indicator are described in the subsequent chapters or in the Technical Documentation, with each chapter title corresponding to an indicator or analysis.
```{r setup, echo=FALSE, message = FALSE, warning = FALSE}
knitr::opts_chunk$set(echo = F,
message = F,
warning = F)
#shadedRegion <- c(2013,2022)
library(magrittr)
library(dplyr)
library(sf)
```
(ref:neusmap) Map of Northeast U.S. Continental Shelf Large Marine Ecosystem from @hare_vulnerability_2016
```{r neusmap, message = FALSE, warning=FALSE, fig.align='center',out.width="75%", echo = F, fig.cap='(ref:neusmap)'}
knitr::include_graphics("images/journal.pone.0146756.g002.PNG")
```