diff --git a/public/markdown/about-me.md b/public/markdown/about-me.md index d633da52..0d8a59e0 100644 --- a/public/markdown/about-me.md +++ b/public/markdown/about-me.md @@ -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 bachelor’s 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 diff --git a/src/configs/bear.tsx b/src/configs/bear.tsx index 34090aa4..479ecc28 100644 --- a/src/configs/bear.tsx +++ b/src/configs/bear.tsx @@ -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/" }, { diff --git a/src/configs/terminal.tsx b/src/configs/terminal.tsx index 3ef7675f..a30c676a 100644 --- a/src/configs/terminal.tsx +++ b/src/configs/terminal.tsx @@ -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",