Skip to content

Commit

Permalink
chore: update bio
Browse files Browse the repository at this point in the history
  • Loading branch information
Renovamen committed Jul 25, 2021
1 parent 8a30ddd commit e7e3160
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 13 deletions.
6 changes: 2 additions & 4 deletions public/markdown/about-me.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,11 @@

## Biography

Hey there! I'm ~~a dragon lost in human world~~ now an incoming computer science master student at [Boston University](https://www.bu.edu/) and a research assistant at Peking University. Before that, I got my bachelor's degree in [Software Engineering](http://sse.tongji.edu.cn/) at [Tongji University](https://www.tongji.edu.cn/).
Hey there! I'm ~~a dragon lost in human world~~ now an incoming [Computer Science](https://www.bu.edu/cs/) master's student at [Boston University](https://www.bu.edu/) and an algorithm engineer intern at Multimedia Understanding (MMU) department of [Kuaishou](https://www.kuaishou.com/) ([Kwai](https://www.kwai.com/)). I'm also working as a research assistant at Peking University. Before that, I got my 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.

Research-wise, I'm currently mainly working on topics related to exploring the capability of machines to develop intelligent behavior upon what they have learned, like meta-learning and continual learning.

I used to work on natural language processing (machine translation and language generation), image captioning and image aesthetic assessment.
My research interests lie primarily in exploring the capability of machines to be continual and efficient, like meta-learning and continual learning. I'm also working on multi-modal retrieval during my internship.

I'm also learning to build machine learning softwares and systems. I'm also learning TypeScript, React, Electron and Golang.

Expand Down
2 changes: 1 addition & 1 deletion public/markdown/about-site.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# About This Site

This site is inspired by macOS [Big Sur](https://www.apple.com/in/macos/big-sur/) and [Catalina](https://www.apple.com/bw/macos/catalina/), developed using [React](https://reactjs.org/), [React Redux](https://react-redux.js.org/) and [tailwindcss](https://tailwindcss.com/), and hosted on [Vercel](https://vercel.com/) and [Github Pages](https://pages.github.com/). Some of the icons are generated using [sindresorhus/file-icon-cli](https://github.com/sindresorhus/file-icon-cli).
This site is inspired by macOS [Big Sur](https://www.apple.com/in/macos/big-sur/) and [Catalina](https://www.apple.com/bw/macos/catalina/), developed using [React](https://reactjs.org/), [React Redux](https://react-redux.js.org/) and [Tailwind CSS](https://tailwindcss.com/), and hosted on [Vercel](https://vercel.com/) and [Github Pages](https://pages.github.com/). Some of the icons are generated using [sindresorhus/file-icon-cli](https://github.com/sindresorhus/file-icon-cli).

The source code is hosted [here](https://github.com/Renovamen/playground-macos).
2 changes: 1 addition & 1 deletion src/components/menus/ControlCenterMenu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ class ControlCenterMenu extends Component<CCMProps, {}> {
render() {
return (
<div
className="fixed w-80 h-96 max-w-full top-8 right-0 sm:right-2 z-50 p-2.5 grid grid-cols-4 grid-rows-5 gap-2 bg-gray-100 bg-opacity-80 blur rounded-2xl text-black"
className="fixed w-80 h-96 max-w-full top-8 right-0 sm:right-2 z-50 p-2.5 grid grid-cols-4 grid-rows-5 gap-2 bg-gray-100 bg-opacity-70 blur rounded-2xl text-black"
style={{ boxShadow: "0px 0px 5px 0px rgba(0, 0, 0, 0.3)" }}
ref={this.controlCenterRef}
>
Expand Down
15 changes: 8 additions & 7 deletions src/configs/terminal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,14 @@ const terminal: TerminalData[] = [
content: (
<div className="py-1">
<div>
Hi! This is Xiaohan Zou, now an intern at CETC and a research
assistant at Peking University.
Hi! This is Xiaohan Zou, now an incoming Computer Science master's
student at Boston University and an algorithm engineer intern at
Kuaishou (Kwai). I'm also working as a research assistant at
Peking University.
</div>
<div className="mt-1">
I got my bachelor's degree in Software Engineering at Tongji
University in 2020. I'm now waiting for starting my graduate
study.
Before that, I got my bachelor's degree in Software Engineering at
Tongji University.
</div>
</div>
)
Expand All @@ -29,14 +30,14 @@ const terminal: TerminalData[] = [
title: "interests.txt",
type: "file",
content:
"Machine Learning / Deep Learning / Continual Learning / Meta-Learning / Reinforcement Learning / Natural Language Processing"
"Machine Learning / Deep Learning / Continual Learning / Meta-Learning / Multi-modal Retrieval"
},
{
id: "about-who-cares",
title: "who-cares.txt",
type: "file",
content:
"I'm open to research / algorithm engineer internships for summer 2021 (base in China) lol."
"I'm open to summer research opportunities for summer 2022 lol."
},
{
id: "about-contact",
Expand Down

0 comments on commit e7e3160

Please sign in to comment.