GIK Intitute Presentation Template [Unofficial]
Author
Muhammad Mehran Bashir
Last Updated
4년 전
License
Creative Commons CC BY 4.0
Abstract
GIK Intitute Presentation Template [Unofficial]
GIK Intitute Presentation Template [Unofficial]
% Edited by: M. Mehran Bashir
% Organic Semiconductors Lab
% PhD Scholar (Electronic Engineering)
% GIK Institute, Swabi,KP
\documentclass{beamer}
\renewcommand{\baselinestretch}{1.5}
\usepackage{cite}
\usepackage{amsmath,amssymb,amsfonts}
\usepackage{algorithmic}
\usepackage{graphicx}
\usepackage{diagbox}
\usepackage{array,multirow}
\usepackage{hyperref}
\hypersetup{
pdftitle={Thesis Presentation By author name},
colorlinks=true,
citecolor=blue,
linkcolor=blue,
urlcolor=blue
}
\usefonttheme{structurebold}
\setbeamercolor{title}{fg=blue}
\setbeamercolor{frametitle}{fg=black}
\setbeamercolor{structure}{fg=black}
\title{\\ \vspace*{1cm}{\large Energy Harvesting Devices}\\{\small (PhD Defense Presentation)} }
\author{ {\small \textbf{Presented by:} Muhammad Mehran Bashir\\\textbf{Advisor:} Prof. Dr. Name here\\
\textbf{Co-advisor:} Prof. Dr. Prof. Dr. Name here}
}
\institute{Faculty of Electrical Engineering,\\
GIK Institute of Engineering Sciences and Technology,
Topi (Swabi)}
%\vspace{8em}
\date{}
\addtobeamertemplate{navigation symbols}{}{%
\usebeamerfont{footline}%
\usebeamercolor[fg]{footline}%
\hspace{1em}%
\insertframenumber/\inserttotalframenumber
}
\definecolor{blue(pigment)}{rgb}{0.2, 0.2, 0.6}
\def\bsq{\color{blue(pigment)} $\blacksquare$ \color{black}}
\begin{document}
% Set Title Slide Background Here
\usebackgroundtemplate{\includegraphics[width=\paperwidth, height=\paperheight]{gmain}}
\frame{\titlepage}
% Set Other all Silde Background Here
\usebackgroundtemplate{\includegraphics[width=\paperwidth, height=\paperheight]{gother.pdf}}
% Slide 1
\begin{frame}{Outline%\\\rule{11cm}{0.5pt}
} \label{slide1}
\bsq Background\\
\bsq Objective\\
\bsq Motivation\\
\bsq Device Fabrication\\
\bsq Results at~\ref{results} \\
Include other contents if required.
\end{frame}
\begin{frame}{Motivation \& Background\\\rule{10.5cm}{0.5pt}} \label{slide2}
\includegraphics[width=0.6\paperwidth]{4}%figure name is 4 here
\centering
\end{frame}
\begin{frame}{Background\\\rule{10.5cm}{0.5pt}} \label{slide3}
\bsq Here goes the background \\
\bsq Use graphics if required \\
\bsq Also add caption if required \\
\centering
\begin{figure}
\includegraphics[width=0.5\paperwidth]{5}%figure name is 5 here
\caption{Agha Hasan Abidi Auditorium}
\end{figure}
\end{frame}
\begin{frame}{Results} \label{results}
\centering
\includegraphics[trim=10 15 50 30,clip,width=0.8\paperwidth]{results.pdf} % Crop image [trim = <left><bottom><right><top>]
\end{frame}
\begin{frame}{Tabular Data\\\rule{10.5cm}{0.5pt}} \label{summary}
\begin{table}[]
\begin{tiny}
\caption{Comparative Analysis}
\label{Compare}
\begin{tabular}{|l|l|l|l|l|}
\hline
\textbf{Device} & \textbf{Parameter A} & \textbf{Parameter B} & \textbf{Parameter C} & \textbf{Reference} \\ \hline
\textbf{TE} & A & B & C & {[}1{]} \\ \hline
\textbf{PV-TE} & A & B & C & {[}2{]} \\ \hline
\textbf{STEG} & A & B & C & {[}3{]} \\ \hline
\end{tabular}
\end{tiny}
\end{table}
\end{frame}
\begin{frame}{Thanks} \label{lastslide}
\begin{center}
Thanks and share it with friends.
\end{center}
\end{frame}
\end{document}