-
Notifications
You must be signed in to change notification settings - Fork 14
/
Tianchen_Zhong_demo.tex
68 lines (58 loc) · 1.75 KB
/
Tianchen_Zhong_demo.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
% !TEX program = xelatex
\documentclass{resume}
\begin{document}
\pagenumbering{gobble} % suppress displaying page number
\name{Tianchen Zhong}
\basicInfo{
\email{[email protected]}
\phone{412-616-3343}
\linkedin[tianchen-zhong]{https://www.linkedin.com/in/tianchen-zhong}
\github[cczhong11]{https://github.com/cczhong11}
\homepage[tczhong.com]{http://www.tczhong.com}
}
\section{Education}
\datedsubsection{\textbf{Best University}}{Stanford, CA}
\role{Master of Science in Computer Science; GPA: 4.0/4.0} {\hfill Aug. 2017 - May 2019}
\begin{itemize}
\item{\textbf{Related Courses}: Algorithm}
\end{itemize}
\datedsubsection{\textbf{Best University}}{Stanford, CA}
\role{Bachelor of Engineering in Computer Science; GPA: 4.0/4.0} {\hfill Aug. 2013 - June 2017}
\begin{itemize}
\item{\textbf{Related Courses}: Data Structures and Algorithm}
\end{itemize}
\section{Skills}
\begin{itemize}
\item \textbf{Programming Language}: {Java, Python, C, JavaScript, SQL, Golang, Scala}
\end{itemize}
\section{Internship}
\datedsubsection{\textbf{Google Inc}}{Mountain View, CA}
\role{Software Engineer Intern} {\hfill May - Aug. 2000}
\begin{itemize}
\item{Built Google Search.}
\end{itemize}
\datedsubsection{\textbf{Microsoft}}{Seattle, WA}
\role{Software Development Intern} {\hfill July - Dec. 1994}
\begin{itemize}
\item{Built Windows 98.}
\end{itemize}
\section{Projects}
\datedsubsection{\textbf{AWS}}{Feb. - May 2002}
\begin{itemize}
\item{aaaaa}
\item{bbbbb}
\item{ccccc}
\end{itemize}
\datedsubsection{\textbf{Google}}{Jan. - May 1998}
\begin{itemize}
\item{aaaaaa}
\item{bbbbbb}
\item{cccccc}
\end{itemize}
\datedsubsection{\textbf{RobinHood}}{Mar. 2013 - Apr. 2018}
\begin{itemize}
\item{aaaaaa}
\item{bbbbbb}
\item{cccccc}
\end{itemize}
\end{document}