-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_quarto.yml
More file actions
53 lines (48 loc) · 1.27 KB
/
_quarto.yml
File metadata and controls
53 lines (48 loc) · 1.27 KB
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
project:
type: book
output-dir: docs
book:
title: "CEMPRA Guidance Document"
favicon: favicon.ico
subtitle: "Cumulative Effects Model for Prioritizing Recovery Actions (CEMPRA)"
date: last-modified
site-url: https://mattjbayly.github.io/CEMPRA_documentation/
repo-url: https://github.com/mattjbayly/CEMPRA_documentation/
chapters:
- index.qmd
- 01_intro.qmd
- 02_stressor_response.qmd
- 03_pathways_endpoints.qmd
- 04_initial_setup.qmd
- 05_data_inputs.qmd
- 06_r_shiny_app.qmd
- 07_life_cycle_model.qmd
- 08_life_cycle_model_part2.qmd
- 09_stressor_response_library.qmd
- 10_case_study_applications.qmd
- 11_r_package_tutorials.qmd
- 12_conclusions.qmd
- references.qmd
appendices:
- appendix_ndss_case_study.qmd
- appendix_interaction_matrix.qmd
- appendix_socio_economic.qmd
- appendix_formula_builder.qmd
google-analytics:
tracking-id: "G-3SJZ32N1H9"
anonymize-ip: true
cookie-consent: true
body-footer: |
Leave questions and comments below (via your GitHub account)
comments:
utterances:
repo: mattjbayly/CEMPRA_documentation
bibliography: references.bib
csl: apa.csl
format:
html:
toc: true
theme: cosmo
pdf:
documentclass: scrreprt
editor: visual