% copyrights (c) Hamza Ba-mohammed - ENSIAS UM5 Rabat Morocco
% Artificial Intelligence Branch - season 2022/2023
\documentclass{beamer}
\usepackage[english]{babel}
\usepackage{amsfonts}
\usepackage{amsmath}
\usepackage{amssymb}
\usepackage{graphics}
\usepackage{array}
\usepackage{xcolor}
\usepackage{setspace}
% add more libraries here if you need them
\title[End-of-1$^{st}$-Year Defense]{your title goes here}
\subtitle{\footnotesize a [your CS field goes here] Internship Project}
\author[your name goes here]{Presented by:\\
\textbf{your name goes here}\\
In front of the jury:\\
\textbf{Mr. jury 1} and
\textbf{Mr. jury 2}\\
Supervised by:\\
\textbf{Mr. supervisor 1} (Internal)\\
\textbf{Mr. supervisor 01} and \textbf{Mr. supervisor 02} (External)
}
\date{date of presentation goes here}
\logo{
\includegraphics[width=1cm]{images/ensias.png} % school logo
\includegraphics[width=1cm]{images/ensias.png} % company logo
}
\usetheme{CambridgeUS} % you can change it on choice
% I recommend: CambridgeUS, Berlin, Singapore
% for more choices, visit: https://deic.uab.cat/~iblanes/beamer_gallery/index_by_theme_and_color.html
\begin{document}
{
\usebackgroundtemplate{\includegraphics[width=18cm]{images/bg.png}}% make sure to reduce the opacity of the BG before uploading it
\begin{frame}
\maketitle
\end{frame}
}
\section*{Plan}
\begin{frame}
\tableofcontents
\end{frame}
\addtocontents{toc}{\setcounter{tocdepth}{2}} % to show more deep subparts, increment the number "1" to 2 or 3...
% generally, this is the structure of a thesis defense. you can keep it
\section{Introduction}
\subsection{About the internship's host}
\begin{frame}{Frame Title}
\end{frame}
\subsection{Key concepts}
\begin{frame}{Frame Title}
\end{frame}
\subsection{Problematic and missions}
\begin{frame}{Frame Title}
\end{frame}
\section{Development}
% the content here depends on your internship
% follows an example for software engineering
\subsection{State of the Art}
\begin{frame}{Frame Title}
\end{frame}
\subsection{Conception}
\begin{frame}{Frame Title}
\end{frame}
\subsection{Development}
\begin{frame}{Frame Title}
\end{frame}
\subsection{Test and validation}
\begin{frame}{Frame Title}
\end{frame}
\subsection{Synthetic report}
\begin{frame}{Frame Title}
\end{frame}
% follows an example for data science projects
% \subsection{Data preparation}
% \begin{frame}{Frame Title}
%
% \end{frame}
%
% \subsection{Model building}
%\begin{frame}{Frame Title}
%
%\end{frame}
%\subsection{Training and Testing}
%\begin{frame}{Frame Title}
%
%\end{frame}
%
%\subsection{Synthetic report}
%\begin{frame}{Frame Title}
%
%\end{frame}
%
\section{Conclusion}
\subsection{Achievements} % what you've learned (hard/soft skills, field knowledge)
\begin{frame}{Frame Title}
\end{frame}
\subsection{Limits of the work} % things missed to be done
\begin{frame}{Frame Title}
\end{frame}
\subsection{Pros and Cons} % what you liked/disliked about your internship
\begin{frame}{Frame Title}
\end{frame}
\subsection{Perspectives} % horizons of development of this work and opening on your future professional career
\begin{frame}{Frame Title}
\end{frame}
\section*{End-of-File}
{
\usebackgroundtemplate{\includegraphics[width=18cm]{images/bg.png}}% make sure to reduce the opacity of the BG before uploading it
\begin{frame}
\maketitle
\end{frame}
}
\end{document}