%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Beamer Presentation
% LaTeX Template
% Version 1.0 (10/11/12)
%
% This template has been downloaded from:
% http://www.LaTeXTemplates.com
%
% License:
% CC BY-NC-SA 3.0 (http://creativecommons.org/licenses/by-nc-sa/3.0/)
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%----------------------------------------------------------------------------------------
% PACKAGES AND THEMES
%----------------------------------------------------------------------------------------
\documentclass{beamer}
\mode<presentation> {
% The Beamer class comes with a number of default slide themes
% which change the colors and layouts of slides. Below this is a list
% of all the themes, uncomment each in turn to see what they look like.
%\usetheme{default}
%\usetheme{AnnArbor}
%\usetheme{Antibes}
%\usetheme{Bergen}
%\usetheme{Berkeley}
%\usetheme{Berlin}
%\usetheme{Boadilla}
%\usetheme{CambridgeUS}
%\usetheme{Copenhagen}
%\usetheme{Darmstadt}
%\usetheme{Dresden}
%\usetheme{Frankfurt}
%\usetheme{Goettingen}
%\usetheme{Hannover}
%\usetheme{Ilmenau}
%\usetheme{JuanLesPins}
%\usetheme{Luebeck}
\usetheme{Madrid}
%\usetheme{Malmoe}
%\usetheme{Marburg}
%\usetheme{Montpellier}
%\usetheme{PaloAlto}
%\usetheme{Pittsburgh}
%\usetheme{Rochester}
%\usetheme{Singapore}
%\usetheme{Szeged}
%\usetheme{Warsaw}
% As well as themes, the Beamer class has a number of color themes
% for any slide theme. Uncomment each of these in turn to see how it
% changes the colors of your current slide theme.
%\usecolortheme{albatross}
%\usecolortheme{beaver}
%\usecolortheme{beetle}
%\usecolortheme{crane}
%\usecolortheme{dolphin}
%\usecolortheme{dove}
%\usecolortheme{fly}
%\usecolortheme{lily}
%\usecolortheme{orchid}
%\usecolortheme{rose}
%\usecolortheme{seagull}
%\usecolortheme{seahorse}
%\usecolortheme{whale}
%\usecolortheme{wolverine}
%\setbeamertemplate{footline} % To remove the footer line in all slides uncomment this line
%\setbeamertemplate{footline}[page number] % To replace the footer line in all slides with a simple slide count uncomment this line
%\setbeamertemplate{navigation symbols}{} % To remove the navigation symbols from the bottom of all slides uncomment this line
}
\usepackage{graphicx} % Allows including images
\usepackage{booktabs} % Allows the use of \toprule, \midrule and \bottomrule in tables
\usepackage{textpos}
%----------------------------------------------------------------------------------------
% TITLE PAGE 1
%----------------------------------------------------------------------------------------
\begin{document}
\title[BTech Project]{\vspace{0.15cm}TITLE OF THE PROJECT} % The short title appears at the bottom of every slide, the full title is only on the title page
\author[Group 01]{ Project Group 01
\newline \newline\scriptsize{ Student 01 : TVE23EC00X
\newline Student 02 : TVE23EC00X
\newline Student 03 : TVE23EC00X
\newline Student 04 : TVE23EC00X} \newline
{\\\footnotesize{Under the Guidance of\\Prof(Dr).Name of Guide, Designation}} }
\institute[CET]{
\includegraphics[scale=0.25]{cet_emblem.PNG}\\\footnotesize{Dept. of Electronics and Communication Engineering\\College of Engineering, Trivandrum} % Your institution for the title page
}
%\date{March xx, 2023}
\scriptsize{\date{\today}} % Date, can be changed to a custom date
%\begin{frame}
%\titlepage % Print the title page as the first slide
%\end{frame}
%----------------------------------------------------------------------------------------
% TITLE PAGE
%----------------------------------------------------------------------------------------
\input{slides/00_overview.tex}
\input{slides/01_introduction}
\input{slides/02_objectives}
\input{slides/03_methodology}
\input{slides/04_block_level_design}
\input{slides/05_components_and_tools_used}
\input{slides/06_implementation}
\input{slides/07_final_Prototype_and_or_Results}
\input{slides/08_workplan_and_task_allocation}
\input{slides/09_conclusion}
\input{slides/10_references}
%\begin{frame}
%\frametitle{Overview} % Table of contents slide, comment this block out to remove it
%\tableofcontents % Throughout your presentation, if you choose to use \section{} and \subsection{} commands, these will automatically be printed on this slide as an overview of your presentation
%\end{frame}
\begin{frame}
\Huge{\centerline{The End}}
\end{frame}
%----------------------------------------------------------------------------------------
\end{document}