-
Notifications
You must be signed in to change notification settings - Fork 58
/
_quarto.yml
40 lines (34 loc) · 1.1 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
project:
type: book
output-dir: _book
book:
title: "Faylab Lab Manual"
author: "Gavin Fay & Ashleigh Novak"
date: last-modified
description: "This is the lab manual for the Fay Lab at the University of Massachusetts Dartmouth School for Marine Science and Technology"
page-footer:
left: |
<a href="http://www.smast.umassd.edu/lab_fay/">The Fay lab</a>
right: |
This book was built with <a href="https://quarto.org/">Quarto</a>.
site-url: https://thefaylab.github.io/lab-manual/
repo-url: https://github.com/thefaylab/lab-manual
repo-actions: [edit,issue]
chapters:
- index.qmd
- 01-intro-how-we-work.qmd
- 02-lab-culture-philosophy.qmd
- 03-code-of-conduct.qmd
- 04-onboarding.qmd
- 05-expectations.qmd
- 06-offboarding.qmd
- 07-funding.qmd
- 08-communication.qmd
- 09-academics.qmd
- 10-courses.qmd
- 11-computing.qmd
- 12-umassd-resources.qmd
# - 13-smast-resources.qmd
# - 14-other-faylab-resources.qmd
# not sure what the following line does; those files are present
bibliography: [references.bib, book.bib]