initial commit, import all templates

This commit is contained in:
2025-04-03 14:38:17 +02:00
commit e65d2a85a9
63 changed files with 5204 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
\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}