Skip to content

Commit 8285589

Browse files
committed
add resume photo example
1 parent 92ab7e6 commit 8285589

2 files changed

Lines changed: 86 additions & 0 deletions

File tree

avatar.jpg

1.61 KB
Loading

resume_photo.tex

Lines changed: 86 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,86 @@
1+
% !TEX program = xelatex
2+
3+
\documentclass{resume}
4+
\usepackage{graphicx}
5+
\usepackage{tabu}
6+
\usepackage{multirow}
7+
%\usepackage{zh_CN-Adobefonts_external} % Simplified Chinese Support using external fonts (./fonts/zh_CN-Adobe/)
8+
%\usepackage{zh_CN-Adobefonts_internal} % Simplified Chinese Support using system fonts
9+
10+
\begin{document}
11+
\pagenumbering{gobble} % suppress displaying page number
12+
13+
\Large{
14+
\begin{tabu}{ c l r }
15+
\multirow{5}{1in}{\includegraphics[width=0.88in]{avatar}} & \scshape{Bin Yuan} & \pbar{Python}{0.75} \\
16+
& \email{yuanbin2014@gmail.com} & \pbar{Scala}{0.5} \\
17+
& \phone{(+86) 131-221-87xxx} & \pbar{Linux}{0.7} \\
18+
& \linkedin[billryan8]{https://www.linkedin.com/in/billryan8} & \pbar{Flask}{0.5} \\
19+
& \github[github.com/billryan]{https://github.com/billryan} & \pbar{Javascript}{0.5}
20+
\end{tabu}
21+
}
22+
23+
\section{\faGraduationCap\ Education}
24+
\datedsubsection{\textbf{Shanghai Jiao Tong University (SJTU)}, Shanghai, China}{2013 -- Present}
25+
\textit{Master student} in Electronics Engineering (EE), expected March 2016
26+
\datedsubsection{\textbf{Xidian University}, Shaanxi, China}{2009 -- 2013}
27+
\textit{B.S.} in Electronics Engineering (EE)
28+
29+
\section{\faUsers\ Experience}
30+
\datedsubsection{\textbf{FLAG Inc.} California, America}{2012 -- Present}
31+
\role{Summer Intern}{Manager: xxx}
32+
Brief introduction: xxx.
33+
\begin{itemize}
34+
\item Implemented xxx feature
35+
\item Optimized xxx 5\%
36+
\item xxx
37+
\end{itemize}
38+
39+
\datedsubsection{\textbf{xxx Projects}}{Jan. 2015 -- Present}
40+
\role{C, Python, Django, Linux}{Individual Projects, collaborated with xxx}
41+
Brief introduction: xxx
42+
\begin{itemize}
43+
\item Implemented xxx feature
44+
\item Optimized xxx 5\%
45+
\item xxx
46+
\end{itemize}
47+
48+
\datedsubsection{\textbf{\LaTeX\ résumé template}}{May. 2015 -- Present}
49+
\role{\LaTeX, Maintainer}{Individual Projects}
50+
An elegant \LaTeX\ résumé template, https://github.com/billryan/resume
51+
\begin{itemize}
52+
\item Easy to be further customized or extended
53+
\item Full support for unicode characters (e.g. CJK) with \XeLaTeX\
54+
\item FontAwesome 4.5.0 support
55+
\end{itemize}
56+
57+
% Reference Test
58+
%\datedsubsection{\textbf{Paper Title\cite{zaharia2012resilient}}}{May. 2015}
59+
%An xxx optimized for xxx\cite{verma2015large}
60+
%\begin{itemize}
61+
% \item main contribution
62+
%\end{itemize}
63+
64+
% \section{\faCogs\ Skills}
65+
% \begin{itemize}[parsep=0.5ex]
66+
% \item Programming Languages: C == Python > C++ > Java
67+
% \item Platform: Linux
68+
% \item Development: Web, xxx
69+
% \end{itemize}
70+
71+
% \section{\faHeartO\ Honors and Awards}
72+
% \datedline{\textit{\nth{1} Prize}, Award on xxx }{Jun. 2013}
73+
% \datedline{Other awards}{2015}
74+
75+
\section{\faInfo\ Miscellaneous}
76+
\begin{itemize}[parsep=0.5ex]
77+
\item Blog: http://your.blog.me
78+
\item GitHub: https://github.com/username
79+
\item Languages: English - Fluent, Mandarin - Native speaker
80+
\end{itemize}
81+
82+
%% Reference
83+
%\newpage
84+
%\bibliographystyle{IEEETran}
85+
%\bibliography{mycite}
86+
\end{document}

0 commit comments

Comments
 (0)