Skip to content

Commit eaafcbd

Browse files
committed
remove client router, update bullet list
1 parent 3932bc6 commit eaafcbd

File tree

3 files changed

+13
-11
lines changed

3 files changed

+13
-11
lines changed

src/components/BaseHead.astro

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// all pages through the use of the <BaseHead /> component.
44
import "../styles/global.css";
55
import { SITE_TITLE, SITE_DESCRIPTION } from "../consts";
6-
import { ClientRouter } from "astro:transitions";
6+
// import { ClientRouter } from "astro:transitions";
77
88
interface Props {
99
title: string;
@@ -57,4 +57,4 @@ const {
5757
<meta property="og:url" content={canonicalURL} />
5858
<meta property="og:site_name" content="baumohl dot dev" />
5959
<meta property="og:type" content={ogType} />
60-
<ClientRouter />
60+
<!-- <ClientRouter /> -->

src/content/blog/uw-madison-courses.mdx

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: "UW-Madison Classes"
33
description: "A review of my coursework at Wisconsin-Madison"
44
pubDate: "December 28 2024"
5-
updatedDate: "October 21 2025"
5+
updatedDate: "December 11 2025"
66
useOutline: False
77
---
88

@@ -21,9 +21,15 @@ See similar posts from [David](https://dteather.com/blogs/madison-class-rankings
2121

2222
<hr class="border-text" />
2323

24+
### Spring 2026
25+
26+
...
27+
2428
### Fall 2025
2529

26-
(In Progress...)
30+
- CS 839: [Systems Verification](https://tchajed.github.io/sys-verif-fa25/) w/ Prof. Tej Chajed **(!+)**
31+
- GENETICS 375: Quantitative Methods in Genetics **(=^)**
32+
- CS 681: Senior Honors Thesis, First Semester w/ [Prof. Manolis Vlatakis](https://pages.cs.wisc.edu/~vlatakis/) **(!+)**
2733

2834
### Spring 2025
2935

src/pages/index.astro

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -31,17 +31,13 @@ const posts = (await getCollection("blog")).sort(
3131
>
3232
</li>
3333
<li>
34-
a Coordinator at Madison's&nbsp;<CustomLink
35-
href="https://www.upl.cs.wisc.edu/"
36-
>Undergraduate Project Lab</CustomLink
37-
>
38-
</li>
39-
<li>
40-
a passionate member of the&nbsp;<CustomLink
34+
an operations member of the&nbsp;<CustomLink
4135
href="https://waisi.org/"
4236
>Wisconsin AI Safety Initiative (WAISI)</CustomLink
4337
>
4438
</li>
39+
<li>a researcher for <CustomLink href="https://xrisk.uchicago.edu/">UChicago XLab</CustomLink></li>
40+
<li>helping plan the first UW-Madison <CustomLink href="https://cdis.wisc.edu/ai-meets-society-aims-symposium/">AI-Meets-Society Symposium</CustomLink></li>
4541
</ul>
4642
</div>
4743
<h2 class="text-3xl sm:text-4xl mb-8 sm:mb-10 font-bold tracking-tight sm:mt-16 mt-10">Blog Posts</h2>

0 commit comments

Comments
 (0)