
Xovee's CV Template
Author
Xovee Xu
Last Updated
a year ago
License
Creative Commons CC BY 4.0
Abstract
LaTeX Template for Curriculum Vitae (CV), designed by Xovee Xu.

% LaTeX Curriculum Vitae
% Author: Xovee Xu (https://xovee.cn)
% Last Update: July 28, 2020
% Latest Version: https://github.com/Xovee/latex-cv
% Overleaf Link: https://www.overleaf.com/latex/templates/xovees-cv-template/rrsmqwhbygcf
% Current Version: v0.95
% LICENSE: MIT
\documentclass{article}
\usepackage[utf8]{inputenc}
\usepackage[full]{textcomp}
\usepackage{CJKutf8}
\usepackage[lf]{ebgaramond}
% \usepackage[osf,scaled]{garamondx}
\usepackage{enumitem}
\usepackage[scale=.75]{geometry}
\usepackage{url}
\usepackage[dvipsnames]{xcolor}
% package settings
\usepackage[
hidelinks,
pdfnewwindow=true,
pdfauthor={Xovee Xu},
pdftitle={Curriculum Vitae},
]{hyperref}
\pagestyle{headings}
\markright{\textbf{Xovee Xu}}
\setlength\parindent{2em}
\thispagestyle{empty}
\newcommand{\cvsubsection}[1]{\subsection*{\hspace{1.45em}#1}}
% begin
\begin{document}
\begin{center}
\vspace*{5pt}
\Huge{
\textbf{Xovee Xu (CV Template)}}
\end{center}
\vspace{15pt}
% Contact Information
\setlength{\parskip}{1pt}
\noindent PhD Student in Computer Science \hfill \href{mailto:xovee@std.uestc.edu.cn}{xovee@std.uestc.edu.cn}
\noindent School of Computer Science and Engineering \hfill \url{https://xovee.cn}
\noindent University of Electronic Science and Technology of China (UESTC) \hfill (+86) 181-xxxx-xxxx
\noindent Chengdu, Sichuan 611731, China
\setlength{\parskip}{3pt}
% Summary / Statement
\section*{Summary / Statement}
\indent
\hangindent=2emI have rich experience and strong skills in ... I want ...
% Education
\section*{Education}
\indent
\textbf{University of Electronic Science and Technology of China (UESTC)}, Chengdu, China
\hspace{2em}Ph.D. Student, Computer Science, 2021 to 2025 (expc.)
\hspace{2em}M.S., Software Engineering, 2021
\hspace{2em}B.S., Software Engineering, 2018
% below is another kind of style
% Ph.D., Computer Science, University of Electronic Science and Technology of China, 2021 to 2025 (expc.)
% M.S., Software Engineering, University of Electronic Science and Technology of China, 2021
% B.S., Software Engineering, University of Electronic Science and Technology of China, 2018
% academic employment
\section*{Academic Employment}
\indent
\textbf{Standard University}, CA, USA
\hspace{2em}Dean, Dept. of Computer Science, 2080 -
\hspace{2em}Professor, 2077 -
\hspace{2em}Associate Professor, 2066 - 2077
\hspace{2em}Assistant Professor, 2060 - 2066
\textbf{University of Electronic Science and Technology of China (UESTC)}, Chengdu, China
\hspace{2em}Research Assistant, 2018 -
\section*{Academic Employment (Another Style)}
\indent
Dean, Dept. of Computer Science, Standard University, CA, USA, 2080 -
Professor, Standard University, CA, USA, 2077 -
Associated Professor, Standard University, CA, USA, 2066 - 2077
Assistant Professor, Standard University, CA, USA, 2060 - 2066
Research Assistant, University of Electronic Science and Technology of China, Chengdu, China, 2018 - 2025
% distinction, award, honor, and fellowship
\section*{Distinction}
\indent
A.M. Turing Award, ACM, 2077
Excellent Master Thesis, 105/4929; and PhD Entrance Scholarship, UESTC, 2021
Outstanding Graduate Student; and First Prize Scholarship, UESTC, 2020
% academic service
\section*{Academic Service}
\cvsubsection{Editor-in-Chief}
\indent
Journal of Curriculum Vitae, 2077 -
Journal of \LaTeX, 2066 - 2077
\cvsubsection{General Chair}
\indent
International Conference on How to Write CV, 2077
\cvsubsection{Ad Hoc Reviewer}
\indent
IEEE Transactions on Knowledge and Data Engineering (TKDE)
IEEE/ACM Transaction on Network (TON)
\cvsubsection{Professional Membership}
\indent
Association for Computing Machinery (ACM)
\hspace{2em}Fellow (2080), Senior Member (2077), Member (2020)
% publication
\input{article.tex}
% talks
\section*{Invited Talk}
\indent
University of CV, Dept. of Linguistics, 2077
% teaching experience
\section*{Teaching Experience}
\indent
\textbf{C Programming Language}\hfill Spring 2020
\hspace{2em}Teaching Assistant, with Prof. Ting Zhong, at UESTC
\textbf{Software Project Management}\hfill Summer 2019
\hspace{2em}Teaching Assistant, with Prof. Gianmario Motta (University of Pavia), at UESTC
% industrial experience
% \section*{Industrial Experience}
% \indent
% \textbf{Strawberry Inc.}, Beijing, China
% \hspace{2em}Co-funder, 2077 -
% \textbf{Delicious Mango Holdings Ltd.}, London, UK
% \hspace{2em}\LaTeX~Engineer Intern, 2076 - 2077
% \textbf{CV Agency Co. Ltd.}, Hawaii, USA
% \hspace{2em}CV Broker, 2075 - 2076
% \begin{itemize}[leftmargin=5em, topsep=0pt, itemsep=0pt]
% \item Helped a three-year old child create her first CV
% \item Hilight 2 ...
% \item Hilight 3 ...
% \end{itemize}
% language
\section*{Language}
\indent
Native Chinese (Mandarin \& Northern Shaanxi Dialect)
Fluent English
% reference
\section*{Reference}
\indent
\textbf{Dr. John Smith}, Professor and Chair, Dept. of Curriculum Vitae, University of Standard
\hspace{2em}(+86) 181-xxxx-xxxx \hspace{2em} \url{xovee@ieee.org}
\vfill
\section*{\hfill\color{OliveGreen}\today}
\end{document}