File tree Expand file tree Collapse file tree 3 files changed +13
-11
lines changed
Expand file tree Collapse file tree 3 files changed +13
-11
lines changed Original file line number Diff line number Diff line change 33// all pages through the use of the <BaseHead /> component.
44import " ../styles/global.css" ;
55import { SITE_TITLE , SITE_DESCRIPTION } from " ../consts" ;
6- import { ClientRouter } from " astro:transitions" ;
6+ // import { ClientRouter } from "astro:transitions";
77
88interface 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 /> -- >
Original file line number Diff line number Diff line change 22title : " UW-Madison Classes"
33description : " A review of my coursework at Wisconsin-Madison"
44pubDate : " December 28 2024"
5- updatedDate : " October 21 2025"
5+ updatedDate : " December 11 2025"
66useOutline : 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
Original file line number Diff line number Diff line change @@ -31,17 +31,13 @@ const posts = (await getCollection("blog")).sort(
3131 >
3232 </li >
3333 <li >
34- a Coordinator at Madison's <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 <CustomLink
34+ an operations member of the <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 >
You can’t perform that action at this time.
0 commit comments