Senior Project Report Template, Effat University
Forfatter
Sarah Amin Alshumayri
Sidst opdateret
7 dage siden
Licens
Creative Commons CC BY 4.0
Resumé
Senior project final report Template
\documentclass[12pt,a4paper]{report}
% Packages
\usepackage{graphicx}
\usepackage{amsmath}
\usepackage{hyperref}
\usepackage{setspace}
% Title and Author (adjust the spacing as needed)
\title{\LARGE \textbf{PROJECT TITLE}}
\author{}
\date{\large On: \today}
% Begin Document
\begin{document}
% Title Page
\makeatletter
\begin{titlepage}
\centering
\vspace*{1cm}
{ \includegraphics[width=6cm]{images (2).png}}\\[1cm]
{\LARGE \textbf{title}}\\[1cm]
Presented\\[1cm]
To the Faculty of Effat University,\\
Jeddah, Kingdom of Saudi Arabia\\[0.5cm]
In Partial Fulfillment of the Requirements\\
for Senior One Capstone Project \\[0.5cm]
Computer Science\\[1.0cm]
\textbf{Supervised By:}{Prof.}\\[1cm]
\textbf{Written By:}{ }\\[1cm]
\date{\large Date Last Edited: \today}
{\@date\\}
\end{titlepage}
\makeatother
% Abstract
\begin{table}[ht]
\centering
\begin{tabular}{|p{0.7\textwidth}|p{0.3\textwidth}|} \hline
\textbf{Evaluators Name} & \textbf{Grade} \\ \hline
\rule{0pt}{6ex} & \\ \hline
\rule{0pt}{6ex} & \\ \hline
\rule{0pt}{6ex} & \\ \hline
\rule{0pt}{6ex} & \\ \hline
\rule{0pt}{6ex} & \\ \hline
\rule{0pt}{6ex} & \\ \hline
\end{tabular}
\caption{Grades}
\label{tab:my_label}
\end{table}
\chapter*{Abstract}
\addcontentsline{toc}{chapter}{Abstract}
Project Title\\
A summary of your project in no more than 350 characters.
% Acknowledgements
\chapter*{Acknowledgements}
\addcontentsline{toc}{chapter}{Acknowledgements}
[Cite contributions that helped in the project finalization]
% Table of Contents
\tableofcontents
% List of Tables
\listoftables
% List of Figures
\listoffigures
% Chapters
\chapter{Introduction}
\section{Problem Statement}
\section{Scope}
{Say what the scope of the project is.}
\section{Outcomes/Objectives}
{What is expected at the end of the project?}
\section{Methodology}
{Approach followed and decisions made on how to do the project}
\chapter{Background and Review of Literature}
\section{Related Work}
{Review of previous work related to the project}
\chapter{Analysis and Design}
\section{Analysis}
{Documentation of the analysis or specification...}
\section{Design}
\subsection{Problem Statement}
\subsection{Requirement Analysis}
\subsection{Use cases}
\subsection{Design Diagrams}
\chapter{Implementation}
{How the design was implemented...}
\section{Hw and Sw Requirements}
\section{Data Details}
\section{Method}
\section{Evaluation Measures}
\chapter{Results and Evaluation}
{Description of the results followed by their review...}
\chapter{Conclusions}
{A summary of the project as a whole. Lesson learned...}
\section{Achievements}
\section{Recommendations}
\section{Future Work}
% References
\bibliographystyle{plain}
\bibliography{references}
% Appendices
\appendix
\chapter{Pattern-Description Template}
% Content for Appendix A
\chapter{Navigational Data Model}
% Content for Appendix B
\end{document}