forked from EARTHTIME/MassSpecAcademy
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_quarto.yml
More file actions
96 lines (91 loc) · 2.31 KB
/
_quarto.yml
File metadata and controls
96 lines (91 loc) · 2.31 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
90
91
92
93
94
95
96
project:
type: book
output-dir: docs
book:
title: "Mass Spec Academy"
favicon: figs/favicon.png
page-navigation: true
image: figs/ExtendedGeometryLineDrawing.svg
output-file: "Mass Spectrometry Book"
site-url: https://massspec.academy/
repo-url: https://github.com/EARTHTIME/MassSpecAcademy/
repo-actions: [issue, edit]
chapters:
- index.qmd
- part: "Background"
href: overview.qmd
chapters:
- template_chapter.qmd
- text: "Concept Review"
href: background.qmd
- ion_sources.qmd
- part: "Contributors"
chapters:
- about/aboutme_cox.qmd
- about/aboutme_mclean.qmd
- about/aboutme_arkula.qmd
- about/aboutme_cruz-uribe.qmd
- about/aboutme_dutton.qmd
- about/aboutme_ickert.qmd
- about/aboutme_lloyd.qmd
- about/aboutme_panahi.qmd
- about/aboutme_piasecki.qmd
- about/aboutme_runyon.qmd
- about/aboutme_souders.qmd
- about/aboutme_tremblay.qmd
- part: "Mass Spectrometry Overview"
chapters:
- mass_spec_history.qmd
- mass_spec_design.qmd
- mass_spec_types.qmd
- part: "Mass Spectrometer Design"
chapters:
- ion_source_design.qmd
- collision_reaction_cell_design.qmd
- mass_analyzer_design.qmd
- detector_design.qmd
- vacuum_systems.qmd
- part: "Mass Spectrometry Systems"
chapters:
- NGMS.qmd
- TIMS.qmd
- ICPMS.qmd
- SIMS.qmd
- Orbitrap.qmd
- part: "Analytical Considerations"
chapters:
- baselines.qmd
- peak_tails_abundance_sensitivity.qmd
- part: "Isotope Systems"
chapters:
- Ar_Ar.qmd
- U_Pb.qmd
- U_Th_He.qmd
- Re-Os.qmd
- part: "Interpreting Data"
chapters:
- basic_stats_refresher.qmd
- references.qmd
appendices:
- contributing.qmd
- citing.qmd
navbar:
logo: figs/MSA_logo.png
right:
- text: "Contribute"
href: contributing.qmd
bibliography: references.bib
format:
html:
theme: flatly
css: styles.css
toc: true
toc-depth: 4
toc-expand: 3
toc-title: "Contents"
link-external-icon: true
link-external-newwindow: true
link-external-filter: '^https:\/\/EARTHTIME\.github\.io.*$'
code-fold: true
pdf: default
number-depth: 3