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 Mar 17, 2024
1 parent 77f89fd commit b5f31d1
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 12 deletions.
6 changes: 3 additions & 3 deletions public/markdown/about-me.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@

## Biography

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/).
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/) from [Boston University](https://www.bu.edu/) and my bachelors degree in [Software Engineering](http://sse.tongji.edu.cn/) from [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 am also interested in vision-language and video models.
My current research interests primarily focus on understanding and enhancing the continuity, generalizability, efficiency, and other key properties of machine learning. I am also interested in large multimodal models.

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


## Contact
Expand Down
4 changes: 2 additions & 2 deletions src/configs/bear.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -108,10 +108,10 @@ const bear: BearData[] = [
},
{
id: "midgard",
title: "Interactable Resume",
title: "Midgard",
file: "https://raw.githubusercontent.com/Renovamen/midgard/master/README.md",
icon: "i-bx:game",
excerpt: "An interactable version of my resume, powered by Vue...",
excerpt: "An interactive version of my resume, powered by Vue...",
link: "https://resume.zxh.io/"
},
{
Expand Down
15 changes: 8 additions & 7 deletions src/configs/terminal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,15 @@ const terminal: TerminalData[] = [
id: "about-interests",
title: "interests.txt",
type: "file",
content: "Machine Learning / Computer Vision / Vision-Language Learning"
content: "Machine Learning / Computer Vision / Multimodal Learning"
},
{
id: "about-who-cares",
title: "who-cares.txt",
type: "file",
content:
"I'm looking for a research internship for Summer 2024. I'm open to collaboration on research projects."
},
// {
// id: "about-who-cares",
// title: "who-cares.txt",
// type: "file",
// content: ""
// },
{
id: "about-contact",
title: "contact.txt",
Expand Down

0 comments on commit b5f31d1

Please sign in to comment.