From 69d0f8a0b112ee88b4e761b64c9a80630e8cbe64 Mon Sep 17 00:00:00 2001 From: Michael Zhang Date: Tue, 15 Oct 2024 15:50:17 -0500 Subject: [PATCH] update github --- .../2019-02-01-magic-forms-with-proc-macros.md | 2 +- src/data/links.ts | 2 +- src/pages/about.mdx | 6 ++++++ src/pages/posts/[...slug].astro | 13 ------------- 4 files changed, 8 insertions(+), 15 deletions(-) diff --git a/src/content/posts/2019-02-01-magic-forms-with-proc-macros.md b/src/content/posts/2019-02-01-magic-forms-with-proc-macros.md index 29dc5a4..abb8691 100644 --- a/src/content/posts/2019-02-01-magic-forms-with-proc-macros.md +++ b/src/content/posts/2019-02-01-magic-forms-with-proc-macros.md @@ -85,6 +85,6 @@ then calling something like `instance.verify()` should run all those validators ## Conclusion -This project is a work in progress! You can see how far I am [on Github](https://github.com/iptq/wtforms). +This project is a work in progress! You can see how far I am [on Github](https://github.com/mzhang28/wtforms). [1]: https://docs.rs/serde diff --git a/src/data/links.ts b/src/data/links.ts index b5f2e73..c97e53e 100644 --- a/src/data/links.ts +++ b/src/data/links.ts @@ -38,7 +38,7 @@ const links: Link[] = [ }, { name: "GitHub", - url: "https://github.com/iptq", + url: "https://github.com/mzhang28", icon: "github", description: "See a history of my old projects on GitHub", }, diff --git a/src/pages/about.mdx b/src/pages/about.mdx index 83fd6f6..29f7aa8 100644 --- a/src/pages/about.mdx +++ b/src/pages/about.mdx @@ -35,6 +35,12 @@ History of conferences and academic events I've attended. - [**OPLSS 2024**](https://www.cs.uoregon.edu/research/summerschool/summer24/). Boston, MA. - [**Midwest PL Summit 2023**](https://mwpls2023.engin.umich.edu/). Ann Arbor, MI. +### Undergraduate teaching + +In undergrad, I worked briefly as a teaching assistant. + +- **CSCI 2041, Advanced Programming Principles** with Prof. Eric van Wyk. + ### University Involvement I also love to participate in computing related student groups at the University diff --git a/src/pages/posts/[...slug].astro b/src/pages/posts/[...slug].astro index 0706443..2054802 100644 --- a/src/pages/posts/[...slug].astro +++ b/src/pages/posts/[...slug].astro @@ -96,19 +96,6 @@ const excerpt = remarkPluginFrontmatter.excerpt?.replaceAll("\n", "");
- - { ( <>