-
Notifications
You must be signed in to change notification settings - Fork 0
/
_quarto.yml
125 lines (120 loc) · 4.43 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
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: "Blog"
file: other/fun/fun.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 2024"
left:
- icon: linkedin
href: https://www.linkedin.com/in/connor-robertson-773ba8b1/
- icon: github
href: https://github.com/cnrrobertson
# --------------------------------------------------------------------------
# Sidebar
# --------------------------------------------------------------------------
sidebar:
- title: "Research"
style: "floating"
collapse-level: 1
contents:
- section: "Research"
href: research/research.qmd
contents:
- text: "Data-driven modeling of active nematics"
href: research/active_nematics.qmd
- text: "Prediction of bacterial growth via recurrent neural network"
href: research/bacteria.qmd
- title: "Blog"
style: "floating"
collapse-level: 1
contents:
- section: "Doodles"
href: other/fun/fun.qmd
contents:
- text: "Expectation maximization with GMM"
href: other/fun/ml/em.qmd
- text: "Mean, median, mode dashboard"
href: other/fun/ml/mmm.qmd
- text: "Polygon angles"
href: other/fun/doodles/polygon_angles.qmd
- text: "Geocentrism"
href: other/fun/doodles/heliocentric_geocentric.qmd
- title: "Machine Learning and Optimization Seminar"
style: "floating"
collapse-level: 1
contents:
- section: "Machine Learning and Optimization Seminar"
href: other/mlseminar/mlseminar.qmd
contents:
- 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
# --------------------------------------------------------------------------
# Theme
# --------------------------------------------------------------------------
format:
html:
theme:
light: simplex
dark: cyborg
css: styles.css
toc: true
# --------------------------------------------------------------------------
# Execution global options
# --------------------------------------------------------------------------
execute:
freeze: auto
# --------------------------------------------------------------------------
# Plugins
# --------------------------------------------------------------------------
filters:
- shinylive