From 96c6c64efdb1053b9c83f3fc51ec8dd850584b97 Mon Sep 17 00:00:00 2001 From: Sam Schiano <125507018+Schiano-NOAA@users.noreply.github.com> Date: Thu, 9 Apr 2026 14:39:31 -0400 Subject: [PATCH 1/2] initial commit of FAQs page with questions from workshops --- resources/faq.qmd | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 resources/faq.qmd diff --git a/resources/faq.qmd b/resources/faq.qmd new file mode 100644 index 0000000..ec3ac05 --- /dev/null +++ b/resources/faq.qmd @@ -0,0 +1,14 @@ +--- +title: "Workshop FAQ" +--- + +Answers to frequently asked questions or simply answers to post-workshop questions from our workshop feedback survey. + +## Some models have lots of configurations options, does this work with all sex specific/ multi season, multi region SS3 models? + +The packages are designed to work with any model configuration. I am assuming you are referring to the convert_output() function which takes into consideration any potential model configuration much as mult-sex, multi-season ect. Each `stockplotr` function will recognize any of these indexing variables and automatically make a plot or table with this configuration. + +## Is there a way to add standard chunks of text the same way you can add standard plots? + +We do not plan to develop and standard chunks of text with the exception of description of models. The advantage of using Quarto along with a future planned development should automatically have your text. The idea is that you should only need to make edits to the parts you want to change from the previous assessment report and all other sections can remain the same, if you so choose. + From ad1ae02f26ecc1cd30590e68f0a6180a76130baa Mon Sep 17 00:00:00 2001 From: Sam Schiano <125507018+Schiano-NOAA@users.noreply.github.com> Date: Thu, 9 Apr 2026 14:40:21 -0400 Subject: [PATCH 2/2] update site yml for add faq link on sidebar --- _quarto.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/_quarto.yml b/_quarto.yml index bc77d6e..2d469b7 100644 --- a/_quarto.yml +++ b/_quarto.yml @@ -53,7 +53,8 @@ website: text: "NSAW workshop" - href: resources/regional_info.qmd text: "Regionally-specific content" - + - href: resources/faq.qmd + text: "FAQ" format: html: