Files
LaTeX_templates/Thesis/Appendices/app-Publications.tex

18 lines
962 B
TeX

\chapter*{List of Publications}
\chaptermark{List of Publications}
\markboth{LIST OF PUBLICATIONS}{LIST OF PUBLICATIONS}
\addcontentsline{toc}{chapter}{List of Publications}
%%% 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
\begin{refsection}
\nocite{*}%
\printbibliography[keyword={first},check=JoPR,type=article,heading=subbibliography,title={First Author}]%
\printbibliography[keyword={main},check=JoPR,type=article,heading=subbibliography,title={Main contribution}]%
\printbibliography[keyword={collab},check=JoPR,type=article,heading=subbibliography,title={Collaborator}]%
\printbibliography[nottype=article,heading=subbibliography,title={Conferences}]%
\end{refsection}