DATE PhD forum template
Forfatter
Christian Pilato
Sidst opdateret
en måned siden
Licens
Creative Commons CC BY 4.0
Resumé
Template for submissions to the PhD forum of the DATE Conference
\documentclass[conference]{IEEEtran}
\usepackage[utf8]{inputenc}
\usepackage[hidelinks]{hyperref}
\usepackage{graphicx}
\usepackage{enumitem}
\usepackage{xcolor}
\usepackage{tikz}
\usetikzlibrary{patterns}
\usepackage{colortbl}
\usepackage{pgfplots}
\usepackage{pgfplotstable}
\pgfplotsset{compat=1.17}
\usepackage[
giveninits=true,
minnames=6,
maxnames=6,
isbn=false,
url=false,
doi=false
]{biblatex}
\addbibresource{main.bib}
\title{%
[TITLE OF YOUR PHD FORUM] \\
{\footnotesize DATE PhD Forum 20xx}\\[-1.0ex]
}
\author{\IEEEauthorblockN{[your name]}
\IEEEauthorblockA{\textit{[department]} \\
\textit{[institution]},
[country] \\
(email contact) \\[-4.0ex]}
\and
\IEEEauthorblockN{\textbf{Advisor}: [your advisor]}
\IEEEauthorblockA{\textit{[department]} \\
\textit{[institution]},
[country] \\
(email contact) \\[-4.0ex]}
}
\begin{document}
\maketitle
\section{Introduction}
\textcolor{red}{your abstract - organize it as you prefer up - limit is two pages including Acknowledgments (if any) but excluding references}
\section*{Acknowledgments}
\textcolor{red}{include this section if you need to acknowledge any funding or any additional collaborator}
\cleardoublepage
\renewcommand*{\bibfont}{\footnotesize}
\printbibliography
\end{document}