Repository: github.com/SPRFMO/JM_SCW
This repository contains organized documentation and materials for the SPRFMO Jack Mackerel (JM) Working Group, including preparation and execution materials for benchmark and MSE workshops.
- Benchmark Workshop 2026: May 18–22, 2026 in Lima, Peru (SCW16)
- MSE Workshop 2026: June 15–19, 2026 in Wageningen, Netherlands
- Chair: Dr Jim Ianelli (NOAA AFSC)
JM_SCW/
├── Benchmark_2026/ # Benchmark workshop materials
│ ├── Papers/ # Working papers (BM-01 through BM-04)
│ ├── Meeting_Preparation/ # Virtual prep meeting agendas and reports
│ └── Templates/ # Meeting templates
│
├── MSE_2026/ # MSE workshop materials
│ ├── Papers/ # MSE working papers
│ ├── Meeting_Preparation/ # Virtual prep meeting agendas and reports
│ └── Templates/ # Meeting templates
│
├── WorkingGroup_General/ # Persistent working group materials
│ ├── Terms_of_Reference/ # Workshop ToRs and WG ToR
│ ├── Templates/ # Master templates (reused by both workshops)
│ └── Guidelines/ # Submission and collaboration guidelines
│
├── Dashboard/ # Paper submission tracking
│ └── submission_tracking_dashboard.qmd
│
├── WORKFLOW_README.md # Complete workflow and organization guide
├── GITHUB_STRUCTURE.md # Detailed structure explanation
└── README.md # This file
- Workflow Guide — How to use this system
- GitHub Structure — Folder organization details
- Paper Tracking Dashboard — Real-time status
- Benchmark Terms of Reference
Submitting a Paper?
- See Workflow Guide
- Use appropriate template in Templates/
- Follow naming convention:
BM-XX_Topic_Author_YYYY-MM-DD_vX.qmd - Submit to Chair (Dr Jim Ianelli)
Preparing for a Virtual Meeting?
- Check the Agenda in Meeting_Preparation/Agendas/
- Review any linked pre-meeting materials
- Attend meeting
- Read post-meeting Report in Meeting_Preparation/Reports/
| Date | Event |
|---|---|
| May 1, 2026 | Papers due |
| May 5, 2026 | Pre-workshop materials circulated |
| May 18–22, 2026 | Benchmark Workshop (SCW16) |
| June 1, 2026 | Final papers due |
| June 15–19, 2026 | MSE Workshop |
All templates are in Quarto format (.qmd). To render them:
# Render to Word
quarto render filename.qmd --to docx
# Render to PDF
quarto render filename.qmd --to pdf
# Render to HTML
quarto render filename.qmd --to htmlThis public repository is synchronized with the private analysis repository (github.com/sprfmo/jjm). Documentation is synced regularly; code and analysis remain in the private repo.
Contact: Dr Jim Ianelli (Chair) Email: jim.ianelli@noaa.gov
Last Updated: April 3, 2026
See WORKFLOW_README.md for complete instructions on using this repository.