-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathresume-elegant-eng.tex
86 lines (73 loc) · 3.82 KB
/
resume-elegant-eng.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
% !TEX program = xelatex
\documentclass{resume}
%\usepackage{zh_CN-Adobefonts-External} % Simplified Chinese Support using external fonts (./fonts/zh_CN-Adobefonts/)
%\usepackage{zh_CN-Adobefonts-Internal} % Simplified Chinese Support using system fonts
\usepackage{linespacing_fix} % disable extra space before next section
\usepackage{cite} % bibliology
\begin{document}
\pagenumbering{gobble} % suppress displaying page number
\name{Zhenlin Huang}
% {E-mail}{mobilephone}{homepage}
% be careful of _ in emaill address
\contactInfo{[email protected]}{(+1) 650-667-5006}{http://www.zhenlin.me}
% {E-mail}{mobilephone}
% keep the last empty braces!
%\contactInfo{[email protected]}{(+86) 131-221-87xxx}{}
\section{\faGraduationCap\ EDUCATION}
\datedsubsection{\textbf{Xidian University}, Xi'an, China}{2014 -- Present}
\textit{Master student}\ Communication Engineering, expected June 2017
\datedsubsection{\textbf{Xidian University}, Xi'an, China}{2010 -- 2014}
\textit{B.S.}\ Communication Engineering
\section{\faTrophy\ HONORS \& AWARDS}
\begin{onehalfspacing}
\datedline{\textit{School \nth{1} Prize}, Academic Scholarship }{Nov. 2013}
\datedline{National Computer Rank Examination Certificate}{Dec. 2012}
\datedline{\textit{School \nth{1} Prize}, Model Contest for College Students}{Dec. 2012}
\end{onehalfspacing}
\section{\faCogs\ SKILLS}
% increase linespacing [parsep=0.5ex]
\begin{itemize}[parsep=0.5ex]
\item \textbf{Programming Languages:} \textbf{Java, Android,} (HTML, CSS, JavaScript, MySQL, Python)
\item \textbf{Platform:} Linux, OpenWrt Embedded Systems, Windows
\item \textbf{Development Tools:} Vim, AndroidStudio
\item \textbf{English Level:} CET-6 (449)
\end{itemize}
\section{\faUsers\ EXPERIENCE}
\datedsubsection{\textbf{PTP-1588 Virtual Machine Synchronization System}}{Sep. 2015 -- Present}
\role{Team leader}{China state shipbuilding corporation 709th institute project}
\setlength{\parindent}{2em}Improve the time synchronization precision of virtual machine
\begin{onehalfspacing}
\begin{itemize}[leftmargin=5em]
\item Based on IEEE 1588 protocol, and demand for the characteristics of virtual clusters, propose appropriate time synchronization programs, and that the program meets the synchronization accuracy.
\item Propose and implement synchronous measurement scheme based on and PTP server and client card.
\item Optimize synchronization effect of virtual machine on the basis of the of PTPd software.
\item Implementation hardware-based synchronization scheme supports a single physical machine running multiple virtual machines simultaneously.
\end{itemize}
\end{onehalfspacing}
\datedsubsection{\textbf{A Peer-to-Peer Instant Messaging and Positioning System}}{Apr. 2015 -- Nov. 2015}
\role{Team member}{Individual Project}
\setlength{\parindent}{2em}Implement instant communication positioning system for mobile terminal
\begin{onehalfspacing}
\begin{itemize}[leftmargin=5em]
\item Design a P2P instant messaging system on the Android platform with the integration of indoor positioning module.
\item Use two positioning methods, including coarse-grained anchor-based positioning and fine-grained RSSI-based positioning.
\item Achieve the P2P instant messaging capabilities on the Android platform, to provide users with three basic forms(text, voice and image) of communication.
\end{itemize}
\end{onehalfspacing}
% Reference Test
%\datedsubsection{\textbf{Paper Title\cite{zaharia2012resilient}}}{May. 2015}
%An xxx optimized for xxx\cite{verma2015large}
%\begin{itemize}
% \item main contribution
%\end{itemize}
\section{\faInfo\ MISCELLANEOUS}
% increase linespacing [parsep=0.5ex]
\begin{itemize}[parsep=0.5ex]
\item \textbf{LinkedIn:}\ https://www.linkedin.com/in/zhlinh
\item \textbf{GitHub:}\ https://github.com/zhlinh
\end{itemize}
%% Reference
%\newpage
%\bibliographystyle{IEEETran}
%\bibliography{mycite}
\end{document}