From 834586619e6677626d450317288c6dda580e4c8b Mon Sep 17 00:00:00 2001
From: Christine Stawitz - NOAA
<47904621+ChristineStawitz-NOAA@users.noreply.github.com>
Date: Mon, 11 Dec 2023 13:29:49 -0800
Subject: [PATCH] Update index.qmd
change index from default template
---
index.qmd | 23 ++++++-----------------
1 file changed, 6 insertions(+), 17 deletions(-)
diff --git a/index.qmd b/index.qmd
index c2fd926..f768034 100644
--- a/index.qmd
+++ b/index.qmd
@@ -1,22 +1,11 @@
---
-title: "NOAA quarto simple with R"
-subtitle: "A simple Quarto webpage with a book layout"
+title: "Fisheries Integrated Modeling System case studies"
+subtitle: "Test cases, based on regional assessments, to illustrate use of FIMS"
page-layout: full
---
-This is a template for a simple Quarto website that looks like a "book". This is a common format for documentation. It includes a GitHub Action that will build the website automatically when you make changes to the files. The NOAA palette and fonts has been added to `theme.scss`. The webpage will be on the `gh-pages` branch. Serving the website files from this branch is a common way to keep all the website files from cluttering your main branch.
+These case studies demonstrate use of the Fisheries Integrated Modeling System to run a few different cases of stock assessment models.
-The GitHub Action installs R so you can have R code in your qmd or Rmd files. Note, you do not need to make changes to your Rmd files unless your need Quarto features like cross-references.
-
-## GitHub Set-up
-
-* Click the green "use template" button to make a repository with this content. Make sure to make your repo public (since GitHub Pages doesn't work on private repos unless you have a paid account) and check box to include all the branches (so that you get the gh-pages branch).
-
-
-* Turn on GitHub Pages under Settings > Pages . You will set pages to be made from the gh-pages branch and root directory.
-
-
-* Turn on GitHub Actions under Settings > Actions > General
-
-
-* Edit the repo description and Readme to add a link to the webpage. When you edit the description, you will see the link url in the url box or you can click on the Actions tab or the Settings > Pages page to find the url.
+```{r, eval = FALSE}
+install.packages(c("dplyr","tidyr"))
+```