14 lines
822 B
TeX
14 lines
822 B
TeX
%%% Add all relevant publications to ./papers.bib
|
|
%%% Define \firstauth{Name} and \addboldnames{{Name, I.},{Name, First-Name}} in PhDThesisED182.cls
|
|
%%% Will go through all references, add categories based on First Author, Second Author or Contributor
|
|
%%% Can also add conference talks and posters as non-articles
|
|
\section*{Publications}
|
|
|
|
\begin{refsection}
|
|
\nocite{*}%
|
|
\printbibliography[keyword={first},check=JoPR,type=article,heading=subbibliography,title={Premier Auteur}]%
|
|
\printbibliography[keyword={main},check=JoPR,type=article,heading=subbibliography,title={Contribution principale}]%
|
|
\printbibliography[keyword={collab},check=JoPR,type=article,heading=subbibliography,title={Collaborateur}]%
|
|
\printbibliography[nottype=article,heading=subbibliography,title={Conf\'erences}]%
|
|
\end{refsection}
|