%% Copyright 2022 P. S. Eduardo.
%
% This work may be distributed and/or modified under the
% conditions of the LaTeX Project Public License, either version 1.3
% of this license or (at your option) any later version.
% 
% The Current Maintainer of this work is P. S. Eduardo.
%
% This work consists of the file poliStyles.sty.
%% -----------------------------------------------------------------
% Escola Politécnica UFRJ LaTeX Template
% Version: 2209
%                   Eduardo Paiva dos Santos
%email: eduardopaiva@poli.ufrj.br
%%------------------------------------------------------------------
\documentclass[handout,10pt,aspectratio=169]{beamer}
\usepackage{style/poliStyles}
\usepackage{style/tensorOperator}
\setlength{\columnsep}{3cm}
% Definições de comandos e ambientes customizados: uso opcional
\input{generalFormat/commandAndEnvironment}
%% -------------------------------------------------------------------------
% Título, autor e instituição
%% -------------------------------------------------------------------------
\title[Todos os direitos reservados]
{     
     \textbf{Projeto Final de Graduação}
}
\subtitle[]
{
    Título do Projeto
}
\author{Nome Completo}
\institute{Universidade Federal do Rio de Janeiro}
\date{\today}
%% -------------------------------------------------------------------------
% Índice da apresentação
%% -------------------------------------------------------------------------
% NOTA: Caso o número de sessões exceda o espaço, é recomendado utilizar a opção 2
% Opção 1
% \AtBeginSection[]{	
%   \begin{wideframe}
%     \frametitle{\textbf{Plano da Apresentação}}
%     \vfill
%     \setstretch{3.0}
%     \tableofcontents[currentsection]
%   \end{wideframe}
% }
% Opção 2
\AtBeginSection[]
{
  \begin{wideframe}
    \begin{multicols}{2}
    \setlength{\columnsep}{-0.5cm}
    \frametitle{\bf{Plano da Apresentação}}
        \vfill
        \setstretch{3.0}
        
        \tableofcontents[currentsection]
        \end{multicols}
    
  \end{wideframe}
}
%% -------------------------------------------------
% Objetivos desta apresentação
%% -------------------------------------------------
\begin{document}
\maketitle
\begin{slide}{Temas e Objetivos}
	\begin{objectiveBox}[\linewidth]
	\justifying
    	\textbf{Objetivo Principal:}
    	\begin{Item}
    	    \item Objetivo 1;
    	    \item Objetivo 2; 
        \end{Item}
	\end{objectiveBox}
	
    \begin{objectiveBox}[\linewidth]
    \justifying
    \textbf{Resultados Esperados:} 
        \begin{Item}
    	    \item Resultado 1;
    	    \item Resultado 2;
        \end{Item}
    \end{objectiveBox}	
	
\end{slide}
%% -------------------------------------------------
% Inclusão dos capítulos
%% -------------------------------------------------
    	\include{chapters/1_introducao}
    	\include{chapters/2_revisao}
    	\include{chapters/3_metodologia}
    	\include{chapters/4_resultados}
    	\include{chapters/5_conclusoes}
%% -------------------------------------------------
% Referências
%% -------------------------------------------------
\section{Referências Bibliográficas}
\label{sec:referencias}
\begin{slide}{Referências Bibliográficas}
%\bibliographystyle{abntex2-alf.bst}
\bibliography{references/bibFile}
\scriptsize
\end{slide}
%% -------------------------------------------------
% Slide de finalização
%% -------------------------------------------------
\begingroup
\usebackgroundtemplate
{
    \tikz\node[opacity=1]{
    %\includegraphics[height=\paperheight, width=\paperwidth]{}
    };
}
\setbeamertemplate{headline}{}
\setbeamertemplate{footline}{}
% \defbeamertemplate*{background canvas}{final}
% {%
%   \color{poliBlue}\vrule width\paperwidth height\paperheight% added bg color
% }
\begin{frame}{}
	
	\begin{center}
		
		
		\vspace{0.5cm}
		
		\includegraphics[scale =.4]{figures/logo/Logo_EPUFRJ_2020.png}
		
		\vspace{0.3cm}
		
\begin{columns}
    \begin{column}{0.33\textwidth}
    \end{column}
    
    \begin{column}{0.34\textwidth}
    \centering
    %\color{poliRed!70!black}
    %\textbf{OBRIGADO!}
    \end{column}    
    
    \begin{column}{0.33\textwidth}
    
    \end{column}
\end{columns}
		
		
	\end{center}
	
\end{frame}
\endgroup
%% -------------------------------------------------
% Apêndice
%% -------------------------------------------------
%     \input{generalFormat/HeadAndFootAppendix}
%     \appendix 
%     \input{chapters/apendice1}
% %----------------------------------------------
\end{document}\usepackage[T1]{fontenc}