generated from nmfs-opensci/NOAA-quarto-simple
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path_quarto.yml
60 lines (51 loc) · 1.41 KB
/
_quarto.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
project:
type: website
website:
page-navigation: true
title: "ManyBabies Data Simulation and Power Analysis"
site-url: "https://github.com/4CCoxAU/PowerAnalysisWorkshopManyBabies"
repo-url: "https://github.com/4CCoxAU/PowerAnalysisWorkshopManyBabies"
repo-actions: [source]
page-footer:
right: ""
left: ""
sidebar:
background: "#D9E3E4"
logo: ""
pinned: true
align: center
tools:
- icon: globe
href: https://manybabies.org/
text: "ManyBabies Power Analysis Workshop"
- icon: github
href: https://github.com/4CCoxAU/PowerAnalysisWorkshopManyBabies
text: "ManyBabies Github"
style: "docked"
search: true
collapse-level: 1
contents:
- href: index.qmd
text: Introduction
- href: content/DataSimulation_01.qmd
text: Part I, Data Simulation
- href: content/SimulationBasedPowerAnalysis_02.qmd
text: Part II, Simulation-Based Power Analysis
- href: content/GridSearch_03.qmd
text: Part III, Grid Searches and Sensitivity Analyses
- href: content/FurtherResources.qmd
text: Further Resources
format:
html:
theme:
light: [cosmo, theme.scss]
dark: [cosmo, theme-dark.scss]
code-copy: true
code-overflow: wrap
toc: true
toc-depth: 2
toc-expand: 2
number-sections: true
filters:
- include-files.lua
- quarto