Skip to content

Commit 25c4b73

Browse files
committed
v1.19: Resume finish!
1 parent 652bcb2 commit 25c4b73

5 files changed

Lines changed: 19 additions & 14 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,4 +81,4 @@ https://whY-note.github.io
8181
- [x] theme
8282
- [ ] CH/EN
8383
- [ ] Blog
84-
- [ ] resume
84+
- [x] resume

_includes/header.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
<a href="/publications/">Publications</a>
1313
<a href="/projects/">Projects</a>
1414
<a href="/blog/">Blog</a>
15+
<a href="/resume/resume.pdf" target="_blank" rel="noopener">Resume</a>
1516

1617
<!-- 主题切换按钮 -->
1718
<button id="themeToggle" class="theme-toggle" type="button" aria-label="切换到白色主题" title="切换主题">

index.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,9 @@ Contact Me finish!
8383
v1.18:
8484
Add initial blog
8585

86+
v1.19:
87+
Resume finish!
88+
8689
</section>
8790

8891

resume/resume.pdf

199 Bytes
Binary file not shown.

resume/resume.tex

Lines changed: 14 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,11 @@
3434
\colorlet{awesome}{awesome-red}
3535
%\definecolor{awesome}{HTML}{CA63A8}
3636
%% Colors for text
37-
%\definecolor{darktext}{HTML}{414141}
38-
%\definecolor{text}{HTML}{414141}
39-
%\definecolor{graytext}{HTML}{414141}
40-
%\definecolor{lighttext}{HTML}{414141}
37+
% Darken body-related text colors for better contrast in PDF.
38+
\definecolor{darktext}{HTML}{1F1F1F}
39+
\definecolor{text}{HTML}{202020}
40+
\definecolor{graytext}{HTML}{252525}
41+
\definecolor{lighttext}{HTML}{3A3A3A}
4142

4243
%%% Override a separator for social informations in header(default: ' | ')
4344
%\headersocialsep[\quad\textbar\quad]
@@ -60,13 +61,13 @@
6061

6162
% 我是严浩文,一名中山大学计算机科学与技术专业的大三本科生。
6263
% 目前我参与了机械臂遥操作,极快模型预测控制器,5级流水线CPU设计,基于RISC-V的操作系统设计等项目,并在相关领域积累了丰富的经验。
63-
% 我的研究兴趣是:具身智能,机器人,强化学习,最优控制。
64+
% 我的研究兴趣是:具身智能,机器人,强化学习,世界模型,最优控制。
6465

6566
I am Haowen Yan, a third-year undergraduate student majoring in Computer Science and Technology at Sun Yat-sen University.
6667

6768
I have participated in projects including robotic arm teleoperation, ultra-fast model predictive controller (MPC), 5-stage pipelined CPU design, and RISC-V-based operating system development, gaining substantial experience in these areas.
6869

69-
My research interests include Embodied AI, Robotics, Reinforcement Learning, and Optimal Control.
70+
My research interests include Embodied AI, Robotics, Reinforcement Learning, World Models, and Optimal Control.
7071

7172

7273
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -156,14 +157,14 @@
156157
\cvsection{Honours and Awards}
157158
\begin{cvhonors}
158159
\cvhonor
159-
{National Scholarship}
160-
{}
161-
{}
160+
{National Scholarship}%
161+
{}%
162+
{}%
162163
{2024}
163164
\cvhonor
164-
{National Scholarship}
165-
{}
166-
{}
165+
{National Scholarship}%
166+
{}%
167+
{}%
167168
{2025}
168169
\cvhonor
169170
{Third Prize, Kernel Implementation Track, National College Student Operating System Design Competition (China)}
@@ -181,7 +182,7 @@
181182
{}
182183
{Dec 2024}
183184
\cvhonor
184-
{Third Prize, Guangdong Division, National College Student Mathematical Modeling Competition (China}
185+
{Third Prize, Guangdong Division, National College Student Mathematical Modeling Competition (China)}
185186
{}
186187
{}
187188
{Oct 2024}

0 commit comments

Comments
 (0)