%%%%%%%%%%%%%%%---SYNOPSIS--%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\documentclass[12pt,a4paper,oneside]{report}
%\documentclass[12pt,a4paper,twoside]{book}
\usepackage{chngcntr}
%\counterwithin{figure}{chapter}
%\usepackage[nottoc]{tocbibind}
\usepackage{changepage}
\pagestyle{plain}
\usepackage{makeidx}
\usepackage{nomencl}
\usepackage{titlesec}
\usepackage{epsf}
\usepackage{graphicx}
\usepackage{amsmath}
\usepackage{amsfonts}
\usepackage{epstopdf}
\usepackage{comment}
\usepackage[hidelinks]{hyperref}
\setcounter{secnumdepth}{3}
\setcounter{tocdepth}{3}
\usepackage{fancyhdr}
\usepackage[english]{babel}
\usepackage{blindtext}
\usepackage{upquote}
%\usepackage[titletoc]{appendix}
\usepackage{enumerate}
\usepackage{lipsum}
\usepackage[a4paper, inner=1.5cm, outer=3cm, top=2cm,bottom=3cm, bindingoffset=1cm]{geometry}
\textheight=235mm
\textwidth=145mm
\topmargin=0mm
\headheight=0mm
\headsep=0mm
\oddsidemargin=15mm
\evensidemargin=15mm
\makeindex
\makeglossary
\graphicspath{{./figures/}}
\usepackage{float}
\usepackage{microtype}
\usepackage[]{setspace}
\singlespacing
\usepackage{amssymb}
\setstretch{1}
\usepackage{cite}
\linespread{1.3}
\renewcommand{\thesection}{\arabic{section}}
\usepackage[english]{babel}
\addto{\captionsenglish}{%
\renewcommand{\bibname}{\LARGE References}
}
%***********************************************************
\begin{document}
\newgeometry{top=1in,bottom=1in,right=1in,left=1in}
\thispagestyle{empty}
\begin{center}
{\textbf{\textit{Synopsis of}\\}}
{\Large\bf{Thesis title Thesis title Thesis title Thesis title} \\}
\vspace{0.3in}
{\textbf{\textit {A thesis to be submitted by\\}}}
% \vspace{0.3 in}
% {\bf\textit{to be submitted by}}
\vspace{0.4in}
{\large \bf Name \\
Reg. No. XXXXXXX\\}
\vspace{0.3 in}
{\bf\textit{for the award of the degree of}}
\vspace{0.3 in}
% {\bf\textit{of}}
% \vspace{0.3in}
{\Large{\bf Doctor of Philosophy \\ in \\Computer Science}\\}
\vspace{0.3in}
{\bf\textit{Under the supervision of\\ }}
{\Large{\bf Prof. Name}\\}
\vspace{0.3in}
\includegraphics[width=0.30\linewidth]{uoh.png}
%\vspace{0.2in}
{\large\bf School of Computer and Information Sciences\\}
{\large\bf University of Hyderabad \\}
{\large\bf Gachibowli, Hyderabad-500 046, India \\}
{\large\bf 2022 }
\end{center}
\date{}
\setcounter{page}{0}
%****************************************************************
\section{Introduction}
\lipsum[2-4]\cite{shaoo2020}
% A promising approach is the measurement of ultrasonic velocity
%**************************************************************
\section{Motivation}
\lipsum[2-4]
\section{Research Objectives}
This research investigates......
\begin{itemize}
\item objective 1
\item objective 2
\item objective 3
\item objective 4
\item objective 5
\end{itemize}
%***************************************************************
\section{Summary and Contributions}
In this thesis, we propose methods .................. A brief description of the contributions of this thesis is given below:
\begin{itemize}
\item summary of contribution1
\item summary of contribution2
\item summary of contribution3
\item summary of contribution4
\end{itemize}
%****************************************************************
%\section{Conclusions}
%****************************************************************
\newpage
\section{Contents of the Thesis}
The thesis consists of seven chapters, and the organization of the thesis is as follows:
\begin{enumerate}
\item \textbf{Chapter 1 - Introduction} introduces .....
\item \textbf{Chapter 2 - Background and literature survey} presents ......
%\item \textbf{Chapter 3 - literature Survey}
\item \textbf{Chapter 3 - title} proposes...
\item \textbf{Chapter 4 - title} proposes ......
\item \textbf{Chapter 5 - title} provides.....
\item \textbf{Chapter 6 - title} presents .....
\item \textbf{Chapter 7 - Conclusion and future scope} summarizes .....
\end{enumerate}
%\pagebreak
%****************************************************************
\newpage
\section{Publications}
\begin{enumerate}
\item publication 1
\item publication 2
\item publication 3
\item publication 4
\item publication 5
\end{enumerate}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\bibliographystyle{unsrt}
\bibliography{ref}
%\nocite{*}
\end{document}
%*****************END*********