forked from billryan/resume
-
Notifications
You must be signed in to change notification settings - Fork 0
/
resume_photo.tex
87 lines (75 loc) · 2.92 KB
/
resume_photo.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
% !TEX program = xelatex
\documentclass{resume}
\usepackage{graphicx}
\usepackage{tabu}
\usepackage{multirow}
\usepackage{progressbar}
%\usepackage{zh_CN-Adobefonts_external} % Simplified Chinese Support using external fonts (./fonts/zh_CN-Adobe/)
%\usepackage{zh_CN-Adobefonts_internal} % Simplified Chinese Support using system fonts
\begin{document}
\pagenumbering{gobble} % suppress displaying page number
\Large{
\begin{tabu}{ c l r }
\multirow{5}{1in}{\includegraphics[width=0.88in]{avatar}} & \scshape{Bin Yuan} & {Python~}\progressbar{0.75} \\
& \email{yuanbin2014@gmail.com} & {Scala~}\progressbar{0.5} \\
& \phone{(+86) 131-221-87xxx} & {Linux~}\progressbar{0.7} \\
& \linkedin[billryan8]{https://www.linkedin.com/in/billryan8} & {Flask~}\progressbar{0.5} \\
& \github[github.com/billryan]{https://github.com/billryan} & {Javascript~}\progressbar{0.5}
\end{tabu}
}
\section{\faGraduationCap\ Education}
\datedsubsection{\textbf{Shanghai Jiao Tong University (SJTU)}, Shanghai, China}{2013 -- Present}
\textit{Master student} in Electronics Engineering (EE), expected March 2016
\datedsubsection{\textbf{Xidian University}, Shaanxi, China}{2009 -- 2013}
\textit{B.S.} in Electronics Engineering (EE)
\section{\faUsers\ Experience}
\datedsubsection{\textbf{FLAG Inc.} California, America}{2012 -- Present}
\role{Summer Intern}{Manager: xxx}
Brief introduction: xxx.
\begin{itemize}
\item Implemented xxx feature
\item Optimized xxx 5\%
\item xxx
\end{itemize}
\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 \XeLaTeX\
\item FontAwesome 4.5.0 support
\end{itemize}
% 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{\faCogs\ Skills}
% \begin{itemize}[parsep=0.5ex]
% \item Programming Languages: C == Python > C++ > Java
% \item Platform: Linux
% \item Development: Web, xxx
% \end{itemize}
% \section{\faHeartO\ Honors and Awards}
% \datedline{\textit{\nth{1} Prize}, Award on xxx }{Jun. 2013}
% \datedline{Other awards}{2015}
\section{\faInfo\ Miscellaneous}
\begin{itemize}[parsep=0.5ex]
\item Blog: http://your.blog.me
\item GitHub: https://github.com/username
\item Languages: English - Fluent, Mandarin - Native speaker
\end{itemize}
%% Reference
%\newpage
%\bibliographystyle{IEEETran}
%\bibliography{mycite}
\end{document}