-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_quarto.yml
92 lines (88 loc) · 3.31 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
project:
type: website
output-dir: docs
website:
# --------------------------------------------------------------------------
# General website settings
# --------------------------------------------------------------------------
title: "Connor Robertson"
# favicon: assets/wavy-dash-svgrepo-com.svg
favicon: assets/circle-svgrepo-com.svg
search:
location: navbar
type: textbox
# --------------------------------------------------------------------------
# Top bar
# --------------------------------------------------------------------------
navbar:
left:
- text: "Resume"
file: resume.qmd
- text: "Research"
file: research/research.qmd
- text: "Docs"
file: other/docs/docs.qmd
- text: "Other"
menu:
- text: "Machine Learning and Optimization Seminar"
file: other/mlseminar/mlseminar.qmd
- text: "Teaching (NJIT)"
file: other/teaching/teaching.qmd
# --------------------------------------------------------------------------
# Footer
# --------------------------------------------------------------------------
page-footer:
right: "Connor Robertson, Copyright 2025"
left:
- icon: linkedin
href: https://www.linkedin.com/in/connor-robertson-773ba8b1/
- icon: github
href: https://github.com/cnrrobertson
# --------------------------------------------------------------------------
# Sidebar
# --------------------------------------------------------------------------
sidebar:
- title: "Teaching"
style: "floating"
collapse-level: 1
contents:
- other/teaching/teaching.qmd
- section: "Math 111 - Calculus I"
href: other/teaching/math111/math111.qmd
contents:
- other/teaching/math111/quizzes/quiz1.qmd
- other/teaching/math111/quizzes/quiz2.qmd
- other/teaching/math111/quizzes/quiz3.qmd
- other/teaching/math111/quizzes/quiz4.qmd
- other/teaching/math111/quizzes/quiz5.qmd
- other/teaching/math111/quizzes/quiz6.qmd
- other/teaching/math111/quizzes/quiz7.qmd
- other/teaching/math111/quizzes/quiz8.qmd
- other/teaching/math111/quizzes/quiz9.qmd
- other/teaching/math111/quizzes/quiz10.qmd
- section: "Math 340 - Applied Numerical Methods"
contents:
- other/teaching/math340/Lab1_matlab_taylor_series/Lab1_matlab_intro.qmd
- other/teaching/math340/Lab2_bisection/Lab2_bisection.qmd
- other/teaching/math340/Lab3_fixed_point/Lab3_fixed_points.qmd
- other/teaching/math340/Lab4_secant/Lab4_secant.qmd
# --------------------------------------------------------------------------
# Theme
# --------------------------------------------------------------------------
format:
html:
theme:
light: simplex
dark: cyborg
css: styles.css
toc: true
# --------------------------------------------------------------------------
# Execution global options
# --------------------------------------------------------------------------
execute:
freeze: auto
# --------------------------------------------------------------------------
# Plugins
# --------------------------------------------------------------------------
filters:
- shinylive