-
Notifications
You must be signed in to change notification settings - Fork 0
/
cv.tex
282 lines (234 loc) · 16.5 KB
/
cv.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
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
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
%% start of file `template.tex'.
%% Copyright 2006-2013 Xavier Danaux (xdanaux@gmail.com).
%
% This work may be distributed and/or modified under the
% conditions of the LaTeX Project Public License version 1.3c,
% available at http://www.latex-project.org/lppl/.
\documentclass[11pt,a4paper,palatine]{moderncv} % possible options include font size ('10pt', '11pt' and '12pt'), paper size ('a4paper', 'letterpaper', 'a5paper', 'legalpaper', 'executivepaper' and 'landscape') and font family ('sans' and 'roman')
% modern themes
\moderncvstyle{banking} % style options are 'casual' (default), 'classic', 'oldstyle' and 'banking'
\moderncvcolor{black} % color options 'blue' (default), 'orange', 'green', 'red', 'purple', 'grey' and 'black'
%\renewcommand{\familydefault}{\sfdefault} % to set the default font; use '\sfdefault' for the default sans serif font, '\rmdefault' for the default roman one, or any tex font name
\nopagenumbers{} % uncomment to suppress automatic page numbering for CVs longer than one page
% character encoding
\usepackage[utf8]{inputenc}
\usepackage{fontawesome}
\usepackage{tabularx}
\usepackage{ragged2e}
% if you are not using xelatex ou lualatex, replace by the encoding you are using
\usepackage{CJKutf8} % if you need to use CJK to typeset your resume in Chinese, Japanese or Korean
% adjust the page margins
\usepackage[scale=0.8]{geometry}
\usepackage{multicol}
%\setlength{\hintscolumnwidth}{3cm} % if you want to change the width of the column with the dates
%\setlength{\makecvtitlenamewidth}{10cm} % for the 'classic' style, if you want to force the width allocated to your name and avoid line breaks. be careful though, the length is normally calculated to avoid any overlap with your personal info; use this at your own typographical risks...
\usepackage{import}
\usepackage{multirow}
\usepackage{graphicx}
% personal data
\name{Ziheng Zhang}{}
% \title{Curriculum Vitae} % optional, remove / comment the line if not wanted
% \address{\faMapMarker\enspace 26D, Building H, Dachong City Garden, Nanshan District,}{Shenzhen, Guangdong Province, China (100190)}% optional, remove / comment the line if not wanted; the "postcode city" and and "country" arguments can be omitted or provided empty
% \phone[mobile]{86-17051369306} % optional, remove / comment the line if not wanted
% \phone[fixed]{01234 123456} % optional, remove / comment the line if not wanted
%\phone[fax]{+3~(456)~789~012} % optional, remove / comment the line if not wanted
% \email{xpan1@swarthmore.edu} % optional, remove / comment the line if not wanted
% \homepage{shawnpan.me} % optional, remove / comment the line if not wanted
% \extrainfo{} % optional, remove / comment the line if not wanted
\photo[64pt][0.4pt]{qr-code.eps} % optional, remove / comment the line if not wanted; '64pt' is the height the picture must be resized to, 0.4pt is the thickness of the frame around it (put it to 0pt for no frame) and 'picture' is the name of the picture file
%\quote{Some quote} % optional, remove / comment the line if not wanted
% to show numerical labels in the bibliography (default is to show no labels); only useful if you make citations in your resume
%\makeatletter
%\renewcommand*{\bibliographyitemlabel}{\@biblabel{\arabic{enumiv}}}
%\makeatother
%\renewcommand*{\bibliographyitemlabel}{[\arabic{enumiv}]}% CONSIDER REPLACING THE ABOVE BY THIS
% bibliography with mutiple entries
%\usepackage{multibib}
%\newcites{book,misc}{{Books},{Others}}
\newcommand*{\customcventry}[7][.25em]{
\begin{tabular}{@{}l}
{\bfseries #4}
\end{tabular}
\hfill% move it to the right
\begin{tabular}{l@{}}
{\bfseries #5}
\end{tabular} \\
\begin{tabular}{@{}l}
{\itshape #3}
\end{tabular}
\hfill% move it to the right
\begin{tabular}{l@{}}
{\itshape #2}
\end{tabular}
\ifx&%
\else{\\%
\begin{minipage}{\maincolumnwidth}%
\small#7%
\end{minipage}}\fi%
\par\addvspace{#1}}
\newcommand*{\customcvproject}[4][.25em]{
% \vfill\noindent
\begin{tabular}{@{}l}
{\bfseries #2}
\end{tabular}
\hfill% move it to the right
\begin{tabular}{l@{}}
{\itshape #3}
\end{tabular}
\ifx&%
\else{\\%
\begin{minipage}{\maincolumnwidth}%
\small#4%
\end{minipage}}\fi%
\par\addvspace{#1}}
\setlength{\tabcolsep}{12pt}
\renewcommand{\labelitemi}{\small$\bullet$}
%----------------------------------------------------------------------------------
% content
%----------------------------------------------------------------------------------
\begin{document}
\begin{CJK*}{UTF8}{gbsn} % to typeset your resume in Chinese using CJK
%----- resume ---------------------------------------------------------
\makecvtitle
\vspace*{-15mm}
\section{EDUCATION BACKGROUND}
{\customcventry{Sept. 2016-now}{MA. SC, Computer Science, School of Information Science and Technology}{ShanghaiTech University}{Shanghai, China}{}{}}
{\customcventry{ Sept. 2012-Jun. 2016}{B.Eng., Aerospace Science and Technology}{Xidian University}{Xi'An, China}{}{}}
% \section{PROFESSIONAL EXPERIENCE}
% {\customcventry{Jan. 2019-Present}{\textbf{Research assistant in MAE}}{Chinese University of Hong Kong (CUHK)}{Hong Kong, China}{}{}}
% {\begin{itemize}
% \item Built open-door task using 6-DOFs arm, simulated the task with QP controller and tuned the priorities of sub-tasks based on completeness of tasks automatically.
% \item Did the open-door experiment in UR5 and tested the proposed strategy in real environment.
% \end{itemize}
% }
% \setlength{\parskip}{0.5em}
% {\customcventry{Dec. 2017-Dec. 2018}{\textbf{Research engineer in Institute of Robotics and Intelligent Manufacturing}}{Chinese University of Hong Kong, Shen Zhen (CUHKSZ)}{Shenzhen, China}{}{}}
% {\begin{itemize}
% \item Formed a team (IRIM-Solver) to participate in \textbf{2018 JD X-Robotics Challenge} as \textbf{team leader}, was in charge of team cooperation, resource allocation and overall designation, implemented grasp system and vision system. At last, our team stepped into the final competition and was awarded \textbf{RMB 10,000. (10 final teams in the world)}.
% \item As a key member, did research on tuning the priority of multi-task controller automatically and related algorithm in project \textbf{Design, control and Scheduling of Logistical Service Robots in Complicated Environments} supported by \textbf{NSFC}.
% \item Wrote and applied the project \textbf{Research on Key Technologies of Heterogeneous Logistics Robot System Based on Integration of Human, Robot and Environment (RMB 3,000,000)} successfully supported by
% \textbf{Shenzhen Science and Technology Innovation Committee}.
% \item Grasped the fundamental theory and related algorithm of machine learning, reinforcement learning and deep learning, and could program KNN, LR, SVM, Decision Tree, Bayes, RNN, CNN, Q-learning, Sarsa, DQN, DDPG and so on in PYTHON fluently.
% \end{itemize}
% }
% \setlength{\parskip}{0.5em}
% {\customcventry{ Jul. 2017-Dec. 2017}{\textbf{Assistant engineer}}{China General Nuclear Research Institute Co., Ltd. (CGN)}{Shenzhen, China}{}{}}
% {\begin{itemize}
% \item Designed the constant volume of stabilizer in primary loop of 3-rd generation home-made nuclear power plant HPR1000.
% \item As a director, do research on fluid-structure coupling of \textbf{anti-sloshing design of liquid tank in marine nuclear reactor (RMB 50,000)} supported by \textbf{Youth Science and Technology Fund, CGN}.
% \end{itemize}
% }
% \section{RESEARCH EXPERIENCE (Master’s Period)}
% % {\customcvproject{Amazing Project 1}{Aug 2017 - Present}
% % {\begin{itemize}
% % \item Ran custom Minecraft mods on CentOS and Debian servers
% % \item Reverse engineered obfuscated Java using a decompiler and reflection
% % \end{itemize}
% % }
% % }
% % {\customcvproject{Amazing Project 2}{Feb 2016 – May 2017}
% % {\begin{itemize}
% % \item Began a group to create the first 36 hour student-run hackathon ever held at Illinois
% % \item Led 50 staff to raise \$175,000 for HackIllinois, managing relationships with 60+ sponsors
% % \item Plan events to increase social interaction among ACM members, as well as events to foster the spirit of computer science at Illinois
% % \end{itemize}
% % }
% % {\customcvproject{Amazing Project 3}{Jan 2015 – May 2015}
% % {\begin{itemize}
% % \item Assist in recruiting potential and admitted students to the UIUC computer science program
% % \item Attend information sessions, admitted student Q\&A’s, and student lunches to generate interest in the Illinois Computer Science department
% % \end{itemize}
% % }
% % }
% {\customcventry{ May. 2016- Jul. 2017}{\textbf{Supported by China Astronaut Research and Training Center and Haier}}{Washing Machine in Space Station (RMB 300,000)}{Beijing, China}{}{}}
% {\begin{itemize}
% \item Developed on-orbit cleaning technology in our space station in order to save water and electricity, separate gas and liquid under microgravity.
% \item Proposed centrifugal cone-shaped two-phase washing machine and design the structure of roller and impeller for this device.
% \item Simulated interior flow field of the new washing machine with CFD and find the more optimal motion plan of roller and impeller.
% \end{itemize}
% }
% \setlength{\parskip}{0.5em}
% {\customcventry{ Jun. 2015- Dec.2016}{\textbf{Supported by China Academy of Space Technology}}{Surface Tension Vaned Tank of Satellite Propellant (RMB 820,000)}{Beijing, China}{}{}}
% {\begin{itemize}
% \item As a director, designed a new structure of satellite propellant tank and especially propose the inner \textbf{Propellant Management Device} and its distribution mode.
% \item Designed and conducted microgravity experiments of tank in drop tower and do related numerical simulations to improve its structure.
% \item In addition, invited to join in \textbf{Space Tea Cup in Shenzhou 11} and in charge of \textbf{drop-tower} experiments.
% \end{itemize}
% }
% \setlength{\parskip}{0.5em}
% {\customcventry{Oct. 2015- Dec. 2016}{\textbf{The first responsible person for subsystem in JSLC}}{TianGong2 Space Laboratory (TG2)}{Beijing and Jiuquan, China}{}{}}
% {\begin{itemize}
% \item As a member, designed the structure of tank body for \textbf{Liquid Bridge Subsystem in TG2}.
% \item Testified and explained the problem of unusual big temperature difference in the beginning of starting system by numerical simulation.
% \item In charge of electrical test and mechanical vibration test before launch. Founded and solved \textbf{4 significant problems} and \textbf{approved by the chief designer of system}.
% \end{itemize}
% }
% \setlength{\parskip}{0.5em}
% {\customcventry{Sept. 2015-Apr. 2016}{\textbf{Ground technical support in the Flight Control Center}}{ShiJian10 Microgravity Satellite (SJ10)}{Beijing and Jiuquan, China}{}{}}
% {\begin{itemize}
% \item Responsible for electrical test and thermal balance test in NSSC, monitor the data from SJ10.
% \item For the results from \textbf{Thermocapillary-convection Annular Liquid Pool Device} in SJ10, did the ground matching experiment and numerical simulation.
% \end{itemize}
% }
\section{PUBLICATIONS}
\textbf{Published}
{\begin{itemize}
\item \textbf{Ziheng Zhang}, Zhengxin Li, Ning Bi, Jia Zheng, Jinlei Wang, Kun Huang, Weixin Luo, Yanyu Xu and Shenghua Gao. “\href{https://www.aiyoggle.me/publication/ppgnet-cvpr19/ppgnet-cvpr19.pdf}{PPGNet: Learning Point-Pair Graph for Line Segment Detection}”, in \textit{The IEEE Conference on Computer Vision and Pattern Recognition (CVPR), 2019, pp. 7105-7114}
\item Dongze Lian*, \textbf{Ziheng Zhang}*, Weixin Luo, Lina Hu, Minye Wu, Zechao Li, Jingyi Yu and Shenghua Gao. "\href{https://www.aiyoggle.me/publication/gaze-aaai19/gaze-aaai19.pdf}{RGBD Based Gaze Estimation via Multi-task CNN}", in \textit{In Thirty-Third AAAI Conference on Artificial Intelligence (AAAI-19)} (* equal contribution)
\item \textbf{Ziheng Zhang}*, Yanyu Xu*, Jingyi Yu and Shenghua Gao. "\href{http://openaccess.thecvf.com/content_ECCV_2018/papers/Ziheng_Zhang_Saliency_Detection_in_ECCV_2018_paper.pdf}{Saliency Detection in 360$^\circ$ Videos}", in \textit{The European Conference on Computer Vision (ECCV), 2018} (* equal contribution)
\item \textbf{Ziheng Zhang}*, Anpei Chen*, Ling Xie, Jingyi Yu and Shenghua Gao . “\href{https://arxiv.org/pdf/1905.12898}{Learning Semantics-aware Distance Map with Semantics Layering Network for Amodal Instance Segmentation}”, in \textit{27th ACM International Conference on Multimedia (ACM MM), 2019} (* equal contribution)
\item Anpei Chen, Zhang Chen, Guli Zhang, \textbf{Ziheng Zhang}, Kenny Mitchell and Jingyi Yu. "\href{https://arxiv.org/pdf/1903.10873}{Photo-Realistic Facial Details Synthesis from Single Image}", in IEEE International Conference on Computer Vision (ICCV), oral, 2019
\end{itemize}
}
\textbf{Under Review}
{\begin{itemize}
\item Yanyu Xu, Zhixin Piao, Wen Liu, \textbf{Ziheng Zhang}, Jingyi Yu and Shenghua Gao . "SUNNet: A Novel Framework for Simultaneous Human Parsing and Pose Estimation" (Submitted to Neurocomputing)
\end{itemize}
}
% \section{IT \& ENGLISH SKILLS}
\section{WORKING EXPERIENCES}
\begin{itemize}
\item \textbf{Research Intern in Alibaba Group}, Design and develop algorithms for image classification. Specifically, perform research to classify fashion images with extremely imbalanced classes and noisy labels. \hfill {\itshape Nov. 2019 - Present}
\item \textbf{Research Intern in Tencent}, Design and develop algorithms for image embedding. Specifically, utilize the convolutional neural network to embed original images into low-dimensional feature vectors to detect plagiarism. \hfill {\itshape July 2018 - Aug. 2018}
\end{itemize}
\section{SKILLS}
% \begin{itemize}
% \item CET-6: 487
% \item IT: Extensive knowledge and experience of Linux, Python language, and could use Python packages including PyTorch, Numpy, OpenCV, Sciki-learn and so on fluently. Can also use some C, C++, matlab language and TensorFlow, Caffe framework.
% \end{itemize}
Extensive knowledge and experience of Linux, Python language, and could use Python packages including PyTorch, Numpy, OpenCV, Sciki-learn and so on fluently. Can also use some C, C++, matlab language and TensorFlow, Caffe framework.
\section{AWARDS and ACHIEVEMENTS}
\begin{itemize}
\item 2nd place in WebVision Challenge on Image Classification Task (Top University Team) \hfill {\itshape 2017}
\item Outstanding Graduates (10/5107, Xidian University) \hfill {\itshape June.2012}
\item Meritorious in Mathematical Contest in Modeling \hfill {\itshape Mar.2012}
\end{itemize}%
% Publications from a BibTeX file without multibib
% for numerical labels: \renewcommand{\bibliographyitemlabel}{\@biblabel{\arabic{enumiv}}}% CONSIDER MERGING WITH PREAMBLE PART
% to redefine the heading string ("Publications"): \renewcommand{\refname}{Articles}
\nocite{*}
\bibliographystyle{plain}
\bibliography{publications} % 'publications' is the name of a BibTeX file
% Publications from a BibTeX file using the multibib package
%\section{Publications}
%\nocitebook{book1,book2}
%\bibliographystylebook{plain}
%\bibliographybook{publications} % 'publications' is the name of a BibTeX file
%\nocitemisc{misc1,misc2,misc3}
%\bibliographystylemisc{plain}
%\bibliographymisc{publications} % 'publications' is the name of a BibTeX file
%----- letter ---------------------------------------------------------
\end{CJK*}
% \newcolumntype{R}[1]{>{\RaggedLeft\arraybackslash}p{#1}}
% \newcolumntype{L}[1]{>{\RaggedRight\arraybackslash}p{#1}}
\vspace*{3mm}
\section{}
\begin{tabular}{ m{0.3\linewidth} m{0.39\linewidth} c }
\faEnvelopeO\enspace \href{mailto:zhangzh@shanghaitech.edu.cn}{zhangzh@shanghaitech.edu.cn} & \faMobile\enspace 86-170-5136-9306 & \multirow{2}{*}{\parbox{0.2\linewidth}{\includegraphics[width=0.2\textwidth]{qr-code.pdf}}}\\
\faHome\enspace \href{https://www.aiyoggle.me}{https://www.aiyoggle.me} & \faGithub\enspace \href{https://github.com/allankevinrichie}{allankevinrichie} &
\end{tabular}
% \begin{flushright}
% \includegraphics[width=0.1\linewidth]{}
% \end{flushright}
\end{document}
%% end of file `template.tex'.