About
I am an undergraduate student at the University of Washington, double majoring in Computer Science and Applied Mathematics.
📖 Educations
- University of Washington, 2022.09 - 2026.06 (expected)
Bachelor of Science in Computer Science
Bachelor of Science in Applied Mathematics: Data Science
💼 Work Experience
- Fudan University, Jun–Sep 2024
Research Assistant- Professor Wei Wang’s team participation, literature search, pollutant information extraction OCR research, model analysis, program design, project work report under the guidance of the professor
- Shanghai Chengdian Fuzhi Technology Co., Ltd., Jun–Sep 2023
Project Assistant- Database design for intelligent parking system, documentation of intelligent system design, system development specifications and database specifications, project management assisting.
🏅 Projects
• Wordplay: An Interactive Programming Language for Multilingual and Inclusive Expression
UW iSchool & Allen School
Participating in the development and testing of Wordplay, an interactive programming language designed for multilingual users and people with disabilities. Working on responsive data flow modules, graphical and interactive programming features, and contributed to an adaptable programming prototype. Regularly reported project progress, discussed human-computer interaction research topics, and summarized experimental findings.
Languages & Tools: JavaScript, TypeScript, HTML, CSS, Svelte/SvelteKit

• Optimization of Neural Style Transfer
Built a modular Neural Style Transfer system in Python using PyTorch, inspired by
Gatys et al. (2016)
.
Leveraged a pre-trained VGG-19 network to extract content and style features, computed via MSE and Gram matrices. Optimized with L-BFGS over 300–500 iterations, supporting both CPU and GPU. Evaluated VGG19 against ResNet18, and proposed improvements for mobile and web deployment.
Languages & Tools: Python, PyTorch, Torchvision, Pillow (PIL), Matplotlib

• Vaccine Reservation System
Designed and implemented a vaccine appointment scheduling system that allows users to create accounts, log in, check caregiver schedules, and reserve appointments through a terminal interface. Developed secure login with password hashing and salting, modeled patients and caregivers, and managed vaccine stock using SQL. Connected the system to a Microsoft Azure SQL database via JDBC.

• Tinyserv: Exploit Analysis & Patch Development
Investigated real-world exploits on a vulnerable HTTP server (
tinyserv
), performed root-cause analysis, and wrote secure patches to prevent unauthorized access to admin-only pages. Ensured functional correctness and long-term security across both normal and malicious inputs.
