Dissertation: initial commit

This commit is contained in:
Dimitri Lozeve 2018-07-03 16:02:41 +01:00
parent 07b8f691f9
commit bf232372fd
7 changed files with 291 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 71 KiB

BIN
dissertation/Stats_Logo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 33 KiB

Binary file not shown.

View file

@ -0,0 +1,118 @@
\documentclass[a4paper,11pt,openany,extrafontsizes]{memoir}
\input{preamble}
\begin{document}
\pagestyle{plain}
\tightlists%
\begin{titlingpage}
\begin{center}
\vspace{1cm}
\textsf{\Huge{University of Oxford}}\\
\vspace{1cm}
\includegraphics[scale=.8]{Stats_Logo.png}\\
\vspace{2cm}
\Huge{\thetitle}\\
\vspace{2cm}
\large{by\\[14pt]\theauthor\\[8pt]St Catherine's College}\\
% \vspace{2.2cm}
\vfill
\large{A dissertation submitted in partial fulfilment of the degree of Master of Science in Applied Statistics}\\
\vspace{.5cm}
\large{\emph{Department of Statistics, 24--29 St Giles,\\Oxford, OX1 3LB}}\\
\vspace{1cm}
\large{\thedate}
\end{center}
\end{titlingpage}
%\chapterstyle{hangnum}
%\chapterstyle{ell}
%\chapterstyle{southall}
\chapterstyle{wilsondob}
\frontmatter
\cleardoublepage%
\chapter*{Declaration of authorship}
\emph{This my own work (except where otherwise indicated).}\\[2cm]
\begin{center}
Date \hspace{.5\linewidth} Signature
\end{center}
\cleardoublepage%
\begin{abstract}
Abstract here
\end{abstract}
\cleardoublepage%
\chapter*{Acknowledgements}%
\label{cha:acknowledgements}
Thank you!
\cleardoublepage%
\tableofcontents*
\listoffigures*
\listoftables*
\clearpage
\mainmatter%
\chapter{Introduction}%
\label{cha:introduction}
\chapter{Topological Data Analysis and Persistent Homology}%
\label{cha:tda-ph}
\section{Simplicial Complexes}%
\label{sec:simplicial-complexes}
\section{Homology}%
\label{sec:homology}
\section{Filtrations}%
\label{sec:filtrations}
\section{Topological summaries: barcodes and persistence diagrams}%
\label{sec:topol-summ}
\section{Stability}%
\label{sec:stability}
\chapter{Temporal Networks}%
\label{cha:temporal-networks}
\backmatter%
\nocite{*}
\bibliographystyle{plain}
\bibliography{}%
\label{cha:bibliography}
\end{document}
%%% Local Variables:
%%% mode: latex
%%% TeX-master: t
%%% End:

Binary file not shown.

View file

@ -0,0 +1,88 @@
\documentclass[a4paper,12pt]{article}
%\usepackage declarations should go here
\usepackage{graphicx}
\usepackage[T1]{fontenc}
\usepackage{parskip}
\usepackage{latexsym,amsmath,amssymb}
\usepackage{natbib}
\usepackage{graphicx}
\usepackage{times}
\usepackage{zi4}
\usepackage[a4paper,left=3cm,right=3cm,top=3cm,bottom=3cm]{geometry}
%\usepackage{foundrysterlingbookosf}
\begin{document}
% Turn off page numbering until first section.
\pagenumbering{gobble}
% Title page - needs Stats_Logo.png
\begin{titlepage}
\begin{center}
\vspace{1cm}
\textsf{\Huge{University of Oxford \\}}
\vspace{1cm}
\begin{figure}[htb]
\centering
\includegraphics[scale=.8]{Stats_Logo.png}
\end{figure}
\vspace{2.0cm}
\Huge{Here is a very long title which should spread over two or more lines.\\}
\vspace{2.0cm}
\large{ by \\[14pt] Author \\[8pt] College} \\
\vspace{2.2cm}
\large{A dissertation submitted in partial fulfilment of the degree of Master of Science in Applied Statistics.
} \\
\vspace{.5cm}
\large{\emph{Department of Statistics, 24--29 St Giles, \\Oxford, OX1 3LB}} \\
\vspace{1.0cm}
\large{Month Year} \\
\end{center}
\end{titlepage}
\clearpage
This is my own work (except where otherwise indicated)
\vspace{2.5in}
\begin{center}
Candidate: Full Name\\
\vspace{1.0in}
Signed:.................................\\
\vspace{1.0in}
Date:...................................
\end{center}
\clearpage
\begin{abstract}
The abstract should go here.
\end{abstract}
\clearpage
%\thispagestyle{empty}
\vspace*{2in}
\begin{center}
\textbf{Acknowledgements}
\end{center}
I would like to thank the following:
\clearpage
\tableofcontents
\listoffigures
\listoftables
\clearpage
\pagenumbering{arabic}
\section{Introduction}
\clearpage
% If you have R code include it in an appendix.
\section*{Appendix}
\begin{verbatim}
Put your R code here.
\end{verbatim}
\end{document}
%%% Local Variables:
%%% mode: latex
%%% TeX-master: t
%%% End:

85
dissertation/preamble.tex Normal file
View file

@ -0,0 +1,85 @@
\usepackage{fontspec}
\setmainfont[Numbers=OldStyle]{Linux Libertine O}
\setsansfont[Numbers=OldStyle]{Linux Biolinum O}
\setmonofont[Scale=0.83]{Inconsolata}
\usepackage{polyglossia}
\setdefaultlanguage[variant=british]{english}
\usepackage{lipsum}
\usepackage{graphicx}
\usepackage[dvipsnames]{xcolor}
\usepackage{wrapfig}
\usepackage{subcaption}
\usepackage{lettrine}
\usepackage{amssymb, amsmath}
\usepackage{pdfpages}
\usepackage{microtype}
%% Propriétés du document PDF
\usepackage[unicode,colorlinks=true]{hyperref}
\hypersetup{
pdfauthor={Dimitri Lozeve},
pdftitle={Topological Data Analysis of Temporal Networks},
pdfsubject={A dissertation submitted un partial fulfilment of the degree of Master of Science in Applied Statistics},
pdfkeywords={dissertation,stats,msc,tda,networks},
pdfpagemode=UseOutlines,
pdfpagelayout=TwoColumnRight,
linkcolor=MidnightBlue,
filecolor=MidnightBlue,
urlcolor=MidnightBlue,
citecolor=Green
}
%% Pour la classe memoir /!\
%% Marges
\setlrmarginsandblock{3cm}{3cm}{*}
\setulmarginsandblock{3cm}{3cm}{*}
\checkandfixthelayout%
%% Numérotation des divisions logiques
\setsecnumdepth{subsection}
\maxsecnumdepth{subsection}
%% Profondeur de la ToC
\settocdepth{subsection}
\maxtocdepth{subsection}
%% Style des titres des divisions logiques
\setsecheadstyle{\Large\scshape}
\setsubsecheadstyle{\large\scshape}
%% Abstract
\abstractintoc%
\renewcommand{\abstractnamefont}{\normalfont\large\scshape}
\renewcommand{\abstracttextfont}{\normalfont\normalsize}
%% épigraphes
\setlength{\epigraphwidth}{0.5\textwidth}
\epigraphtextposition{flushleftright}
%% Couleurs
%\definecolor{purpletouch}{RGB}{103,30,117}
\definecolor{bleux}{RGB}{0,62,92}
\author{Dimitri Lozeve}
\date{September 2018}
\title{Topological Data Analysis of Temporal Networks}
%%% Local Variables:
%%% mode: latex
%%% TeX-master: "dissertation"
%%% End: