-
Notifications
You must be signed in to change notification settings - Fork 0
/
en-US.tex
86 lines (74 loc) · 3.1 KB
/
en-US.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
\documentclass{common}
% \cfoot{\color{gray} The MD5 of this file is \{\{TBD\}\}.}
\begin{document}
\name{Zhihao Shen}
\vspace{0.3ex}
\basicInfo{
\email{\underline{i@shzh.me}} |
\homepage[\underline{shzh.wiki}]{https://shzh.wiki} |
\github[\underline{Sh-Zh-7}]{https://github.com/Sh-Zh-7} |
\linkedin[\underline{LinkedIn}]{https://www.linkedin.com/in/imshzh7/}
}
\vspace{0.5ex}
\section{\faGraduationCap\ education}
\educationsubsection
{Wuhan University (WHU)}{GPA: 3.65/4.0}{2018 -- 2022}
{\textit{Undergraduate student} in Computer Science (CS). }{Wuhan, China}
\educationsubsectionwithoutgpa
{Tsinghua University (THU)}{2023 -- 2026 (expect)}
{\textit{Master student} in Software Engineering (SE). }{Beijing, China}
\vspace{0.85ex}
\section{\faCubes\ projects}
\projectsubsection
{\textbf{sznn}}
{https://github.com/ShZh-libraries/sznn}{8}
{Feb. 2022 -- Apr. 2022}
\role{Rust/Typescript, Maintainer}{Graduation Projects}
High performance nerual network inference framework running on Web.
\begin{itemize}
\item Pure Javascript backend support for portability.
\item Accelerate with WASM SIMD and multithreading generated by Rust.
\item The use of WebGPU further improves throughput.
\end{itemize}
\projectsubsectionwithoutstar
{\textbf{ShZh Websites}}
{https://github.com/ShZh-websites}
{Sep. 2021 -- Present}
\role{Svelte/ReScript/Tex, Maintainer}{Individual Projects}
Collections of my websites, including my personal homepage, blogs, diaries and so on.
\begin{itemize}
\item Highly optimized for user experience, Lighthouse score guaranteed.
\item Modern web technologies such as Tailwind, Alpline and Gatsby are used.
\item Support responsive design for various screen sizes and adaptive dark mode.
\end{itemize}
\projectsubsectionwithoutstar
{\textbf{Robot V0}}
{https://github.com/Sh-Zh-7/Robot-V0}
{May 2022 -- Present}
\role{Kotlin, Maintainer}{Individual Project}
My multifunctional QQ robot, driven by OneBot protocol and go-cqhttp.
\begin{itemize}
\item Detect related links and visualize them with OpenGraph.
\item Highly scalable RSSHub-based subscriptions for mainstream social media.
\item Replace QQ's native query with more flexible history query function.
\item Port Twitter's popular makeitaquote and progress-of-year features.
\end{itemize}
\vspace{0.85ex}
\section{\faTrophy\ awards}
\award
{\textbf{- China Software Cup}, \nth{3} Prize, \textit{Captain}}{Oct. 2020}
{Intelligent applications for traffic scenes based on computer vision.
{\href{https://github.com/Sh-Zh-7/intelligent-transportation-system}{\underline{\faGithub}} \faStarO\ 37}
}
\vspace{0.5ex}
\award
{\textbf{- APMCM}, \nth{2} Prize}{Nov. 2019}
{Analysis and decision-making of regional economic vitality and its influencing factors.}
\vspace{0.85ex}
\section{\faInfo\ miscellaneous}
\begin{itemize}[parsep=0.5ex]
\item \textbf{Mandarin}: Native speaker
\item \textbf{English}: CET-6: 463 | CET-4: 556
\item \textbf{Linktree}: \href{https://linktr.ee/ShZh7}{\underline{https://linktr.ee/ShZh7}}
\end{itemize}
\end{document}