-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy path_quarto.yml
More file actions
89 lines (84 loc) · 2.77 KB
/
_quarto.yml
File metadata and controls
89 lines (84 loc) · 2.77 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
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
project:
type: book
output-dir: docs/
toc: true
number-sections: true
bibliography:
- assets/references/accessing-ancient-metagenomic-data.bib
- assets/references/ancient-metagenomic-pipelines.bib
- assets/references/authentication.bib
- assets/references/chapter-template.bib
- assets/references/chapter-writing-guidelines.bib
- assets/references/contamination.bib
- assets/references/denovo-assembly.bib
- assets/references/genome-mapping.bib
- assets/references/git-github.bib
- assets/references/index.bib
- assets/references/introduction-to-ancient-dna.bib
- assets/references/introduction-to-edna.bib
- assets/references/introduction-to-ngs-sequencing.bib
- assets/references/phylogenomics.bib
- assets/references/r-tidyverse.bib
- assets/references/taxonomic-profiling.bib
book:
title: "Introduction to Ancient Metagenomics"
author: "James A. Fellows Yates and Christina Warinner"
date: last-modified
chapters:
- index.qmd
- citing-this-book.qmd
- authors.qmd
- foreword.qmd
- acknowledgements.qmd
- before-you-start.qmd
- part: section-theory.qmd
chapters:
- introduction-to-ngs-sequencing.qmd
- introduction-to-ancient-dna.qmd
- introduction-to-metagenomics.qmd
- introduction-to-microbial-genomics.qmd
- introduction-to-edna.qmd
- part: section-useful-skills.qmd
chapters:
- bare-bones-bash.qmd
- r-tidyverse.qmd
- python-pandas.qmd
- git-github.qmd
- part: section-ancient-metagenomics.qmd
chapters:
- taxonomic-profiling.qmd
- denovo-assembly.qmd
- authentication.qmd
- contamination.qmd
- part: section-ancient-genomics.qmd
chapters:
- genome-mapping.qmd
- phylogenomics.qmd
- part: section-ancient-metagenomic-resources.qmd
chapters:
- accessing-ancient-metagenomic-data.qmd
- ancient-metagenomic-pipelines.qmd
- part: deprecated-chapters.qmd
chapters:
- functional-profiling.qmd
- part: appendices.qmd
chapters:
- chapter-writing-guidelines.qmd
- chapter-template.qmd
- chapter-checklist.qmd
license: "CC-BY 4.0"
cover-image: "assets/images/cover.png"
page-footer: "© 2025 SPAAM Community & Authors with ❤️. Available under [CC-BY 4.0](https://creativecommons.org/licenses/by/4.0/). Source material [here](https://github.com/SPAAM-community/intro-to-ancient-metagenomics-book)."
site-url: https://spaam-community.github.org/intro-to-ancient-metagenomics-book
favicon: favicon.png
open-graph: true
reader-mode: true
format:
html:
theme:
- cosmo
- assets/css/custom.scss
cover-image: assets/images/cover.png
# pdf:
# documentclass: book
# biblio-title: "References"