-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_quarto.yml
More file actions
81 lines (78 loc) · 2.34 KB
/
_quarto.yml
File metadata and controls
81 lines (78 loc) · 2.34 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
project:
type: website
website:
title: "Introduction to Experimental Design"
page-navigation: true
back-to-top-navigation: true
reader-mode: true
draft-mode: gone
favicon: assets/favicon.svg
sidebar:
style: floating
border: true
collapse-level: 1
contents:
- section: 1. Introduction
contents: Introduction/*
- section: 2. Research Design
contents: Design/*
- section: 3. Description
contents: Description/*
- section: 4. Hypothesis Testing
contents: Testing/*
- section: Projects
contents:
- auto: Projects/*
- text: "Data Analysis Report"
href: https://learn.bu.edu/ultra/courses/_261733_1/outline/assessment/test/_16762041_1?courseId=_261733_1&gradeitemView=details
- section: Lab Components
contents: Labs/*
- Slides.qmd
- text: "Syllabus for Fall 2025"
href: syllabus.qmd
navbar:
background: dark
left:
- text: Home
href: "index.qmd"
- text: Syllabus
href: "syllabus.qmd"
- text: Announcements
href: "https://learn.bu.edu/ultra/courses/_261733_1/announcements"
target: _blank
- text: Grades
href: "https://learn.bu.edu/ultra/courses/_261733_1/grades"
target: _blank
search:
location: navbar
type: textbox
copy-button: true
show-item-context: true
announcement:
icon: info-circle
dismissable: true
content: "The [Assignment 8 lab component](/Labs/Lab08.qmd) has been posted."
type: light
position: above-navbar
page-footer: |
Copyright © 2025 The Authors.
Licensed under <a href="https://creativecommons.org/licenses/by-nc-sa/4.0/">CC BY-NC-SA 4.0</a>
<img class="cc-icon" src="https://mirrors.creativecommons.org/presskit/icons/cc.svg">
<img class="cc-icon" src="https://mirrors.creativecommons.org/presskit/icons/by.svg">
<img class="cc-icon" src="https://mirrors.creativecommons.org/presskit/icons/nc.svg">
<img class="cc-icon" src="https://mirrors.creativecommons.org/presskit/icons/sa.svg">
format:
html:
theme:
light: united
dark: solar
css: styles.css
toc: true
date-format: full
published-title: Lecture Date
highlight-style:
light: gruvbox
dark: github
code-block-border-left: true
code-block-bg: true
code-copy: false