summaryrefslogtreecommitdiff
path: root/.config/lectern
diff options
context:
space:
mode:
authorJosh Ott <josh@ottmail.me>2025-09-12 07:21:58 -0400
committerJosh Ott <josh@ottmail.me>2025-09-12 07:21:58 -0400
commit7bbad3175c6df9aa1e03222759a565658abad0e1 (patch)
tree67fe7903443c74c2bfb3c51315d78d5711af87b3 /.config/lectern
parent682ffe86f65166c5b5be857200ac090f9917be8a (diff)
downloaddotfiles-7bbad3175c6df9aa1e03222759a565658abad0e1.tar.gz
dotfiles-7bbad3175c6df9aa1e03222759a565658abad0e1.zip
various
Diffstat (limited to '.config/lectern')
-rw-r--r--.config/lectern/config.toml2
-rw-r--r--.config/lectern/courses.toml96
-rw-r--r--.config/lectern/homework_template.tex3
-rw-r--r--.config/lectern/undergrad_courses.toml83
4 files changed, 101 insertions, 83 deletions
diff --git a/.config/lectern/config.toml b/.config/lectern/config.toml
index b821148..25d35eb 100644
--- a/.config/lectern/config.toml
+++ b/.config/lectern/config.toml
@@ -1,3 +1,3 @@
-root = "/home/josh/nextcloud/escritoire/university"
+root = "/home/josh/nextcloud/escritoire/phd/courses"
lecture_template = "/home/josh/.config/lectern/lecture_template.tex"
homework_template = "/home/josh/.config/lectern/homework_template.tex"
diff --git a/.config/lectern/courses.toml b/.config/lectern/courses.toml
index ee15285..42b6d9a 100644
--- a/.config/lectern/courses.toml
+++ b/.config/lectern/courses.toml
@@ -1,83 +1,17 @@
-[ma546]
-name = "ma546"
-title = "Probability and Stochastic Processes"
-prof = "Dr. Erik Bates"
-semester = "f24"
+["8.333"]
+name = "8.333"
+title = "Statistical Mechanics I"
+prof = "Julien Tailleur"
+semester = "f25"
-[ma790]
-name = "ma790"
-title = "Lie Groups and Lie Algebras"
-prof = "Dr. Dmitry Zenkov"
-semester = "f24"
+[PHYS253A]
+name = "PHYS253A"
+title = "Quantum Field Theory I"
+prof = "Matthew Schwartz"
+semester = "f25"
-[py414]
-name = "py414"
-title = "Electromagnetism I"
-prof = "Dr. Carla Frohlich"
-semester = "f23"
-
-[ma513]
-name = "ma513"
-title = "Complex Analysis"
-prof = "Dr. Andrew Manion"
-semester = "s24"
-
-[ma425]
-name = "ma425"
-title = "Real Analysis I"
-prof = "Dr. Alina Duca"
-semester = "s24"
-
-[py415]
-name = "py415"
-title = "Electromagnetism II"
-prof = "Dr. Carla Fr\"ohlich"
-semester = "s24"
-
-[py411]
-name = "py411"
-title = "Mechanics II"
-prof = "Dr. Gail McLaughlin"
-semester = "f23"
-
-[py402]
-name = "py402"
-title = "Quantum Mechanics II"
-prof = "Dr. Thomas Schaefer"
-semester = "f24"
-
-[afs342]
-name = "afs342"
-title = "Introduction to the African Diaspora"
-prof = "Dr. Moses Khisa"
-semester = "s24"
-
-[py401]
-name = "py401"
-title = "Quantum Mechanics I"
-prof = "Dr. Thomas Schafer"
-semester = "s24"
-
-[ma407]
-name = "ma407"
-title = "Modern Algebra"
-prof = "Dr. Radmila Sazdanovic"
-semester = "f23"
-
-[ma551]
-name = "ma551"
-title = "Introduction to Topology"
-prof = "Dr. Radmila Sazdanovic"
-semester = "f24"
-
-[ma491]
-name = "ma491"
-title = "TQFTs"
-prof = "Dr. Tye Lidman"
-semester = "s25"
-
-[ma555]
-name = "ma555"
-title = "Introduction to Manifold Theory"
-prof = "Dr. Peter McGrath"
-semester = "s25"
+["8.324"]
+name = "8.324"
+title = "Relativistic Quantum Field Theory II"
+prof = "Iain Stewart"
+semester = "f25"
diff --git a/.config/lectern/homework_template.tex b/.config/lectern/homework_template.tex
index ac09f91..28c7edc 100644
--- a/.config/lectern/homework_template.tex
+++ b/.config/lectern/homework_template.tex
@@ -1,7 +1,8 @@
\input\{../../preambles/homework.tex}
\course\{{course}}
-\homeworktype\{Homework}
+\coursetitle\{{title}}
+\homeworktype\{Problem Set}
\homeworknumber\{{number}}
\begin\{document}
diff --git a/.config/lectern/undergrad_courses.toml b/.config/lectern/undergrad_courses.toml
new file mode 100644
index 0000000..ee15285
--- /dev/null
+++ b/.config/lectern/undergrad_courses.toml
@@ -0,0 +1,83 @@
+[ma546]
+name = "ma546"
+title = "Probability and Stochastic Processes"
+prof = "Dr. Erik Bates"
+semester = "f24"
+
+[ma790]
+name = "ma790"
+title = "Lie Groups and Lie Algebras"
+prof = "Dr. Dmitry Zenkov"
+semester = "f24"
+
+[py414]
+name = "py414"
+title = "Electromagnetism I"
+prof = "Dr. Carla Frohlich"
+semester = "f23"
+
+[ma513]
+name = "ma513"
+title = "Complex Analysis"
+prof = "Dr. Andrew Manion"
+semester = "s24"
+
+[ma425]
+name = "ma425"
+title = "Real Analysis I"
+prof = "Dr. Alina Duca"
+semester = "s24"
+
+[py415]
+name = "py415"
+title = "Electromagnetism II"
+prof = "Dr. Carla Fr\"ohlich"
+semester = "s24"
+
+[py411]
+name = "py411"
+title = "Mechanics II"
+prof = "Dr. Gail McLaughlin"
+semester = "f23"
+
+[py402]
+name = "py402"
+title = "Quantum Mechanics II"
+prof = "Dr. Thomas Schaefer"
+semester = "f24"
+
+[afs342]
+name = "afs342"
+title = "Introduction to the African Diaspora"
+prof = "Dr. Moses Khisa"
+semester = "s24"
+
+[py401]
+name = "py401"
+title = "Quantum Mechanics I"
+prof = "Dr. Thomas Schafer"
+semester = "s24"
+
+[ma407]
+name = "ma407"
+title = "Modern Algebra"
+prof = "Dr. Radmila Sazdanovic"
+semester = "f23"
+
+[ma551]
+name = "ma551"
+title = "Introduction to Topology"
+prof = "Dr. Radmila Sazdanovic"
+semester = "f24"
+
+[ma491]
+name = "ma491"
+title = "TQFTs"
+prof = "Dr. Tye Lidman"
+semester = "s25"
+
+[ma555]
+name = "ma555"
+title = "Introduction to Manifold Theory"
+prof = "Dr. Peter McGrath"
+semester = "s25"