ERIC Lab presentation LaTeX model
Author
Mohamed-Lamine MESSAI
Last Updated
a year ago
License
Creative Commons CC BY 4.0
Abstract
This LaTeX presentation template can be used by members of the ERIC lab or adapted by others who wish to use it.
This LaTeX presentation template can be used by members of the ERIC lab or adapted by others who wish to use it.
%% adapted by M-L. Messai
\documentclass[pdf]{beamer}
%\mode<presentation>{\usetheme{Warsaw}}
\usepackage{pgfpages}
%\setbeameroption{show notes on second screen}
\usepackage[utf8]{inputenc}
\usepackage{xeCJK}
\usepackage{graphicx}
\usepackage {mathtools}
\usepackage{utopia} %font utopia imported
\usetheme{Ilmenau}
% set colors
\definecolor{myNewColorA}{RGB}{255,103,0} % eric orange
\definecolor{myNewColorB}{RGB}{169,169,169}
\definecolor{myNewColorC}{RGB}{255,103,0}
\setbeamercolor*{palette primary}{bg=myNewColorC}
\setbeamercolor*{palette secondary}{bg=myNewColorB, fg = white}
\setbeamercolor*{palette tertiary}{bg=myNewColorA, fg = white}
\setbeamercolor*{titlelike}{fg=myNewColorA}
\setbeamercolor*{title}{bg=myNewColorA, fg = white}
\setbeamercolor*{item}{fg=myNewColorA}
\setbeamercolor*{caption name}{fg=myNewColorA}
\usefonttheme{professionalfonts}
\usepackage{natbib}
\usepackage{hyperref}
%------------------------------------------------------------
%\titlegraphic{\includegraphics[height=2cm]{logo.png}}
\setbeamerfont{title}{size=\large}
\setbeamerfont{subtitle}{size=\small}
\setbeamerfont{author}{size=\small}
\setbeamerfont{date}{size=\small}
\setbeamerfont{institute}{size=\small}
\title{Your Title}
\subtitle{ Subtitle is here} %% Change project title here
\author{The author} %% Change author name here
\institute{Maître de conférences\\
%Institut de la Communication (ICOM) - Université Lumière Lyon 2\\
Laboratoire ERIC UR 3083}
\date[\textcolor{white}{8 June 2023}] %% Change presentation date here
{8 June 2023}
\logo{
\includegraphics[width=1cm]{Logo.png}
}
%------------------------------------------------------------
%This block of commands puts the table of contents at the
%beginning of each section and highlights the current section:
%\AtBeginSection[]
%{
% \begin{frame}
% \frametitle{Contents}
% \tableofcontents[currentsection]
% \end{frame}
%}
%------------------------------------------------------------
\begin{document}
%The next statement creates the title page.
\frame{\titlepage}
\begin{frame}
\frametitle{Contents}
\tableofcontents
\end{frame}
%------------------------------------------------------------
\section{Introduction}
\begin{frame}{Introduction: WSNs to IoT networks}
In this part I'll...
\end{frame}
\begin{frame}{Security and Key distribution }
In this part I'll...
\end{frame}
\section{Related work}
\begin{frame}{Basic ideas}
Literature Review
\end{frame}
\section{Proposed solution}
\begin{frame}{Research Questions}
Research Questions
\end{frame}
\section{Evaluation}
\begin{frame}{Empirical Analysis - Baseline Model}
Empirical Model
\end{frame}
\begin{frame}{Empirical Analysis - Data}
Data
\end{frame}
\section{Conclusion}
\begin{frame}{Current work}
Self-healing key management
PoK @ IWCMC'23
\end{frame}
\begin{frame}{Summary and Further Discussion}
Summary and Further Discussion
\end{frame}
% \section*{Acknowledgement}
% \begin{frame}
% \textcolor{myNewColorA}{\Huge{\centerline{Thank you!}}}
% \end{frame}
\begin{frame}{...}
\begin{center}
\huge{Thank you for your attention!}
\end{center}
\end{frame}
\end{document}