\documentclass{article}
\usepackage{geometry}
\geometry{a4paper, margin=1in}
\usepackage{enumitem}
\usepackage{graphicx}
\usepackage[hidelinks]{hyperref}
% Add any packages as you need
\begin{document}
% Cover Page
\begin{titlepage}
\centering
\vspace*{1cm}
\includegraphics[width=0.3\textwidth]{logo.png}\par\vspace{1cm} % Adjust the width as needed
\Huge
\textbf{Proposal Title}
\vspace{0.5cm}
\LARGE
Subtitle (if any)
\vspace{1.5cm}
\textbf{Author Name}
\vfill
\Large
Supervisors: \\
Supervisor 1 \\
Supervisor 2 \\
Supervisor 3
\vspace{0.8cm}
\Large
Umm Al-Qura University \\
{\small \today}
\end{titlepage}
\newpage
\section{Proposal Title}
Title of the proposal
\section{Abstract}
A brief summary of the research, including objectives, methods, and expected outcomes (more than 150 words).
\section{Proposal Keywords}
% List your keywords separated by a comma
Keyword 1, Keyword 2, Keyword 3, Keyword 4, Keyword 5, Keyword 6
\section{Focus Areas}
Select one of the research topics. Examples:
\begin{enumerate}
\item \textbf{Traffic Control and Road Management}
\begin{itemize}
\item \textbf{Dedicated Routes}: Specific roads and lanes are designated for pilgrim buses and emergency vehicles to ensure smooth flow and accessibility.
\item \textbf{Traffic Diversions}: Local authorities often implement diversions and alternate routes to manage congestion in high-traffic areas.
\end{itemize}
\item \textbf{Public Transportation Systems}
\begin{itemize}
\item \textbf{Pilgrim Buses}: Large fleets of buses transport pilgrims between holy sites and accommodation areas, with schedules synchronized to accommodate the flow of pilgrims during peak times.
\item \textbf{Metro and Train Services}: In recent years, Saudi Arabia has expanded metro and train services to provide additional transportation options for pilgrims, reducing congestion on roads.
\end{itemize}
\item \textbf{Information and Communication Technology (ICT) Solutions}
\begin{itemize}
\item \textbf{Real-Time Updates}: Mobile apps and digital screens provide real-time updates on transportation schedules, crowd densities at various locations, and emergency notifications.
\item \textbf{GPS Tracking}: Pilgrims can track the location of transportation services, ensuring efficient use and management of resources.
\end{itemize}
\item \textbf{Crowd Control Measures}
\begin{itemize}
\item \textbf{Physical Barriers}: Temporary barriers and fences are set up to guide pedestrian flows and prevent overcrowding at critical points such as entrances to holy sites.
\item \textbf{Crowd Monitoring}: Surveillance cameras and crowd monitoring systems help authorities identify congested areas and deploy resources accordingly.
\end{itemize}
\item \textbf{Emergency Response and Medical Facilities}
\begin{itemize}
\item \textbf{Medical Tents and Stations}: Temporary medical facilities are set up along pilgrimage routes and at holy sites to provide immediate medical assistance.
\item \textbf{Emergency Evacuation Plans}: Contingency plans are in place for rapid evacuation in case of emergencies or unforeseen events.
\end{itemize}
\end{enumerate}
\section{Background and Motivation}
\begin{itemize}
\item Provide background information and context of the research problem.
\item What is the research scope?
\item What is the question or problem you are trying to answer or solve?
\item Why is this important?
\item How is it done today, and what are the current limitations and challenges?
\end{itemize}
\section{Systematic Literature Review}
\begin{itemize}
\item What is the state of the art in this area of research?
\item Provide proper references.
\item It is recommended that PRISMA guidelines be followed (\url{https://www.prisma-statement.org/}).
\end{itemize}
\section{Aims and Objectives}
\begin{itemize}
\item What are you trying to accomplish?
\item How are you going to do the work?
\item What is new in your approach? How is your approach going to be different from others?
\item Why do you think it will be successful?
\item Describe the novelty in your approach or how are you going to improve on current approaches.
\end{itemize}
\section{Research Plan and Methodology}
\begin{itemize}
\item Detailed plans and strategy of how you are going to accomplish the stated goals and objectives.
\item Describe the scope of the project.
\item Gantt chart for the timeline of the project.
\end{itemize}
\section{Prototype Design and Implementation}
Design a preliminary prototype to solve parts of the proposed problem (e.g., simple code using Python).
\section{Success and Impact}
\begin{itemize}
\item How will you know that you successfully achieved your project goals? What is the expected output of the project?
\item Explain what the resulting success of the project would be and what impact could be achieved if the funding is awarded.
\item In alignment with Vision 2030.
\begin{itemize}
\item Who can benefit from the project's output? How are you going to reach them?
\item Provide a draft ‘plan for the dissemination and exploitation of the project's results’.
\end{itemize}
\end{itemize}
%Add all relevant references as a bibliography.
first reference\cite{Ref1}
\bibliographystyle{plain}
\bibliography{reference}
\end{document}