forked from billryan/resume
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathresume.tex
More file actions
71 lines (59 loc) · 2.15 KB
/
Copy pathresume.tex
File metadata and controls
71 lines (59 loc) · 2.15 KB
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
\documentclass{resume}
\begin{document}
\pagenumbering{gobble} % suppress displaying page number
\name{Bin Yuan}
\contact{xxx@yuanbin.me}{(+86) 131-221-87xxx}{http://www.yuanbin.me}
\section{Education}
\datedsubsection{\textbf{Shanghai Jiao Tong University (SJTU)}, Shanghai, China}{2013 -- Present}
\textit{Master student} in Electronics Engineering, expected March 2016
\datedsubsection{\textbf{Xidian University}, Shaanxi, China}{2009 -- 2013}
\textit{B.S.} in Electronics Engineering
\section{Experience}
\datedsubsection{\textbf{FLAG Inc.} California, America}{2012 -- Present}
\role{Summer Intern}{Manager: xxx}
Brief introduction: I have worked at FLAG Inc. from 2012 onwards.
\begin{itemize}
\item Implemented xxx feature
\item Optimized xxx 5\%
\item xxx
\end{itemize}
\datedsubsection{\textbf{Institute of Wireless Communications at SJTU} Shanghai, China}{2013 -- Present}
\role{Research Assistant}{Advisor: xxx}
Brief introduction: xxx
\begin{enumerate}
\item Implemented xxx feature
\item Optimized xxx 5\%
\item xxx
\end{enumerate}
\datedsubsection{\textbf{xxx Projects}}{Jan. 2015 -- Present}
\role{C, Python, Django, Linux}{Individual Projects, collaborated with xxx}
Brief introduction: xxx
\begin{itemize}
\item Implemented xxx feature
\item Optimized xxx 5\%
\item xxx
\end{itemize}
\datedsubsection{\textbf{\LaTeX\ résumé template}}{May. 2015 -- Present}
\role{\LaTeX, Maintainer}{Individual Projects}
An elegant \LaTeX\ résumé template, https://github.com/billryan/resume
\begin{itemize}
\item Easy to be further customized or extended
\item Full support for unicode characters (e.g. CJK) with \XeTeX\
\item FontAwesome support
\end{itemize}
\section{Skills}
\begin{itemize}[parsep=0.5ex]
\item Programming Languages: C == Python > C++ > Java
\item Platform: Linux
\item Development: DevOps, Web
\end{itemize}
\section{Honors and Awards}
\datedline{\textit{\nth{1} Prize}, Award on xxx }{Jun. 2013}
\datedline{Other awards}{2015}
\section{Others}
\begin{itemize}
\item Blog: http://blog.yuanbin.me
\item Github: https://github.com/billryan
\item Languages: English - Fluent, Mandarin - Native speaker
\end{itemize}
\end{document}