MNR Lab Bachelor Thesis
Author
Abdelrahman Hosney
Last Updated
9 yıl önce
License
Creative Commons CC BY 4.0
Abstract
MNR Lab bachelor thesis template
MNR Lab bachelor thesis template
% See http://www.ecn.purdue.edu/~mark/puthesis/#Options
% for documentclass options.
\documentclass[ece,dissertation]{puthesis}
\usepackage{amsmath}
\usepackage{multicol}
\usepackage{subfigure}
\usepackage{float}
\usepackage{graphicx}
\begin{document}
\begin{titlepage}
\newcommand{\HRule}{\rule{\linewidth}{0.2mm}}
\begin{figure}[t]
\begin{minipage}{0.5\textwidth}\large
\begin{flushleft}
\includegraphics[width=0.55\textwidth]{guc.png}
\end{flushleft}
\end{minipage}
\begin{minipage}{0.5\textwidth}\large
\begin{flushright}
\includegraphics[width=0.7\textwidth]{MNR.png}
\end{flushright}
\end{minipage}
\end{figure}
\textsc{ \\[1cm]}
% Title of thesis (used on cover and in abstract).
\begin{center}
\HRule \\
{\Large Thee-Dimensional Control of Helical Magnetic Microrobots using Two Synchronized Rotating Dipole Fields}
\HRule
\\[0.5cm]
{\large Bachelor Thesis \\
}
\end{center}
\vfill
\begin{center}
\textsc{\large
German University in Cairo\\
Faculty of Material Science and Engineering\\
Mechatronics Engineering\\[3cm]}
\end{center}
\begin{minipage}{0.5\textwidth}
\begin{flushleft} \large
\emph{Author:}\\
Abdelrahman Hosney
\end{flushleft}
\end{minipage}
~
\begin{minipage}{0.5\textwidth}
\begin{flushright}\large
\emph{Supervisors:} \\
Dr. Islam Khalil \\
Dr. Anke Klinge \\
\end{flushright}
\end{minipage}
\end{titlepage}
% First is long title of degree (used on cover).
% Second is abbreviation for degree (used in abstract).
% Third is the month the degree was (will be) awarded (used on cover
% and abstract).
% Last is the year the degree was (wlll be) awarded (used on cover
% and abstract).
% Major professor (used in abstract).
% Use \majorprofs{...} if you have more than one professor.
\majorprof{Islam S. M. Khalil}
% Campus (used only on cover)
\campus{Westville}
\input{mydefs}
\newcommand{\margins}{\Repeat{Show where the margins for the page are.}{4}}
\let\en=\ensuremath
\newcommand{\ve}[2]{\en{#1_1},~\en{#1_2},\ \ldots,~\en{#1_{#2}}}
\volume
% Front matter (dedication, etc.).
\include{front}
\include{introduction}
\include{analysis}
\include{FEA}
\include{DDRS}
\include{Experiments}
% Put chapter \include commands here.
\include{summary}
\include{recommendations}
\include{bibliography}
% Use "\appendix" for one appendix or "\appendices" for more than one
% appendix.
% \appendices
%\include{demo-citations}
% \include{demo-figures}
% \include{demo-mathematics}
% \include{demo-multicols}
% \include{demo-tables}
% \include{demo-text}
% A vita is optional for masters theses
% and required for doctoral dissertations.
% \include{vita}
\end{document}