summaryrefslogtreecommitdiff
path: root/Resume_compact.tex
blob: 1592ea5e716dd33e797af9bbecb2d55126206c3e (plain)
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
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
\documentclass[12pt,a4paper]{article}
\usepackage[a4paper,inner=2cm,outer=2cm,top=1.5cm,bottom=2cm]{geometry}

\usepackage[T1]{fontenc}
\usepackage{calc}

\newlength{\remaining}
\newcommand{\sect}[2][\textwidth]{
\setlength{\remaining}{#1-\widthof{ \large \bfseries \scshape#2}}
{\vspace{1.5em}\noindent \large \bfseries \scshape \underline{#2\hspace*{\remaining}}\newline \vspace{-0.9em}}
}

\newcommand{\keyword}[1]{{\bfseries #1}}

\newcommand{\itab}[1]{\hspace{0em}\rlap{#1}}
\newcommand{\tab}[1]{\hspace{.15\textwidth}\rlap{#1}}

\usepackage{float}
\usepackage{wrapfig}

\pagenumbering{gobble}

\begin{document}
\begin{center}
{\bf \Huge Tuowen Zhao}

\noindent{\rule{\linewidth}{1pt}}
Shanghai Jiao Tong Univ. 
\textbullet\ 800 Dong Chuan Rd
\textbullet\ Shanghai, China 200240

Cell: (86)18817560648
\textbullet\ ztuowen@gmail.com

\noindent{\rule[1em]{\linewidth}{1pt}}
\end{center}
\vspace{-1.5em}

\noindent\begin{tabular}{l l}
\sect[0.45\textwidth]{Education} & \sect[0.4\textwidth]{Language}\\
\noalign{\vspace{-0.5em}}
\begin{minipage}[t]{0.5\textwidth}
\hspace{2em}	Shanghai Jiao Tong University

\hspace{2em} B.Eng. Electronic Engineering (Junior)

\hspace{2em} GPA: 3.79
\end{minipage}
&
\begin{minipage}[t]{0.45\textwidth}
\hspace{2em} \itab{Mandarin} \hspace{6em} \tab{Native}

\hspace{2em} \itab{English} \hspace{6em}	\tab{Fluent}

\hspace{2em} \itab{French} \hspace{6em}	\tab{Beginner}
\end{minipage}
\end{tabular}

\vspace{-1em}

\sect{Summary}

Possess good adaptability, great group work ethic, high level of diligence and curiousness. Experienced in machine learning, parallel programming.

\vspace{-1em}

\sect{Skills}
\vspace{-0.4em}
\begin{itemize}
	\setlength{\parskip}{-0.5em}
 	\setlength{\parsep}{-1em}
	\item \keyword{Programming Language}
	\begin{itemize}
		\item \itab{Proficient:}  \tab{Java} \tab{C/C++/C\#/CUDA }
		\item \itab{Others:} \tab{VHDL} \tab{Erlang} \tab{Bash} \tab{Python} \newline \tab{}  \tab{NASM} \tab{MatLab} \tab{Mathematica} \tab{\LaTeX}
	\end{itemize}
	\item \keyword{Machine Learning:}Artificial Neural Network
	\item \keyword{Parallel Programming}
	\begin{itemize}
		\item \itab{OpenCL} \tab{CUDA}	\tab{OpenMP} \tab{MPI} \tab{Erlang}
	\end{itemize}
	\item \keyword{Analog/Digital Circuit Design \& Embedded Programming}
	\item \keyword{Digital Signal/Image Processing}
\end{itemize}

\vspace{-2em}

\sect{Experience}

{ \bf SJTU's Student International Communication Association\hfill 2013-Present}\newline
\indent \indent	{\bf Head of Operational Department } \newline
\indent \indent \indent {Supervise \& teach young members}\newline
\indent \indent \indent {Coordinate with other departments,  build moral}\newline
\indent \indent \indent {Suggest \& set plans for the Department as well as the club}\newline
\indent{ \bf SJTU's Participation in Research Program \hfill \normalsize 2013}\newline
\indent\indent{\bf \slshape GPU based deep neural network training system for speech recognition}\newline
\indent \indent {\bf Member of the Team(2 people)} \newline
\indent \indent \indent {Documenting the neural network training tool}\newline
\indent \indent \indent {Algorithm Adjustment \& implementation: BP\&Stacking,CUDA implementation}\newline

\vspace{-2em}

\sect{Course Projects}

\indent{\large \bf IR Control using Smart Phone Earphone Jack\hfill 2013}\newline
\indent \indent {\bf Control sequence analysis}\newline
\indent \indent {\bf Designed and implemented both software \& hardware components}\newline
\indent{\large \bf High Performance Computing\hfill 2014}\newline
\indent \indent {\bf Implementing and Optimizing Washall's Algorithm using CUDA}\newline

\vspace{-2em}

\sect{Awards}

\indent{\large \bf National Olympiad in Informatics in Province \hfill 2010}\newline
\indent \indent { First Prize}\newline
\indent{\large \bf SJTU Merit Student \hfill 2011-2012}\newline
\indent{\large \bf The Mathematical Contest in Modeling \hfill 2013}\newline
\indent \indent { Successful Participation}\newline
\indent{\large \bf National Undergraduate Electronic Design Contest \hfill 2013}\newline
\indent\indent{\bf \slshape Radio-Frequency wideband amplifier}\newline
\indent \indent { Regional First Prize - Shanghai}\newline
\indent \indent { National Second Prize}\newline


\end{document}