From e468329c9bd9e0a51a58b952b6978ff0851abc3e Mon Sep 17 00:00:00 2001 From: Brandon Beltz - NOAA Affiliate <136381970+BBeltz1@users.noreply.github.com> Date: Thu, 11 Jul 2024 12:23:52 -0400 Subject: [PATCH] rearrange select legacy pages add some legacy pages to a new section called methods --- _bookdown.yml | 16 ++++++++++------ chapters/pl_lan_glossary.Rmd | 11 ++++++++++- chapters/sectionHeaders/methods.rmd | 1 + 3 files changed, 21 insertions(+), 7 deletions(-) create mode 100644 chapters/sectionHeaders/methods.rmd diff --git a/_bookdown.yml b/_bookdown.yml index 5776062e..2766e05c 100644 --- a/_bookdown.yml +++ b/_bookdown.yml @@ -89,14 +89,21 @@ rmd_files: - "chapters/wind_revenue.Rmd" # # +# ######################## METHODS ################## + - "chapters/sectionHeaders/methods.rmd" + - "chapters/erddap_query_and_build.Rmd" + - "chapters/Trend_analysis.Rmd" + - "chapters/survdat.rmd" + - "chapters/EPU.Rmd" + - "chapters/conceptualmodels.Rmd" + - "chapters/pl_lan_glossary.Rmd" +# +# # ######################## LEGACY PAGES ################## - "chapters/sectionHeaders/legacy.rmd" - - "chapters/erddap_query_and_build.Rmd" - "chapters/Annual_SST_cycle_indicator.Rmd" - "chapters/bottom_temperature_GLORYS.Rmd" - "chapters/calanus_stage.Rmd" - - "chapters/conceptualmodels.Rmd" - - "chapters/EPU.Rmd" #- "chapters/forage_anomaly.Rmd" - "chapters/occupancy_indicator.Rmd" - "chapters/habitat_vulnerability.Rmd" @@ -114,13 +121,10 @@ rmd_files: - "chapters/Species_density_estimates.Rmd" - "chapters/stom_fullness.Rmd" - "chapters/storminess.Rmd" - - "chapters/survdat.rmd" - "chapters/Thermal_hab_proj_indicator.Rmd" - - "chapters/Trend_analysis.Rmd" - "chapters/observer_data_indicator.Rmd" - "chapters/Seabird_MAB.Rmd" - "chapters/wind_habitat_occupancy.Rmd" - - "chapters/pl_lan_glossary.Rmd" - "chapters/references.Rmd" before_chapter_script: _common.R delete_merged_file: false diff --git a/chapters/pl_lan_glossary.Rmd b/chapters/pl_lan_glossary.Rmd index 904e1441..c952300d 100644 --- a/chapters/pl_lan_glossary.Rmd +++ b/chapters/pl_lan_glossary.Rmd @@ -49,6 +49,9 @@ A specific geographic region of similar physical features and plankton character **Ecosystem Assessment:** A social process through which the findings of science concerning the causes of ecosystem change, their consequences for human well-being, and management and policy options are presented to decision makers [@unfao]. +**Ecosystem Reorganization:** +Regime shifts and changes in how the multiple system drivers interact can result in ecosystem reorganization as species and humans respond and adapt to the new environment. + **Effort:** The amount of time and fishing power used to harvest fish; includes gear size, boat size, and horsepower [@wallace1994]. @@ -140,6 +143,9 @@ Warm-blooded animals that live in marine waters and breathe air directly. These **Mortality Event: ** The death of one or more individuals of a species. +**Multiple System Drivers:** +Societal, biological, physical and chemical factors comprise the multiple system drivers that influence marine ecosystems through a variety of different pathways. These drivers affect fishery management objectives such as seafood production and recreational opportunities, as well as other ecosystem services we derive from the ocean. + **Northeast Shelf:** The Northeast U.S. Continental Shelf Large Marine Ecosystem (NES LME). The region spans from Cape Hatteras, NC to Nova Scotia and includes the waters between the eastern coastline of the U.S and the continental shelf break. @@ -182,6 +188,9 @@ Fishing for fun or competition instead of profit like a commercial fishery. Incl **Recruitment:** The number of young fish entering the population each year at the age first caught in fishing/survey gear. +**Regime Shift:** +Large, abrupt and persistent change in the structure and function of an ecosystem. + **Revenue:** The dollar value commercial fishermen receive for selling landed fish. @@ -221,7 +230,7 @@ Plankton consisting of small animals and the immature stages of larger animals, (ref:neusmap1) Map of Northeast U.S. Continental Shelf Large Marine Ecosystem from @Hare2016. -```{r neusmap1, message = FALSE, warning=FALSE, fig.align='center', fig.height=6, echo = F, fig.cap='(ref:neusmap1)'} +```{r neusmap1, message = FALSE, warning=FALSE, fig.align='center', out.width="75%", echo = F, fig.cap='(ref:neusmap1)'} knitr::include_graphics(here::here("images/journal.pone.0146756.g002.PNG")) ``` \ No newline at end of file diff --git a/chapters/sectionHeaders/methods.rmd b/chapters/sectionHeaders/methods.rmd new file mode 100644 index 00000000..553aef1b --- /dev/null +++ b/chapters/sectionHeaders/methods.rmd @@ -0,0 +1 @@ +# (PART\*) Methods {.unnumbered} \ No newline at end of file