summaryrefslogtreecommitdiff
path: root/cv.tex
diff options
context:
space:
mode:
authorChris Cox <chris@mathematicaster.org>2022-10-05 13:25:51 -0500
committerChris Cox <chris@mathematicaster.org>2022-10-05 13:25:51 -0500
commit5da1c3de6966f256c744b7c45312b2519e3933e8 (patch)
tree1274e7d5562012564e25760d6005e0f6c15fe369 /cv.tex
parenta55221513406c2763aa77099fbc2c27e02287a3b (diff)
downloadcv-5da1c3de6966f256c744b7c45312b2519e3933e8.tar
cv-5da1c3de6966f256c744b7c45312b2519e3933e8.tar.gz
cv-5da1c3de6966f256c744b7c45312b2519e3933e8.tar.bz2
cv-5da1c3de6966f256c744b7c45312b2519e3933e8.tar.lz
cv-5da1c3de6966f256c744b7c45312b2519e3933e8.tar.xz
cv-5da1c3de6966f256c744b7c45312b2519e3933e8.tar.zst
cv-5da1c3de6966f256c744b7c45312b2519e3933e8.zip
Working on making it better
Diffstat (limited to 'cv.tex')
-rw-r--r--cv.tex56
1 files changed, 52 insertions, 4 deletions
diff --git a/cv.tex b/cv.tex
index 743de5b..078565e 100644
--- a/cv.tex
+++ b/cv.tex
@@ -7,8 +7,31 @@
\usepackage[colorlinks=true,citecolor=blue,urlcolor=blue,linkcolor=blue,bookmarksopen=true]{hyperref}
\usepackage{tikz}
\usepackage{enumitem}
-\usepackage{bibentry}
+\usepackage[
+ style=numeric,
+ sorting=ydnt,
+ natbib=true,
+ defernumbers=true,
+ maxbibnames=99,
+ giveninits=true,
+ refsection=section
+]{biblatex}
+\addbibresource{content/papers.bib}
+\addbibresource{content/presentations.bib}
+% \renewcommand*{\mkbibnamegiven}[1]{
+% \ifitemannotation{highlight}
+% {\textbf{#1}}
+% {#1}}
+\renewcommand*{\mkbibnamefamily}[1]{
+ {#1}%
+ \ifitemannotation{undergrad}
+ {\textsuperscript{*}}
+ {}%
+ \ifitemannotation{earlygrad}
+ {$^\dagger$}
+ {}%
+}%%
% The following hack from http://tex.stackexchange.com/a/103349 reduces spacing in the bibliography slightly.
% The effect is that the paper is not so long
\usepackage{etoolbox}
@@ -69,13 +92,38 @@
\section*{Academic positions \hrulefill}
\input{content/positions.tex}
+% \section*{Publications \hrulefill}
+% \input{content/publications.tex}
\section*{Publications \hrulefill}
-\input{content/publications.tex}
+{\footnotesize
+ \begin{itemize}
+ \item[$^*$] indicates an undergraduate co-author
+ \item[$^\dagger$] indicates an early graduate co-author
+ \end{itemize}
+}
+\nocite{*}
-\section*{Presentations \hrulefill}
-\input{content/presentations.tex}
+\printbibliography[title=Published, heading=subbibliography, keyword=published]
+\printbibliography[title=Accepted, heading=subbibliography, keyword=accepted]
+\printbibliography[title=Submitted, heading=subbibliography, keyword=submitted]
+
+\section*{Teaching \hrulefill}
+\input{content/teaching.tex}
+
+\section*{Professional service \hrulefill}
+\input{content/service.tex}
+
+% \section*{Presentations \hrulefill}
+% \input{content/presentations.tex}
\section*{Awards/Grants \hrulefill}
\input{content/awards-grants.tex}
+\section*{Presentations \hrulefill}
+
+\nocite{*}
+\printbibliography[title=Invited, heading=subbibliography, keyword=invited]
+\printbibliography[title=Contributed, heading=subbibliography, keyword=contributed]
+\printbibliography[title={Internal (at my home institution)}, heading=subbibliography, keyword=internal]
+
\end{document}