\documentclass[12pt, a4paper]{article}
\newcommand{\reporttitle}{TITLE}
\newcommand{\reportauthor}{WRITE NAME}
\newcommand{\reporttype}{MODULE}
\newcommand{\cid}{WRITE STUDENT ID}
\input{Preamble}
\begin{document}
%%%%%%%%%%%%%%%%%%%%PREAMBLE FOR FLOW DIAGRAM PROGRAMMING%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\tikzstyle{terminator} = [rectangle, draw, text centered, rounded corners, minimum width=6cm, minimum height=2cm, text centered, text width=6cm, draw=black, fill=blue!20]
\tikzstyle{terminatorlong} = [rectangle, draw, text centered, rounded corners, minimum width=1cm, minimum height=8cm, text centered, draw=black, fill=yellow!20]
\tikzstyle{terminatorlong1} = [rectangle, draw, text centered, rounded corners, minimum width=1cm, minimum height=8cm, text centered, draw=black, fill=yellow!20]
\tikzstyle{terminatorlong2} = [rectangle, draw, text centered, rounded corners, minimum width=1cm, minimum height=2cm, text centered, draw=black, fill=yellow!20]
\tikzstyle{data} = [rectangle, draw, text centered, minimum width=6cm, minimum height=1cm, text centered, text width=6cm, draw=black, fill=blue!20]
\tikzstyle{connector} = [draw, -latex']
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\fancypagestyle{mylandscape}{
\fancyhf{} %Clears the header/footer
\fancyfoot{% Footer
\makebox[\textwidth][r]{% Right
\rlap{\hspace{.75cm}% Push out of margin by \footskip
\smash{% Remove vertical height
\raisebox{4.87in}{% Raise vertically
\rotatebox{90}{\thepage}}}}}}% Rotate counter-clockwise
\renewcommand{\headrulewidth}{0pt}% No header rule
\renewcommand{\footrulewidth}{0pt}% No footer rule
}
\renewcommand{\arraystretch}{2}
\input{Title Page}
\clearpage
\tableofcontents
\newpage
\begin{abstract}
%write you abstract here
\end{abstract}
\clearpage
\input{TEMPLATE FILES/Sections/Introduction}
\input{TEMPLATE FILES/Sections/Methods}
\input{TEMPLATE FILES/Sections/Results}
\input{TEMPLATE FILES/Sections/Discussion}
%\input{File name/Sections/Other Information}
\newpage
\printbibliography
\clearpage
\input{Appendix}
\end{document}