forked from Openscapes/quarto-website-tutorial
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_quarto.yml
121 lines (91 loc) · 3.28 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
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
project:
type: website
website:
page-navigation: true
title: "Data Management & Storage Best Practices for Long-term and Archival Passive Acoustic Monitoring (PAM) Data"
site-url: "https://rwscollab.github.io/pam-data-mgmt/"
repo-url: https://github.com/RWSCollab/pam-data-mgmt
navbar:
search: true
logo: "RWSC_Logo_notext.png"
page-footer:
left: "© CC-By RWSC Marine Mammal Subcommittee, 2022"
right: 🐋
search:
location: sidebar
type: textbox
sidebar:
title: PAM Data Management Best Practices
logo: "images/MM.png"
pinned: true
align: "center"
tools:
- icon: globe
href: https://rwsc.org
text: "rwsc.org"
- icon: github
href: https://github.com/RWSCollab/pam-data-mgmt
text: "github"
- icon: cloud-download
href: https://rwsc.org/wp-content/uploads/2022/12/RWSC-PAM-Data-Management-Storage-Best-Practices.pdf
text: "download pdf"
style: "floating"
search: true
collapse-level: 1
contents:
- href: index.qmd
text: Introduction
- text: "---"
- section: 1. Planning Steps
href: index.qmd#planning
contents:
- href: index.qmd#engage
text: I. Engage with the RWSC Marine Mammal Subcommittee
- href: index.qmd#codeploy
text: II. Codeployment of other sensors
- href: index.qmd#bottom
text: III. Best practices to minimize bottom disturbance from underwater mooring systems
- href: index.qmd#noise
text: IV. Best practices to minimize self-noise from underwater mooring systems
- href: index.qmd#navy
text: V. Navy awareness of PAM deployments on the Atlantic OCS
- text: "---"
- section: 2. Deployment & Data Collection
href: index.qmd#deploy
contents:
- href: index.qmd#define
text: VI. Definitions for raw, processed, cleaned, and analyzed data
- href: index.qmd#hardware
text: VII. PAM hardware calibration best practices and minimum specifications
- href: index.qmd#qa
text: VIII. Best practices for PAM data QA/QC
- text: "---"
- section: 3. Analysis, Reporting, & Visualization
href: index.qmd#arv
contents:
- href: index.qmd#analysis
text: IX. Analysis of species detections and ambient noise metrics
- href: index.qmd#nefsc
text: X. Reporting to NOAA NEFSC Passive Acoustics Research Group
- href: index.qmd#archive
text: XI. Archiving and access at NCEI Passive Acoustic Data Archive
- href: index.qmd#visual
text: XII. Visualizing species detection data
- text: "---"
- href: index.qmd#appendixa
text: Appendix A
- text: "---"
- href: index.qmd#appendixb
text: Appendix B
format:
html:
theme:
- cosmo
- rwsc.scss
code-copy: true
code-overflow: wrap
toc: true
link-external-newwindow: true
filters:
- include-files.lua
- quarto