forked from NEFSC/READ-EDAB-NEesp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
README.Rmd
78 lines (58 loc) · 4.92 KB
/
README.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
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
---
output: md_document
---
<!-- README.md is generated from README.Rmd. Please edit that file -->
<!-- badges: start -->
```{r, echo = FALSE, results='asis', message=FALSE}
`%>%` <- magrittr::`%>%`
# custom code size badge
files <- list.files(recursive = TRUE, all.files = TRUE) %>%
stringr::str_subset(pattern = ".Rproj", negate = TRUE) %>%
stringr::str_subset(pattern = ".Rhistory", negate = TRUE) %>%
stringr::str_subset(pattern = ".RData", negate = TRUE) %>%
stringr::str_subset(pattern = ".Ruserdata", negate = TRUE) %>%
stringr::str_subset(pattern = ".Renviron", negate = TRUE)
total_size <- (sum(file.size(files))/1073741824) %>%
stringr::str_trunc(width = 4, ellipsis = "")
cat(badger::badge_devel("NEFSC/READ-EDAB-NEesp2", "blue"),
badger::badge_last_commit("NEFSC/READ-EDAB-NEesp2"),
badger::badge_custom("repo size", paste(total_size, "GB"), color = "blue", url = "https://github.com/NEFSC/READ-EDAB-NEesp2"),
sep = "\n")
```
[![](https://github.com/NEFSC/READ-EDAB-NEesp2/workflows/gitleaks/badge.svg)](https://github.com/NEFSC/READ-EDAB-NEesp2/actions/workflows/secretScan.yml)
<!-- badges: end -->
# Ecosystem and Socioeconomic Profiles
## Introduction
Ecosystem and Socioeconomic Profiles (ESPs) are a scientific product to support [Integrated Ecosystem Assessment](https://www.integratedecosystemassessment.noaa.gov/) (IEA). IEA seeks to improve understanding and management of fisheries through incorporating natural, social, and economic data into fisheries analyses and management plans. ESPs are a structured framework developed by the Alaska Fisheries Science Center to integrate ecosystem and socioeconomic information into the stock assessment process.<sup>[1]</sup>
Here we adapt the ESP process for use in the management of Northeast stocks. Our scientific roadmap consists of these steps:
1. Review information from the national initiatives and regional priorities to determine if a fish stock is a priority for producing an ESP. Determine priority stocks and assemble an ESP project team.
2. Identify vulnerabilities to overfishing, ecological pressures, and climate change throughout the life stages of the stock. Combine this information with ecosystem and socioeconomic processes driving stock dynamics. Conduct a literature review and develop models outlining major environmental and economic drivers of the stock’s distribution, life cycle, and fishery.
3. Create, select, analyze and monitor a suite of indicators of the health of the stock and fishery. Conduct tests on trends between ecosystem and socioeconomic indicators and stock metrics.
4. The final step culminates in a stock-specific report and presentations that concisely convey the status of leading indicators to fisheries scientists and managers.
## Using this package
Data, functions, and report templates are aggregated in this R package, [`NEesp2`](https://github.com/NEFSC/READ-EDAB-NEesp2). See [here](https://nefsc.github.io/READ-EDAB-NEesp/articles/install-and-use-package.html) for a brief demo of how to use this package.
## NEesp2 package
This package is a derivative of the original Northeast ESP R package. All relevant data, functions, and methods for ESP reports prior to 2024 will be found in this package [`NEFSC/READ-EDAB-NEesp`](https://github.com/NEFSC/READ-EDAB-NEesp).
## Next steps
This package is currently in development. Standard ecosystem and socioeconomic indicator data and methods, visualizations, and report templates will be added shortly.
[1]: https://meetings.npfmc.org/CommentReview/DownloadFile?p=8f5233fb-3b62-4571-9b49-8bb7ce675916.pdf&fileName=ESP_Shotwell.pdf
## Developers
| [atyrell3](https://github.com/atyrell3) | [stephanie-owen](https://github.com/stephanie-owen) |
|-----------|-----------|-----------|
| [![](https://avatars.githubusercontent.com/u/77738923?s=100&u=92e54f60ca179f3e41c1a3610fb3ecdb9e233434&v=4)](https://github.com/atyrell3) | [![](https://avatars.githubusercontent.com/u/144704736?v=4&size=100)](https://github.com/stephanie-owen) |
#### Legal disclaimer
*This repository is a scientific product and is not official
communication of the National Oceanic and Atmospheric Administration, or
the United States Department of Commerce. All NOAA GitHub project code
is provided on an 'as is' basis and the user assumes responsibility for
its use. Any claims against the Department of Commerce or Department of
Commerce bureaus stemming from the use of this GitHub project will be
governed by all applicable Federal law. Any reference to specific
commercial products, processes, or services by service mark, trademark,
manufacturer, or otherwise, does not constitute or imply their
endorsement, recommendation or favoring by the Department of Commerce.
The Department of Commerce seal and logo, or the seal and logo of a DOC
bureau, shall not be used in any manner to imply endorsement of any
commercial product or activity by DOC or the United States Government.*
#### Pkgdown site
The pkgdown site is being built from the `main` branch.