2013-11-24 11:32:49 +00:00
|
|
|
\documentclass[a4paper,12pt,twoside,times,numbered,PageStyleI,print,index]{Classes/PhDThesisPSnPDF}
|
2013-11-15 13:11:41 +00:00
|
|
|
|
2013-11-17 11:51:10 +00:00
|
|
|
% ********************************* Preamble **********************************
|
|
|
|
% Preamble: Contains packages and user-defined commands and settings
|
2013-11-17 01:01:46 +00:00
|
|
|
\input{Preamble/preamble}
|
|
|
|
|
2013-11-17 11:51:10 +00:00
|
|
|
% ******************** Thesis Information & Meta-data *************************
|
2013-11-16 12:08:37 +00:00
|
|
|
%% The title of the thesis
|
2013-11-16 23:06:50 +00:00
|
|
|
\title{Multiscale Modelling of \texorpdfstring{\\}{}Granular Flows}
|
2013-11-16 12:08:37 +00:00
|
|
|
|
2013-11-24 15:40:35 +00:00
|
|
|
|
2013-11-16 12:08:37 +00:00
|
|
|
%% The full name of the author
|
2013-11-14 18:51:42 +00:00
|
|
|
\author{Krishna Kumar}
|
2013-11-16 12:08:37 +00:00
|
|
|
|
|
|
|
%% Department (eg. Department of Engineering, Maths, Physics)
|
2013-11-14 23:17:26 +00:00
|
|
|
\dept{Department of Engineering}
|
2013-11-16 12:08:37 +00:00
|
|
|
|
|
|
|
%% University and Crest
|
2013-11-14 18:51:42 +00:00
|
|
|
\university{University of Cambridge}
|
|
|
|
\crest{\includegraphics[width=0.25\textwidth]{Figs/University_Crest}}
|
2013-11-16 12:08:37 +00:00
|
|
|
|
|
|
|
%% You can redefine the submission text:
|
|
|
|
%\renewcommand{\submissiontext}{change the default text here if needed}
|
|
|
|
|
|
|
|
%% Full title of the Degree
|
2013-11-14 18:51:42 +00:00
|
|
|
\degree{Doctor of Philosophy}
|
2013-11-16 12:08:37 +00:00
|
|
|
|
|
|
|
%% College affiliation (optional)
|
2013-11-14 23:17:26 +00:00
|
|
|
\college{King's College}
|
2013-11-16 12:08:37 +00:00
|
|
|
|
|
|
|
%% Submission date
|
2013-11-14 18:51:42 +00:00
|
|
|
\degreedate{Yet to be decided}
|
2013-11-16 12:08:37 +00:00
|
|
|
|
|
|
|
%% Meta information
|
|
|
|
\subject{GeoMechanics}
|
|
|
|
\keywords{{Material Point Method} {Lattice Boltzmann} {Multi-scale} {Multiphase} {Granular Flows}}
|
2013-11-15 13:11:41 +00:00
|
|
|
|
2013-11-14 18:51:42 +00:00
|
|
|
|
2013-11-17 01:25:23 +00:00
|
|
|
% ********************************Front Matter************************************
|
2013-11-15 14:15:34 +00:00
|
|
|
\begin{document}
|
2013-11-18 01:51:38 +00:00
|
|
|
|
|
|
|
|
2013-11-23 18:46:46 +00:00
|
|
|
%\frontmatter
|
2013-11-14 18:51:42 +00:00
|
|
|
|
2013-11-18 01:51:38 +00:00
|
|
|
|
2013-11-14 18:51:42 +00:00
|
|
|
\begin{titlepage}
|
|
|
|
|
|
|
|
\maketitle
|
|
|
|
|
|
|
|
\end{titlepage}
|
|
|
|
|
|
|
|
\include{Dedication/dedication}
|
|
|
|
\include{Declaration/declaration}
|
|
|
|
\include{Acknowledgement/acknowledgement}
|
2013-11-23 18:46:46 +00:00
|
|
|
%\include{Abstract/abstract}
|
2013-11-14 18:51:42 +00:00
|
|
|
|
2013-11-17 01:25:23 +00:00
|
|
|
% *********************** Adding TOC and List of Figures *************************
|
2013-11-14 18:51:42 +00:00
|
|
|
|
|
|
|
\tableofcontents
|
|
|
|
|
|
|
|
\listoffigures
|
|
|
|
|
|
|
|
\listoftables
|
|
|
|
|
2013-11-20 00:55:21 +00:00
|
|
|
\printnomencl
|
|
|
|
|
|
|
|
|
2013-11-17 01:25:23 +00:00
|
|
|
% ***********************************Main Matter***********************************
|
2013-11-23 18:46:46 +00:00
|
|
|
%\mainmatter
|
2013-11-14 18:51:42 +00:00
|
|
|
|
|
|
|
\include{Chapter1/chapter1}
|
|
|
|
\include{Chapter2/chapter2}
|
|
|
|
\include{Chapter3/chapter3}
|
|
|
|
%\include{Chapter4/chapter4}
|
|
|
|
%\include{Chapter5/chapter5}
|
|
|
|
%\include{Chapter6/chapter6}
|
|
|
|
%\include{Chapter7/chapter7}
|
|
|
|
|
2013-11-17 01:25:23 +00:00
|
|
|
% ***********************************Back Matter***********************************
|
2013-11-23 18:46:46 +00:00
|
|
|
%\backmatter
|
2013-11-14 18:51:42 +00:00
|
|
|
\appendix
|
|
|
|
\include{Appendix1/appendix1}
|
|
|
|
\include{Appendix2/appendix2}
|
|
|
|
|
2013-11-17 01:25:23 +00:00
|
|
|
% ***********************************Bibliography**********************************
|
2013-11-14 18:51:42 +00:00
|
|
|
|
|
|
|
\begin{spacing}{0.9}
|
2013-11-16 12:08:37 +00:00
|
|
|
\bibliographystyle{apalike}
|
|
|
|
%\bibliographystyle{plainna}
|
2013-11-17 01:25:23 +00:00
|
|
|
\renewcommand{\bibname}{References}% changes default name Bibliography-> References
|
2013-11-14 18:51:42 +00:00
|
|
|
\cleardoublepage
|
|
|
|
\bibliography{References/References}
|
|
|
|
\end{spacing}
|
|
|
|
|
|
|
|
|
2013-11-17 01:25:23 +00:00
|
|
|
% *************************************** Index ***********************************
|
2013-11-16 17:13:31 +00:00
|
|
|
\printthesisindex
|
2013-11-14 18:51:42 +00:00
|
|
|
|
|
|
|
\end{document}
|
|
|
|
|