-
Notifications
You must be signed in to change notification settings - Fork 21
/
_quarto.yml
61 lines (55 loc) · 1.73 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
project:
type: book
pre-render: lib/pre-render.R
output-dir: _book
resources:
- "/.nojekyll"
book:
title: "BioDataGuide"
subtitle: "Darwin Core Marine Example Compendium"
description: "Scaling multiple dimensions of diversity in biological data"
author:
- "By: [Standardizing Marine Biological Data Working Group](https://github.com/ioos/bio_data_guide/graphs/contributors)"
- "![](/figs/contrib.rocks.svg)"
date: today
date-format: "YYYY-MM-DD"
site-url: https://ioos.github.io/bio_data_guide/
repo-url: https://github.com/ioos/bio_data_guide/
repo-actions: [edit]
downloads: [pdf, epub]
sharing: [twitter, facebook, linkedin]
# google-analytics: "G-V3HZN14Z8G" # TODO: add Google Analytics
search: true
page-navigation: true
chapters:
- index.qmd
- intro.qmd
- part: apps.qmd
chapters:
- datasets/TPWD_HARC_BagSeine/TPWD_HARC_BagSeine_OBISENV.qmd
- datasets/hakai_salmon_data/salmon-darwin-core-remap.qmd
- datasets/hakai_seagrass_data/hakaiSeagrassToDWC.qmd
- datasets/trawl_catch_data/trawl-catch-data.qmd
- datasets/dataset-edna/README.qmd # NOTE: this needs to be copied from README.qmd, since in git submodule
- datasets/atn_satellite_telemetry/atn_satellite_telemetry_netCDF2DwC.qmd
appendices:
- faq.qmd
- tools.qmd
- extras.qmd
- references.qmd
bibliography: ["refs/book.bib", "refs/packages.bib", "refs/OBIS_data_examples.bib"]
bibliographystyle: apa
link-citations: true
format:
html:
theme: cosmo
css: lib/style.css
toc: true
number-sections: true
pdf:
documentclass: scrreprt
# keep-tex: true # for debugging
include-in-header: lib/preamble.tex
nocite: |
@*
epub: default