This commit is contained in:
parent
2e2fc8d729
commit
69d0f8a0b1
4 changed files with 8 additions and 15 deletions
|
@ -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
|
||||
|
|
|
@ -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",
|
||||
},
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -96,19 +96,6 @@ const excerpt = remarkPluginFrontmatter.excerpt?.replaceAll("\n", "");
|
|||
|
||||
<hr />
|
||||
|
||||
<!-- {
|
||||
!draft && (
|
||||
<script
|
||||
src="https://utteranc.es/client.js"
|
||||
repo="iptq/blog-comments"
|
||||
issue-term="og:title"
|
||||
theme="github-light"
|
||||
crossorigin="anonymous"
|
||||
async
|
||||
/>
|
||||
)
|
||||
} -->
|
||||
|
||||
{
|
||||
(
|
||||
<>
|
||||
|
|
Loading…
Reference in a new issue