-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_quarto.yml
More file actions
65 lines (60 loc) · 1.57 KB
/
Copy path_quarto.yml
File metadata and controls
65 lines (60 loc) · 1.57 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
project:
type: website
output-dir: docs
render:
- "*.qmd"
- "!*.Rmd"
resources:
- files/*.Rmd
- files/*.html
website:
title: "PPN"
navbar:
left:
- href: index.qmd
text: Home
- syllabus.qmd
- modules/index.qmd
- datasets/index.qmd
- resources.qmd
- exercises.qmd
tools:
- icon: github
menu:
- text: Source Code
href: https://github.com/ritcheym/ppn
back-to-top-navigation: false
page-footer: "Last updated April 2025."
sidebar:
style: "floating"
search: true
contents:
- section: "<b>Modules</b>"
href: modules/index.qmd
contents:
- text: "<mark>Intro to Programming</mark>"
- modules/01_intro.qmd
- modules/02_programming-foundations-1.qmd
- modules/03_programming-foundations-2.qmd
- modules/04_programming-workshop.qmd
- text: "<mark>Data Manipulation</mark>"
- modules/05_data-visualization.qmd
- modules/06_data-summaries.qmd
- modules/07_data-wrangling.qmd
- modules/08_data-relations.qmd
- modules/09_data-tidying.qmd
- text: "<mark>Data Analysis</mark>"
- modules/10_statistical-analysis.qmd
- modules/11_machine-learning.qmd
- modules/12_nlp.qmd
- section: "<b>Projects</b>"
contents:
- projects/midterm-project.qmd
- projects/final-project.qmd
- projects
format:
html:
theme: cosmo
css: styles.css
toc: true
editor: visual