Skip to content

Commit

Permalink
chore: update personal info
Browse files Browse the repository at this point in the history
  • Loading branch information
Renovamen committed Sep 22, 2023
1 parent 6431ac7 commit d5c868e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 11 deletions.
4 changes: 2 additions & 2 deletions public/markdown/about-me.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

## Biography

Hey there! I received my master's degree in [Computer Science](https://www.bu.edu/cs/) at [Boston University](https://www.bu.edu/) and bachelor's degree in [Software Engineering](http://sse.tongji.edu.cn/) at [Tongji University](https://www.tongji.edu.cn/).
Hey there! I am a PhD student at the [Computer Science and Engineering](https://www.eecs.psu.edu/) department of [Pennsylvania State University](https://www.psu.edu/). Previously, I received my master's degree in [Computer Science](https://www.bu.edu/cs/) at [Boston University](https://www.bu.edu/) and bachelor's degree in [Software Engineering](http://sse.tongji.edu.cn/) at [Tongji University](https://www.tongji.edu.cn/).

I'm trying to find a balance between research and engineering.

My current research interests lie primarily in understanding and improving continuity, generalizability, efficiency and other key properties of machine learning. I'm also interested in vision-language and video models.
My current research interests lie primarily in understanding and improving continuity, generalizability, efficiency and other key properties of machine learning. I am also interested in vision-language and video models.

I'm also learning web development and building machine learning softwares and systems.

Expand Down
17 changes: 8 additions & 9 deletions src/configs/terminal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,8 @@ const terminal: TerminalData[] = [
content: (
<div className="py-1">
<div>
Hi, this is Xiaohan Zou. I received my master's degree in Computer Science
at Boston University and bachelor's degree in Software Engineering at Tongji
University.
Hi, this is Xiaohan Zou. I am a PhD student at the Computer Science and
Engineering department of Pennsylvania State University.
</div>
</div>
)
Expand All @@ -26,12 +25,12 @@ const terminal: TerminalData[] = [
type: "file",
content: "Machine Learning / Computer Vision / Vision-Language Learning"
},
{
id: "about-who-cares",
title: "who-cares.txt",
type: "file",
content: "I'm a incoming Ph.D. student lol."
},
// {
// id: "about-who-cares",
// title: "who-cares.txt",
// type: "file",
// content: ""
// },
{
id: "about-contact",
title: "contact.txt",
Expand Down

0 comments on commit d5c868e

Please sign in to comment.