-
Notifications
You must be signed in to change notification settings - Fork 0
/
_quarto.yml
157 lines (143 loc) · 4.82 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
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
project:
type: website
output-dir: _site
date: last-modified
date-format: D MMMM, YYYY
website:
title: "Data Analysis for Group Project"
google-analytics: "G-TVF95J593T"
page-footer:
left: "Rand E (2024). Data Analysis for Group Project. <https://3mmarand.github.io/BIO00088H-data/>."
right:
- icon: twitter
href: https://twitter.com/er_13
aria-label: Twitter
- icon: github
href: https://github.com/3mmaRand/BIO00088H-data
aria-label: BIO00088H-data GitHub
navbar:
background: light
twitter-card: true
site-url: https://3mmarand.github.io/BIO00088H-data/
repo-url: https://github.com/3mmaRand/BIO00088H-data
issue-url: https://github.com/3mmaRand/BIO00088H-data/issues/new/choose
repo-actions: [edit, issue]
page-navigation: true
search: true
left:
- text: "Welcome!"
file: index.qmd
- text: "Core Supporting Info"
file: core/core.qmd
- text: "Transcriptomics"
file: transcriptomics/transcriptomics.qmd
- text: "Image Analysis"
file: images/images.qmd
- text: "Structure Analysis"
file: structures/structures.qmd
tools:
- icon: twitter
href: https://twitter.com/er_13
text: Emma's Twitter
- icon: github
href: https://github.com/3mmaRand/BIO00088H-data
text: BIO00088H-data GitHub
sidebar:
- title: "Core"
style: "floating"
contents:
- href: core/core.qmd
- section: "Week 2: Supporting Information 1"
contents:
- href: core/week-2/overview.qmd
text: About
- href: core/week-2/study_before_workshop.qmd
text: Prepare!
- href: core/week-2/workshop.qmd
text: Workshop
- href: core/week-2/study_after_workshop.qmd
text: Consolidate!
- section: "Week 6: Supporting Information 2"
contents:
- href: core/week-6/overview.qmd
text: About
- href: core/week-6/study_before_workshop.qmd
text: Prepare!
- href: core/week-6/workshop.qmd
text: Workshop
- href: core/week-6/study_after_workshop.qmd
text: Consolidate!
- title: "Omics"
style: "floating"
contents:
- href: transcriptomics/transcriptomics.qmd
- section: "Week 3: Hello data!"
contents:
- href: transcriptomics/week-3/overview.qmd
text: About
- href: transcriptomics/week-3/study_before_workshop.qmd
text: Prepare!
- href: transcriptomics/week-3/workshop.qmd
text: Workshop
- href: transcriptomics/week-3/study_after_workshop.qmd
text: Consolidate!
- section: "Week 4: Statistical Analysis"
contents:
- href: transcriptomics/week-4/overview.qmd
text: About
- href: transcriptomics/week-4/study_before_workshop.qmd
text: Prepare!
- href: transcriptomics/week-4/workshop.qmd
text: Workshop
- href: transcriptomics/week-4/study_after_workshop.qmd
text: Consolidate!
- section: "Week 5: Visualising and Interpreting"
contents:
- href: transcriptomics/week-5/overview.qmd
text: About
- href: transcriptomics/week-5/study_before_workshop.qmd
text: Prepare!
- href: transcriptomics/week-5/workshop.qmd
text: Workshop
- href: transcriptomics/week-5/study_after_workshop.qmd
text: Consolidate!
- section: "Semester 2: Extras"
contents:
- href: transcriptomics/semester-2/stem_cell_variant.qmd
text: Additional 🐭 stem cell labels
- href: transcriptomics/semester-2/venn_diagrams.qmd
text: Venn diagrams
- title: "Images"
style: "floating"
contents:
- href: images/images.qmd
- text: Extra help
- title: "Structures"
style: "floating"
contents:
- href: structures/structures.qmd
- text: Extra help
execute:
echo: true
warning: false
output: true
error: true
collapse: true
format:
html:
css: styles.css
link-external-newwindow: true
link-external-filter: '^(?:http:|https:)\/\/3mmarand\.github\.io\/BIO00088H-data'
theme:
light: [cosmo, custom.scss]
code-copy: true
code-link: true
code-overflow: wrap
code-line-numbers: false
grid:
sidebar-width: 250px
body-width: 900px
margin-width: 300px
author-meta: Emma Rand
bibliography: references.bib
editor: source