-
Notifications
You must be signed in to change notification settings - Fork 0
/
_quarto.yml
77 lines (60 loc) · 1.91 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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
project:
type: website
render:
- "!ohi-global/"
- "!structure.qmd"
- "*.qmd"
- "*.png"
output-dir: docs
preview:
port: 4200
browser: true
website:
favicon: media/favicon-ohi-test.png
sidebar:
title: "OHI Methods 2024"
logo: media/OHI_Logo_Blue.png
style: "docked"
search: true
contents:
- href: https://oceanhealthindex.org
text: "Home"
icon: globe
external: true
- href: index.qmd
text: Methods
icon: house
- href: OHI-theory.qmd
# look up numbering
text: 1. Theory of OHI
- href: OHI-score-anatomy.qmd
text: 2. Brief Anatomy of OHI Scores
- href: data-inclusion-gaps.qmd
text: 3. Data Inclusion & Gaps # instead of in score anatomy?
- href: regions.qmd
text: 4. Regions
- href: models/models.qmd
text: 5. Models
# subsections:
# regional and global index scores
# goal scores
# likely future status dimensions
- href: goals/goal-models-data.qmd
text: 6. Goal Models and Data
# has all 10 goals etc.
- href: data-layers/data-layer-descriptions.qmd
text: 7. Description of Data Layers
# 107 subsections :)
- href: references.bib
text: References
icon: book
page-footer:
left: Learn more about the [Ocean Health Index](https://oceanhealthindex.org/){target=_blank}
# and a general overview of the [methodology](https://oceanhealthindex.org/methodology/)
right: Source code available on [{{< fa brands github title="the Github octocat" >}} GitHub](https://github.com/OHI-Science/ohi-methods/tree/main){target=_blank}
# {{< fa icon-name title="descriptive text for accessibility" >}}
format:
html:
theme: cosmo
css: styles.css
toc: true