update github
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Michael Zhang 2024-10-15 15:50:17 -05:00
parent 2e2fc8d729
commit 69d0f8a0b1
4 changed files with 8 additions and 15 deletions

View file

@ -85,6 +85,6 @@ then calling something like `instance.verify()` should run all those validators
## Conclusion ## 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 [1]: https://docs.rs/serde

View file

@ -38,7 +38,7 @@ const links: Link[] = [
}, },
{ {
name: "GitHub", name: "GitHub",
url: "https://github.com/iptq", url: "https://github.com/mzhang28",
icon: "github", icon: "github",
description: "See a history of my old projects on GitHub", description: "See a history of my old projects on GitHub",
}, },

View file

@ -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. - [**OPLSS 2024**](https://www.cs.uoregon.edu/research/summerschool/summer24/). Boston, MA.
- [**Midwest PL Summit 2023**](https://mwpls2023.engin.umich.edu/). Ann Arbor, MI. - [**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 ### University Involvement
I also love to participate in computing related student groups at the University I also love to participate in computing related student groups at the University

View file

@ -96,19 +96,6 @@ const excerpt = remarkPluginFrontmatter.excerpt?.replaceAll("\n", "");
<hr /> <hr />
<!-- {
!draft && (
<script
src="https://utteranc.es/client.js"
repo="iptq/blog-comments"
issue-term="og:title"
theme="github-light"
crossorigin="anonymous"
async
/>
)
} -->
{ {
( (
<> <>