\documentclass[aspectratio=43]{beamer}
\usepackage[utf8]{inputenc}
\usepackage[english]{babel}
\usepackage{csquotes}%Correctly typeset Vojtech
\usepackage{csvsimple}
\usepackage{booktabs}
\usepackage{verbatim}
\usepackage{styles/beamer_eit-en}
\usepackage[font={scriptsize}]{caption}%Smaller image captions, it for italics, can choose footnotesize to be even smaller
\captionsetup[figure]{labelformat=empty}%Remove "Figure" from the figure caption
%\setbeamertemplate{footline}[frame number]
%\setbeamerfont{footline}{series=\bfseries}
%Mathematic packages
\usepackage{amsmath}
\usepackage{amsbsy}
\usepackage{siunitx}
\usepackage[backend=biber,
style=authoryear,]{biblatex}
% File is created and written to disk by the above package
\addbibresource{literature.bib}
\title[Short article name]{Full article name\\\scriptsize{Journal name, volume, pages, publication date}}
\author{First Author, Second Author, Third Author}
\institute{Student presentation of the Scientific working class\\
Otto-von-Guericke-Universit\"{a}t, Magdeburg
\\Created and presented by: Student Name
}
\date[2020]{\today}%Put actual date of the presentation
\begin{document}
\begin{frame}
\maketitle
\end{frame}
%\begin{frame}{Table of contents}
% \tableofcontents
%\end{frame} ... its generally not necessery to provide table of contents for such short presentation
\input{01Introduction.tex}
\input{02Content.tex}
\input{03Summary.tex}
\begin{frame}[t,allowframebreaks]
\frametitle{Literature}
\printbibliography
\end{frame}
\end{document}