Sarmate.net Sarmate.net
Accueil Fonctionnalités Offres Documentation Contact
Connexion Inscription
Retour à la galerie
CV EN

Academic CV in LaTeX — for postdoc, faculty, or grant applications

Sarmate sarmate_examples 2026-05-03 0 12

Clean academic CV template in English, single page, with the standard sections: research interests, academic positions, education, selected publications (numbered), teaching, awards & grants, service. Uses titlesec for elegant section headers with a colored rule, hyperlinks rendered without ugly boxes (hidelinks). Easy to extend for longer CVs.

Ouvrir dans la démo Connectez-vous pour aimer
\documentclass[11pt,a4paper]{article}
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\usepackage[english]{babel}
\usepackage[margin=2cm]{geometry}
\usepackage[hidelinks]{hyperref}
\usepackage{enumitem}
\usepackage{titlesec}
\usepackage{xcolor}

\definecolor{primary}{RGB}{0,51,102}

\titleformat{\section}{\large\bfseries\color{primary}}{}{0em}{}[\titlerule]
\titlespacing*{\section}{0pt}{1.5ex}{0.6ex}
\setlength{\parindent}{0pt}
\pagestyle{empty}

\begin{document}

\begin{center}
{\LARGE\bfseries Dr.\ Jane Doe}\\[0.4em]
\small
Department of Computer Science $\cdot$ University Name\\
\href{mailto:jane.doe@univ.edu}{jane.doe@univ.edu} $\cdot$ \href{https://janedoe.net}{janedoe.net} $\cdot$ \href{https://orcid.org/0000-0000-0000-0000}{ORCID 0000-0000-0000-0000}
\end{center}

\section*{Research Interests}
Probabilistic machine learning, Bayesian inference, generative models, applications to natural language processing.

\section*{Academic Positions}
\textbf{Assistant Professor} \hfill 2024 -- present\\
\textit{University Name, Department of Computer Science}

\textbf{Postdoctoral Researcher} \hfill 2022 -- 2024\\
\textit{Institution Name, Group of Pr.\ Advisor Name}

\section*{Education}
\textbf{PhD in Computer Science} \hfill 2018 -- 2022\\
\textit{University Name} --- Thesis: ``Title of the doctoral thesis''\\
Advisor: Pr.\ Advisor Name

\textbf{MSc in Applied Mathematics} \hfill 2016 -- 2018\\
\textit{University Name} --- Honors

\section*{Selected Publications}
\begin{enumerate}[leftmargin=*, nosep, label=\textbf{\arabic*.}]
  \item J.\ Doe, A.\ Coauthor, B.\ Coauthor. ``Title of recent paper'', \textit{NeurIPS}, 2024.
  \item J.\ Doe, B.\ Coauthor. ``Another paper title'', \textit{ICML}, 2023. \href{https://arxiv.org/abs/0000.00000}{arXiv}
  \item J.\ Doe et al. ``Earlier work'', \textit{Journal of Machine Learning Research}, 24(15):1--32, 2023.
\end{enumerate}

\section*{Teaching}
\begin{itemize}[leftmargin=*, nosep]
  \item \textbf{Probabilistic Models} (graduate, 30h) --- 2024, 2025
  \item \textbf{Linear Algebra} (undergraduate, 60h) --- 2023, 2024
\end{itemize}

\section*{Awards \& Grants}
\begin{itemize}[leftmargin=*, nosep]
  \item Best Paper Award, ICML 2023
  \item ANR JCJC grant (200 k€) --- 2024
\end{itemize}

\section*{Service}
Reviewer: NeurIPS (2022--), ICML (2023--), ICLR (2024--). Co-organizer of the Workshop on Bayesian Deep Learning, NeurIPS 2024.

\end{document}
Cet exemple est sous licence CC‑BY‑4.0. Vous pouvez le copier, le modifier et le redistribuer en citant l'auteur (Sarmate sarmate_examples).