% Xovee's CV Template
% Author: Xovee Xu (https://www.xoveexu.com)
% Version: 1.0.3 (September 2026)
% Source: https://github.com/Xovee/latex-cv
% Overleaf: https://www.overleaf.com/latex/templates/xovees-cv-template/rrsmqwhbygcf
% License: MIT
\documentclass[a4paper,10pt]{article}
% All layout rules and reusable record commands live in one place.
\usepackage{xovee-cv}
% Edit the identity values once; they are reused in the header and PDF metadata.
\cvname{Candidate Name}
\cvdocumenttitle{Curriculum Vitae}
\cvlastupdated{September 2026}
\begin{document}
\makecvheader
% Keep the identity block short. Add, remove, or reorder rows as needed.
\cvcontactrow{Academic Position}{ORCID: 0000-0000-0000-0000}
\cvcontactrow{Department of Computer Science}{\href{mailto:name@example.edu}{name@example.edu}}
\cvcontactrow{Example University}{\url{https://example.edu/name}}
\cvcontactrow{City, Country}{}
% All records below are fictional placeholders. Replace them with verified content.
\input{content}
\makecvfooter
\end{document}