diff --git a/public/markdown/about-me.md b/public/markdown/about-me.md index 2761391b..d633da52 100644 --- a/public/markdown/about-me.md +++ b/public/markdown/about-me.md @@ -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. diff --git a/src/configs/terminal.tsx b/src/configs/terminal.tsx index 1357d6f7..3ef7675f 100644 --- a/src/configs/terminal.tsx +++ b/src/configs/terminal.tsx @@ -13,9 +13,8 @@ const terminal: TerminalData[] = [ content: (
- 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.
) @@ -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",