-
Notifications
You must be signed in to change notification settings - Fork 10
/
_quarto.yml
96 lines (85 loc) · 2.51 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
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
project:
type: book
output-dir: docs
book:
site-url: https://h2l2cR.com
sidebar:
tools:
- icon: github
href: https://github.com/How-to-Learn-to-Code
navbar:
foreground: "black"
background: "lightblue"
title: "How to Learn to Code"
collapse: true
search: true
pinned: true
right:
- icon: github
href: https://github.com/How-to-Learn-to-Code
aria-label: GitHub
sidebar:
search: true
border: true
style: "floating"
title: "How To Learn to Code : R for Data Science"
date: "05/22/2024"
author:
- name: "Austin Daigle"
affiliation: "UNC Chapel Hill, Bioinformatics and Computational Biology Curriculum"
id: "AD"
- name: "John Patrick Flores"
affiliation: "UNC Chapel Hill, Bioinformatics and Computational Biology Curriculum"
id: "JPF"
role: "Authoring Data Vizualization, Data Wrangling"
- name: "Madeline Gillman"
affiliation: "UNC Chapel Hill, Bioinformatics and Computational Biology Curriculum Curriculum"
id: "MG"
role: "Authoring Coding Basics and Projects"
- name: "Brian Gural"
affiliation: "UNC Chapel Hill, Genetics Curriculum"
id: "BG"
role: "Authoring Data Wrangling and Projects"
- name: "Lorrie He"
affiliation: "UNC Chapel Hill, Evolution, Ecology, and Organismal Biology Curriculum"
id: "LH"
role: "Authoring Coding Basics and Projects"
- name: "Justin Landis"
affiliation: "UNC Chapel Hill, Bioinformatics and Computational Biology Curriculum"
id: "JL"
role: "Authoring Data Wrangling"
- name: "Teresa McGee"
affiliation: "UNC Chapel Hill, Bioinformatics and Computational Biology Curriculum"
id: "TM"
- name: "Sarah Mae Parker"
affiliation: "UNC Chapel Hill, Bioinformatics and Computational Biology Curriculum"
id: "SMP"
role: "Authoring Data Visualization, "
- name: "Matthew Sutcliffe"
affiliation: "UNC Chapel Hill, MDPhD - Bioinformatics and Computational Biology Curriculum Curriculum"
id: "MS"
role: "Authoring Coding Basics and Projects"
chapters:
- index.qmd
- "class0.qmd"
- "class1.qmd"
- "class2.qmd"
- "class3.qmd"
- "class4.qmd"
- "class5.qmd"
- "class6.qmd"
- "class7.qmd"
- "class8.qmd"
execute:
freeze: auto
cache: true
warning: false
message: false
error: true
format:
html:
theme: cosmo
number-sections: false
toc: true
toc-depth: 4
editor: visual