Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion _quarto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
14 changes: 14 additions & 0 deletions resources/faq.qmd
Original file line number Diff line number Diff line change
@@ -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.