diff --git a/examples/cv.tex b/examples/cv.tex index f3ea752..cbc5a83 100644 --- a/examples/cv.tex +++ b/examples/cv.tex @@ -89,7 +89,8 @@ \input{cv/extracurricular.tex} \input{cv/honors.tex} \input{cv/presentation.tex} -\input{cv/writing.tex} +%\input{cv/writing.tex} +\input{cv/publications.tex} \input{cv/committees.tex} diff --git a/examples/cv/publications.tex b/examples/cv/publications.tex new file mode 100644 index 0000000..4bce786 --- /dev/null +++ b/examples/cv/publications.tex @@ -0,0 +1,33 @@ +%------------------------------------------------------------------------------- +% SECTION TITLE +%------------------------------------------------------------------------------- +\cvsection{Publications} + +%------------------------------------------------------------------------------- +% SUBSECTION TITLE +%------------------------------------------------------------------------------- +\cvsubsection{Journal Articles} + +\begin{refsection} + \nocite{Khan2014Incentive} + \nocite{Selimi2015Cloud} + + \printbibliography[ + heading=none, + sorting=ydnt + ] +\end{refsection} + +%------------------------------------------------------------------------------- +% SUBSECTION TITLE +%------------------------------------------------------------------------------- +\cvsubsection{Conference Proceedings} + +\begin{refsection} + \nocite{Khan2014Prototyping} + + \printbibliography[ + heading=none, + sorting=ydnt + ] +\end{refsection}