-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
78 additions
and
0 deletions.
There are no files selected for viewing
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,78 @@ | ||
\documentclass{resume} | ||
\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 | ||
This comment has been minimized.
Sorry, something went wrong. |
||
|
||
\begin{document} | ||
\pagenumbering{gobble} % suppress displaying page number | ||
|
||
\name{袁斌} | ||
|
||
% {E-mail}{mobilephone}{homepage} | ||
\contactInfo{[email protected]}{(+86) 131-221-87xxx}{http://www.yuanbin.me} | ||
% {E-mail}{mobilephone} | ||
%\basicContactInfo{[email protected]}{(+86) 131-221-87xxx} | ||
|
||
\section{\faGraduationCap\ 教育背景} | ||
\datedsubsection{\textbf{上海交通大学}, 上海}{2013 -- 至今} | ||
\textit{在读硕士研究生}\ 信息与通信工程, 预计 2016 年 3 月毕业 | ||
\datedsubsection{\textbf{西安电子科技大学}, 西安, 陕西}{2009 -- 2013} | ||
\textit{学士}\ 通信工程 | ||
|
||
\section{\faUsers\ 实习/项目经历} | ||
\datedsubsection{\textbf{黑科技公司} 上海}{2015年3月 -- 2015年5月} | ||
\role{实习}{经理: 高富帅} | ||
xxx后端开发 | ||
\begin{itemize} | ||
\item 实现了 xxx 特性 | ||
\item 后台资源占用率减少8\% | ||
\item xxx | ||
\end{itemize} | ||
|
||
\datedsubsection{\textbf{蓝翔网络安全公司} 上海}{2013 年9月 -- 至今} | ||
\role{研究助理}{导师: 糕帅富} | ||
网络安全方面的研究 | ||
\begin{enumerate} | ||
\item 实现了 xxx 特性 | ||
\item 后台资源占用率减少8\% | ||
\item xxx | ||
\end{enumerate} | ||
|
||
\datedsubsection{\textbf{分布式科学上网姿势}}{2014年6月 -- 至今} | ||
\role{Golang, Linux}{个人项目,和富帅糕合作开发} | ||
分布式负载均衡科学上网姿势, https://github.com/cyfdecyf/cow | ||
\begin{itemize} | ||
\item 实现了一致性哈希算法(Chord),后端稳定性提高约10\% | ||
\item 使用Chord 哈希 URL, 实现稳定可靠地分流 | ||
\item xxx | ||
\end{itemize} | ||
|
||
\datedsubsection{\textbf{\LaTeX\ 简历模板}}{2015 年5月 -- 至今} | ||
\role{\LaTeX, Python}{个人项目} | ||
优雅的 \LaTeX\ 简历模板, https://github.com/billryan/resume | ||
\begin{itemize} | ||
\item 容易定制和扩展 | ||
\item 完善的 Unicode 字体支持,使用 \XeLaTeX\ 编译 | ||
\item 支持 FontAwesome 4.3.0 | ||
\end{itemize} | ||
|
||
\section{\faCogs\ IT 技能} | ||
% increase linespacing [parsep=0.5ex] | ||
\begin{itemize}[parsep=0.5ex] | ||
\item 编程语言: C == Python > C++ > Java | ||
\item 平台: Linux | ||
\item 开发: DevOps > Web | ||
\end{itemize} | ||
|
||
\section{\faHeartO\ 获奖情况} | ||
\datedline{\textit{第一名}, xxx 比赛}{2013 年6 月} | ||
\datedline{其他奖项}{2015} | ||
|
||
\section{\faInfo\ 其他} | ||
% increase linespacing [parsep=0.5ex] | ||
\begin{itemize}[parsep=0.5ex] | ||
\item 技术博客: http://blog.yuanbin.me | ||
\item Github: https://github.com/billryan | ||
\item 语言: 英语 - 熟练 | ||
\end{itemize} | ||
|
||
\end{document} |
fdf