\documentclass[11pt,a4paper]{article}
\usepackage[margin=1in]{geometry}
\usepackage{titlesec}
\usepackage{enumitem}
\usepackage{hyperref}
\usepackage{xcolor}
\setlength{\parindent}{0pt}
\pagestyle{plain}
\titleformat{\section}{\large\scshape\bfseries}{}{0em}{}[\titlerule\vspace{2pt}]
\titlespacing*{\section}{0pt}{14pt}{6pt}
\newcommand{\pub}[5]{\item #1 (#2). \textbf{#3}. \emph{#4}, #5.}
\newcommand{\preprint}[4]{\item #1 (#2). \textbf{#3}. \emph{arXiv preprint} #4.}
\begin{document}
\begin{center}
{\Huge\bfseries Dr.\ First Last}\\[4pt]
Assistant Professor of Computer Science\\
University of Somewhere \quad $\cdot$ \quad Department of X\\
{\small 123 Campus Drive, City, Country \quad $\cdot$ \quad \href{mailto:[email protected]}{[email protected]} \quad $\cdot$ \quad \href{https://example.edu/~you}{example.edu/\textasciitilde you}}
\end{center}
\section*{Appointments}
\textbf{Assistant Professor}, Department of Computer Science, University of Somewhere \hfill 2023--Present\\[2pt]
\textbf{Postdoctoral Research Fellow}, Institute for Y, University of Elsewhere \hfill 2021--2023
\section*{Education}
\textbf{Ph.D.\ in Computer Science}, Stanford University \hfill 2021\\
Dissertation: ``Scalable Consensus under Partial Synchrony.'' Advisor: Prof.\ Jane Doe.\\[4pt]
\textbf{M.S.\ in Computer Science}, Stanford University \hfill 2018\\[4pt]
\textbf{B.S.\ in Computer Science}, University of California, Berkeley \hfill 2016\\
\textit{Summa cum laude.} Thesis: ``Cache-oblivious algorithms for graph processing.''
\section*{Research Interests}
Distributed systems, consensus protocols, Byzantine fault tolerance, storage systems, formal verification.
\section*{Peer-Reviewed Publications}
\begin{enumerate}[leftmargin=1.4em,itemsep=3pt]
\pub{Last, F., Author, B., and Author, C.}{2024}{Scalable BFT consensus in the wide area.}{In Proceedings of OSDI 2024}{pp. 101--118}
\pub{Last, F. and Author, B.}{2023}{On the impossibility of fair leader election.}{In Proceedings of PODC 2023}{pp. 45--58}
\pub{Author, B., Last, F., and Author, C.}{2022}{Verified storage atomics for NVMe.}{Communications of the ACM 65(10)}{pp. 80--89}
\end{enumerate}
\section*{Preprints and Under Review}
\begin{enumerate}[leftmargin=1.4em,itemsep=3pt]
\preprint{Last, F. and Author, D.}{2024}{A unified analysis of gossip protocols.}{arXiv:2404.12345}
\end{enumerate}
\section*{Grants}
\textbf{NSF CAREER Award}, PI, \$565,000 \hfill 2024--2029\\
\textbf{Google Faculty Research Award}, PI, \$75,000 \hfill 2024\\
\textbf{NSF Medium}, Co-PI, \$1.2M \hfill 2023--2027
\section*{Invited Talks}
\begin{itemize}[leftmargin=1.4em,itemsep=1pt]
\item ``Rethinking BFT for the wide area.'' MIT CSAIL, 2024.
\item ``Fairness and ordering in distributed systems.'' Princeton CS Colloquium, 2024.
\item ``Consensus: Past, Present, Future.'' ETH Z\"urich, 2023.
\end{itemize}
\section*{Teaching}
\textbf{Instructor}, CS 244b: Distributed Systems \hfill Fall 2023, Fall 2024\\
\textbf{Instructor}, CS 101: Introduction to Programming \hfill Spring 2024\\
\textbf{Teaching Assistant}, CS 242: Programming Languages (Stanford) \hfill Fall 2019
\section*{PhD Advising}
\begin{itemize}[leftmargin=1.4em,itemsep=1pt]
\item Student A (co-advised), started 2024.
\item Student B, started 2023.
\end{itemize}
\section*{Service}
\textbf{Program Committee:} OSDI 2025, NSDI 2024, PODC 2023.\\
\textbf{External Reviewer:} SOSP, EuroSys, TOCS, JACM.\\
\textbf{Department Service:} Graduate admissions committee (2024).
\section*{Awards \& Honors}
\begin{itemize}[leftmargin=1.4em,itemsep=1pt]
\item Best Paper Award, OSDI 2024.
\item ACM SIGOPS Dennis M. Ritchie Doctoral Dissertation Award, Honorable Mention, 2022.
\item NSF Graduate Research Fellowship, 2018--2021.
\end{itemize}
\section*{References}
Available upon request.
\end{document}

PDF Preview
Create an account to compile and preview