Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
c7b36a8
Merge pull request #55 from NEFSC/edits_AT5
jcaracappa1 Apr 7, 2026
6587515
Merge pull request #59 from NEFSC/core_AT
jcaracappa1 Apr 9, 2026
6c00247
add qr code
atyrell3 May 5, 2026
b7705e7
merge html
atyrell3 May 7, 2026
82b0229
Merge branch 'dev' into core_team_presentation
atyrell3 May 7, 2026
e8fba45
Merge pull request #60 from NEFSC/core_team_presentation
jcaracappa1 May 14, 2026
574fcde
Merge pull request #62 from NEFSC/core_AT
jcaracappa1 May 14, 2026
9d853ff
remove duplicate paragraph
atyrell3 May 15, 2026
06e363e
style: increase figure aspect ratio for climatevul_land, climatevul_r…
May 21, 2026
9cdb7a0
Merge pull request #63 from NEFSC/figure_aspect_ratio_SO
atyrell3 May 26, 2026
e21bc19
docs: text edits based on SSC comments
atyrell3 May 26, 2026
26deeb5
updates to slides suggested by SSC
atyrell3 May 27, 2026
e8c8a52
create council slides, update links in readme
atyrell3 May 28, 2026
a031ae4
update readme, change mackerel stock status text
atyrell3 May 28, 2026
e4d942c
add new stock status plots, update aquaculture sentence
atyrell3 May 29, 2026
ba2efd9
force update images
atyrell3 Jun 1, 2026
8e7157b
add figs w updated aspect ratio from dev
atyrell3 Jun 1, 2026
162495a
rerun slides and report with updated figs
atyrell3 Jun 1, 2026
1379676
update date in header
atyrell3 Jun 1, 2026
b5bc238
Merge pull request #64 from NEFSC/mid_ssc_edits
jcaracappa1 Jun 5, 2026
870118d
final updates to slides
atyrell3 Jun 5, 2026
215c013
update readme link to mid slides
atyrell3 Jun 5, 2026
6edfc37
Merge pull request #65 from NEFSC/mid_ssc_edits
atyrell3 Jun 5, 2026
3d12b07
fixed page numbers for NE report
jcaracappa1 Jun 25, 2026
c2627df
feature: new parent presentation for SOE overview seminar
BBeltz1 Jun 26, 2026
73121b5
feature: create custom child slides for 2026 overview seminar
BBeltz1 Jun 26, 2026
ce172e1
docs: add 2026 SOE overview seminar to README for online access
BBeltz1 Jun 26, 2026
6cbb23e
feature: add supporting files for new SOE overview seminar parent pre…
BBeltz1 Jun 26, 2026
5d3f21d
Merge pull request #66 from NEFSC/overview-seminar
jcaracappa1 Jun 29, 2026
553a63a
chore: organize repo for archiving 2026 SOE season. re-run htmls as s…
atyrell3 Jul 6, 2026
ba16be4
knit mid SSC and NE council slides
atyrell3 Jul 21, 2026
3f53491
clean up unused images
atyrell3 Jul 28, 2026
6f9296e
Merge pull request #68 from NEFSC/organize-repo
atyrell3 Jul 28, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
38 changes: 29 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,29 @@

This repository contains code used to create the State of the Ecosystem reports for the Mid Atlantic and New England regions, as well as the resulting report documents and presentation slides.

## 2026 report -- **drafting in progress**

These documents are in progress and subject to change. Please check back later for the final published versions.
## 2026 report

### Report documents

- [Mid Atlantic](midatlantic.pdf) (*in progress -- has not been updated with 2026 data*)
- [New England](newengland.pdf) (*in progress -- has not been updated with 2026 data*)
- [Combined report](bothregions.pdf) (to assist with editing only, will not be published as a final report) (*in progress -- has not been updated with 2026 data*)
- [2026 Mid-Atlantic Council report](SOE2026_MAFMC_Council.pdf)
- [2026 Mid-Atlantic SSC report](SOE2026_MAFMC_SSC.pdf)
- [2026 New England SSC and Council report](SOE2026_NEFMC_IR_Edits.pdf)

### Supporting documents

- [2026 Research Response Memo](SOE_Response_Memo.pdf)
- [2026 Mid-Atlantic Cover Letter](SOE2026_MAFMC_Cover_Letter.pdf)
- [2026 New England Cover Letter](SOE2026_NEFMC_Cover_Letter.pdf)

### Presentation slides

- [Mid Atlantic](midatlantic.html) (*in progress -- has not been updated with 2026 data*)
- [New England](newengland.html) (*in progress -- has not been updated with 2026 data*)
- [Combined report](parent_presentation.html) (to assist with editing only, will not be presented as a final report) (*in progress -- has not been updated with 2026 data*)
- [Mid Atlantic Council slides](SOE2026_MAFMC.html)
- [Mid Atlantic SSC slides](SOE2026_MAFMC_SSC.html)
- [New England Council slides](SOE2026_NEFMC_final.html)
- [New England SSC slides](SOE2026_NEFMC_SSC_final_V2.html)
- [SOE 2026 Overview Seminar](parent_presentation_overview_seminar.html)
- [CESCC slides](SOE2026_newengland_CESC.html)
- [ECCG slides](SOE2026_newengland_ECCG.html)
- [Synthesis meeting slides](parent_presentation_synthesis.html) (*updated as of 1/14/2026*)

## How to update the reports
Expand All @@ -34,5 +42,17 @@ Steps to update figures and captions:
1. If you are adding a new figure, add it to the appropriate Rmarkdown with the syntax: `return_plot("chunk-name", region = "RegionName")`, where `chunk-name` is the lookup key in the `figure_captions_summary.csv` spreadsheet and `RegionName` is either `MidAtlantic`, `NewEngland`, or `BothRegions` (for figures that appear in both reports).
1. Re-knit the report from `run_reports.R` script.

### Ensuring that htmls are archivable

Ensure that your final html is knitted with the following setting:

```
format:
revealjs:
embed-resources: true
```

This will create a self-contained html file that can be archived and shared. The parent presentation qmds used in 2026 already have this feature enabled.

#### 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.
Loading
Loading