generated from SAFS-Varanasi-Internship/2024-tutorials
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_quarto.yml
82 lines (76 loc) · 2.35 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
75
76
77
78
79
80
81
82
project:
type: website
output-dir: docs
render:
- "*.*"
- "!notebooks/*.ipynb"
execute:
freeze: auto
date: now
date-format: "YYYY-MM-DDTHH:mm"
website:
page-navigation: true
title: "Hyperspectral products for fisheries"
favicon: images/pace.gif
site-url: https://ocean-satellite-tools.github.io/fish-pace
repo-url: https://github.com/ocean-satellite-tools/fish-pace
repo-actions: [edit, issue, source]
page-footer: <img src="https://raw.githubusercontent.com/nmfs-opensci/assets/main/logo/nmfs-opensci-logo3.png" alt="NMFS OpenSci" style="width:200px"><br />Fish-PACE HackWeek (2025)
sidebar:
title: "PACE products for fisheries and aquaculture"
pinned: true
align: center
tools:
- icon: globe
href: https://github.com/ocean-satellite-tools
text: "GH org"
- icon: github
href: https://github.com/ocean-satellite-tools/fish-pace
text: "repo"
style: "docked"
search: true
collapse-level: 1
toc-expand: false
contents:
- text: "Home"
href: index.html
- section: "Getting started"
contents:
- text: "Introduction"
href: content/1_introduction.md
- text: "Which satellites?"
href: content/1_which_satellites.md
- section: "Hyperspectral products"
contents:
- text: "Chlorophyll-a"
href: content/2_chla.md
- text: "Phytoplankton carbon"
href: content/2_phytoplankton_carbon.md
- text: "Diffuse attenuation coefficients"
href: content/2_kd.md
- text: "Phyto absorption coefficients"
href: content/2_aph.md
- text: "Non-phyto absorption coefficients"
href: content/2_adg.md
- text: "Spectral particle backscattering coefficients"
href: content/2_bbp.md
- text: "Photosynthetically available radiation"
href: content/2_par.md
- text: "Remote sensing reflectance"
href: content/2_rrs.md
- text: "Apparent Visible Wavelength"
href: content/2_avw.md
format:
html:
theme:
light: cosmo
dark: [cosmo, theme-dark.scss]
code-background: true
code-copy: true
css: styles.css
toc: true
toc-depth: 2
include-before-body: translate.html
filters:
- include-files.lua
- quarto