Merge branch 'master' of github.com:dlozeve/tda-networks
This commit is contained in:
commit
baec57c51d
5 changed files with 29 additions and 5 deletions
Before Width: | Height: | Size: 71 KiB After Width: | Height: | Size: 71 KiB |
Before Width: | Height: | Size: 33 KiB After Width: | Height: | Size: 33 KiB |
Binary file not shown.
|
@ -15,16 +15,40 @@
|
||||||
\vspace{1cm}
|
\vspace{1cm}
|
||||||
\textsf{\Huge{University of Oxford}}\\
|
\textsf{\Huge{University of Oxford}}\\
|
||||||
\vspace{1cm}
|
\vspace{1cm}
|
||||||
\includegraphics[scale=.8]{Stats_Logo.png}\\
|
\includegraphics{branding/beltcrest.png}\\
|
||||||
\vspace{2cm}
|
\vspace{2cm}
|
||||||
\Huge{\thetitle}\\
|
\Huge{\thetitle}\\
|
||||||
\vspace{2cm}
|
\vspace{2cm}
|
||||||
\large{by\\[14pt]\theauthor\\[8pt]St Catherine's College}\\
|
\large{by\\[14pt]\theauthor\\[8pt]St Catherine's College}
|
||||||
|
\vfill
|
||||||
|
%% Inkscape L-system
|
||||||
|
%% [C]++[C]++[C]++[C]++[C]
|
||||||
|
%% B=DA++EA----CA[-DA----BA]++;C=+DA--EA[---BA--CA]+;D=-BA++CA[+++DA++EA]-;E=--DA++++BA[+EA++++CA]--CA;A=
|
||||||
|
\begin{tikzpicture}
|
||||||
|
\pgfdeclarelindenmayersystem{Penrose}{
|
||||||
|
\symbol{M}{\pgflsystemdrawforward}
|
||||||
|
\symbol{N}{\pgflsystemdrawforward}
|
||||||
|
\symbol{O}{\pgflsystemdrawforward}
|
||||||
|
\symbol{P}{\pgflsystemdrawforward}
|
||||||
|
\symbol{A}{\pgflsystemdrawforward}
|
||||||
|
\symbol{+}{\pgflsystemturnright}
|
||||||
|
\symbol{-}{\pgflsystemturnleft}
|
||||||
|
\rule{M->OA++PA----NA[-OA----MA]++}
|
||||||
|
\rule{N->+OA--PA[---MA--NA]+}
|
||||||
|
\rule{O->-MA++NA[+++OA++PA]-}
|
||||||
|
\rule{P->--OA++++MA[+PA++++NA]--NA}
|
||||||
|
\rule{A->}
|
||||||
|
}
|
||||||
|
\draw[lindenmayer system={Penrose, axiom=[N]++[N]++[N]++[N]++[N],
|
||||||
|
order=2, angle=36, step=4pt}]
|
||||||
|
lindenmayer system;
|
||||||
|
\end{tikzpicture}
|
||||||
% \vspace{2.2cm}
|
% \vspace{2.2cm}
|
||||||
\vfill
|
\vfill
|
||||||
\large{A dissertation submitted in partial fulfilment of the degree of Master of Science in Applied Statistics}\\
|
\large{A dissertation submitted in partial fulfilment of the degree of\\
|
||||||
|
Master of Science in Applied Statistics}\\
|
||||||
\vspace{.5cm}
|
\vspace{.5cm}
|
||||||
\large{\emph{Department of Statistics, 24--29 St Giles,\\Oxford, OX1 3LB}}\\
|
\large{\emph{Department of Statistics,\\ 24--29 St Giles, Oxford, OX1 3LB}}\\
|
||||||
\vspace{1cm}
|
\vspace{1cm}
|
||||||
\large{\thedate}
|
\large{\thedate}
|
||||||
\end{center}
|
\end{center}
|
||||||
|
|
|
@ -39,7 +39,7 @@
|
||||||
|
|
||||||
\usepackage{tikz-network}
|
\usepackage{tikz-network}
|
||||||
\usepackage{tikz}
|
\usepackage{tikz}
|
||||||
\usetikzlibrary{patterns,backgrounds,positioning,chains}
|
\usetikzlibrary{patterns,backgrounds,positioning,chains,lindenmayersystems}
|
||||||
|
|
||||||
\usepackage[style=numeric-comp,backref,url=false]{biblatex}
|
\usepackage[style=numeric-comp,backref,url=false]{biblatex}
|
||||||
\bibliography{TDA,temporalgraphs}
|
\bibliography{TDA,temporalgraphs}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue