-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy path_quarto.yml
More file actions
32 lines (25 loc) · 867 Bytes
/
_quarto.yml
File metadata and controls
32 lines (25 loc) · 867 Bytes
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
project:
type: book
output-dir: _book
book:
title: "Global Change Research Group How We Work"
author: "Roy Roberts"
date: last-modified
description: "This is the lab manual for the Global Change Research Group at the University of California Santa Cruz"
page-footer:
left: |
<a href="https://globalchange.sites.ucsc.edu/">Global Change Research Group</a>
right: |
This book was built with <a href="https://quarto.org/">Quarto</a>.
site-url: https://pinskylab.github.io/how_we_work/
repo-url: https://github.com/pinskylab/how_we_work/
repo-actions: [edit,issue]
chapters:
- index.qmd
- working_agreement.qmd
- onboarding.qmd
- data-management.qmd
- phd_guide.qmd
- offboarding.qmd
# not sure what the following line does; those files are present
bibliography: [references.bib, book.bib]