-
Notifications
You must be signed in to change notification settings - Fork 0
/
_quarto.yml
62 lines (54 loc) · 1.37 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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
project:
type: book
output-dir: docs
book:
title: "RwithSLING"
author:
- name: "Bo Burla"
affiliation: "Singapore Lipidomics Incubator @ NUS"
date: "5/13/2022"
chapters:
- index.qmd
- intro.qmd
- part: tutorials.qmd
chapters:
- import_data.qmd
- select_filter_data.qmd
- regular_expressions.qmd
- tables.qmd
- datawrangling.qmd
- plotting_basics.qmd
- data_processing.qmd
- part: workflows.qmd
chapters:
- pca_plots.qmd
- barchart_lipidomics.qmd
- dotplot_lipidomics.qmd
- dilution_series.qmd
- multiple_models.qmd
- import_MSdatasets.qmd
- part: appendices.qmd
chapters:
- data_types_formats.qmd
- regular_expressions.qmd
- references.qmd
page-footer:
left: |
RwithSLING with was written by Singapore Lipidomics Incubator (SLING).
right: |
This book was built with <a href="https://quarto.org/">Quarto</a>.
site-url: https://slinghub.github.io/RwithSLING/
repo-url: https://github.com/SLINGhub/RwithSLING/
repo-branch: master
repo-actions: [edit, issue]
bibliography: references.bib
format:
html:
theme:
light:
- cosmo
- RwithSLING.scss
dark: darkly
code-link: true
callout-appearance: simple
editor: visual