Version 2.0

This commit is contained in:
Krishna Kumar 2015-06-19 23:59:43 +01:00
commit f4723434f9
29 changed files with 30778 additions and 418 deletions

View File

@ -1,4 +1,9 @@
## Change log
### 2015/06/20 - Version 2.0
> Commit
* XeLaTeX and LuaLaTeX support
* College crest + University crest support
### 2014/12/02 - Version 1.4.5
> Commit 427230cae012194a2e433ec001677c43ffd8250e
* Fixed issue with the misaligned date and college in the frontpage.

View File

@ -67,3 +67,33 @@ Section 1.10.32 of ``de Finibus Bonorum et Malorum", written by Cicero in 45 BC:
Section 1.10.33 of ``de Finibus Bonorum et Malorum", written by Cicero in 45 BC: ``At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium voluptatum deleniti atque corrupti quos dolores et quas molestias excepturi sint occaecati cupiditate non provident, similique sunt in culpa qui officia deserunt mollitia animi, id est laborum et dolorum fuga. Et harum quidem rerum facilis est et expedita distinctio. Nam libero tempore, cum soluta nobis est eligendi optio cumque nihil impedit quo minus id quod maxime placeat facere possimus, omnis voluptas assumenda est, omnis dolor repellendus. Temporibus autem quibusdam et aut officiis debitis aut rerum necessitatibus saepe eveniet ut et voluptates repudiandae sint et molestiae non recusandae. Itaque earum rerum hic tenetur a sapiente delectus, ut aut reiciendis voluptatibus maiores alias consequatur aut perferendis doloribus asperiores repellat."
1914 translation by H. Rackham: ``On the other hand, we denounce with righteous indignation and dislike men who are so beguiled and demoralized by the charms of pleasure of the moment, so blinded by desire, that they cannot foresee the pain and trouble that are bound to ensue; and equal blame belongs to those who fail in their duty through weakness of will, which is the same as saying through shrinking from toil and pain. These cases are perfectly simple and easy to distinguish. In a free hour, when our power of choice is untrammelled and when nothing prevents our being able to do what we like best, every pleasure is to be welcomed and every pain avoided. But in certain circumstances and owing to the claims of duty or the obligations of business it will frequently occur that pleasures have to be repudiated and annoyances accepted. The wise man therefore always holds in these matters to this principle of selection: he rejects pleasures to secure other greater pleasures, or else he endures pains to avoid worse pains."
\nomenclature[z-DEM]{DEM}{Discrete Element Method}
\nomenclature[z-FEM]{FEM}{Finite Element Method}
\nomenclature[z-PFEM]{PFEM}{Particle Finite Element Method}
\nomenclature[z-FVM]{FVM}{Finite Volume Method}
\nomenclature[z-BEM]{BEM}{Boundary Element Method}
\nomenclature[z-MPM]{MPM}{Material Point Method}
\nomenclature[z-LBM]{LBM}{Lattice Boltzmann Method}
\nomenclature[z-MRT]{MRT}{Multi-Relaxation
Time}
\nomenclature[z-RVE]{RVE}{Representative Elemental Volume}
\nomenclature[z-GPU]{GPU}{Graphics Processing Unit}
\nomenclature[z-SH]{SH}{Savage Hutter}
\nomenclature[z-CFD]{CFD}{Computational Fluid Dynamics}
\nomenclature[z-LES]{LES}{Large Eddy Simulation}
\nomenclature[z-FLOP]{FLOP}{Floating Point Operations}
\nomenclature[z-ALU]{ALU}{Arithmetic Logic Unit}
\nomenclature[z-FPU]{FPU}{Floating Point Unit}
\nomenclature[z-SM]{SM}{Streaming Multiprocessors}
\nomenclature[z-PCI]{PCI}{Peripheral Component Interconnect}
\nomenclature[z-CK]{CK}{Carman - Kozeny}
\nomenclature[z-CD]{CD}{Contact Dynamics}
\nomenclature[z-DNS]{DNS}{Direct Numerical Simulation}
\nomenclature[z-EFG]{EFG}{Element-Free Galerkin}
\nomenclature[z-PIC]{PIC}{Particle-in-cell}
\nomenclature[z-USF]{USF}{Update Stress First}
\nomenclature[z-USL]{USL}{Update Stress Last}
\nomenclature[s-crit]{crit}{Critical state}
\nomenclature[z-DKT]{DKT}{Draft Kiss Tumble}
\nomenclature[z-PPC]{PPC}{Particles per cell}

View File

@ -4,16 +4,15 @@
%% %%
%% A PhD thesis LaTeX template for Cambridge University Engineering Department%%
%% %%
%% Version: v1.4.5 %%
%% Version: v2.0 %%
%% Authors: Krishna Kumar %%
%% Date: 2013/11/16 (inception) %%
%% License: MIT License (c) 2013 Krishna Kumar %%
%% License: MIT License (c) 2015 Krishna Kumar %%
%% GitHub Repo: https://github.com/kks32/phd-thesis-template/ %%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% ************************** Class Identification ******************************
\newcommand\fileversion{1.4.5}
\newcommand\filedate{2014/12/02}
\newcommand\fileversion{2.0}
\newcommand\filedate{2015/06/20}
\NeedsTeXFormat{LaTeX2e}
\ProvidesClass{PhDThesisPSnPDF}[\filedate\space A PhD thesis class file
by Krishna Kumar (v\fileversion)]
@ -183,7 +182,7 @@
\newcommand\PHD@ptsize{12pt} %Set Default Size as 12
\DeclareOption{10pt}{
\ClassWarning{PhDThesisPSnPDF}{The Cambridge University PhD thesis guidelines
\ClassWarning{PhDThesisPSnPDF}{The University of Cambridge PhD thesis guidelines
recommend using a minimum font size of 11pt (12pt is preferred) and 10pt for
footnotes.}
\renewcommand\PHD@ptsize{10pt}
@ -199,7 +198,7 @@ footnotes.}
\DeclareOption{a4paper}{\renewcommand\PHD@papersize{a4paper}}
\DeclareOption{a5paper}{\renewcommand\PHD@papersize{a5paper}}
\DeclareOption{letterpaper}{
\ClassWarning{PhDThesisPSnPDF}{The Cambridge University Engineering Deparment
\ClassWarning{PhDThesisPSnPDF}{The University of Cambridge
PhD thesis guidelines recommend using A4 or A5paper}
\renewcommand\PHD@papersize{letterpaper}
}
@ -271,21 +270,19 @@ supported!}
\fi
\fi
% ******************************************************************************
% ******************************** Packages ************************************
% ******************************************************************************
% ************************** Layout and Formatting *****************************
\renewcommand\pdfshellescape{1}
\RequirePackage{lscape} % Supports Landscape Layout
\RequirePackage{setspace} % Define line spacing in paragraph
\RequirePackage{calc} % To calculate vertical spacing
\RequirePackage{calc} % calculate vertical spacing
% ************************* Conditional Statements *****************************
\RequirePackage{ifthen} % conditional statements
\RequirePackage{ifthen} % Conditional statements
\RequirePackage{ifpdf} % Check for pdfLaTeX
\RequirePackage{ifxetex} % XeLaTeX
% *********************** Table of Contents & Appendices ***********************
% add Bibliography, List of figures and tables to contents
@ -308,16 +305,16 @@ supported!}
% *************************** Graphics and Figures *****************************
\RequirePackage[usenames, dvipsnames]{color}
\ifpdf
% Convert eps figures to pdf
\RequirePackage{epstopdf}
\RequirePackage[pdftex]{graphicx}
\DeclareGraphicsExtensions{.png, .jpg, .pdf}
\pdfcompresslevel=9
\graphicspath{{Figs/Raster/}{Figs/}}
% Convert eps figures to pdf
\RequirePackage{epstopdf}
\RequirePackage[pdftex]{graphicx}
\DeclareGraphicsExtensions{.png, .jpg, .pdf}
\pdfcompresslevel=9
\graphicspath{{Figs/Raster/}{Figs/}}
\else
\RequirePackage{graphicx}
\DeclareGraphicsExtensions{.eps, .ps}
\graphicspath{{Figs/Vector/}{Figs/}}
\RequirePackage{graphicx}
\DeclareGraphicsExtensions{.eps, .ps}
\graphicspath{{Figs/Vector/}{Figs/}}
\fi
@ -384,12 +381,12 @@ supported!}
}%
\AtBeginDocument{%
\patchBothAmsMathEnvironmentsForLineno{equation}%
\patchBothAmsMathEnvironmentsForLineno{align}%
\patchBothAmsMathEnvironmentsForLineno{flalign}%
\patchBothAmsMathEnvironmentsForLineno{alignat}%
\patchBothAmsMathEnvironmentsForLineno{gather}%
\patchBothAmsMathEnvironmentsForLineno{multline}%
\patchBothAmsMathEnvironmentsForLineno{equation}%
\patchBothAmsMathEnvironmentsForLineno{align}%
\patchBothAmsMathEnvironmentsForLineno{flalign}%
\patchBothAmsMathEnvironmentsForLineno{alignat}%
\patchBothAmsMathEnvironmentsForLineno{gather}%
\patchBothAmsMathEnvironmentsForLineno{multline}%
}
\fi % End \ifPDH@lineno
@ -400,23 +397,30 @@ supported!}
% Draft text
\newcommand\drafttext{Draft}
\renewcommand\SetDraftText[1]{%
\renewcommand\drafttext{#1}}
\renewcommand\drafttext{#1}
}
% Draft Version
\newcommand\draftVersion{v1.0}
\renewcommand\SetDraftVersion[1]{%
\renewcommand\draftVersion{#1}}
\renewcommand\draftVersion{#1}
}
% Draft Gray Scale
\newcommand\draftGrayScale{0.75}
\renewcommand\SetDraftGrayScale[1]{%
\renewcommand\draftGrayScale{#1}}
\renewcommand\draftGrayScale{#1}
}
% Draft Content
\newcommand\DraftContent{%
\hspace*{\fill}
\Large
\textcolor[gray]{\draftGrayScale}{%
{\drafttext}\space-\space{\draftVersion}\hspace{\stretch{1}}{\PHD@daytime}
\hspace*{\fill}}}
\hspace*{\fill}
\Large
\textcolor[gray]{\draftGrayScale}{%
{\drafttext}\space-\space{\draftVersion}\hspace{\stretch{1}}{\PHD@daytime}
\hspace*{\fill}
}
}
% Adding watermark in draft mode with time stamp
\RequirePackage{everypage}
@ -425,23 +429,23 @@ supported!}
\newcommand\draftposition{top}
\newcommand\draftnodeanchor{1in+\voffset-\topmargin}
\AddEverypageHook{%
\begin{textblock*}{\paperwidth}[0.,2.5](0\paperwidth,\draftnodeanchor)
\DraftContent
\end{textblock*}
\begin{textblock*}{\paperwidth}[0.,2.5](0\paperwidth,\draftnodeanchor)
\DraftContent
\end{textblock*}
}
% Conditional evaluation to position the draft water mark (top / bottom)
\renewcommand\SetDraftWMPosition[1]{%
\renewcommand\draftposition{#1}
\ifthenelse{\equal{\draftposition}{bottom}}
{\renewcommand\draftnodeanchor{\paperheight-\voffset}} %Bottom
{\ifthenelse{\equal{\draftposition}{top}}
{\renewcommand\draftnodeanchor{1in+\voffset-\topmargin}} %Top
{\ClassWarning{PDThesisPSnPDF}{Unrecognised draft position
using default value of top}
\renewcommand\draftnodeanchor{1in+\voffset-\topmargin}}} %Top
\AddEverypageHook{%
{\renewcommand\draftnodeanchor{\paperheight-\voffset}} %Bottom
{\ifthenelse{\equal{\draftposition}{top}}
{\renewcommand\draftnodeanchor{1in+\voffset-\topmargin}} %Top
{\ClassWarning{PDThesisPSnPDF}{Unrecognised draft position
using default value of top}
\renewcommand\draftnodeanchor{1in+\voffset-\topmargin}}} %Top
\AddEverypageHook{%
\begin{textblock*}{\paperwidth}[0.,2.5](0\paperwidth,\draftnodeanchor)
\DraftContent
\end{textblock*}
@ -470,7 +474,6 @@ supported!}
% ******************************* Bibliography *********************************
\ifPHD@authoryear
\ifPHD@biblatex
@ -487,7 +490,7 @@ supported!}
citestyle=numeric, sorting=none, natbib=true]{biblatex}
\setBiBLaTeXtrue
\else
\RequirePackage[numbers,sort&compress]{natbib} % numbered citation
\RequirePackage[numbers,compress]{natbib} % numbered citation
\fi
\else
\ifuseCustomBib
@ -507,7 +510,7 @@ supported!}
citestyle=numeric, sorting=none, natbib=true]{biblatex}
\setBiBLaTeXfalse
\else
\RequirePackage[numbers,sort&compress]{natbib}
\RequirePackage[numbers,compress]{natbib}
\fi % default
\setBibfalse
\fi % custombib
@ -523,11 +526,14 @@ supported!}
biblatex package with required style in the Preamble.tex file}
\fi
% *********************** To copy ligatures and Fonts **************************
% ********************************** Fonts **********************************
\RequirePackage{textcomp}
% Font Selection
\ifPHD@times
\RequirePackage{mathptmx} % times roman, including math (where possible)
\ifxetex
\else
\RequirePackage{mathptmx} % times roman, including math (where possible)
\fi
\setFonttrue
\message{PhDThesisPSnPDF: Using Times Roman font}
\else
@ -557,24 +563,50 @@ supported!}
\RequirePackage{lmodern}
\fi
\RequirePackage[utf8]{inputenc}
\RequirePackage[T1]{fontenc}
\input{glyphtounicode}
\pdfglyphtounicode{f_f}{FB00}
\pdfglyphtounicode{f_i}{FB01}
\pdfglyphtounicode{f_l}{FB02}
\pdfglyphtounicode{f_f_i}{FB03}
\pdfglyphtounicode{f_f_l}{FB04}
\pdfgentounicode=1
\ifxetex
% XeLaTeX
\usepackage{amsmath}
\usepackage{fontspec}
\usepackage[]{unicode-math}
\setmainfont[
Extension = .otf,
UprightFont = *-regular,
BoldFont = *-bold,
ItalicFont = *-italic,
BoldItalicFont = *-bolditalic,
]{xits}
\setmathfont[
Extension = .otf,
BoldFont = *bold,
]{xits-math}
\else
% default: pdfLaTeX
\RequirePackage[utf8]{inputenc}
\RequirePackage[T1]{fontenc}
% If building with PDFLaTeX, use microtype spacing adjustments
\RequirePackage[final]{microtype}
\input{glyphtounicode}
\pdfglyphtounicode{f_f}{FB00}
\pdfglyphtounicode{f_i}{FB01}
\pdfglyphtounicode{f_l}{FB02}
\pdfglyphtounicode{f_f_i}{FB03}
\pdfglyphtounicode{f_f_l}{FB04}
\pdfgentounicode=1
\RequirePackage{amsfonts}
\RequirePackage{amsmath}
\RequirePackage{amssymb}
\fi
% Don't break enumeration (etc.) across pages in an ugly manner
\clubpenalty=10000
\widowpenalty=10000
% If building with PDFLaTeX, use microtype spacing adjustments
\RequirePackage[final]{microtype}
%******************************* Print / Online ********************************
% Defines a print / online version to define page-layout and hyperrefering
@ -582,81 +614,81 @@ supported!}
% Based on the suggestion by John Plaice
\ifsetDVI
\special{papersize=\the\paperwidth,\the\paperheight}
\RequirePackage[dvips,unicode=true]{hyperref}
\special{papersize=\the\paperwidth,\the\paperheight}
\RequirePackage[unicode=true]{hyperref} % extra option dvips
\else
\RequirePackage[unicode=true]{hyperref}
\pdfpagewidth=\the\paperwidth
\pdfpageheight=\the\paperheight
\RequirePackage[unicode=true]{hyperref}
\pdfpagewidth=\the\paperwidth
\pdfpageheight=\the\paperheight
\fi
\if@print
% For Print version
\hypersetup{
final=true,
plainpages=false,
pdfstartview=FitV,
pdftoolbar=true,
pdfmenubar=true,
bookmarksopen=true,
bookmarksnumbered=true,
breaklinks=true,
linktocpage,
colorlinks=true,
linkcolor=black,
urlcolor=black,
citecolor=black,
anchorcolor=black
}
\ifsetCustomMargin
% Margin to be define in preamble using geometry package
% For Print version
\hypersetup{
final=true,
plainpages=false,
pdfstartview=FitV,
pdftoolbar=true,
pdfmenubar=true,
bookmarksopen=true,
bookmarksnumbered=true,
breaklinks=true,
linktocpage,
colorlinks=true,
linkcolor=black,
urlcolor=black,
citecolor=black,
anchorcolor=black
}
\ifsetCustomMargin
% Margin to be define in preamble using geometry package
\else
\ifsetDVI
% Odd and Even side Margin for binding and set viewmode for PDF
\RequirePackage[dvips,paper=\PHD@papersize,hmarginratio=1:1,
vmarginratio=1:1,scale=0.75,bindingoffset=5mm]{geometry}
\else
\ifsetDVI
% Odd and Even side Margin for binding and set viewmode for PDF
\RequirePackage[dvips,paper=\PHD@papersize,hmarginratio=1:1,
vmarginratio=1:1,scale=0.75,bindingoffset=5mm]{geometry}
\else
\RequirePackage[pdftex,paper=\PHD@papersize,hmarginratio=1:1,
vmarginratio=1:1,scale=0.75,bindingoffset=5mm]{geometry}
\fi
\RequirePackage[pdftex,paper=\PHD@papersize,hmarginratio=1:1,
vmarginratio=1:1,scale=0.75,bindingoffset=5mm]{geometry}
\fi
\fi
\if@twoside
\hypersetup{pdfpagelayout=TwoPageRight}
\else
\hypersetup{pdfpagelayout=OneColumn}
\fi
\if@twoside
\hypersetup{pdfpagelayout=TwoPageRight}
\else
\hypersetup{pdfpagelayout=OneColumn}
\fi
\else
% For PDF Online version
\hypersetup{
final=true,
plainpages=false,
pdfstartview=FitV,
pdftoolbar=true,
pdfmenubar=true,
bookmarksopen=true,
bookmarksnumbered=true,
breaklinks=true,
linktocpage,
colorlinks=true,
linkcolor=blue,
urlcolor=blue,
citecolor=blue,
anchorcolor=green
}
% For PDF Online version
\hypersetup{
final=true,
plainpages=false,
pdfstartview=FitV,
pdftoolbar=true,
pdfmenubar=true,
bookmarksopen=true,
bookmarksnumbered=true,
breaklinks=true,
linktocpage,
colorlinks=true,
linkcolor=blue,
urlcolor=blue,
citecolor=blue,
anchorcolor=green
}
\ifsetCustomMargin
\ifsetCustomMargin
% Margin to be define in preamble using geometry package
\else
% No Margin staggering on Odd and Even side
\ifsetDVI
\RequirePackage[dvips,paper=\PHD@papersize,hmarginratio=1:1,
% No Margin staggering on Odd and Even side
\ifsetDVI
\RequirePackage[paper=\PHD@papersize,hmarginratio=1:1,
vmarginratio=1:1,scale=0.75]{geometry} % dvips
\else
\RequirePackage[pdftex,paper=\PHD@papersize,hmarginratio=1:1,
vmarginratio=1:1,scale=0.75]{geometry}
\else
\RequirePackage[pdftex,paper=\PHD@papersize,hmarginratio=1:1,
vmarginratio=1:1,scale=0.75]{geometry}
\fi
\fi
\fi
\hypersetup{pdfpagelayout=OneColumn}
@ -680,10 +712,12 @@ supported!}
% option to split urls over multiple lines for latex >> DVIPS >> PDF option
% PDFLaTeX does it automatically.
\ifsetDVI
\RequirePackage{breakurl} % to split the url over multiple lines
\fi
\ifxetex % XeTeX doesn't require breakurl only dvi requires break url
\else
\ifsetDVI
\RequirePackage{breakurl} % to split the url over multiple lines
\fi
\fi
% ******************************************************************************
% **************************** Pre-defined Settings ****************************
@ -803,27 +837,6 @@ wish to left align your text}
\if@twocolumn\hbox{}\newpage\fi\fi\fi}
% ******************************** Roman Pages *********************************
% The romanpages environment set the page numbering to lowercase roman one
% for the contents and figures lists. It also resets
% page-numbering for the remainder of the dissertation (arabic, starting at 1).
\newenvironment{romanpages}{
\setcounter{page}{1}
\renewcommand{\thepage}{\roman{page}}}
{\newpage\renewcommand{\thepage}{\arabic{page}}}
% ******************************* Appendices **********************************
% Appending the appendix name to the letter in TOC
% Especially when backmatter is enabled
%\renewcommand\backmatter{
% \def\chaptermark##1{\markboth{%
% \ifnum \c@secnumdepth > \m@ne \@chapapp\ \thechapter: \fi ##1}{%
% \ifnum \c@secnumdepth > \m@ne \@chapapp\ \thechapter: \fi ##1}}%
% \def\sectionmark##1{\relax}}
% ******************************************************************************
% **************************** Macro Definitions *******************************
% ******************************************************************************
@ -858,6 +871,11 @@ wish to left align your text}
\newcommand{\@crest}{}
\newcommand{\crest}[1]{\renewcommand{\@crest}{#1}}
% Defining the college crest
\newif\ifPHD@collegeshield\PHD@collegeshieldfalse
\newcommand{\@collegeshield}{}
\newcommand{\collegeshield}[1]{\renewcommand{\@collegeshield}{#1}\PHD@collegeshieldtrue}
% Submission Text
\newcommand{\submissiontext}{This dissertation is submitted for the degree of }
@ -906,8 +924,8 @@ wish to left align your text}
\else
\@restonecolfalse\newpage
\fi
\thispagestyle{empty}
\setcounter{page}\z@
\thispagestyle{empty}
\setcounter{page}\z@
}%
{
@ -933,55 +951,47 @@ wish to left align your text}
\begin{singlespace}
\begin{center}
% Title
{\Huge \bfseries{\@title} \par}
\ifthenelse{\equal{\@subtitle}{}}{
% subtitle is not defined
}{
\vspace*{1em}
\centering \Large {\@subtitle}
} % subtitle is defined
\vspace{.25\PHD@titlepagespacing}
% University Crest Long if college crest is defined
\ifPHD@collegeshield%
{\usebox{\PHD@crest}}
\vspace{.15\PHD@titlepagespacing}
\fi
% Title
{\usebox{\PHD@Title}} % subtitle is defined
% Crest
{\@crest \par}
\vspace{.2\PHD@titlepagespacing}
\ifPHD@collegeshield%
\vspace{.15\PHD@titlepagespacing}
{\usebox{\PHD@collegecrest}}
\vspace{.1\PHD@titlepagespacing}
\else
\vspace{.25\PHD@titlepagespacing}
{\usebox{\PHD@crest}}
\vspace{.15\PHD@titlepagespacing}
\fi
% Author
{\Large \bfseries{\@author} \par}
{\usebox{\PHD@author}}
\vspace*{1em}
% Department and University
{\large \@dept \par}
\vspace*{1ex}
{\large \@university \par}
{\usebox{\PHD@dept}}
\vspace{.2\PHD@titlepagespacing}
% Submission Text
{\large \submissiontext \par}
\vspace*{1ex}
{\large \textit {\@degreetitle} \par}
{\usebox{\PHD@submission}}
\end{center}
% College and degree date
\vfill
\large
\ifthenelse{\equal{\@college}{}}{
% college is not defined
\centering
\@degreedate
}{
% college is defined
\begin{minipage}[b]{0.45\textwidth}
\flushleft\@college
\end{minipage}
\begin{minipage}[b]{0.45\textwidth}
\flushright\@degreedate
\end{minipage}
} % end-if- college is defined
{\usebox{\PHD@collegedate}}
\end{singlespace}
}
@ -1117,24 +1127,23 @@ wish to left align your text}
\newenvironment{abstract} {
\ifPHD@abstract
% Separate abstract as per Student Registry guidelines
\thispagestyle{empty}
\setsinglecolumn
\begin{center}
{ \Large {\bfseries {\@title}} \par}
{{\large \vspace*{1em} \@author} \par}
\end{center}
\thispagestyle{empty}
\setsinglecolumn
\begin{center}
{ \Large {\bfseries {\@title}} \par}
{{\large \vspace*{1em} \@author} \par}
\end{center}
\else
% Normal abstract in the thesis
\cleardoublepage
\setsinglecolumn
\chapter*{\centering \Large Abstract}
\thispagestyle{empty}
\cleardoublepage
\setsinglecolumn
\chapter*{\centering \Large Abstract}
\thispagestyle{empty}
\fi
}
% ******************** To compute empty space in title page ********************
% ******************** To compute empty space in title page *******************
% Boxes below are used to space different contents on the title page
% Based on https://github.com/cambridge/thesis
@ -1144,70 +1153,77 @@ wish to left align your text}
% Title Box
\newsavebox{\PHD@Title}
\begin{lrbox}{\PHD@Title}
\begin{minipage}[c]{0.98\textwidth}
\centering \Huge \bfseries{\@title}
\ifthenelse{\equal{\@subtitle}{}}{
% subtitle is not defined
}{
\vspace*{1em}
\centering \Large {\@subtitle}
} % subtitle is defined
\end{minipage}
\begin{minipage}[c]{0.98\textwidth}
\centering \Huge \bfseries{\@title}
\ifthenelse{\equal{\@subtitle}{}}{
% subtitle is not defined
}{
\\
\centering \Large {\@subtitle}
} % subtitle is defined
\end{minipage}
\end{lrbox}
% University Crest Box
\newsavebox{\PHD@crest}
\begin{lrbox}{\PHD@crest}
\@crest
{\@crest \par}
\end{lrbox}
\newsavebox{\PHD@collegecrest}
\begin{lrbox}{\PHD@collegecrest}
\ifPHD@collegeshield%
{\@collegeshield}
\else
% College shield is undefined
\fi
\end{lrbox}
% Author Box
\newsavebox{\PHD@author}
\begin{lrbox}{\PHD@author}
\begin{minipage}[c]{\textwidth}
\centering \Large \bfseries{\@author}
\end{minipage}
\begin{minipage}[c]{\textwidth}
\centering \Large \bfseries{\@author}
\end{minipage}
\end{lrbox}
% Department Box
\newsavebox{\PHD@dept}
\begin{lrbox}{\PHD@dept}
\begin{minipage}[c]{\textwidth}
\centering {\large \@dept \par}
\vspace*{1em}
{\large \@university \par}
\end{minipage}
\begin{minipage}[c]{\textwidth}
\centering {\large \@dept \par}
{\large \@university \par}
\end{minipage}
\end{lrbox}
% Submission Box
\newsavebox{\PHD@submission}
\begin{lrbox}{\PHD@submission}
\begin{minipage}[c]{\textwidth}
\begin{center}
\large \submissiontext \par
\vspace*{1ex}
\large \textit {\@degreetitle} \par
\end{center}
\end{minipage}
\begin{minipage}[c]{\textwidth}
\begin{center}
\large \submissiontext \par
\large \textit {\@degreetitle} \par
\end{center}
\end{minipage}
\end{lrbox}
% College and Date Box
\newsavebox{\PHD@collegedate}
\begin{lrbox}{\PHD@collegedate}
\begin{minipage}[c]{\textwidth}
\large
\ifthenelse{\equal{\@college}{}}{
% college is not defined
\@degreedate
}{
% college is defined
\begin{minipage}{0.49\textwidth}
\flushleft\@college
\end{minipage}
\begin{minipage}{0.49\textwidth}
\flushright \@degreedate
\end{minipage}
} % college is defined
\begin{minipage}[c]{0.95\textwidth}
\large
\ifthenelse{\equal{\@college}{}}{
% college is not defined
\@degreedate
}{
% college is defined
\begin{minipage}[b]{0.49\textwidth}
\flushleft\@college
\end{minipage}
\begin{minipage}[b]{0.49\textwidth}
\flushright \@degreedate
\end{minipage}
} % college is defined
\end{minipage}
\end{lrbox}
@ -1216,6 +1232,7 @@ wish to left align your text}
\setlength{\PHD@titlepagespacing}{ \textheight %
- \totalheightof{\usebox{\PHD@Title}}
- \totalheightof{\usebox{\PHD@crest}}
- \totalheightof{\usebox{\PHD@collegecrest}}
- \totalheightof{\usebox{\PHD@author}}
- \totalheightof{\usebox{\PHD@dept}}
- \totalheightof{\usebox{\PHD@submission}}

File diff suppressed because it is too large Load Diff

Binary file not shown.

File diff suppressed because it is too large Load Diff

Binary file not shown.

File diff suppressed because it is too large Load Diff

Binary file not shown.

View File

@ -0,0 +1,121 @@
This file contains licences accompanying the images in this folder.
# King's College's shield
Files:
Kings.svg
Derivative files:
Kings.eps
Kings.pdf
Source:
Provided by the college / Vectorised by Krishna Kumar
Licence:
Public domain
# Fitzwilliam College's shield
Files:
Fitzwilliam.pdf
Fitzwilliam.eps
FitzwilliamRed.pdf
FitzwilliamRed.eps
Source:
Provided by the college
Licence:
Not specified
# Queens' College's shield
File:
Queens.svg
Derivative files:
Queens.pdf
Queens.eps
Source:
http://en.wikipedia.org/wiki/File:Queens%27_College_%28Cambridge%29_shield.svg
Licence:
Creative Commons Attribution-Share Alike 3.0 Unported
# St. John's College's shield
File:
StJohns.png
Derivative files:
StJohns.eps
Source:
http://en.wikipedia.org/wiki/File:Johns_shield.png
Licence:
GNU Free Documentation License, Version 1.2 or any later version
# Peterhouse's shield
File:
Peterhouse.svg
Derivative files:
Peterhouse.pdf (rsvg-convert -f pdf -o Peterhouse.pdf Peterhouse.svg)
Source:
https://en.wikipedia.org/wiki/File:Peterhouse_shield.svg
Licence:
GNU Free Documentation License, Version 1.2 or any later version or
Creative Commons Attribution-Share Alike 3.0 Unported
# Trinity College's shield
File:
Trinity.svg
Derivative files:
Trinity.eps
Trinity.pdf
Source:
http://en.wikipedia.org/wiki/File:Trinity_College_(Cambridge)_shield.svg
Licence:
GNU Free Documentation License, Version 1.2 or any later version

Binary file not shown.

File diff suppressed because it is too large Load Diff

Binary file not shown.

File diff suppressed because it is too large Load Diff

Binary file not shown.

File diff suppressed because it is too large Load Diff

Binary file not shown.

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 140 KiB

View File

@ -0,0 +1,714 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://web.resource.org/cc/"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:sodipodi="http://inkscape.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
id="svg1006"
sodipodi:version="0.32"
inkscape:version="0.42+devel"
width="85mm"
height="100mm"
sodipodi:docname="Peterhouse shield.svg"
sodipodi:docbase="H:\Leo\[ Interessantes ]\College Crest\Shields"
version="1.0">
<metadata
id="metadata129">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
</cc:Work>
</rdf:RDF>
</metadata>
<defs
id="defs1008" />
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="1.6"
inkscape:cx="179.44302"
inkscape:cy="149.53581"
inkscape:window-width="1400"
inkscape:window-height="964"
showguides="true"
snaptoguides="true"
snaptogrid="false"
showgrid="true"
inkscape:window-x="-4"
inkscape:window-y="-4"
gridspacingx="10mm"
vertgrid="false"
horizgrid="true"
gridspacingy="10mm"
inkscape:document-units="mm"
inkscape:grid-bbox="false"
gridtolerance="0.4mm"
inkscape:current-layer="svg1006" />
<g
id="g5393"
transform="matrix(0.790008,0.000000,0.000000,0.790008,591.6598,-52.28441)">
<g
id="g1130">
<g
id="g994">
<path
style="fill:#b61511;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.01447382pt"
d="M -561.38274,513.07172 C -347.91827,414.56638 -370.81597,246.59271 -370.936,70.856235 C -370.72794,70.347655 -370.51002,69.843103 -370.30197,69.334524 C -370.5133,69.334524 -370.72467,69.334524 -370.936,69.334524 C -495.60735,69.334524 -620.28846,69.334527 -744.95976,69.334524 C -745.17116,69.334524 -745.38256,69.334524 -745.59386,69.334524 C -745.38586,69.843116 -745.16786,70.347643 -744.95976,70.856235 C -745.07986,246.59271 -762.64176,414.56638 -561.38274,513.07172 z "
id="path1534"
sodipodi:nodetypes="cccccccc" />
<g
id="g1418">
<g
id="g1346"
transform="translate(1.907349e-5,0.000000)">
<g
id="g1215"
transform="matrix(0.802530,0.000000,0.000000,1.000000,-156.3343,-302.1088)">
<rect
style="font-size:12px;fill:#ffd700;fill-rule:evenodd;stroke-width:1.17855096"
id="rect1216"
width="22.304514"
height="3.1462967"
x="-57.471504"
y="-168.08365"
transform="matrix(-1.902030,2.682832e-3,4.874460e-2,2.259996,-394.7497,799.3075)"
ry="1.1368347"
rx="2.2992387" />
<g
id="g1217"
transform="translate(-0.327778,0.000000)">
<path
style="font-size:12px;fill:#ffd700;fill-rule:evenodd;stroke-width:1.28750002"
d="M -322.14299,409.71089 C -325.61787,408.39376 -327.33439,406.35887 -327.52998,403.46017 C -327.65494,401.71765 -325.90296,399.65172 -324.01837,399.58254 C -318.13094,399.35655 -316.12238,408.82463 -316.14813,411.14163 C -316.39672,411.14382 -317.62165,411.13391 -317.92546,411.14909 C -318.2,409.68919 -317.97709,407.89425 -319.86496,406.40477 C -321.75281,404.9153 -322.57978,406.07664 -322.81107,407.00947 C -323.04236,407.94227 -321.93081,409.80301 -322.14299,409.71092 L -322.14299,409.71092 L -322.14299,409.71092 L -322.14299,409.71089 L -322.14299,409.71089 L -322.14299,409.71089 z "
id="path1218"
sodipodi:nodetypes="cssccssccccc" />
<path
style="font-size:12px;fill:#ffd700;fill-rule:evenodd;stroke-width:1.28750002"
d="M -306.4166,409.52785 C -302.95317,408.12996 -301.25398,406.05529 -301.08285,403.15232 C -300.9726,401.40707 -302.74182,399.38215 -304.62682,399.35682 C -310.51555,399.26792 -312.44409,408.78182 -312.39881,411.098 C -312.15024,411.09437 -310.92547,411.05595 -310.62159,411.06405 C -310.35941,409.59793 -310.59742,407.80835 -308.72231,406.27508 C -306.84719,404.74181 -306.0105,405.88379 -305.77137,406.81112 C -305.53224,407.73847 -306.62798,409.62488 -306.4166,409.52785 L -306.4166,409.52785 L -306.4166,409.52785 L -306.4166,409.52785 L -306.4166,409.52785 L -306.4166,409.52785 z "
id="path1219"
sodipodi:nodetypes="cssccssccccc" />
<path
style="font-size:12px;fill:#ffd700;fill-rule:evenodd;stroke-width:1.28750002"
d="M -314.41823,388.39986 C -318.40184,392.55951 -319.45855,396.75533 -316.76272,403.42542 C -315.83822,405.65302 -315.43963,408.33423 -315.46546,411.12624 C -315.07816,411.13058 -313.42954,411.09281 -313.03909,411.06085 C -313.08502,408.30356 -312.63482,405.39597 -311.73266,403.10994 C -308.67234,396.23068 -310.91822,391.61461 -314.31202,388.39862 L -314.36514,388.39924 L -314.41823,388.39986 L -314.41823,388.39986 z "
id="path1220"
sodipodi:nodetypes="cccccccc" />
<rect
style="font-size:12px;fill:#ffd700;fill-rule:evenodd;stroke-width:1.17855096"
id="rect1221"
width="9.4807405"
height="1.394206"
x="311.22076"
y="407.50232"
transform="matrix(-0.999932,1.163817e-2,4.216721e-3,0.999991,0.000000,0.000000)" />
<g
id="g1222"
style="fill:#ffd700"
transform="matrix(1.418582,-1.509307,1.267023,1.683285,-394.7497,800.4985)">
<path
style="font-size:12px;fill:#ffd700;fill-opacity:1;fill-rule:evenodd;stroke-width:1.28750002"
d="M 140.191,-105.8351 C 141.6502,-105.8941 142.5196,-106.508 142.9047,-107.7044 C 143.139,-108.4225 142.6961,-109.5459 141.9888,-109.8448 C 139.7801,-110.7829 138.0027,-107.0711 137.7639,-106.0887 C 137.8579,-106.0522 138.3236,-105.8811 138.4372,-105.8312 C 138.6979,-106.4086 138.8059,-107.1986 139.6817,-107.5576 C 140.5575,-107.9165 140.7466,-107.3077 140.7342,-106.8805 C 140.7219,-106.4534 140.1006,-105.8266 140.191,-105.8351 L 140.191,-105.8351 L 140.191,-105.8351 L 140.191,-105.8351 L 140.191,-105.8351 L 140.191,-105.8351 z "
id="path1223"
sodipodi:nodetypes="cssccssccccc" />
<path
style="font-size:12px;fill:#ffd700;fill-opacity:1;fill-rule:evenodd;stroke-width:1.28750002"
d="M 139.5103,-115.9567 C 137.55,-114.8141 136.9236,-107.7177 136.6055,-106.5459 C 136.7509,-106.4848 137.3761,-106.2486 137.5267,-106.2023 C 137.814,-107.3706 138.3048,-108.5262 138.8972,-109.351 C 140.81,-111.7801 140.4737,-114.0676 139.5505,-115.9411 L 139.5304,-115.9489 L 139.5103,-115.9567 L 139.5103,-115.9567 L 139.5103,-115.9567 z "
id="path1224"
sodipodi:nodetypes="cccccccc" />
</g>
<g
id="g1225"
transform="matrix(-1.506659,-1.376448,-1.160906,1.793558,-209.6214,794.0978)"
style="fill:#ffd700">
<path
style="font-size:12px;fill:#ffd700;fill-opacity:1;fill-rule:evenodd;stroke-width:1.28750002"
d="M 140.191,-105.8351 C 141.6502,-105.8941 142.5196,-106.508 142.9047,-107.7044 C 143.139,-108.4225 142.6961,-109.5459 141.9888,-109.8448 C 139.7801,-110.7829 138.0027,-107.0711 137.7639,-106.0887 C 137.8579,-106.0522 138.3236,-105.8811 138.4372,-105.8312 C 138.6979,-106.4086 138.8059,-107.1986 139.6817,-107.5576 C 140.5575,-107.9165 140.7466,-107.3077 140.7342,-106.8805 C 140.7219,-106.4534 140.1006,-105.8266 140.191,-105.8351 L 140.191,-105.8351 L 140.191,-105.8351 L 140.191,-105.8351 L 140.191,-105.8351 L 140.191,-105.8351 z "
id="path1226"
sodipodi:nodetypes="cssccssccccc" />
<path
style="font-size:12px;fill:#ffd700;fill-opacity:1;fill-rule:evenodd;stroke-width:1.28750002"
d="M 139.5103,-115.9567 C 137.55,-114.8141 136.9236,-107.7177 136.6055,-106.5459 C 136.7509,-106.4848 137.3761,-106.2486 137.5267,-106.2023 C 137.814,-107.3706 138.3048,-108.5262 138.8972,-109.351 C 140.81,-111.7801 140.4737,-114.0676 139.5505,-115.9411 L 139.5304,-115.9489 L 139.5103,-115.9567 L 139.5103,-115.9567 L 139.5103,-115.9567 z "
id="path1227"
sodipodi:nodetypes="cccccccc" />
</g>
<path
style="fill:#ffd700;fill-rule:evenodd;stroke-width:0.625;stroke-opacity:0.54779998"
d="M -318.72752,412.52401 L -309.79758,412.35283 C -305.65476,415.12154 -299.63978,415.18066 -295.11037,412.99295 C -294.71041,413.52431 -292.59589,414.14512 -291.96729,414.43313 L -293.56777,416.6168 L -335.00884,416.91066 L -336.27241,414.92481 C -335.41506,414.96962 -333.61455,413.53261 -332.41458,413.21229 C -328.57157,415.58268 -322.44249,415.52019 -318.72752,412.52401 L -318.72752,412.52401 L -318.72752,412.52401 z "
id="path1228"
sodipodi:nodetypes="cccccccccc" />
</g>
</g>
<g
id="g1229"
transform="matrix(0.802530,0.000000,0.000000,1.000000,-303.4205,-302.1088)">
<rect
style="font-size:12px;fill:#ffd700;fill-rule:evenodd;stroke-width:1.17855096"
id="rect1230"
width="22.304514"
height="3.1462967"
x="-57.471504"
y="-168.08365"
transform="matrix(-1.902030,2.682832e-3,4.874460e-2,2.259996,-394.7497,799.3075)"
ry="1.1368347"
rx="2.2992387" />
<g
id="g1231"
transform="translate(-0.327778,0.000000)">
<path
style="font-size:12px;fill:#ffd700;fill-rule:evenodd;stroke-width:1.28750002"
d="M -322.14299,409.71089 C -325.61787,408.39376 -327.33439,406.35887 -327.52998,403.46017 C -327.65494,401.71765 -325.90296,399.65172 -324.01837,399.58254 C -318.13094,399.35655 -316.12238,408.82463 -316.14813,411.14163 C -316.39672,411.14382 -317.62165,411.13391 -317.92546,411.14909 C -318.2,409.68919 -317.97709,407.89425 -319.86496,406.40477 C -321.75281,404.9153 -322.57978,406.07664 -322.81107,407.00947 C -323.04236,407.94227 -321.93081,409.80301 -322.14299,409.71092 L -322.14299,409.71092 L -322.14299,409.71092 L -322.14299,409.71089 L -322.14299,409.71089 L -322.14299,409.71089 z "
id="path1232"
sodipodi:nodetypes="cssccssccccc" />
<path
style="font-size:12px;fill:#ffd700;fill-rule:evenodd;stroke-width:1.28750002"
d="M -306.4166,409.52785 C -302.95317,408.12996 -301.25398,406.05529 -301.08285,403.15232 C -300.9726,401.40707 -302.74182,399.38215 -304.62682,399.35682 C -310.51555,399.26792 -312.44409,408.78182 -312.39881,411.098 C -312.15024,411.09437 -310.92547,411.05595 -310.62159,411.06405 C -310.35941,409.59793 -310.59742,407.80835 -308.72231,406.27508 C -306.84719,404.74181 -306.0105,405.88379 -305.77137,406.81112 C -305.53224,407.73847 -306.62798,409.62488 -306.4166,409.52785 L -306.4166,409.52785 L -306.4166,409.52785 L -306.4166,409.52785 L -306.4166,409.52785 L -306.4166,409.52785 z "
id="path1233"
sodipodi:nodetypes="cssccssccccc" />
<path
style="font-size:12px;fill:#ffd700;fill-rule:evenodd;stroke-width:1.28750002"
d="M -314.41823,388.39986 C -318.40184,392.55951 -319.45855,396.75533 -316.76272,403.42542 C -315.83822,405.65302 -315.43963,408.33423 -315.46546,411.12624 C -315.07816,411.13058 -313.42954,411.09281 -313.03909,411.06085 C -313.08502,408.30356 -312.63482,405.39597 -311.73266,403.10994 C -308.67234,396.23068 -310.91822,391.61461 -314.31202,388.39862 L -314.36514,388.39924 L -314.41823,388.39986 L -314.41823,388.39986 z "
id="path1234"
sodipodi:nodetypes="cccccccc" />
<rect
style="font-size:12px;fill:#ffd700;fill-rule:evenodd;stroke-width:1.17855096"
id="rect1235"
width="9.4807405"
height="1.394206"
x="311.22076"
y="407.50232"
transform="matrix(-0.999932,1.163817e-2,4.216721e-3,0.999991,0.000000,0.000000)" />
<g
id="g1236"
style="fill:#ffd700"
transform="matrix(1.418582,-1.509307,1.267023,1.683285,-394.7497,800.4985)">
<path
style="font-size:12px;fill:#ffd700;fill-opacity:1;fill-rule:evenodd;stroke-width:1.28750002"
d="M 140.191,-105.8351 C 141.6502,-105.8941 142.5196,-106.508 142.9047,-107.7044 C 143.139,-108.4225 142.6961,-109.5459 141.9888,-109.8448 C 139.7801,-110.7829 138.0027,-107.0711 137.7639,-106.0887 C 137.8579,-106.0522 138.3236,-105.8811 138.4372,-105.8312 C 138.6979,-106.4086 138.8059,-107.1986 139.6817,-107.5576 C 140.5575,-107.9165 140.7466,-107.3077 140.7342,-106.8805 C 140.7219,-106.4534 140.1006,-105.8266 140.191,-105.8351 L 140.191,-105.8351 L 140.191,-105.8351 L 140.191,-105.8351 L 140.191,-105.8351 L 140.191,-105.8351 z "
id="path1237"
sodipodi:nodetypes="cssccssccccc" />
<path
style="font-size:12px;fill:#ffd700;fill-opacity:1;fill-rule:evenodd;stroke-width:1.28750002"
d="M 139.5103,-115.9567 C 137.55,-114.8141 136.9236,-107.7177 136.6055,-106.5459 C 136.7509,-106.4848 137.3761,-106.2486 137.5267,-106.2023 C 137.814,-107.3706 138.3048,-108.5262 138.8972,-109.351 C 140.81,-111.7801 140.4737,-114.0676 139.5505,-115.9411 L 139.5304,-115.9489 L 139.5103,-115.9567 L 139.5103,-115.9567 L 139.5103,-115.9567 z "
id="path1238"
sodipodi:nodetypes="cccccccc" />
</g>
<g
id="g1239"
transform="matrix(-1.506659,-1.376448,-1.160906,1.793558,-209.6214,794.0978)"
style="fill:#ffd700">
<path
style="font-size:12px;fill:#ffd700;fill-opacity:1;fill-rule:evenodd;stroke-width:1.28750002"
d="M 140.191,-105.8351 C 141.6502,-105.8941 142.5196,-106.508 142.9047,-107.7044 C 143.139,-108.4225 142.6961,-109.5459 141.9888,-109.8448 C 139.7801,-110.7829 138.0027,-107.0711 137.7639,-106.0887 C 137.8579,-106.0522 138.3236,-105.8811 138.4372,-105.8312 C 138.6979,-106.4086 138.8059,-107.1986 139.6817,-107.5576 C 140.5575,-107.9165 140.7466,-107.3077 140.7342,-106.8805 C 140.7219,-106.4534 140.1006,-105.8266 140.191,-105.8351 L 140.191,-105.8351 L 140.191,-105.8351 L 140.191,-105.8351 L 140.191,-105.8351 L 140.191,-105.8351 z "
id="path1240"
sodipodi:nodetypes="cssccssccccc" />
<path
style="font-size:12px;fill:#ffd700;fill-opacity:1;fill-rule:evenodd;stroke-width:1.28750002"
d="M 139.5103,-115.9567 C 137.55,-114.8141 136.9236,-107.7177 136.6055,-106.5459 C 136.7509,-106.4848 137.3761,-106.2486 137.5267,-106.2023 C 137.814,-107.3706 138.3048,-108.5262 138.8972,-109.351 C 140.81,-111.7801 140.4737,-114.0676 139.5505,-115.9411 L 139.5304,-115.9489 L 139.5103,-115.9567 L 139.5103,-115.9567 L 139.5103,-115.9567 z "
id="path1241"
sodipodi:nodetypes="cccccccc" />
</g>
<path
style="fill:#ffd700;fill-rule:evenodd;stroke-width:0.625;stroke-opacity:0.54779998"
d="M -318.72752,412.52401 L -309.79758,412.35283 C -305.65476,415.12154 -299.63978,415.18066 -295.11037,412.99295 C -294.71041,413.52431 -292.59589,414.14512 -291.96729,414.43313 L -293.56777,416.6168 L -335.00884,416.91066 L -336.27241,414.92481 C -335.41506,414.96962 -333.61455,413.53261 -332.41458,413.21229 C -328.57157,415.58268 -322.44249,415.52019 -318.72752,412.52401 L -318.72752,412.52401 L -318.72752,412.52401 z "
id="path1242"
sodipodi:nodetypes="cccccccccc" />
</g>
</g>
<g
id="g1243"
transform="matrix(0.802530,0.000000,0.000000,1.000000,-454.2103,-302.1088)">
<rect
style="font-size:12px;fill:#ffd700;fill-rule:evenodd;stroke-width:1.17855096"
id="rect1244"
width="22.304514"
height="3.1462967"
x="-57.471504"
y="-168.08365"
transform="matrix(-1.902030,2.682832e-3,4.874460e-2,2.259996,-394.7497,799.3075)"
ry="1.1368347"
rx="2.2992387" />
<g
id="g1245"
transform="translate(-0.327778,0.000000)">
<path
style="font-size:12px;fill:#ffd700;fill-rule:evenodd;stroke-width:1.28750002"
d="M -322.14299,409.71089 C -325.61787,408.39376 -327.33439,406.35887 -327.52998,403.46017 C -327.65494,401.71765 -325.90296,399.65172 -324.01837,399.58254 C -318.13094,399.35655 -316.12238,408.82463 -316.14813,411.14163 C -316.39672,411.14382 -317.62165,411.13391 -317.92546,411.14909 C -318.2,409.68919 -317.97709,407.89425 -319.86496,406.40477 C -321.75281,404.9153 -322.57978,406.07664 -322.81107,407.00947 C -323.04236,407.94227 -321.93081,409.80301 -322.14299,409.71092 L -322.14299,409.71092 L -322.14299,409.71092 L -322.14299,409.71089 L -322.14299,409.71089 L -322.14299,409.71089 z "
id="path1246"
sodipodi:nodetypes="cssccssccccc" />
<path
style="font-size:12px;fill:#ffd700;fill-rule:evenodd;stroke-width:1.28750002"
d="M -306.4166,409.52785 C -302.95317,408.12996 -301.25398,406.05529 -301.08285,403.15232 C -300.9726,401.40707 -302.74182,399.38215 -304.62682,399.35682 C -310.51555,399.26792 -312.44409,408.78182 -312.39881,411.098 C -312.15024,411.09437 -310.92547,411.05595 -310.62159,411.06405 C -310.35941,409.59793 -310.59742,407.80835 -308.72231,406.27508 C -306.84719,404.74181 -306.0105,405.88379 -305.77137,406.81112 C -305.53224,407.73847 -306.62798,409.62488 -306.4166,409.52785 L -306.4166,409.52785 L -306.4166,409.52785 L -306.4166,409.52785 L -306.4166,409.52785 L -306.4166,409.52785 z "
id="path1247"
sodipodi:nodetypes="cssccssccccc" />
<path
style="font-size:12px;fill:#ffd700;fill-rule:evenodd;stroke-width:1.28750002"
d="M -314.41823,388.39986 C -318.40184,392.55951 -319.45855,396.75533 -316.76272,403.42542 C -315.83822,405.65302 -315.43963,408.33423 -315.46546,411.12624 C -315.07816,411.13058 -313.42954,411.09281 -313.03909,411.06085 C -313.08502,408.30356 -312.63482,405.39597 -311.73266,403.10994 C -308.67234,396.23068 -310.91822,391.61461 -314.31202,388.39862 L -314.36514,388.39924 L -314.41823,388.39986 L -314.41823,388.39986 z "
id="path1248"
sodipodi:nodetypes="cccccccc" />
<rect
style="font-size:12px;fill:#ffd700;fill-rule:evenodd;stroke-width:1.17855096"
id="rect1249"
width="9.4807405"
height="1.394206"
x="311.22076"
y="407.50232"
transform="matrix(-0.999932,1.163817e-2,4.216721e-3,0.999991,0.000000,0.000000)" />
<g
id="g1250"
style="fill:#ffd700"
transform="matrix(1.418582,-1.509307,1.267023,1.683285,-394.7497,800.4985)">
<path
style="font-size:12px;fill:#ffd700;fill-opacity:1;fill-rule:evenodd;stroke-width:1.28750002"
d="M 140.191,-105.8351 C 141.6502,-105.8941 142.5196,-106.508 142.9047,-107.7044 C 143.139,-108.4225 142.6961,-109.5459 141.9888,-109.8448 C 139.7801,-110.7829 138.0027,-107.0711 137.7639,-106.0887 C 137.8579,-106.0522 138.3236,-105.8811 138.4372,-105.8312 C 138.6979,-106.4086 138.8059,-107.1986 139.6817,-107.5576 C 140.5575,-107.9165 140.7466,-107.3077 140.7342,-106.8805 C 140.7219,-106.4534 140.1006,-105.8266 140.191,-105.8351 L 140.191,-105.8351 L 140.191,-105.8351 L 140.191,-105.8351 L 140.191,-105.8351 L 140.191,-105.8351 z "
id="path1251"
sodipodi:nodetypes="cssccssccccc" />
<path
style="font-size:12px;fill:#ffd700;fill-opacity:1;fill-rule:evenodd;stroke-width:1.28750002"
d="M 139.5103,-115.9567 C 137.55,-114.8141 136.9236,-107.7177 136.6055,-106.5459 C 136.7509,-106.4848 137.3761,-106.2486 137.5267,-106.2023 C 137.814,-107.3706 138.3048,-108.5262 138.8972,-109.351 C 140.81,-111.7801 140.4737,-114.0676 139.5505,-115.9411 L 139.5304,-115.9489 L 139.5103,-115.9567 L 139.5103,-115.9567 L 139.5103,-115.9567 z "
id="path1252"
sodipodi:nodetypes="cccccccc" />
</g>
<g
id="g1253"
transform="matrix(-1.506659,-1.376448,-1.160906,1.793558,-209.6214,794.0978)"
style="fill:#ffd700">
<path
style="font-size:12px;fill:#ffd700;fill-opacity:1;fill-rule:evenodd;stroke-width:1.28750002"
d="M 140.191,-105.8351 C 141.6502,-105.8941 142.5196,-106.508 142.9047,-107.7044 C 143.139,-108.4225 142.6961,-109.5459 141.9888,-109.8448 C 139.7801,-110.7829 138.0027,-107.0711 137.7639,-106.0887 C 137.8579,-106.0522 138.3236,-105.8811 138.4372,-105.8312 C 138.6979,-106.4086 138.8059,-107.1986 139.6817,-107.5576 C 140.5575,-107.9165 140.7466,-107.3077 140.7342,-106.8805 C 140.7219,-106.4534 140.1006,-105.8266 140.191,-105.8351 L 140.191,-105.8351 L 140.191,-105.8351 L 140.191,-105.8351 L 140.191,-105.8351 L 140.191,-105.8351 z "
id="path1254"
sodipodi:nodetypes="cssccssccccc" />
<path
style="font-size:12px;fill:#ffd700;fill-opacity:1;fill-rule:evenodd;stroke-width:1.28750002"
d="M 139.5103,-115.9567 C 137.55,-114.8141 136.9236,-107.7177 136.6055,-106.5459 C 136.7509,-106.4848 137.3761,-106.2486 137.5267,-106.2023 C 137.814,-107.3706 138.3048,-108.5262 138.8972,-109.351 C 140.81,-111.7801 140.4737,-114.0676 139.5505,-115.9411 L 139.5304,-115.9489 L 139.5103,-115.9567 L 139.5103,-115.9567 L 139.5103,-115.9567 z "
id="path1255"
sodipodi:nodetypes="cccccccc" />
</g>
<path
style="fill:#ffd700;fill-rule:evenodd;stroke-width:0.625;stroke-opacity:0.54779998"
d="M -318.72752,412.52401 L -309.79758,412.35283 C -305.65476,415.12154 -299.63978,415.18066 -295.11037,412.99295 C -294.71041,413.52431 -292.59589,414.14512 -291.96729,414.43313 L -293.56777,416.6168 L -335.00884,416.91066 L -336.27241,414.92481 C -335.41506,414.96962 -333.61455,413.53261 -332.41458,413.21229 C -328.57157,415.58268 -322.44249,415.52019 -318.72752,412.52401 L -318.72752,412.52401 L -318.72752,412.52401 z "
id="path1256"
sodipodi:nodetypes="cccccccccc" />
</g>
</g>
</g>
<g
id="g1285"
transform="translate(1.907349e-5,-2.116348)">
<g
id="g1201"
transform="matrix(0.802530,0.000000,0.000000,1.000000,-156.3343,-159.7843)">
<rect
style="font-size:12px;fill:#ffd700;fill-rule:evenodd;stroke-width:1.17855096"
id="rect1202"
width="22.304514"
height="3.1462967"
x="-57.471504"
y="-168.08365"
transform="matrix(-1.902030,2.682832e-3,4.874460e-2,2.259996,-394.7497,799.3075)"
ry="1.1368347"
rx="2.2992387" />
<g
id="g1203"
transform="translate(-0.327778,0.000000)">
<path
style="font-size:12px;fill:#ffd700;fill-rule:evenodd;stroke-width:1.28750002"
d="M -322.14299,409.71089 C -325.61787,408.39376 -327.33439,406.35887 -327.52998,403.46017 C -327.65494,401.71765 -325.90296,399.65172 -324.01837,399.58254 C -318.13094,399.35655 -316.12238,408.82463 -316.14813,411.14163 C -316.39672,411.14382 -317.62165,411.13391 -317.92546,411.14909 C -318.2,409.68919 -317.97709,407.89425 -319.86496,406.40477 C -321.75281,404.9153 -322.57978,406.07664 -322.81107,407.00947 C -323.04236,407.94227 -321.93081,409.80301 -322.14299,409.71092 L -322.14299,409.71092 L -322.14299,409.71092 L -322.14299,409.71089 L -322.14299,409.71089 L -322.14299,409.71089 z "
id="path1204"
sodipodi:nodetypes="cssccssccccc" />
<path
style="font-size:12px;fill:#ffd700;fill-rule:evenodd;stroke-width:1.28750002"
d="M -306.4166,409.52785 C -302.95317,408.12996 -301.25398,406.05529 -301.08285,403.15232 C -300.9726,401.40707 -302.74182,399.38215 -304.62682,399.35682 C -310.51555,399.26792 -312.44409,408.78182 -312.39881,411.098 C -312.15024,411.09437 -310.92547,411.05595 -310.62159,411.06405 C -310.35941,409.59793 -310.59742,407.80835 -308.72231,406.27508 C -306.84719,404.74181 -306.0105,405.88379 -305.77137,406.81112 C -305.53224,407.73847 -306.62798,409.62488 -306.4166,409.52785 L -306.4166,409.52785 L -306.4166,409.52785 L -306.4166,409.52785 L -306.4166,409.52785 L -306.4166,409.52785 z "
id="path1205"
sodipodi:nodetypes="cssccssccccc" />
<path
style="font-size:12px;fill:#ffd700;fill-rule:evenodd;stroke-width:1.28750002"
d="M -314.41823,388.39986 C -318.40184,392.55951 -319.45855,396.75533 -316.76272,403.42542 C -315.83822,405.65302 -315.43963,408.33423 -315.46546,411.12624 C -315.07816,411.13058 -313.42954,411.09281 -313.03909,411.06085 C -313.08502,408.30356 -312.63482,405.39597 -311.73266,403.10994 C -308.67234,396.23068 -310.91822,391.61461 -314.31202,388.39862 L -314.36514,388.39924 L -314.41823,388.39986 L -314.41823,388.39986 z "
id="path1206"
sodipodi:nodetypes="cccccccc" />
<rect
style="font-size:12px;fill:#ffd700;fill-rule:evenodd;stroke-width:1.17855096"
id="rect1207"
width="9.4807405"
height="1.394206"
x="311.22076"
y="407.50232"
transform="matrix(-0.999932,1.163817e-2,4.216721e-3,0.999991,0.000000,0.000000)" />
<g
id="g1208"
style="fill:#ffd700"
transform="matrix(1.418582,-1.509307,1.267023,1.683285,-394.7497,800.4985)">
<path
style="font-size:12px;fill:#ffd700;fill-opacity:1;fill-rule:evenodd;stroke-width:1.28750002"
d="M 140.191,-105.8351 C 141.6502,-105.8941 142.5196,-106.508 142.9047,-107.7044 C 143.139,-108.4225 142.6961,-109.5459 141.9888,-109.8448 C 139.7801,-110.7829 138.0027,-107.0711 137.7639,-106.0887 C 137.8579,-106.0522 138.3236,-105.8811 138.4372,-105.8312 C 138.6979,-106.4086 138.8059,-107.1986 139.6817,-107.5576 C 140.5575,-107.9165 140.7466,-107.3077 140.7342,-106.8805 C 140.7219,-106.4534 140.1006,-105.8266 140.191,-105.8351 L 140.191,-105.8351 L 140.191,-105.8351 L 140.191,-105.8351 L 140.191,-105.8351 L 140.191,-105.8351 z "
id="path1209"
sodipodi:nodetypes="cssccssccccc" />
<path
style="font-size:12px;fill:#ffd700;fill-opacity:1;fill-rule:evenodd;stroke-width:1.28750002"
d="M 139.5103,-115.9567 C 137.55,-114.8141 136.9236,-107.7177 136.6055,-106.5459 C 136.7509,-106.4848 137.3761,-106.2486 137.5267,-106.2023 C 137.814,-107.3706 138.3048,-108.5262 138.8972,-109.351 C 140.81,-111.7801 140.4737,-114.0676 139.5505,-115.9411 L 139.5304,-115.9489 L 139.5103,-115.9567 L 139.5103,-115.9567 L 139.5103,-115.9567 z "
id="path1210"
sodipodi:nodetypes="cccccccc" />
</g>
<g
id="g1211"
transform="matrix(-1.506659,-1.376448,-1.160906,1.793558,-209.6214,794.0978)"
style="fill:#ffd700">
<path
style="font-size:12px;fill:#ffd700;fill-opacity:1;fill-rule:evenodd;stroke-width:1.28750002"
d="M 140.191,-105.8351 C 141.6502,-105.8941 142.5196,-106.508 142.9047,-107.7044 C 143.139,-108.4225 142.6961,-109.5459 141.9888,-109.8448 C 139.7801,-110.7829 138.0027,-107.0711 137.7639,-106.0887 C 137.8579,-106.0522 138.3236,-105.8811 138.4372,-105.8312 C 138.6979,-106.4086 138.8059,-107.1986 139.6817,-107.5576 C 140.5575,-107.9165 140.7466,-107.3077 140.7342,-106.8805 C 140.7219,-106.4534 140.1006,-105.8266 140.191,-105.8351 L 140.191,-105.8351 L 140.191,-105.8351 L 140.191,-105.8351 L 140.191,-105.8351 L 140.191,-105.8351 z "
id="path1212"
sodipodi:nodetypes="cssccssccccc" />
<path
style="font-size:12px;fill:#ffd700;fill-opacity:1;fill-rule:evenodd;stroke-width:1.28750002"
d="M 139.5103,-115.9567 C 137.55,-114.8141 136.9236,-107.7177 136.6055,-106.5459 C 136.7509,-106.4848 137.3761,-106.2486 137.5267,-106.2023 C 137.814,-107.3706 138.3048,-108.5262 138.8972,-109.351 C 140.81,-111.7801 140.4737,-114.0676 139.5505,-115.9411 L 139.5304,-115.9489 L 139.5103,-115.9567 L 139.5103,-115.9567 L 139.5103,-115.9567 z "
id="path1213"
sodipodi:nodetypes="cccccccc" />
</g>
<path
style="fill:#ffd700;fill-rule:evenodd;stroke-width:0.625;stroke-opacity:0.54779998"
d="M -318.72752,412.52401 L -309.79758,412.35283 C -305.65476,415.12154 -299.63978,415.18066 -295.11037,412.99295 C -294.71041,413.52431 -292.59589,414.14512 -291.96729,414.43313 L -293.56777,416.6168 L -335.00884,416.91066 L -336.27241,414.92481 C -335.41506,414.96962 -333.61455,413.53261 -332.41458,413.21229 C -328.57157,415.58268 -322.44249,415.52019 -318.72752,412.52401 L -318.72752,412.52401 L -318.72752,412.52401 z "
id="path1214"
sodipodi:nodetypes="cccccccccc" />
</g>
</g>
<g
id="g1257"
transform="matrix(0.802530,0.000000,0.000000,1.000000,-454.2103,-159.7843)">
<rect
style="font-size:12px;fill:#ffd700;fill-rule:evenodd;stroke-width:1.17855096"
id="rect1258"
width="22.304514"
height="3.1462967"
x="-57.471504"
y="-168.08365"
transform="matrix(-1.902030,2.682832e-3,4.874460e-2,2.259996,-394.7497,799.3075)"
ry="1.1368347"
rx="2.2992387" />
<g
id="g1259"
transform="translate(-0.327778,0.000000)">
<path
style="font-size:12px;fill:#ffd700;fill-rule:evenodd;stroke-width:1.28750002"
d="M -322.14299,409.71089 C -325.61787,408.39376 -327.33439,406.35887 -327.52998,403.46017 C -327.65494,401.71765 -325.90296,399.65172 -324.01837,399.58254 C -318.13094,399.35655 -316.12238,408.82463 -316.14813,411.14163 C -316.39672,411.14382 -317.62165,411.13391 -317.92546,411.14909 C -318.2,409.68919 -317.97709,407.89425 -319.86496,406.40477 C -321.75281,404.9153 -322.57978,406.07664 -322.81107,407.00947 C -323.04236,407.94227 -321.93081,409.80301 -322.14299,409.71092 L -322.14299,409.71092 L -322.14299,409.71092 L -322.14299,409.71089 L -322.14299,409.71089 L -322.14299,409.71089 z "
id="path1260"
sodipodi:nodetypes="cssccssccccc" />
<path
style="font-size:12px;fill:#ffd700;fill-rule:evenodd;stroke-width:1.28750002"
d="M -306.4166,409.52785 C -302.95317,408.12996 -301.25398,406.05529 -301.08285,403.15232 C -300.9726,401.40707 -302.74182,399.38215 -304.62682,399.35682 C -310.51555,399.26792 -312.44409,408.78182 -312.39881,411.098 C -312.15024,411.09437 -310.92547,411.05595 -310.62159,411.06405 C -310.35941,409.59793 -310.59742,407.80835 -308.72231,406.27508 C -306.84719,404.74181 -306.0105,405.88379 -305.77137,406.81112 C -305.53224,407.73847 -306.62798,409.62488 -306.4166,409.52785 L -306.4166,409.52785 L -306.4166,409.52785 L -306.4166,409.52785 L -306.4166,409.52785 L -306.4166,409.52785 z "
id="path1261"
sodipodi:nodetypes="cssccssccccc" />
<path
style="font-size:12px;fill:#ffd700;fill-rule:evenodd;stroke-width:1.28750002"
d="M -314.41823,388.39986 C -318.40184,392.55951 -319.45855,396.75533 -316.76272,403.42542 C -315.83822,405.65302 -315.43963,408.33423 -315.46546,411.12624 C -315.07816,411.13058 -313.42954,411.09281 -313.03909,411.06085 C -313.08502,408.30356 -312.63482,405.39597 -311.73266,403.10994 C -308.67234,396.23068 -310.91822,391.61461 -314.31202,388.39862 L -314.36514,388.39924 L -314.41823,388.39986 L -314.41823,388.39986 z "
id="path1262"
sodipodi:nodetypes="cccccccc" />
<rect
style="font-size:12px;fill:#ffd700;fill-rule:evenodd;stroke-width:1.17855096"
id="rect1263"
width="9.4807405"
height="1.394206"
x="311.22076"
y="407.50232"
transform="matrix(-0.999932,1.163817e-2,4.216721e-3,0.999991,0.000000,0.000000)" />
<g
id="g1264"
style="fill:#ffd700"
transform="matrix(1.418582,-1.509307,1.267023,1.683285,-394.7497,800.4985)">
<path
style="font-size:12px;fill:#ffd700;fill-opacity:1;fill-rule:evenodd;stroke-width:1.28750002"
d="M 140.191,-105.8351 C 141.6502,-105.8941 142.5196,-106.508 142.9047,-107.7044 C 143.139,-108.4225 142.6961,-109.5459 141.9888,-109.8448 C 139.7801,-110.7829 138.0027,-107.0711 137.7639,-106.0887 C 137.8579,-106.0522 138.3236,-105.8811 138.4372,-105.8312 C 138.6979,-106.4086 138.8059,-107.1986 139.6817,-107.5576 C 140.5575,-107.9165 140.7466,-107.3077 140.7342,-106.8805 C 140.7219,-106.4534 140.1006,-105.8266 140.191,-105.8351 L 140.191,-105.8351 L 140.191,-105.8351 L 140.191,-105.8351 L 140.191,-105.8351 L 140.191,-105.8351 z "
id="path1265"
sodipodi:nodetypes="cssccssccccc" />
<path
style="font-size:12px;fill:#ffd700;fill-opacity:1;fill-rule:evenodd;stroke-width:1.28750002"
d="M 139.5103,-115.9567 C 137.55,-114.8141 136.9236,-107.7177 136.6055,-106.5459 C 136.7509,-106.4848 137.3761,-106.2486 137.5267,-106.2023 C 137.814,-107.3706 138.3048,-108.5262 138.8972,-109.351 C 140.81,-111.7801 140.4737,-114.0676 139.5505,-115.9411 L 139.5304,-115.9489 L 139.5103,-115.9567 L 139.5103,-115.9567 L 139.5103,-115.9567 z "
id="path1266"
sodipodi:nodetypes="cccccccc" />
</g>
<g
id="g1267"
transform="matrix(-1.506659,-1.376448,-1.160906,1.793558,-209.6214,794.0978)"
style="fill:#ffd700">
<path
style="font-size:12px;fill:#ffd700;fill-opacity:1;fill-rule:evenodd;stroke-width:1.28750002"
d="M 140.191,-105.8351 C 141.6502,-105.8941 142.5196,-106.508 142.9047,-107.7044 C 143.139,-108.4225 142.6961,-109.5459 141.9888,-109.8448 C 139.7801,-110.7829 138.0027,-107.0711 137.7639,-106.0887 C 137.8579,-106.0522 138.3236,-105.8811 138.4372,-105.8312 C 138.6979,-106.4086 138.8059,-107.1986 139.6817,-107.5576 C 140.5575,-107.9165 140.7466,-107.3077 140.7342,-106.8805 C 140.7219,-106.4534 140.1006,-105.8266 140.191,-105.8351 L 140.191,-105.8351 L 140.191,-105.8351 L 140.191,-105.8351 L 140.191,-105.8351 L 140.191,-105.8351 z "
id="path1268"
sodipodi:nodetypes="cssccssccccc" />
<path
style="font-size:12px;fill:#ffd700;fill-opacity:1;fill-rule:evenodd;stroke-width:1.28750002"
d="M 139.5103,-115.9567 C 137.55,-114.8141 136.9236,-107.7177 136.6055,-106.5459 C 136.7509,-106.4848 137.3761,-106.2486 137.5267,-106.2023 C 137.814,-107.3706 138.3048,-108.5262 138.8972,-109.351 C 140.81,-111.7801 140.4737,-114.0676 139.5505,-115.9411 L 139.5304,-115.9489 L 139.5103,-115.9567 L 139.5103,-115.9567 L 139.5103,-115.9567 z "
id="path1269"
sodipodi:nodetypes="cccccccc" />
</g>
<path
style="fill:#ffd700;fill-rule:evenodd;stroke-width:0.625;stroke-opacity:0.54779998"
d="M -318.72752,412.52401 L -309.79758,412.35283 C -305.65476,415.12154 -299.63978,415.18066 -295.11037,412.99295 C -294.71041,413.52431 -292.59589,414.14512 -291.96729,414.43313 L -293.56777,416.6168 L -335.00884,416.91066 L -336.27241,414.92481 C -335.41506,414.96962 -333.61455,413.53261 -332.41458,413.21229 C -328.57157,415.58268 -322.44249,415.52019 -318.72752,412.52401 L -318.72752,412.52401 L -318.72752,412.52401 z "
id="path1270"
sodipodi:nodetypes="cccccccccc" />
</g>
</g>
</g>
<g
id="g1271"
transform="matrix(0.802530,0.000000,0.000000,1.000000,-305.2723,60.31597)">
<rect
style="font-size:12px;fill:#ffd700;fill-rule:evenodd;stroke-width:1.17855096"
id="rect1272"
width="22.304514"
height="3.1462967"
x="-57.471504"
y="-168.08365"
transform="matrix(-1.902030,2.682832e-3,4.874460e-2,2.259996,-394.7497,799.3075)"
ry="1.1368347"
rx="2.2992387" />
<g
id="g1273"
transform="translate(-0.327778,0.000000)">
<path
style="font-size:12px;fill:#ffd700;fill-rule:evenodd;stroke-width:1.28750002"
d="M -322.14299,409.71089 C -325.61787,408.39376 -327.33439,406.35887 -327.52998,403.46017 C -327.65494,401.71765 -325.90296,399.65172 -324.01837,399.58254 C -318.13094,399.35655 -316.12238,408.82463 -316.14813,411.14163 C -316.39672,411.14382 -317.62165,411.13391 -317.92546,411.14909 C -318.2,409.68919 -317.97709,407.89425 -319.86496,406.40477 C -321.75281,404.9153 -322.57978,406.07664 -322.81107,407.00947 C -323.04236,407.94227 -321.93081,409.80301 -322.14299,409.71092 L -322.14299,409.71092 L -322.14299,409.71092 L -322.14299,409.71089 L -322.14299,409.71089 L -322.14299,409.71089 z "
id="path1274"
sodipodi:nodetypes="cssccssccccc" />
<path
style="font-size:12px;fill:#ffd700;fill-rule:evenodd;stroke-width:1.28750002"
d="M -306.4166,409.52785 C -302.95317,408.12996 -301.25398,406.05529 -301.08285,403.15232 C -300.9726,401.40707 -302.74182,399.38215 -304.62682,399.35682 C -310.51555,399.26792 -312.44409,408.78182 -312.39881,411.098 C -312.15024,411.09437 -310.92547,411.05595 -310.62159,411.06405 C -310.35941,409.59793 -310.59742,407.80835 -308.72231,406.27508 C -306.84719,404.74181 -306.0105,405.88379 -305.77137,406.81112 C -305.53224,407.73847 -306.62798,409.62488 -306.4166,409.52785 L -306.4166,409.52785 L -306.4166,409.52785 L -306.4166,409.52785 L -306.4166,409.52785 L -306.4166,409.52785 z "
id="path1275"
sodipodi:nodetypes="cssccssccccc" />
<path
style="font-size:12px;fill:#ffd700;fill-rule:evenodd;stroke-width:1.28750002"
d="M -314.41823,388.39986 C -318.40184,392.55951 -319.45855,396.75533 -316.76272,403.42542 C -315.83822,405.65302 -315.43963,408.33423 -315.46546,411.12624 C -315.07816,411.13058 -313.42954,411.09281 -313.03909,411.06085 C -313.08502,408.30356 -312.63482,405.39597 -311.73266,403.10994 C -308.67234,396.23068 -310.91822,391.61461 -314.31202,388.39862 L -314.36514,388.39924 L -314.41823,388.39986 L -314.41823,388.39986 z "
id="path1276"
sodipodi:nodetypes="cccccccc" />
<rect
style="font-size:12px;fill:#ffd700;fill-rule:evenodd;stroke-width:1.17855096"
id="rect1277"
width="9.4807405"
height="1.394206"
x="311.22076"
y="407.50232"
transform="matrix(-0.999932,1.163817e-2,4.216721e-3,0.999991,0.000000,0.000000)" />
<g
id="g1278"
style="fill:#ffd700"
transform="matrix(1.418582,-1.509307,1.267023,1.683285,-394.7497,800.4985)">
<path
style="font-size:12px;fill:#ffd700;fill-opacity:1;fill-rule:evenodd;stroke-width:1.28750002"
d="M 140.191,-105.8351 C 141.6502,-105.8941 142.5196,-106.508 142.9047,-107.7044 C 143.139,-108.4225 142.6961,-109.5459 141.9888,-109.8448 C 139.7801,-110.7829 138.0027,-107.0711 137.7639,-106.0887 C 137.8579,-106.0522 138.3236,-105.8811 138.4372,-105.8312 C 138.6979,-106.4086 138.8059,-107.1986 139.6817,-107.5576 C 140.5575,-107.9165 140.7466,-107.3077 140.7342,-106.8805 C 140.7219,-106.4534 140.1006,-105.8266 140.191,-105.8351 L 140.191,-105.8351 L 140.191,-105.8351 L 140.191,-105.8351 L 140.191,-105.8351 L 140.191,-105.8351 z "
id="path1279"
sodipodi:nodetypes="cssccssccccc" />
<path
style="font-size:12px;fill:#ffd700;fill-opacity:1;fill-rule:evenodd;stroke-width:1.28750002"
d="M 139.5103,-115.9567 C 137.55,-114.8141 136.9236,-107.7177 136.6055,-106.5459 C 136.7509,-106.4848 137.3761,-106.2486 137.5267,-106.2023 C 137.814,-107.3706 138.3048,-108.5262 138.8972,-109.351 C 140.81,-111.7801 140.4737,-114.0676 139.5505,-115.9411 L 139.5304,-115.9489 L 139.5103,-115.9567 L 139.5103,-115.9567 L 139.5103,-115.9567 z "
id="path1280"
sodipodi:nodetypes="cccccccc" />
</g>
<g
id="g1281"
transform="matrix(-1.506659,-1.376448,-1.160906,1.793558,-209.6214,794.0978)"
style="fill:#ffd700">
<path
style="font-size:12px;fill:#ffd700;fill-opacity:1;fill-rule:evenodd;stroke-width:1.28750002"
d="M 140.191,-105.8351 C 141.6502,-105.8941 142.5196,-106.508 142.9047,-107.7044 C 143.139,-108.4225 142.6961,-109.5459 141.9888,-109.8448 C 139.7801,-110.7829 138.0027,-107.0711 137.7639,-106.0887 C 137.8579,-106.0522 138.3236,-105.8811 138.4372,-105.8312 C 138.6979,-106.4086 138.8059,-107.1986 139.6817,-107.5576 C 140.5575,-107.9165 140.7466,-107.3077 140.7342,-106.8805 C 140.7219,-106.4534 140.1006,-105.8266 140.191,-105.8351 L 140.191,-105.8351 L 140.191,-105.8351 L 140.191,-105.8351 L 140.191,-105.8351 L 140.191,-105.8351 z "
id="path1282"
sodipodi:nodetypes="cssccssccccc" />
<path
style="font-size:12px;fill:#ffd700;fill-opacity:1;fill-rule:evenodd;stroke-width:1.28750002"
d="M 139.5103,-115.9567 C 137.55,-114.8141 136.9236,-107.7177 136.6055,-106.5459 C 136.7509,-106.4848 137.3761,-106.2486 137.5267,-106.2023 C 137.814,-107.3706 138.3048,-108.5262 138.8972,-109.351 C 140.81,-111.7801 140.4737,-114.0676 139.5505,-115.9411 L 139.5304,-115.9489 L 139.5103,-115.9567 L 139.5103,-115.9567 L 139.5103,-115.9567 z "
id="path1283"
sodipodi:nodetypes="cccccccc" />
</g>
<path
style="fill:#ffd700;fill-rule:evenodd;stroke-width:0.625;stroke-opacity:0.54779998"
d="M -318.72752,412.52401 L -309.79758,412.35283 C -305.65476,415.12154 -299.63978,415.18066 -295.11037,412.99295 C -294.71041,413.52431 -292.59589,414.14512 -291.96729,414.43313 L -293.56777,416.6168 L -335.00884,416.91066 L -336.27241,414.92481 C -335.41506,414.96962 -333.61455,413.53261 -332.41458,413.21229 C -328.57157,415.58268 -322.44249,415.52019 -318.72752,412.52401 L -318.72752,412.52401 L -318.72752,412.52401 z "
id="path1284"
sodipodi:nodetypes="cccccccccc" />
</g>
</g>
<g
id="g1389"
transform="translate(-0.933189,0.000000)">
<g
id="g1314"
transform="matrix(0.618003,0.511982,-0.637961,0.770069,7.728107,223.1574)">
<rect
style="font-size:12px;fill:#ffd700;fill-rule:evenodd;stroke-width:1.17855096"
id="rect1315"
width="22.304514"
height="3.1462967"
x="-57.471504"
y="-168.08365"
transform="matrix(-1.902030,2.682832e-3,4.874460e-2,2.259996,-394.7497,799.3075)"
ry="1.1368347"
rx="2.2992387" />
<g
id="g1316"
transform="translate(-0.327778,0.000000)">
<path
style="font-size:12px;fill:#ffd700;fill-rule:evenodd;stroke-width:1.28750002"
d="M -322.14299,409.71089 C -325.61787,408.39376 -327.33439,406.35887 -327.52998,403.46017 C -327.65494,401.71765 -325.90296,399.65172 -324.01837,399.58254 C -318.13094,399.35655 -316.12238,408.82463 -316.14813,411.14163 C -316.39672,411.14382 -317.62165,411.13391 -317.92546,411.14909 C -318.2,409.68919 -317.97709,407.89425 -319.86496,406.40477 C -321.75281,404.9153 -322.57978,406.07664 -322.81107,407.00947 C -323.04236,407.94227 -321.93081,409.80301 -322.14299,409.71092 L -322.14299,409.71092 L -322.14299,409.71092 L -322.14299,409.71089 L -322.14299,409.71089 L -322.14299,409.71089 z "
id="path1317"
sodipodi:nodetypes="cssccssccccc" />
<path
style="font-size:12px;fill:#ffd700;fill-rule:evenodd;stroke-width:1.28750002"
d="M -306.4166,409.52785 C -302.95317,408.12996 -301.25398,406.05529 -301.08285,403.15232 C -300.9726,401.40707 -302.74182,399.38215 -304.62682,399.35682 C -310.51555,399.26792 -312.44409,408.78182 -312.39881,411.098 C -312.15024,411.09437 -310.92547,411.05595 -310.62159,411.06405 C -310.35941,409.59793 -310.59742,407.80835 -308.72231,406.27508 C -306.84719,404.74181 -306.0105,405.88379 -305.77137,406.81112 C -305.53224,407.73847 -306.62798,409.62488 -306.4166,409.52785 L -306.4166,409.52785 L -306.4166,409.52785 L -306.4166,409.52785 L -306.4166,409.52785 L -306.4166,409.52785 z "
id="path1318"
sodipodi:nodetypes="cssccssccccc" />
<path
style="font-size:12px;fill:#ffd700;fill-rule:evenodd;stroke-width:1.28750002"
d="M -314.41823,388.39986 C -318.40184,392.55951 -319.45855,396.75533 -316.76272,403.42542 C -315.83822,405.65302 -315.43963,408.33423 -315.46546,411.12624 C -315.07816,411.13058 -313.42954,411.09281 -313.03909,411.06085 C -313.08502,408.30356 -312.63482,405.39597 -311.73266,403.10994 C -308.67234,396.23068 -310.91822,391.61461 -314.31202,388.39862 L -314.36514,388.39924 L -314.41823,388.39986 L -314.41823,388.39986 z "
id="path1319"
sodipodi:nodetypes="cccccccc" />
<rect
style="font-size:12px;fill:#ffd700;fill-rule:evenodd;stroke-width:1.17855096"
id="rect1320"
width="9.4807405"
height="1.394206"
x="311.22076"
y="407.50232"
transform="matrix(-0.999932,1.163817e-2,4.216721e-3,0.999991,0.000000,0.000000)" />
<g
id="g1321"
style="fill:#ffd700"
transform="matrix(1.418582,-1.509307,1.267023,1.683285,-394.7497,800.4985)">
<path
style="font-size:12px;fill:#ffd700;fill-opacity:1;fill-rule:evenodd;stroke-width:1.28750002"
d="M 140.191,-105.8351 C 141.6502,-105.8941 142.5196,-106.508 142.9047,-107.7044 C 143.139,-108.4225 142.6961,-109.5459 141.9888,-109.8448 C 139.7801,-110.7829 138.0027,-107.0711 137.7639,-106.0887 C 137.8579,-106.0522 138.3236,-105.8811 138.4372,-105.8312 C 138.6979,-106.4086 138.8059,-107.1986 139.6817,-107.5576 C 140.5575,-107.9165 140.7466,-107.3077 140.7342,-106.8805 C 140.7219,-106.4534 140.1006,-105.8266 140.191,-105.8351 L 140.191,-105.8351 L 140.191,-105.8351 L 140.191,-105.8351 L 140.191,-105.8351 L 140.191,-105.8351 z "
id="path1322"
sodipodi:nodetypes="cssccssccccc" />
<path
style="font-size:12px;fill:#ffd700;fill-opacity:1;fill-rule:evenodd;stroke-width:1.28750002"
d="M 139.5103,-115.9567 C 137.55,-114.8141 136.9236,-107.7177 136.6055,-106.5459 C 136.7509,-106.4848 137.3761,-106.2486 137.5267,-106.2023 C 137.814,-107.3706 138.3048,-108.5262 138.8972,-109.351 C 140.81,-111.7801 140.4737,-114.0676 139.5505,-115.9411 L 139.5304,-115.9489 L 139.5103,-115.9567 L 139.5103,-115.9567 L 139.5103,-115.9567 z "
id="path1323"
sodipodi:nodetypes="cccccccc" />
</g>
<g
id="g1324"
transform="matrix(-1.506659,-1.376448,-1.160906,1.793558,-209.6214,794.0978)"
style="fill:#ffd700">
<path
style="font-size:12px;fill:#ffd700;fill-opacity:1;fill-rule:evenodd;stroke-width:1.28750002"
d="M 140.191,-105.8351 C 141.6502,-105.8941 142.5196,-106.508 142.9047,-107.7044 C 143.139,-108.4225 142.6961,-109.5459 141.9888,-109.8448 C 139.7801,-110.7829 138.0027,-107.0711 137.7639,-106.0887 C 137.8579,-106.0522 138.3236,-105.8811 138.4372,-105.8312 C 138.6979,-106.4086 138.8059,-107.1986 139.6817,-107.5576 C 140.5575,-107.9165 140.7466,-107.3077 140.7342,-106.8805 C 140.7219,-106.4534 140.1006,-105.8266 140.191,-105.8351 L 140.191,-105.8351 L 140.191,-105.8351 L 140.191,-105.8351 L 140.191,-105.8351 L 140.191,-105.8351 z "
id="path1325"
sodipodi:nodetypes="cssccssccccc" />
<path
style="font-size:12px;fill:#ffd700;fill-opacity:1;fill-rule:evenodd;stroke-width:1.28750002"
d="M 139.5103,-115.9567 C 137.55,-114.8141 136.9236,-107.7177 136.6055,-106.5459 C 136.7509,-106.4848 137.3761,-106.2486 137.5267,-106.2023 C 137.814,-107.3706 138.3048,-108.5262 138.8972,-109.351 C 140.81,-111.7801 140.4737,-114.0676 139.5505,-115.9411 L 139.5304,-115.9489 L 139.5103,-115.9567 L 139.5103,-115.9567 L 139.5103,-115.9567 z "
id="path1326"
sodipodi:nodetypes="cccccccc" />
</g>
<path
style="fill:#ffd700;fill-rule:evenodd;stroke-width:0.625;stroke-opacity:0.54779998"
d="M -318.72752,412.52401 L -309.79758,412.35283 C -305.65476,415.12154 -299.63978,415.18066 -295.11037,412.99295 C -294.71041,413.52431 -292.59589,414.14512 -291.96729,414.43313 L -293.56777,416.6168 L -335.00884,416.91066 L -336.27241,414.92481 C -335.41506,414.96962 -333.61455,413.53261 -332.41458,413.21229 C -328.57157,415.58268 -322.44249,415.52019 -318.72752,412.52401 L -318.72752,412.52401 L -318.72752,412.52401 z "
id="path1327"
sodipodi:nodetypes="cccccccccc" />
</g>
</g>
<g
id="g1328"
transform="matrix(-0.618003,0.511982,0.637961,0.770069,-1121.624,223.1574)">
<rect
style="font-size:12px;fill:#ffd700;fill-rule:evenodd;stroke-width:1.17855096"
id="rect1329"
width="22.304514"
height="3.1462967"
x="-57.471504"
y="-168.08365"
transform="matrix(-1.902030,2.682832e-3,4.874460e-2,2.259996,-394.7497,799.3075)"
ry="1.1368347"
rx="2.2992387" />
<g
id="g1330"
transform="translate(-0.327778,0.000000)">
<path
style="font-size:12px;fill:#ffd700;fill-rule:evenodd;stroke-width:1.28750002"
d="M -322.14299,409.71089 C -325.61787,408.39376 -327.33439,406.35887 -327.52998,403.46017 C -327.65494,401.71765 -325.90296,399.65172 -324.01837,399.58254 C -318.13094,399.35655 -316.12238,408.82463 -316.14813,411.14163 C -316.39672,411.14382 -317.62165,411.13391 -317.92546,411.14909 C -318.2,409.68919 -317.97709,407.89425 -319.86496,406.40477 C -321.75281,404.9153 -322.57978,406.07664 -322.81107,407.00947 C -323.04236,407.94227 -321.93081,409.80301 -322.14299,409.71092 L -322.14299,409.71092 L -322.14299,409.71092 L -322.14299,409.71089 L -322.14299,409.71089 L -322.14299,409.71089 z "
id="path1331"
sodipodi:nodetypes="cssccssccccc" />
<path
style="font-size:12px;fill:#ffd700;fill-rule:evenodd;stroke-width:1.28750002"
d="M -306.4166,409.52785 C -302.95317,408.12996 -301.25398,406.05529 -301.08285,403.15232 C -300.9726,401.40707 -302.74182,399.38215 -304.62682,399.35682 C -310.51555,399.26792 -312.44409,408.78182 -312.39881,411.098 C -312.15024,411.09437 -310.92547,411.05595 -310.62159,411.06405 C -310.35941,409.59793 -310.59742,407.80835 -308.72231,406.27508 C -306.84719,404.74181 -306.0105,405.88379 -305.77137,406.81112 C -305.53224,407.73847 -306.62798,409.62488 -306.4166,409.52785 L -306.4166,409.52785 L -306.4166,409.52785 L -306.4166,409.52785 L -306.4166,409.52785 L -306.4166,409.52785 z "
id="path1332"
sodipodi:nodetypes="cssccssccccc" />
<path
style="font-size:12px;fill:#ffd700;fill-rule:evenodd;stroke-width:1.28750002"
d="M -314.41823,388.39986 C -318.40184,392.55951 -319.45855,396.75533 -316.76272,403.42542 C -315.83822,405.65302 -315.43963,408.33423 -315.46546,411.12624 C -315.07816,411.13058 -313.42954,411.09281 -313.03909,411.06085 C -313.08502,408.30356 -312.63482,405.39597 -311.73266,403.10994 C -308.67234,396.23068 -310.91822,391.61461 -314.31202,388.39862 L -314.36514,388.39924 L -314.41823,388.39986 L -314.41823,388.39986 z "
id="path1333"
sodipodi:nodetypes="cccccccc" />
<rect
style="font-size:12px;fill:#ffd700;fill-rule:evenodd;stroke-width:1.17855096"
id="rect1334"
width="9.4807405"
height="1.394206"
x="311.22076"
y="407.50232"
transform="matrix(-0.999932,1.163817e-2,4.216721e-3,0.999991,0.000000,0.000000)" />
<g
id="g1335"
style="fill:#ffd700"
transform="matrix(1.418582,-1.509307,1.267023,1.683285,-394.7497,800.4985)">
<path
style="font-size:12px;fill:#ffd700;fill-opacity:1;fill-rule:evenodd;stroke-width:1.28750002"
d="M 140.191,-105.8351 C 141.6502,-105.8941 142.5196,-106.508 142.9047,-107.7044 C 143.139,-108.4225 142.6961,-109.5459 141.9888,-109.8448 C 139.7801,-110.7829 138.0027,-107.0711 137.7639,-106.0887 C 137.8579,-106.0522 138.3236,-105.8811 138.4372,-105.8312 C 138.6979,-106.4086 138.8059,-107.1986 139.6817,-107.5576 C 140.5575,-107.9165 140.7466,-107.3077 140.7342,-106.8805 C 140.7219,-106.4534 140.1006,-105.8266 140.191,-105.8351 L 140.191,-105.8351 L 140.191,-105.8351 L 140.191,-105.8351 L 140.191,-105.8351 L 140.191,-105.8351 z "
id="path1336"
sodipodi:nodetypes="cssccssccccc" />
<path
style="font-size:12px;fill:#ffd700;fill-opacity:1;fill-rule:evenodd;stroke-width:1.28750002"
d="M 139.5103,-115.9567 C 137.55,-114.8141 136.9236,-107.7177 136.6055,-106.5459 C 136.7509,-106.4848 137.3761,-106.2486 137.5267,-106.2023 C 137.814,-107.3706 138.3048,-108.5262 138.8972,-109.351 C 140.81,-111.7801 140.4737,-114.0676 139.5505,-115.9411 L 139.5304,-115.9489 L 139.5103,-115.9567 L 139.5103,-115.9567 L 139.5103,-115.9567 z "
id="path1337"
sodipodi:nodetypes="cccccccc" />
</g>
<g
id="g1338"
transform="matrix(-1.506659,-1.376448,-1.160906,1.793558,-209.6214,794.0978)"
style="fill:#ffd700">
<path
style="font-size:12px;fill:#ffd700;fill-opacity:1;fill-rule:evenodd;stroke-width:1.28750002"
d="M 140.191,-105.8351 C 141.6502,-105.8941 142.5196,-106.508 142.9047,-107.7044 C 143.139,-108.4225 142.6961,-109.5459 141.9888,-109.8448 C 139.7801,-110.7829 138.0027,-107.0711 137.7639,-106.0887 C 137.8579,-106.0522 138.3236,-105.8811 138.4372,-105.8312 C 138.6979,-106.4086 138.8059,-107.1986 139.6817,-107.5576 C 140.5575,-107.9165 140.7466,-107.3077 140.7342,-106.8805 C 140.7219,-106.4534 140.1006,-105.8266 140.191,-105.8351 L 140.191,-105.8351 L 140.191,-105.8351 L 140.191,-105.8351 L 140.191,-105.8351 L 140.191,-105.8351 z "
id="path1339"
sodipodi:nodetypes="cssccssccccc" />
<path
style="font-size:12px;fill:#ffd700;fill-opacity:1;fill-rule:evenodd;stroke-width:1.28750002"
d="M 139.5103,-115.9567 C 137.55,-114.8141 136.9236,-107.7177 136.6055,-106.5459 C 136.7509,-106.4848 137.3761,-106.2486 137.5267,-106.2023 C 137.814,-107.3706 138.3048,-108.5262 138.8972,-109.351 C 140.81,-111.7801 140.4737,-114.0676 139.5505,-115.9411 L 139.5304,-115.9489 L 139.5103,-115.9567 L 139.5103,-115.9567 L 139.5103,-115.9567 z "
id="path1340"
sodipodi:nodetypes="cccccccc" />
</g>
<path
style="fill:#ffd700;fill-rule:evenodd;stroke-width:0.625;stroke-opacity:0.54779998"
d="M -318.72752,412.52401 L -309.79758,412.35283 C -305.65476,415.12154 -299.63978,415.18066 -295.11037,412.99295 C -294.71041,413.52431 -292.59589,414.14512 -291.96729,414.43313 L -293.56777,416.6168 L -335.00884,416.91066 L -336.27241,414.92481 C -335.41506,414.96962 -333.61455,413.53261 -332.41458,413.21229 C -328.57157,415.58268 -322.44249,415.52019 -318.72752,412.52401 L -318.72752,412.52401 L -318.72752,412.52401 z "
id="path1341"
sodipodi:nodetypes="cccccccccc" />
</g>
</g>
</g>
</g>
</g>
<path
style="fill:#f8e801;fill-rule:evenodd;stroke-width:1pt"
d="M -671.74822,144.13192 C -671.74822,208.61696 -672.77791,279.37243 -656.03521,327.80623 C -653.38599,335.49505 -650.07068,342.74603 -646.43801,349.82705 L -646.43801,144.13192 C -654.87518,144.13192 -663.31071,144.13192 -671.74822,144.13192 z M -621.12787,144.13192 L -621.12787,386.54378 C -613.44619,395.09067 -604.96744,402.83088 -595.8173,409.79304 L -595.8173,144.13192 C -604.2548,144.13192 -612.69036,144.13192 -621.12787,144.13192 z M -570.50717,144.13192 L -570.50717,426.12685 C -566.36046,428.35593 -562.18457,430.56351 -557.87464,432.49645 C -553.60043,430.44943 -549.41146,428.1515 -545.2418,425.80841 L -545.2418,144.13192 C -553.6641,144.13192 -562.08484,144.13192 -570.50717,144.13192 z M -519.93161,144.13192 L -519.93161,409.06512 C -510.8604,402.12505 -502.36733,394.4704 -494.62142,386.08861 L -494.62142,144.13192 C -503.05859,144.13192 -511.49413,144.13192 -519.93161,144.13192 z M -469.31092,144.13192 L -469.31092,350.78239 C -465.34084,343.39056 -461.7542,335.82488 -459.04407,327.80623 C -448.07036,296.51438 -444.87427,262.90851 -444.00073,228.25716 L -444.00073,144.13192 C -452.43821,144.13192 -460.87376,144.13192 -469.31092,144.13192 z "
id="path1129" />
</g>
<g
id="g991"
transform="matrix(1.454482,0.000000,0.000000,1.454482,253.8155,-713.7680)">
<path
style="fill:#b61511;fill-rule:evenodd;stroke-width:1.01447382pt"
d="M -223.36107,771.8076 C -191.87323,757.95378 -164.30736,732.84862 -152.72926,699.87942 C -141.00925,666.61497 -141.7413,616.58233 -141.7413,574.40349 C -192.03553,574.40349 -254.29514,573.75116 -300.72122,573.75115 C -300.72122,615.7817 -304.41102,661.34089 -290.636,699.87942 C -279.50402,732.19534 -253.97716,757.4225 -223.36107,771.8076 z "
id="path1537"
sodipodi:nodetypes="cccccc"
transform="translate(-336.6142,14.56720)" />
<path
style="fill:#ffff00;fill-rule:evenodd;stroke-width:1.01447382pt"
d="M -637.52289,588.33094 L -637.52289,656.29969 C -636.57673,676.49444 -634.02029,696.27808 -627.52289,714.45594 C -625.46724,720.42344 -622.78291,726.05803 -619.80414,731.51844 L -619.80414,588.39344 C -625.33425,588.37898 -632.34716,588.33103 -637.52289,588.33094 z M -602.11664,588.45594 L -602.11664,756.08094 C -596.72274,761.85321 -590.76322,767.0941 -584.39789,771.83094 L -584.39789,588.54969 C -590.40569,588.51731 -596.30947,588.48116 -602.11664,588.45594 z M -566.67914,588.61219 L -566.67914,782.98719 C -564.54297,784.12674 -562.43338,785.33239 -560.24164,786.36219 C -556.41203,784.67727 -552.65226,782.81138 -548.96039,780.79969 L -548.96039,588.67469 C -555.13859,588.63882 -560.54769,588.64812 -566.67914,588.61219 z M -531.24164,588.73719 L -531.24164,769.26844 C -524.85373,764.45942 -518.92452,759.11861 -513.52289,753.26844 L -513.52289,588.83094 C -519.5638,588.80603 -525.09359,588.76938 -531.24164,588.73719 z M -495.80414,588.89344 L -495.80414,728.39344 C -493.45128,723.90003 -491.31762,719.29955 -489.61664,714.45594 C -477.89664,681.1915 -478.61664,631.13478 -478.61664,588.95594 C -484.05331,588.95594 -490.12295,588.90704 -495.80414,588.89344 z "
id="path985" />
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 62 KiB

File diff suppressed because it is too large Load Diff

After

Width:  |  Height:  |  Size: 165 KiB

View File

@ -0,0 +1,653 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 15.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg version="1.1"
id="svg1" inkscape:output_extension="org.inkscape.output.svg.inkscape" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:svg="http://www.w3.org/2000/svg" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://creativecommons.org/ns#" sodipodi:version="0.32" inkscape:version="0.46" sodipodi:docname="Trinity College (Cambridge) Crest.svg" sodipodi:docbase="H:\Leo\[ Interessantes ]\College Crests\Shields"
xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="302.973px"
height="352.777px" viewBox="0 0 302.973 352.777" enable-background="new 0 0 302.973 352.777" xml:space="preserve">
<defs>
<inkscape:perspective id="perspective2757" sodipodi:type="inkscape:persp3d" inkscape:vp_z="301.18109 : 177.16536 : 1" inkscape:vp_y="0 : 1000 : 0" inkscape:vp_x="0 : 177.16536 : 1" inkscape:persp3d-origin="150.59055 : 118.11024 : 1">
</inkscape:perspective>
<inkscape:perspective id="perspective2879" sodipodi:type="inkscape:persp3d" inkscape:vp_z="744.09448 : 526.18109 : 1" inkscape:vp_y="0 : 1000 : 0" inkscape:vp_x="0 : 526.18109 : 1" inkscape:persp3d-origin="372.04724 : 350.78739 : 1">
</inkscape:perspective>
</defs>
<g id="Layer_2">
</g>
<sodipodi:namedview id="base" inkscape:cy="252.25138" inkscape:cx="40.890019" borderopacity="1.0" gridtolerance="0.4mm" pagecolor="#ffffff" bordercolor="#666666" showgrid="true" inkscape:zoom="1" inkscape:window-y="-8" inkscape:document-units="mm" inkscape:current-layer="g1731" inkscape:pageopacity="0.0" inkscape:pageshadow="2" inkscape:window-width="1280" inkscape:window-height="750" inkscape:window-x="-8">
<inkscape:grid type="xygrid" color="#0000ff" id="GridFromPre046Settings" originx="0px" originy="0mm" opacity="0.2" spacingx="10mm" empcolor="#0000ff" empspacing="5" empopacity="0.4" spacingy="10mm">
</inkscape:grid>
</sodipodi:namedview>
<path id="path1534" sodipodi:nodetypes="cccccccc" fill="#FFFFFF" stroke="#000000" d="M150.232,352.778
C316.427,275.302,298.599,143.185,298.506,4.964c0.162-0.399,0.332-0.797,0.494-1.196c-0.165,0-0.329,0-0.494,0
c-97.063,0-194.135,0-291.198,0c-0.165,0-0.329,0-0.494,0c0.162,0.399,0.332,0.797,0.494,1.196
C7.214,143.185-6.459,275.302,150.232,352.778z"/>
<rect x="7.307" y="3.767" fill="#FF0000" stroke="#070404" stroke-width="0.7" stroke-linecap="round" width="291.46" height="90.563"/>
<path id="path3981" fill="#FF0000" stroke="#000000" stroke-width="0.5342" d="M7.001,93.332l291.767,0.998"/>
<path id="path3983_4_" fill="none" stroke="#000000" d="M226,303.331"/>
<path id="path3983_3_" fill="none" stroke="#000000" d="M152,184.331"/>
<path id="path3983_1_" fill="none" stroke="#000000" d="M78,303.331"/>
<path id="path3985_4_" fill="none" stroke="#000000" d="M49,267.331"/>
<path id="path3985_3_" fill="none" stroke="#000000" d="M152,98.331"/>
<path id="path3985_1_" fill="none" stroke="#000000" d="M255,267.331"/>
<path id="path4045" fill="none" stroke="#000000" stroke-width="2" d="M30.723,16.687H18.561"/>
<path id="path4047" fill="none" stroke="#000000" d="M17.854,41.613l1.237-24.926"/>
<g id="g4101">
<g id="g4079">
<path id="path4023" fill="none" stroke="#000000" stroke-width="2" d="M65.937,55.401c-0.171-0.043,2.287-0.881,3.006-1.061
c0.896-0.224,1.877-0.188,2.651,0c0.806,0.195,1.533,0.649,2.121,1.237c0.706,0.706,1.311,1.157,1.769,1.768
c0.364,0.486,0.733,0.911,1.062,1.237"/>
<path id="path4029" fill="none" stroke="#000000" stroke-width="2" d="M66.291,31.889c0.249,0.125,2.136,0,3.006,0
c1.174,0,1.875,0.055,2.828,0.531c0.897,0.449,1.895,0.505,2.65,0.884c0.652,0.326,1.139,0.607,1.77,1.237
c0.84,0.84,1.084,1.505,1.943,2.65c0.791,1.056,0.853,1.655,0.354,2.651c-0.104,0.207-0.947,0.594-1.061,0.707"/>
<g id="g4060">
<g id="g4053">
<path id="path4007" fill="none" stroke="#000000" stroke-width="2" d="M32.161,14.066l34.13,0.324l-0.707,57.629l-33.587-0.707
L31.82,48.153l6.188,0.178l0.177,16.617l21.567-0.53l0.529-44.726l-22.45-0.353v14.319l-6.188-0.354L32.161,14.066z"/>
<path id="path4009" fill="none" stroke="#000000" stroke-width="2" d="M60.281,19.692l-9.546,19.27
c0.235,0.236,0.473,0.472,0.707,0.707c0.583,0.583,0.53,1.352,0.53,2.299c0,1.029-0.057,1.704-0.354,2.298
c-0.359,0.718-1.317,1.036-2.121,1.237c-0.772,0.192-1.56-0.675-1.945-1.062c-0.501-0.501-0.898-1.122-1.061-1.768
c-0.221-0.88,0.088-1.943,0.354-2.476c0.346-0.69,1.131-0.901,1.769-1.062c0.638-0.159,1.464-0.045,2.121-0.177"/>
<path id="path4011" fill="none" stroke="#000000" stroke-width="2" d="M50.205,45.325l9.191,18.915"/>
<path id="path4013" fill="none" stroke="#000000" stroke-width="2" d="M38.36,64.417l9.192-19.977"/>
<path id="path4015" fill="none" stroke="#000000" stroke-width="2" d="M38.183,19.339l9.723,19.976"/>
</g>
<path id="path4017" fill="none" stroke="#000000" stroke-width="2" d="M32.174,14.92c0.972-0.243,0,2.003,0,3.005
s0,2.004,0,3.005c0,1.062,0,2.122,0,3.183c0,0.885,0,1.769,0,2.651c0,0.955,0.003,1.932-0.177,2.651
c-0.256,1.021-0.53,1.717-0.53,2.829c0,0.818-0.036,1.731-0.177,2.298L16.44,42.32l0.354,12.552l15.025-6.719"/>
<path id="path4019" fill="none" stroke="#000000" stroke-width="2" d="M23.158,51.689l0.529,24.926l8.662-5.748"/>
<path id="path4021" sodipodi:nodetypes="cccssssssssc" fill="none" stroke="#000000" stroke-width="2" d="M18.208,54.164
l0.707,26.87l51.441,0.529c0,0.922,1.737-0.685,2.476-1.236c0.74-0.557,1.282-0.931,1.768-1.414
c0.739-0.739,1.585-0.876,2.299-1.77c0.835-1.044,0.885-2.184,0.885-3.535c0-1.143-1.563-2.358-1.769-3.182
c-0.154-0.614-1.283-0.995-1.769-1.237c-0.853-0.427-1.543-0.972-2.651-1.415c-0.872-0.349-2.448,0.053-3.358-0.177
c-1.021-0.255-1.478-0.208-2.121-0.53"/>
<path id="path4025" fill="none" stroke="#000000" stroke-width="2" d="M65.937,49.567c0.013,0.016,2.426-0.253,2.829-0.354
c1.037-0.259,2.068,0.17,2.828,0.354c0.856,0.208,1.489,0.461,2.475,0.708c0.688,0.171,1.271,0.915,1.593,1.237
c0.613,0.614,1.069,1.257,1.414,1.944c0.378,0.756,0.707,1.188,0.707,2.121c0,1.028-0.058,1.704-0.354,2.298
c-0.155,0.31-0.836,0.475-1.061,0.53"/>
<path id="path4027" fill="none" stroke="#000000" stroke-width="2" d="M65.937,37.9c-0.416,0.833,1.748-0.657,2.652-0.884
c0.862-0.216,2.124,0,3.005,0c0.804,0,1.563,0.782,2.121,1.062c0.792,0.396,1.412,1.06,2.122,1.414
c0.674,0.337,0.913,0.826,1.061,1.414"/>
<path id="path4031" fill="none" stroke="#000000" stroke-width="2" d="M76.721,40.906l-0.53,11.138"/>
<path id="path4033" fill="none" stroke="#000000" stroke-width="2" d="M65.937,20.753c-0.421,0.844,1.886,0,2.829,0
c1.121,0,2.161,0.03,2.828,0.354c0.876,0.427,1.721,1.05,2.475,1.237c0.866,0.217,1.089,0.911,1.593,1.415
c0.557,0.557,0.821,1,1.236,1.414"/>
<path id="path4039" fill="none" stroke="#000000" stroke-width="2" d="M76.721,34.011l0.177-9.016
c-0.133,0.133,1.591-1.428,1.591-3.006c0-1.216-0.299-1.372-0.529-2.299c-0.266-1.059-1.396-1.938-2.121-2.121
c-0.779-0.194-2.253-1.469-2.652-1.768c-0.623-0.468-2.185-0.493-2.828-0.707c-0.7-0.234-1.939-0.044-2.475-0.177
c-0.663-0.166-0.599-0.371-1.237-0.53"/>
<path id="path4041" fill="none" stroke="#000000" stroke-width="2" d="M38.007,33.481l-2.573,4.065l4.695-1.591l0.177,9.369
l-4.243-1.062l2.121,3.712"/>
<path id="path4043" fill="none" stroke="#000000" stroke-width="2" d="M31.467,36.133l0.354,8.662"/>
<path id="path4049" fill="none" stroke="#000000" stroke-width="2" d="M32.161,14.066c-0.53,0.796-1.667,2.622-2.108,3.505
c-0.428,0.854-0.9,1.245-1.592,1.592c-0.873,0.437-1.479,1.004-2.651,1.591c-0.732,0.367-1.832,0.177-2.65,0.177v18.031"/>
</g>
</g>
<path id="path4051" fill="none" stroke="#000000" stroke-width="2" d="M75.661,57.699V69.72"/>
</g>
<path id="path4125" fill="none" stroke="#000000" d="M79.019,37.9c0.065,0.777-0.559,1.796-1.061,2.299
c-0.344,0.343-0.304,0.417-0.884,0.707"/>
<path id="path4277" fill="#FF0000" stroke="#070404" stroke-width="2" stroke-linecap="round" d="M223.37,298.741
c-28.364-45.947-70.896-115.279-71.379-115.279c-0.355,0-16.795,25.947-36.528,57.66c-19.735,31.714-37.201,60.146-37.591,60.743
c-0.444,0.677-2.26-1.412-4.851-3.911c-4.763-4.594-18.655-21.915-21.063-26.144l-2.623-3.85l51.813-84.326l50.813-83.325
l2.398,3.825c1.319,2.104,23.9,39.15,50.182,82.326c27.537,45.239,52.021,83.061,51.19,82.111
c-2.884,7.783-23.134,29.533-29.941,34.728L223.37,298.741z"/>
<path id="path4353" fill="#FFFF00" stroke="#070404" stroke-width="0.2475" stroke-linecap="round" d="M0,0"/>
<path id="path2598" fill="#FFFF00" stroke="#070404" stroke-width="0.2475" stroke-linecap="round" d="M55.085,53.843
c-2.114-4.329-3.738-8.076-3.609-8.326c0.128-0.251,0.464-0.854,0.744-1.34c0.67-1.158,0.658-2.966-0.029-4.415L51.639,38.6
l3.892-7.729l3.893-7.729l-0.027,11.49c-0.015,6.319-0.125,14.999-0.246,19.287l-0.22,7.796L55.085,53.843z"/>
<path id="path2600" fill="#FFFF00" stroke="#070404" stroke-linecap="round" d="M43.851,29.433l-4.427-9.122l8.338-0.104
c4.586-0.059,8.999-0.012,9.808,0.104l1.47,0.21l-4.359,8.911C48.81,41.426,49.673,41.426,43.851,29.433L43.851,29.433z"/>
<path id="path2602" fill="#FFFF00" stroke="#070404" stroke-linecap="round" d="M38.829,58.448
c-0.126-1.491-0.229-4.646-0.229-7.011c0-3.23-0.143-4.458-0.519-4.983c-0.952-1.331-1.029-1.315,1.049-0.755
c0.866,0.232,1.679,0.274,1.787,0.167c0.107-0.108,0.086-2.586-0.051-5.507l-0.247-5.309l-1.407,0.496
c-1.991,0.703-2.635,1.346-1.809,0.185c0.667-0.936,1.199-2.271,1.228-7.696l-0.271-7.282l4.487,9.812
c3.668,7.438,4.124,8.555,3.687,9.039c-0.831,0.919-0.998,2.639-0.378,3.882l0.563,1.13l-3.745,8.178
c-2.061,4.498-3.784,8.221-3.831,8.272S38.955,59.94,38.829,58.448L38.829,58.448z"/>
<path id="path2606" fill="#FFFF00" stroke="#070404" stroke-linecap="round" d="M39.306,64.117c0-0.146,7.666-16.923,8.175-17.891
c0.281-0.533,0.443-0.547,1.455-0.121c1.023,0.431,1.563,1.352,5.284,9.016c2.627,5.412,3.988,8.585,3.719,8.668
C57.366,63.968,39.306,64.285,39.306,64.117L39.306,64.117z"/>
<path id="path2632" fill="#FFFF00" stroke="#070404" stroke-width="0.2475" stroke-linecap="round" d="M0,0"/>
<path id="path2634" fill="#FFFF00" stroke="#070404" stroke-width="0.2475" stroke-linecap="round" d="M0,0"/>
<path id="path2636" fill="#FFFF00" stroke="#070404" stroke-width="0.2475" stroke-linecap="round" d="M24.16,73.123
c-0.105-1.206-0.101-6.421-0.181-11.515l-0.227-9.205c0,0,3.133-1.444,4.641-2.141l2.844-1.219l0.109,10.969l0.156,10.766
l-3.656,2.406l-3.625,2.453L24.16,73.123z"/>
<path id="path2638" fill="#FFFF00" stroke="#070404" stroke-linecap="round" d="M49.736,71.027
c-5.25-0.133-11.256-0.262-13.347-0.286l-3.801-0.048v-10.96V48.772l1.855,0.006c3.668-0.062,3.199-0.607,3.029,8.786l0.111,8.11
l4.838-0.144c2.661-0.079,7.8-0.239,11.42-0.355l6.582-0.213l0.262-22.788c0.146-12.533,0.199-22.852,0.121-22.93
c-0.077-0.077-5.424-0.252-11.882-0.39l-11.741-0.247v7.127v7.127h-2.512h-2.513l0.222-1.503c0.121-0.825,0.056-4.725,0.223-8.711
c0.166-3.985-0.022-7.91,0-7.958c0.024-0.049,7.939,0.495,16.8,0.495h16.108l-0.223,27.488c-0.123,15.119-0.304,27.768-0.399,28.107
c-0.15,0.527-0.575,0.608-2.893,0.553C60.505,71.298,54.987,71.16,49.736,71.027L49.736,71.027z"/>
<path id="path2640" fill="#FFFF00" stroke="#070404" stroke-width="0.2475" stroke-linecap="round" d="M17.21,49.873
c-0.04-2.141-0.253-7.203-0.253-7.203l7.501-3.787c4.484-2.365,7.377-4.045,7.452-4.416c0.104-0.52,0.016-0.641,0.016-0.641
c1.197,0.136,5.126,0.28,5.126,0.28s-2.908,4.412-2.746,4.412c0.161,0,5.401-2.143,5.401-2.143s-0.048,2.447-0.048,4.4l0.048,3.876
l-2.11-0.577c-1.173-0.297-2.407-0.497-2.407-0.497s0.583,1.113,1.221,2.227l1.188,2.067l-3.375-0.188
c-1.647-0.126-2.802-0.089-2.984,0.078c-0.321,0.295-13.574,6.4-13.905,6.4C17.241,54.164,17.21,49.873,17.21,49.873z
M32.347,43.576c-0.031-0.738-0.184-2.736-0.187-4.438c-0.003-2.855,0.021-3.094-0.634-3.094c-0.807,0-0.732,0.821-0.337,5.922
c0.202,2.597,0.166,2.917,0.789,2.917C32.594,44.884,32.399,44.795,32.347,43.576z"/>
<path id="path2642" fill="#FFFF00" stroke="#070404" stroke-width="0.2475" stroke-linecap="round" d="M23.751,29.621v-8.072h1.063
c2.017-0.597,3.728-1.647,5.416-3.483l1.414-2.042l-0.309,5.701c-0.102,2.917-0.005,6.726-0.112,8.674l-0.25,3.833l-3.583,1.9
l-3.638,1.85L23.751,29.621L23.751,29.621z"/>
<path id="path2648" fill="#FFFF00" stroke="#070404" stroke-width="0.2475" stroke-linecap="round" d="M73.155,67.839
c-0.729-0.387-2.241-0.782-3.357-0.881c-3.878-0.343-3.748-0.242-3.491-2.699c0.123-1.186,0.225-3.551,0.225-5.256V55.9l1.769-0.587
c2.248-0.746,3.568-0.465,5.344,1.14l1.374,1.241v5.438c0,2.991-0.119,5.432-0.265,5.424C74.604,68.548,73.886,68.224,73.155,67.839
L73.155,67.839z"/>
<path id="path2650" fill="#FFFF00" stroke="#070404" stroke-width="0.2475" stroke-linecap="round" d="M74.831,55.835
c-2.292-2.326-4.082-2.711-7.505-1.612c-0.766,0.245-0.797,0.173-0.797-1.85c0-1.883,0.084-2.126,0.797-2.316
c1.754-0.471,4.874,0.063,6.986,1.193c1.746,0.935,3.615,5.478,2.529,6.147C76.681,57.498,75.775,56.795,74.831,55.835
L74.831,55.835z"/>
<path id="path2652" fill="#FFFF00" stroke="#070404" stroke-width="0.2475" stroke-linecap="round" d="M74.913,50.021
c-1.121-0.819-5.171-1.649-6.836-1.399l-1.548,0.231v-5.124v-5.124l1.149-0.48c2.03-0.852,3.876-0.567,6.256,0.959l2.152,1.381
l-0.23,4.95c-0.127,2.723-0.249,4.977-0.271,5.009C75.563,50.456,75.26,50.275,74.913,50.021L74.913,50.021z"/>
<path id="path2654" fill="#FFFF00" stroke="#070404" stroke-width="0.2475" stroke-linecap="round" d="M74.862,38.113
c-2.257-1.577-2.617-1.715-4.53-1.715c-1.145,0-2.4,0.172-2.793,0.383c-0.395,0.211-0.79,0.307-0.884,0.214
c-0.093-0.093-0.059-1.14,0.076-2.326l0.244-2.158h1.667c1.73,0,5.2,1.027,6.626,1.962c0.936,0.612,2.929,3.238,2.929,3.856
c0,0.226-0.197,0.654-0.44,0.955C77.369,39.76,77.01,39.615,74.862,38.113L74.862,38.113z"/>
<path id="path2656" fill="#FFFF00" stroke="#070404" stroke-width="0.2475" stroke-linecap="round" d="M73.601,32.226
c-1.264-0.451-3.293-0.913-4.508-1.026l-2.21-0.206v-4.723v-4.723h1.998c2.406,0,5.277,1.268,6.443,2.844
c0.701,0.95,0.765,1.404,0.675,4.853l-0.102,3.803L73.601,32.226z"/>
<g id="g2660">
<path id="path2604" fill="#FFFF00" stroke="#070404" stroke-width="0.2475" stroke-linecap="round" d="M48,43.796
c-1.534-1.823-1.065-3.622,1.047-4.02c1.708-0.319,2.281,0.219,2.281,2.146c0,1.076-0.217,1.763-0.708,2.255
C49.647,45.149,49.068,45.065,48,43.796L48,43.796z"/>
<path id="path2644" fill="#FFFF00" stroke="#070404" stroke-width="0.2475" stroke-linecap="round" d="M38.599,80.576
c-10.403-0.125-19.131-0.033-19.158-0.063c-0.025-0.03-0.13-4.32-0.25-9.328c-0.12-5.007-0.203-10.707-0.313-12.703l-0.126-3.891
l1.845-0.781l2.031-0.938l0.281,11.53c0.138,6.269,0.147,11.854,0.206,12.391l0.042,0.798l8.772-5.817l14.624,0.492
c8.167,0.115,15.923,0.302,17.235,0.415l2.387,0.205v-2.439v-2.438l2.387,0.131c4.471,0.246,8.573,3.272,8.573,6.322
c0,1.413-0.588,2.137-3.632,4.468l-2.634,2.018l-6.679-0.07C60.519,80.837,49.003,80.702,38.599,80.576L38.599,80.576z"/>
<path id="path2646" fill="#FFFF00" stroke="#070404" stroke-width="0.2475" stroke-linecap="round" d="M19.556,17.306l4.122,0.035
c2.082,0.02,5.371-0.166,5.836-0.035c0.813,0.229-0.842,1.386-2.333,2.386c-0.996,0.669-1.708,1.062-2.786,0.832l-1.883-0.213
l0.126,18.116l-4.166,2.301L19.556,17.306z"/>
<path id="path2658" fill="#FFFF00" stroke="#070404" stroke-width="0.2475" stroke-linecap="round" d="M75.948,23.014
c-1.609-1.682-4.859-2.965-7.146-2.822l-1.92,0.119l0.001-2.514v-2.515l2.74,0.438c2.159,0.346,3.246,0.756,5.124,1.934
c1.988,1.247,2.452,1.725,2.799,2.883c0.337,1.123,0.319,1.59-0.091,2.455L76.95,24.06L75.948,23.014z"/>
</g>
<path id="path2770" fill="#FFFF00" stroke="#070404" stroke-width="0.1237" stroke-linecap="round" d="M0,0"/>
<path id="path2798" fill="#FFFF00" stroke="#070404" stroke-width="0.1237" stroke-linecap="round" d="M0,0"/>
<path id="path2806" fill="#FFFF00" stroke="#070404" stroke-width="0.0109" stroke-linecap="round" d="M0,0"/>
<path id="path2824" fill="#FFFF00" stroke="#070404" stroke-width="0.0109" stroke-linecap="round" d="M0,0"/>
<path id="path2850" fill="#FF0000" stroke="#070404" stroke-width="0.0219" stroke-linecap="round" d="M0,0"/>
<path id="path2852" fill="#FF0000" stroke="#070404" stroke-width="0.0219" stroke-linecap="round" d="M0,0"/>
<path id="path2864" fill="#FF0000" stroke="#070404" stroke-width="0.1237" stroke-linecap="round" d="M0,0"/>
<path id="path2868" fill="#FF0000" stroke="#070404" stroke-width="0.1237" stroke-linecap="round" d="M0,0"/>
<path id="path2898" fill="#FFFF00" stroke="#070404" stroke-width="0.1237" stroke-linecap="round" d="M0,0"/>
<path id="path4045_1_" fill="none" stroke="#000000" stroke-width="2" d="M235.723,16.687h-12.162"/>
<path id="path4047_1_" fill="none" stroke="#000000" d="M222.854,41.613l1.237-24.926"/>
<g id="g4101_1_">
<g id="g4079_1_">
<path id="path4023_1_" fill="none" stroke="#000000" stroke-width="2" d="M270.937,55.401c-0.171-0.043,2.287-0.881,3.006-1.061
c0.896-0.224,1.877-0.188,2.651,0c0.806,0.195,1.533,0.649,2.121,1.237c0.706,0.706,1.311,1.157,1.769,1.768
c0.364,0.486,0.733,0.911,1.062,1.237"/>
<path id="path4029_1_" fill="none" stroke="#000000" stroke-width="2" d="M271.291,31.889c0.249,0.125,2.136,0,3.006,0
c1.174,0,1.875,0.055,2.828,0.531c0.897,0.449,1.895,0.505,2.65,0.884c0.652,0.326,1.139,0.607,1.77,1.237
c0.84,0.84,1.084,1.505,1.943,2.65c0.791,1.056,0.853,1.655,0.354,2.651c-0.104,0.207-0.947,0.594-1.061,0.707"/>
<g id="g4060_1_">
<g id="g4053_1_">
<path id="path4007_1_" fill="none" stroke="#000000" stroke-width="2" d="M237.161,14.066l34.13,0.324l-0.707,57.629
l-33.587-0.707l-0.178-23.158l6.188,0.178l0.177,16.617l21.567-0.53l0.529-44.726l-22.45-0.354v14.319l-6.188-0.354
L237.161,14.066z"/>
<path id="path4009_1_" fill="none" stroke="#000000" stroke-width="2" d="M265.281,19.692l-9.546,19.27
c0.235,0.236,0.473,0.472,0.707,0.707c0.583,0.583,0.53,1.352,0.53,2.299c0,1.029-0.057,1.704-0.354,2.298
c-0.359,0.718-1.317,1.036-2.121,1.237c-0.772,0.192-1.56-0.675-1.945-1.062c-0.501-0.501-0.898-1.122-1.062-1.768
c-0.22-0.88,0.089-1.943,0.354-2.476c0.346-0.69,1.131-0.901,1.769-1.062c0.638-0.159,1.464-0.045,2.121-0.177"/>
<path id="path4011_1_" fill="none" stroke="#000000" stroke-width="2" d="M255.205,45.325l9.191,18.915"/>
<path id="path4013_1_" fill="none" stroke="#000000" stroke-width="2" d="M243.36,64.417l9.192-19.977"/>
<path id="path4015_1_" fill="none" stroke="#000000" stroke-width="2" d="M243.183,19.339l9.723,19.976"/>
</g>
<path id="path4017_1_" fill="none" stroke="#000000" stroke-width="2" d="M237.174,14.92c0.972-0.243,0,2.003,0,3.005
s0,2.004,0,3.005c0,1.062,0,2.122,0,3.183c0,0.885,0,1.769,0,2.651c0,0.955,0.003,1.932-0.177,2.651
c-0.256,1.021-0.53,1.717-0.53,2.829c0,0.818-0.036,1.731-0.177,2.298L221.44,42.32l0.354,12.552l15.025-6.719"/>
<path id="path4019_1_" fill="none" stroke="#000000" stroke-width="2" d="M228.158,51.689l0.529,24.926l8.662-5.748"/>
<path id="path4021_1_" sodipodi:nodetypes="cccssssssssc" fill="none" stroke="#000000" stroke-width="2" d="M223.208,54.164
l0.707,26.87l51.441,0.529c0,0.922,1.737-0.685,2.476-1.236c0.74-0.557,1.282-0.931,1.768-1.414
c0.739-0.739,1.585-0.876,2.299-1.77c0.835-1.044,0.885-2.184,0.885-3.535c0-1.143-1.563-2.358-1.769-3.182
c-0.154-0.614-1.283-0.995-1.769-1.237c-0.853-0.427-1.543-0.972-2.651-1.415c-0.872-0.349-2.448,0.053-3.358-0.177
c-1.021-0.255-1.478-0.208-2.122-0.53"/>
<path id="path4025_1_" fill="none" stroke="#000000" stroke-width="2" d="M270.937,49.567c0.013,0.016,2.426-0.253,2.829-0.354
c1.037-0.259,2.068,0.17,2.828,0.354c0.856,0.208,1.489,0.461,2.475,0.708c0.688,0.171,1.271,0.915,1.593,1.237
c0.613,0.614,1.069,1.257,1.414,1.944c0.378,0.756,0.707,1.188,0.707,2.121c0,1.028-0.058,1.704-0.354,2.298
c-0.155,0.31-0.836,0.475-1.061,0.53"/>
<path id="path4027_1_" fill="none" stroke="#000000" stroke-width="2" d="M270.937,37.9c-0.416,0.833,1.748-0.657,2.652-0.884
c0.862-0.216,2.124,0,3.005,0c0.804,0,1.563,0.782,2.121,1.062c0.792,0.396,1.412,1.06,2.122,1.414
c0.674,0.337,0.913,0.826,1.061,1.414"/>
<path id="path4031_1_" fill="none" stroke="#000000" stroke-width="2" d="M281.721,40.906l-0.53,11.138"/>
<path id="path4033_1_" fill="none" stroke="#000000" stroke-width="2" d="M270.937,20.753c-0.421,0.844,1.886,0,2.829,0
c1.121,0,2.161,0.03,2.828,0.354c0.876,0.427,1.721,1.05,2.475,1.237c0.866,0.217,1.089,0.911,1.593,1.415
c0.557,0.557,0.821,1,1.236,1.414"/>
<path id="path4039_1_" fill="none" stroke="#000000" stroke-width="2" d="M281.721,34.011l0.177-9.016
c-0.133,0.133,1.591-1.428,1.591-3.006c0-1.216-0.299-1.372-0.529-2.299c-0.266-1.059-1.396-1.938-2.121-2.121
c-0.779-0.194-2.253-1.469-2.652-1.768c-0.623-0.468-2.185-0.493-2.828-0.707c-0.7-0.234-1.939-0.044-2.475-0.177
c-0.663-0.166-0.599-0.371-1.237-0.53"/>
<path id="path4041_1_" fill="none" stroke="#000000" stroke-width="2" d="M243.007,33.481l-2.573,4.065l4.695-1.591l0.177,9.369
l-4.243-1.062l2.121,3.712"/>
<path id="path4043_1_" fill="none" stroke="#000000" stroke-width="2" d="M236.467,36.133l0.354,8.662"/>
<path id="path4049_1_" fill="none" stroke="#000000" stroke-width="2" d="M237.161,14.066c-0.53,0.796-1.667,2.622-2.108,3.505
c-0.428,0.854-0.9,1.245-1.592,1.592c-0.873,0.437-1.479,1.004-2.651,1.591c-0.732,0.367-1.832,0.177-2.65,0.177v18.031"/>
</g>
</g>
<path id="path4051_1_" fill="none" stroke="#000000" stroke-width="2" d="M280.661,57.699V69.72"/>
</g>
<path id="path4125_1_" fill="none" stroke="#000000" d="M284.019,37.9c0.065,0.777-0.559,1.796-1.061,2.299
c-0.343,0.343-0.304,0.417-0.884,0.707"/>
<path id="path2598_1_" fill="#FFFF00" stroke="#070404" stroke-width="0.2475" stroke-linecap="round" d="M260.085,53.843
c-2.114-4.329-3.738-8.076-3.609-8.326c0.128-0.251,0.464-0.854,0.744-1.34c0.67-1.158,0.658-2.966-0.029-4.415l-0.552-1.162
l3.892-7.729l3.893-7.729l-0.027,11.49c-0.015,6.319-0.125,14.999-0.246,19.287l-0.22,7.796L260.085,53.843z"/>
<path id="path2600_1_" fill="#FFFF00" stroke="#070404" stroke-linecap="round" d="M248.851,29.433l-4.427-9.122l8.338-0.104
c4.586-0.059,8.999-0.012,9.808,0.104l1.47,0.21l-4.359,8.911C253.81,41.426,254.673,41.426,248.851,29.433L248.851,29.433z"/>
<path id="path2602_1_" fill="#FFFF00" stroke="#070404" stroke-linecap="round" d="M243.829,58.448
c-0.126-1.491-0.229-4.646-0.229-7.011c0-3.23-0.143-4.458-0.519-4.983c-0.952-1.331-1.028-1.315,1.049-0.755
c0.866,0.232,1.679,0.274,1.787,0.167c0.107-0.108,0.086-2.586-0.051-5.507l-0.247-5.309l-1.407,0.496
c-1.991,0.703-2.636,1.346-1.809,0.185c0.666-0.936,1.198-2.271,1.228-7.696l-0.271-7.282l4.487,9.812
c3.668,7.438,4.124,8.555,3.687,9.039c-0.831,0.919-0.998,2.639-0.378,3.882l0.563,1.13l-3.745,8.178
c-2.061,4.498-3.784,8.221-3.831,8.272S243.955,59.94,243.829,58.448L243.829,58.448z"/>
<path id="path2606_1_" fill="#FFFF00" stroke="#070404" stroke-linecap="round" d="M244.306,64.117
c0-0.146,7.666-16.923,8.175-17.891c0.281-0.533,0.443-0.547,1.455-0.121c1.023,0.431,1.563,1.352,5.284,9.016
c2.627,5.412,3.988,8.585,3.719,8.668C262.366,63.968,244.306,64.285,244.306,64.117L244.306,64.117z"/>
<path id="path2636_1_" fill="#FFFF00" stroke="#070404" stroke-width="0.2475" stroke-linecap="round" d="M229.16,73.123
c-0.105-1.206-0.101-6.421-0.181-11.515l-0.227-9.205c0,0,3.133-1.444,4.641-2.141l2.844-1.219l0.109,10.969l0.156,10.766
l-3.656,2.406l-3.625,2.453L229.16,73.123z"/>
<path id="path2638_1_" fill="#FFFF00" stroke="#070404" stroke-linecap="round" d="M254.736,71.027
c-5.25-0.133-11.256-0.262-13.347-0.286l-3.801-0.048v-10.96V48.772l1.855,0.006c3.668-0.062,3.199-0.607,3.029,8.786l0.111,8.11
l4.838-0.144c2.661-0.079,7.8-0.239,11.42-0.355l6.582-0.213l0.262-22.788c0.146-12.533,0.199-22.852,0.121-22.93
c-0.077-0.077-5.424-0.252-11.882-0.39l-11.741-0.247v7.127v7.127h-2.512h-2.513l0.222-1.503c0.121-0.825,0.056-4.725,0.223-8.711
c0.166-3.985-0.022-7.91,0-7.958c0.024-0.049,7.939,0.495,16.8,0.495h16.108l-0.223,27.488c-0.123,15.119-0.304,27.768-0.399,28.107
c-0.149,0.527-0.575,0.608-2.893,0.553C265.505,71.298,259.987,71.16,254.736,71.027L254.736,71.027z"/>
<path id="path2640_1_" fill="#FFFF00" stroke="#070404" stroke-width="0.2475" stroke-linecap="round" d="M222.21,49.873
c-0.04-2.141-0.253-7.203-0.253-7.203l7.501-3.787c4.484-2.365,7.377-4.045,7.452-4.416c0.104-0.52,0.016-0.641,0.016-0.641
c1.197,0.136,5.127,0.28,5.127,0.28s-2.908,4.412-2.746,4.412c0.161,0,5.401-2.143,5.401-2.143s-0.048,2.447-0.048,4.4l0.048,3.876
l-2.11-0.577c-1.173-0.297-2.407-0.497-2.407-0.497s0.583,1.113,1.221,2.227l1.188,2.067l-3.375-0.188
c-1.647-0.126-2.802-0.089-2.983,0.078c-0.322,0.295-13.575,6.4-13.906,6.4C222.241,54.164,222.21,49.873,222.21,49.873z
M237.347,43.576c-0.031-0.738-0.184-2.736-0.187-4.438c-0.004-2.855,0.021-3.094-0.634-3.094c-0.807,0-0.732,0.821-0.337,5.922
c0.202,2.597,0.166,2.917,0.789,2.917C237.594,44.884,237.399,44.795,237.347,43.576z"/>
<path id="path2642_1_" fill="#FFFF00" stroke="#070404" stroke-width="0.2475" stroke-linecap="round" d="M228.751,29.621v-8.072
h1.063c2.017-0.597,3.728-1.647,5.416-3.483l1.414-2.042l-0.309,5.701c-0.102,2.917-0.005,6.726-0.112,8.674l-0.25,3.833l-3.584,1.9
l-3.638,1.85V29.621z"/>
<path id="path2648_1_" fill="#FFFF00" stroke="#070404" stroke-width="0.2475" stroke-linecap="round" d="M278.155,67.839
c-0.729-0.387-2.241-0.782-3.357-0.881c-3.878-0.343-3.748-0.242-3.491-2.699c0.123-1.186,0.225-3.551,0.225-5.256V55.9l1.769-0.587
c2.248-0.746,3.568-0.465,5.344,1.14l1.374,1.241v5.438c0,2.991-0.119,5.432-0.265,5.424
C279.604,68.548,278.886,68.224,278.155,67.839L278.155,67.839z"/>
<path id="path2650_1_" fill="#FFFF00" stroke="#070404" stroke-width="0.2475" stroke-linecap="round" d="M279.831,55.835
c-2.292-2.326-4.082-2.711-7.505-1.612c-0.766,0.245-0.797,0.173-0.797-1.85c0-1.883,0.084-2.126,0.797-2.316
c1.754-0.471,4.874,0.063,6.986,1.193c1.746,0.935,3.615,5.478,2.529,6.147C281.681,57.498,280.775,56.795,279.831,55.835
L279.831,55.835z"/>
<path id="path2652_1_" fill="#FFFF00" stroke="#070404" stroke-width="0.2475" stroke-linecap="round" d="M279.913,50.021
c-1.121-0.819-5.171-1.649-6.836-1.399l-1.548,0.231v-5.124v-5.124l1.149-0.48c2.03-0.852,3.876-0.567,6.256,0.959l2.152,1.381
l-0.23,4.95c-0.127,2.723-0.249,4.977-0.271,5.009C280.563,50.456,280.26,50.275,279.913,50.021L279.913,50.021z"/>
<path id="path2654_1_" fill="#FFFF00" stroke="#070404" stroke-width="0.2475" stroke-linecap="round" d="M279.862,38.113
c-2.257-1.577-2.617-1.715-4.53-1.715c-1.145,0-2.4,0.172-2.793,0.383c-0.395,0.211-0.79,0.307-0.884,0.214
c-0.093-0.093-0.059-1.14,0.076-2.326l0.244-2.158h1.667c1.73,0,5.2,1.027,6.626,1.962c0.936,0.612,2.929,3.238,2.929,3.856
c0,0.226-0.197,0.654-0.44,0.955C282.369,39.76,282.01,39.615,279.862,38.113L279.862,38.113z"/>
<path id="path2656_1_" fill="#FFFF00" stroke="#070404" stroke-width="0.2475" stroke-linecap="round" d="M278.601,32.226
c-1.264-0.451-3.293-0.913-4.508-1.026l-2.21-0.206v-4.723v-4.723h1.998c2.406,0,5.277,1.268,6.443,2.844
c0.701,0.95,0.765,1.404,0.675,4.853l-0.102,3.803L278.601,32.226z"/>
<g id="g2660_1_">
<path id="path2604_1_" fill="#FFFF00" stroke="#070404" stroke-width="0.2475" stroke-linecap="round" d="M253,43.796
c-1.534-1.823-1.065-3.622,1.047-4.02c1.708-0.319,2.281,0.219,2.281,2.146c0,1.076-0.217,1.763-0.708,2.255
C254.647,45.149,254.068,45.065,253,43.796L253,43.796z"/>
<path id="path2644_1_" fill="#FFFF00" stroke="#070404" stroke-width="0.2475" stroke-linecap="round" d="M243.599,80.576
c-10.403-0.125-19.131-0.033-19.158-0.063c-0.025-0.03-0.13-4.32-0.25-9.328c-0.12-5.007-0.203-10.707-0.313-12.703l-0.126-3.891
l1.845-0.781l2.031-0.938l0.281,11.53c0.138,6.269,0.147,11.854,0.205,12.391l0.042,0.798l8.773-5.817l14.623,0.492
c8.167,0.115,15.923,0.302,17.235,0.415l2.387,0.205v-2.439v-2.438l2.387,0.131c4.47,0.246,8.573,3.272,8.573,6.322
c0,1.413-0.588,2.137-3.632,4.468l-2.634,2.018l-6.679-0.07C265.519,80.837,254.003,80.702,243.599,80.576L243.599,80.576z"/>
<path id="path2646_1_" fill="#FFFF00" stroke="#070404" stroke-width="0.2475" stroke-linecap="round" d="M224.556,17.306
l4.121,0.035c2.082,0.02,5.371-0.166,5.836-0.035c0.813,0.229-0.842,1.386-2.332,2.386c-0.996,0.669-1.709,1.062-2.786,0.832
l-1.883-0.213l0.126,18.116l-4.166,2.301L224.556,17.306z"/>
<path id="path2658_1_" fill="#FFFF00" stroke="#070404" stroke-width="0.2475" stroke-linecap="round" d="M280.948,23.014
c-1.609-1.682-4.859-2.965-7.146-2.822l-1.92,0.119l0.001-2.514v-2.515l2.74,0.438c2.158,0.346,3.246,0.756,5.124,1.934
c1.988,1.247,2.451,1.725,2.799,2.883c0.337,1.123,0.318,1.59-0.091,2.455l-0.507,1.067L280.948,23.014z"/>
</g>
<g>
<path id="path3263" fill="#FFE000" d="M131.515,58.083c4.658,0.937,9.781,1.056,14.765-0.627
c10.672-3.602,16.802-5.245,21.555-5.583c-0.17-0.002-7.179,4.075-6.471,6.905c0.707,2.83,4.92,2.562,6.772,2.763
c1.853,0.203,3.773,2.393,1.313,4.077c-2.461,1.685-4.616,5.862-7.413,5.931c-2.798,0.068-2.09-2.089-2.932-2.931
c-0.177-0.177-0.45-0.344-0.929-0.474c-0.149,0.001-4.766-3.94-8.237,1.484c0,0,3.115-0.956,4.38,0.97
c-0.195,1.717,1.52,1.452,2.123,2.298c0,0-2.659-1.92-4.378,0.192c-2.683-1.098-3.595-0.042-4.308,1.57
c-0.552,1.522,0.052,2.882,0.856,3.902c0.646-1.616,1.64-2.042,3.286-1.986c0.602,0.768,1.567,1.253,2.352,1.216
c0.152,0.156-2.944,0.68-1.182,5.136c0,0,3.025-3.669,6.063-1.906c0.012,0.047,0.798,0.644,1.346-0.787
c0.549-1.429,2.098-2.812,3.099-2.119c1.001,0.69,0.867,3.206,5.434,1.876l0,0c0,0-2.711-2.898,0.783-5.481
c-0.047,0.433-0.104,0.755-0.21,1.084c-0.505,1.55,1.28,2.898,1.28,2.898s0.135-2.562,1.517-3.304
c0.599-0.319,0.98-1.261,1.245-2.417c0.068-0.126,1.417,0.616,1.687,3.396c0,0,2.698-4.242,1.081-9.868c0,0,2.623,2.882,2.79,5.169
c0,0,4.789-6.386-0.501-11.484c1.205,0.112,1.884-0.435,2.74-1.071c0.381-1.072-0.144-2.217-1.312-2.55
c-1.167-0.333-1.452,0.597-2.478,0.716c-1.278,0.148-1.573-2.287,0.762-2.121c0.592,0.043,1.063-0.308,1.705-0.888
c3.776,1.743,6.271,3.828,6.207,3.751c3.879,3.103,6.482,1.545,10.102,1.545c4.432,0,4.099,2.572,2.572,5.146
c-1.523,2.573-3.002,6.338-3.002,6.338s-0.856,2.764-1.811,1.382s-2.192-4.384-4.313-3.55c-0.119,0.071-2.55-2.788-5.552,0.978
c0,0,2.573-1.145,3.559,0.651c-0.39,0.85-0.39,1.754,0.11,2.685c-0.916,0.174-1.516,0.691-2.138,1.282
c-0.006-0.044-3.724,0.146-3.58,2.958c0.143,2.813,2.239,3.574,2.239,3.574s-0.716-2.144,1.931-3.088
c0.877,1.047,1.938,1.522,3.312,0.932c-0.011,0.484,0.02,0.825,0.096,1.204c0.715,3.526,3.098,3.432,3.098,3.432
s-0.524-2.287,1.459-3.302c0.521,0.317,0.956,0.494,1.4,0.396c0,0,1,0.048,1.048-0.19c0.048-0.237-0.096-2.145,0.572-2.716
c0.667-0.571,0.856-1.048,2.572-1.048c0,0,2.813,3.717,5.051,1.811c0,0-3.002-3.907-2.286-6.719c0,0,0.856,3.099,3.05,3.479
c0,0,0.856-0.953,0.286-3.24c-0.572-2.287-0.668-3.669-0.524-5.003c0,0,1.524,4.67,4.956,4.003
c3.431-0.667-1.335-0.048-1.153-6.656c0.535,0.426,1.562,0.672,2.964,0.271l0,0c0,0-0.477-7.672-5.956-8.911
c0,0,3.752-0.282,2.504-3.651c0,0-7.277,2.83-13.586-4.986c-0.546-0.606,7.031,3.396,12.226-2.369
c5.194-5.767-1.382-10.198-4.193-11.39c-2.811-1.19-16.011-1.954-24.491-0.523c-3.651,0.616-16.081,0.878-26.296,0.276
c0,0-5.321-0.276-5.061-3.255c0.263-2.978,2.66-5.046,6.233-4.046c3.573,1.001,6.442,4.207,14.975,3.165
c0.007,0.002,3.455,1.138,5.688,0.2c0.201,0.078,3.727,1.076,5.981-0.097c0.998,0.493,2.838,1.31,7.471,0.274
c2.135,0.365,4.775,0.27,8.21-0.807c8.674-2.716,10.197-4.766,18.584-5.813c0,0-4.104-0.613-21.846,0.663
c-10.47,0.573-21.018-1.137-31.382-2.234c-6.052-1.239-14.581-1.239-17.297,4.24c-2.717,5.48-0.145,10.103,4.241,11.104
c4.384,1.001,17.549,1.649,31.498-0.439c3.774-0.564,9.785-0.651,16.387-0.313c0,0,9.93,0.382,8.75,5.335
c-1.179,4.953-8.929,3.571-11.928,1.078c0,0-5.661-3.673-18.195-1.921c-12.535,1.752-37.113,0.253-37.246,0.067
c-0.637-2.049-1.461-4.22-1.632-4.641c0,0,1.881,0.664,2.453,2.214c0,0,2.021-2.999-0.941-6.878
c0.003-1.93-0.964-2.556-0.964-2.556c2.812,0.763,3.384-3.05,3.384-3.05c-2.335-0.763-5.099,1.097-5.099,1.097
c3.335-0.715,3.524-3.24,3.524-3.24c-2.716-0.286-4.991,1.149-4.991,1.149c3.167-0.875,3.03-5.257,3.03-5.257
c-3.976,0.068-5.458,3.37-5.458,3.37c2.428-2.831,0.54-7.413,0.54-7.413c-3.101,1.82-3.438,6.335-3.438,6.335l0,0
c0.135-4.784-3.842-5.593-3.842-5.593c1.28,2.291,0.943,5.458,0.943,5.458c-0.675-3.033-3.167-3.977-3.167-3.977
c-0.606,2.562-0.136,4.786-0.136,4.786c-1.146-3.101-3.639-2.629-3.639-2.629c0.172,0.278,0.316,0.618,0.259,1.125
c-1.041,0.636-1.856,1.285-2.166,3.217c-0.086,0.539-0.12,1.014-0.128,1.67c-1.373-1.86-2.852-0.836-2.852-0.836
s1.025,0.857-0.5,2.835c-1.523,1.978-0.715,3.191-0.971,3.412c-1.585,1.354-2.547,2.974-3.437,5.046
c5.069-3.245,3.944-2.234,1.498,0.867c-0.685,0.941-1.362,2.097-2.14,3.427c-6.144-3.479-7.188-8.97-5.268-10.317
c1.334-0.937,2.074-3.029,1.148-4.426c0.064-0.946-0.069-1.878-0.711-2.818c-2.156-3.167-5.728-0.438-5.728-0.438l0,0
c3.1,0.539,2.628,2.56,2.548,2.542c-2.117,0.824-2.165,3.521-2.023,6.136c0.104-2.63-0.53-4.013-1.145-4.713
c-2.952-7.639-8.781-1.203-8.781-1.203c3.538-0.876,4.111,1.348,4.111,1.348s0.358-1.411-0.31,0.924
c-0.306,1.069,0.285,1.994,0.781,2.484c-1.162-0.77-1.924-0.15-1.938-0.043c-0.016,0.106-1.7-1.579-3.723-0.164
c-2.021,1.415-2.089,4.011-1.179,5.729c0,0,1.583-3.27,4.288-1.031c1.081,1.315,2.559,0.958,4.274,0.719
c1.715-0.238,2.191,0.43,2.382,0.93s-0.381,0.811-0.381,0.811l0,0c-2.335,1.31-2.765,2.418-2.765,2.418
c-0.667,1.418,0.62,1.871,1.645,1.775c1.023-0.097,3.479-2.454,3.479-2.454l0,0c1.287,3.431,3.049,3.1,3.049,3.1
c-3.233,3.47-7.614,2.189-7.614,2.189c3.234,4.313,7.21,2.932,7.21,2.932c-1.078,2.562-5.224,1.887-5.224,1.887
c2.696,3.234,7.684,4.01,7.684,4.01c-0.792,1.398-4.062,0.978-4.062,0.978c6.019,4.996,13.042,6.053,15.047,6.323
c-2.139,8.856-8.595,11.737-8.595,11.737c1.524-3.252-1.651-4.161-1.787-4.22c-1.362-3.607-4.131-2.964-6.711-1.012
c0,0,2.931-0.5,3.375,1.906c-0.851,0.886-0.99,2.121-0.167,3.173c0.012-0.023-1.573-1.038-2.841-0.275
c-0.081,0.128-0.391-1.707-2.678-1.11c-2.288,0.596-3.693,3.573-2.668,5.86c1.341-1.87,3.018-2.001,4.229-0.718
c0.379,1.159,1.275,1.745,2.417,1.777c-0.118,0.036-3.692,6.16,3.718,6.041c0,0-1.811-2.05-0.147-3.779
c0.735,0.519,1.327,0.695,1.813,0.612c1.752-0.305,1.583-2.695,2.543-3.27c0.96-0.573,1.416,0.118,1.416,0.118l0,0
c0.473,5.088,6.194,3.555,6.194,3.555c-1.475-1.074-2.389-2.548-2.202-4.438c-0.093-0.918,2.465-3.282,2.465-3.282
c-1.097,4.694,2.765,5.289,2.765,5.289c-0.953-2.621,1.404-7.981,1.404-7.981l0,0c-1.334,4.004,3.051,6.528,3.051,6.528
s-0.716-1.811,0.048-3.431c0.763-1.62,0.477-3.24,0.333-5.146c-0.144-1.905,0.448-3.375,0.448-3.375
c0,5.291,4.103,5.082,4.091,5.085c-0.161,0.055-0.563-2.229,0.387-3.731c0.833-1.322,0.841-5.055,0.841-5.055
c2.954,3.384,4.002-5.193,4.002-5.193"/>
<path id="path2461" fill="none" stroke="#000000" stroke-width="1.5" d="M187.975,72.99c0,0,1.858,0.047,2.669,0.952
M189.739,68.749c0,0-2.431-2.859-5.433,0.904c0,0,2.573-1.144,3.574,0.572 M185.832,74.229c0,0-3.718,0.19-3.574,3.002
c0.143,2.813,2.239,3.574,2.239,3.574s-0.716-2.144,1.954-3.145 M192.597,76.088L192.597,76.088c0,0-3.479,0.238-2.764,3.765
s3.098,3.432,3.098,3.432s-0.523-2.287,1.334-3.288 M194.265,75.278c0,0-1.382,0.048-1.572,0.905
c-0.189,0.858,1.383,4.575,3.099,4.193c0,0,1,0.048,1.048-0.19c0.048-0.237-0.095-2.145,0.572-2.716s0.856-1.048,2.572-1.048
c0,0,2.813,3.717,5.052,1.811c0,0-3.002-3.907-2.287-6.719c0,0,0.856,3.098,3.05,3.479c0,0,0.856-0.953,0.286-3.24
c-0.572-2.287-0.668-3.669-0.524-5.003c0,0,1.524,4.67,4.956,4.003c3.431-0.667-1.335-0.048-0.953-6.624 M207.56,62.031
c0,0,1.097,3.383,4.767,2.335l0,0c0,0-0.478-7.673-5.957-8.911c0,0,3.752-0.282,2.504-3.651c0,0-7.277,2.83-13.039-4.381
c-2.042-2.555-5.564-3.917-9.262-4.61 M189.739,78.47c-2.097,1.239-4.003-0.762-4.192-2.859c-0.19-2.097,2.43-2.62,2.43-2.62
c-1-1.859,0-3.622,2.002-4.385c2.001-0.762,3.24,2.24,4.193,3.622s1.811-1.382,1.811-1.382s1.479-3.765,3.002-6.338
c1.525-2.573,1.858-5.146-2.572-5.146c-4.432,0-7.339,2.334-13.104-4.622c-5.766-6.957-17.154-5.242-17.154-5.242 M186.403,57.932
L186.403,57.932c0,0-5.643-4.734-12.104-5.766c-6.576-1.048-12.484,0.048-28.021,5.29c-4.982,1.683-10.105,1.563-14.765,0.627
M132.27,55.24c0,0-1.048,8.576-4.002,5.193c0,0-0.008,3.732-0.841,5.054c-0.948,1.505-0.548,3.786-0.387,3.732
c0.012-0.003-4.09,0.205-4.09-5.085c0,0-0.593,1.469-0.449,3.375s0.43,3.526-0.333,5.146c-0.764,1.619-0.048,3.431-0.048,3.431
s-4.385-2.525-3.051-6.528l0,0c0,0-2.357,5.361-1.404,7.981c0,0-3.86-0.596-2.765-5.289c0,0-2.558,2.364-2.465,3.282
c-0.187,1.89,0.729,3.362,2.202,4.438c0,0-5.722,1.534-6.194-3.555l0,0c0,0-0.455-0.691-1.416-0.118
c-0.96,0.573-0.792,2.965-2.543,3.269c-1.752,0.304-4.886-2.796-2.493-4.92 M100.847,76.383c-3.016,0.927-4.835-0.505-4.077-3.875
s3.893-1.381,3.875-1.349c-1.566-2.004,0.354-4.666,3.64-4.01c0,0,3.175,0.91,1.65,4.161c0,0,6.456-2.88,8.493-11.683
M104.013,67.034L104.013,67.034c0,0-1.549-5.528-6.576-0.953c0,0,2.932-0.5,3.432,1.857 M97.723,71.013L97.723,71.013
c0,0-0.31-1.835-2.597-1.239c-2.288,0.597-3.693,3.574-2.668,5.861c1.341-1.87,3.018-2.001,4.169-0.81 M98.986,76.731
c0,0-3.573,6.124,3.836,6.004c0,0-1.811-2.049-0.333-3.954 M114.633,59.52c-2.108-0.214-9.132-1.271-15.15-6.268
c0,0,3.27,0.421,4.062-0.979c0,0-4.987-0.774-7.684-4.009c0,0,4.146,0.674,5.224-1.887c0,0-3.977,1.381-7.21-2.933
c0,0,4.38,1.281,7.614-2.188c0,0-1.763,0.331-3.049-3.1l0,0c0,0-2.454,2.357-3.479,2.453s-2.312-0.356-1.645-1.774
c0,0,0.43-1.108,2.765-2.418l0,0c0,0,0.571-0.311,0.381-0.812c-0.19-0.5-0.667-1.167-2.382-0.929s-3.193,0.596-4.266-0.738
c-1.071-1.334-1-3.336,0.62-4.623c0,0,0.763-0.618,1.692-0.047 M94.507,30.961c0,0-3.598-1.645-2.931-3.979s2.906-2.478,3.74-2.024
s2.55,1.477,2.384,5.67c-0.17-3.127-0.068-6.374,3.383-6.421c4.044,0.033,3.379,4.022,1.382,5.425
c-1.921,1.348-0.876,6.839,4.987,10.311 M90.402,29.531L90.402,29.531c0,0-1.685-1.686-3.707-0.271
c-2.021,1.415-2.089,4.01-1.179,5.729c0,0,1.583-3.27,4.279-1.012 M91.885,26.06c0,0-0.573-2.224-4.111-1.348
c0,0,5.829-6.437,8.862,1.28 M99.802,24.51c0,0,0.472-2.021-2.628-2.56l0,0c0,0,3.571-2.73,5.728,0.438
c0.642,0.94,0.775,1.872,0.649,2.717 M167.664,51.87c0,0-7.009,4.078-6.301,6.907c0.707,2.83,4.92,2.562,6.772,2.763
c1.853,0.203,3.773,2.393,1.313,4.077c-2.461,1.685-4.616,5.862-7.413,5.931c-2.798,0.068-2.09-2.089-2.932-2.931
c-0.843-0.844-3.909-1.483-4.649,1.145c-0.742,2.628,1.313,2.19,1.986,3.134c0,0-2.659-1.92-4.548,0.337
c-1.888,2.258,0.891,4.805,2.204,4.4 M159.742,75.921c0,0-3.182-2.12-5.396,1.215s1.537-2.788,4.801,3.931
c0,0,0.786,0.597,1.334-0.834c0.549-1.429,2.098-2.812,3.099-2.12s0.867,3.207,5.434,1.877l0,0c0,0-2.711-2.898,0.809-5.611
M169.45,72.626c0,0,0.64,1.416,0.135,2.965c-0.505,1.55,1.281,2.898,1.281,2.898s0.134-2.562,1.516-3.304
c1.382-0.741,1.617-4.785,1.011-5.626 M173.696,72.643c0,0,1.349,0.742,1.617,3.521c0,0,2.698-4.242,1.081-9.868
c0,0,2.623,2.882,2.79,5.169c0,0,4.789-6.386-0.501-11.484l0,0c0,0,2.359,0,2.74-1.071c0.381-1.072-0.144-2.217-1.312-2.55
c-1.167-0.333-1.452,0.597-2.478,0.716c-1.278,0.148-1.573-2.287,0.762-2.121c0.682,0.049,1.2-0.42,1.722-1.228 M158.028,68.145
c0,0-4.615-3.941-8.088,1.483c0,0,3.115-0.956,4.39,1.086 M152.237,72.943c-2.854-0.952-3.767,0.104-4.479,1.716
c-0.552,1.522,0.052,2.882,0.856,3.902c0.646-1.616,1.64-2.042,3.313-1.95 M154.405,77.946c0,0-3.098,0.524-1.334,4.979
c0,0,3.025-3.669,6.053-1.954 M194.742,46.21c0,0,7.576,4.003,12.771-1.763c5.194-5.767-1.382-10.198-4.193-11.39
c-2.811-1.19-16.011-1.954-24.491-0.523c-3.651,0.615-16.081,0.878-26.295,0.276c0,0-5.322-0.276-5.062-3.255
c0.263-2.978,2.66-5.046,6.233-4.046c3.573,1.001,6.442,4.207,15.13,3.241 M162.125,25.458c0,0,1.905,0.07,3.836,1.501
c1.93,1.429,4.05,3.073,8.506,1.978 M168.224,25.481c0,0,1.786-0.119,3.55,1.382c1.764,1.502,3.265,3.621,8.673,1.979
M175.491,26.482c0,0,0.477-0.477,3.858,1.716c3.384,2.191,6.386,1.238,8.34,0.81 M180.709,26.315c0,0,0.882-0.356,1.954,0.381
c1.071,0.738,4.692,4.266,13.365,1.55c8.674-2.717,10.197-4.766,18.584-5.813c0,0-4.104-0.614-21.846,0.663
c-2.143,0.155-4.521,0.134-7.062-0.017l0,0c0,0-18.269-0.98-24.32-2.22c-6.052-1.238-14.581-1.238-17.297,4.241
c-2.717,5.48-0.145,10.103,4.241,11.104c4.384,1.001,17.549,1.649,31.498-0.439c3.774-0.564,9.785-0.652,16.387-0.313
c0,0,9.93,0.382,8.75,5.335c-1.179,4.952-8.929,3.57-11.928,1.077c0,0-5.661-3.673-18.195-1.921
c-12.535,1.752-37.113,0.253-37.113,0.253 M122.188,31.542c0,0,1.457,0.325,1.648,1.087c0.085,0.339,0.408,0.578,0.784,0.722
c0,0-0.117,3.566-3.264,2.328c-1.057-0.416-1.599-1.09-1.846-1.854l0,0c0,0-0.251-0.387-0.203-1.006c0,0-2.145,0.524-2.239-1.523
c-0.096-2.049,0.667-2.859,1.431-3.956c0.762-1.096,0.88-6.199-0.333-8.153c0,0,2.493-0.471,3.639,2.628
c0,0-0.472-2.224,0.136-4.786c0,0,2.492,0.944,3.167,3.978c0,0,0.337-3.167-0.943-5.458c0,0,3.977,0.809,3.842,5.593l0,0
c0,0,0.337-4.515,3.438-6.335c0,0,1.888,4.582-0.54,7.413c0,0,1.482-3.302,5.458-3.37c0,0,0.137,4.381-3.03,5.256
c0,0,2.275-1.435,4.991-1.148c0,0-0.189,2.524-3.524,3.239c0,0,2.764-1.857,5.099-1.096c0,0-0.571,3.813-3.384,3.049
c0,0,1.62,1.05,0.663,4.244c-2.97,0.338-3.998-2.433-3.998-2.433c1.144,4.479-0.43,5.432-1.668,6.527
c-1.239,1.097-2.479-1.857-2.479-1.857s1.479,2.24-1.952,2.621c-3.433,0.381-2.456-3.9-2.456-3.9
c0.472,0.183,1.023,0.214,1.29,0.108c0.477-0.19,1.2,0.081,1.857-0.542 M120.024,34.821c0,0,0.199,1.197,0.097,2.813
c-0.078,1.203,0.025,4.418,1.429,4.575c2.141,0.24,3.908-1.573,4.956-4.766 M118.07,28.054c0,0-2.478-0.361-1.811-4.527
c0.31-1.931,1.125-2.581,1.987-3.092 M134.509,47.827c2.797-1.449,1.387-6.321,1.927-5.95c0.539,0.37,1.261,1.175,1.261,1.175
s0.495-3.1-1.731-7.682c0,0,1.881,0.664,2.453,2.214c0,0,2.021-2.999-0.943-6.705 M117.213,28.865
c-4.91,0.23-7.025,2.563-8.839,6.791c0,0,2.311-1.979,4.24-2.05c0.024-0.023-5.551,4.169-5.359,10.889c0,0,1.382-1.954,2.954-1.858
c0,0-2.765,6.052-0.572,10.437c0,0,0.143-2.288,1.906-3.526l0,0c0,0-1.43,3.383,0.763,6.576c0,0,0.715-2.573,1.572-3.098
c0,0-0.811,3.766,1.001,8.006c0,0,4.099-1.191,6.813-4.86c0,0,1.191,2.036,0.315,3.484c0,0,3.201-0.81,4.516-6.604
c0,0,0.235,3.403-0.473,4.448c0,0,3.943-2.426,4.415-9.232c0,0,0.909,3.942,0.37,5.155c0,0,5.459-3.134,2.662-14.253
M112.066,30.389c0,0-0.81-1.215,0.715-3.191c1.525-1.979,0.5-2.836,0.5-2.836s1.479-1.023,2.837,1.072 M114.123,36.64
c0,0-1.28,4.583-0.741,9.502c0,0,1.078-1.281,2.123-1.146c0,0-1.112,1.448-0.708,3.808c0,0,1.28-1.617,3.134-1.449
c0,0-1.651,1.854,0.103,6.401c4.277-2.594,3.269-5.391,3.269-5.391s1.449,1.516,0.977,3.672c0,0,2.63-0.774,2.563-4.718l0,0
c0,0,0.841,1.482,0.942,2.897c0,0,1.785-0.606,2.324-5.559c0,0,1.181,1.11,1.112,2.089c0,0,1.617-0.979,1.517-6.369 M129.96,36.236
c0,0-0.202,3.438-1.349,4.246c-1.146,0.81-2.584,3.644-3.324,3.912c-0.741,0.27-2.628,0.067-3.37,0.404
c-0.74,0.337-1.617,1.079-2.695-0.471c-1.078-1.551-1.55-1.617-1.954-2.359c0,0-0.202-0.675,0-1.483
c0.202-0.808,0.81-5.12-0.066-6.198c0,0,1.304-0.813,1.506-1.554"/>
<path id="path2443" d="M122.361,36.211c0,0,0.363,1.463,0.302,2.351l-0.08,1.109c0,0,0.888-2.221,2.315-2.777
C124.898,36.894,124.686,33.52,122.361,36.211z M118.407,26.514c0,0-0.021-0.019-0.328-0.85c-0.311-0.832-0.213-2.589,0.676-2.358
C119.643,23.538,118.407,26.533,118.407,26.514z M127.407,24.829l-0.749,0.001c0,0-0.933,0.85-1.15,1.846
c-1.594-1.3-3.101-2.469-5.335-1.826l0.242,0.883c0.648,1.208,0.665,1.715,0.998,2.028c0.271,0.38,0.637,0.745,1.12,0.958
c0.481,0.213,1.091,0.259,1.758,0.022c0.426-0.151,0.737-0.352,0.955-0.577c0.168-0.175,0.215-0.384,0.262-0.588
c0.007,0.02,0.019,0.025,0.041,0.063c0.021,0.036,0.054,0.14,0.217,0.164c0.082,0.012,0.181-0.028,0.23-0.062
c0.049-0.033,0.058-0.07,0.072-0.095c0.063-0.091,0.063-0.118,0.078-0.169c0.017-0.051,0.056-0.104,0.05-0.186
C126.096,25.855,127.407,24.829,127.407,24.829z M121.344,25.843c0.337-0.028,1.117,0.032,1.563,0.366
c-0.493,0.208-0.591,0.81-0.591,1.063c0,0.259,0.063,0.487,0.141,0.703c-0.209-0.152-0.392-0.352-0.547-0.568
C121.558,26.915,121.417,26.081,121.344,25.843z M124.222,26.738c0.213,0.064,0.4,0.163,0.536,0.252
c0.161,0.235,0.237,0.183,0.226,0.384c-0.008,0.125-0.067,0.239-0.195,0.373c-0.128,0.133-0.339,0.281-0.704,0.411
c0.125-0.254,0.182-0.558,0.182-0.888C124.265,27.085,124.262,26.903,124.222,26.738z M128.216,25.142l0.527,0.53
c0,0,0.059,1.26-0.492,2.121c2.046,0.207,3.938,0.447,5.063,2.479l-0.795,0.453c-1.313,0.396-1.683,0.742-2.14,0.729
c-0.462,0.076-0.979,0.076-1.47-0.115s-0.954-0.588-1.26-1.228c-0.193-0.407-0.272-0.771-0.268-1.084
c0.004-0.241,0.119-0.423,0.229-0.6c-0.02,0.008-0.03,0.005-0.072,0.015c-0.041,0.01-0.139,0.063-0.27-0.036
c-0.065-0.05-0.107-0.148-0.119-0.206c-0.013-0.059,0.01-0.092,0.015-0.119c0.021-0.11,0.039-0.128,0.063-0.174
c0.025-0.048,0.034-0.112,0.098-0.167C128.416,26.794,128.216,25.142,128.216,25.142z M131.785,30.147
c-0.218-0.259-0.813-0.768-1.363-0.848c0.2,0.497-0.157,0.99-0.337,1.17c-0.183,0.182-0.388,0.301-0.594,0.398
c0.256,0.04,0.522,0.027,0.787-0.017C130.876,30.752,131.565,30.263,131.785,30.147z M129.117,28.743
c-0.196-0.105-0.397-0.169-0.558-0.202c-0.281,0.053-0.297-0.039-0.431,0.11c-0.084,0.096-0.122,0.219-0.125,0.402
c-0.003,0.186,0.04,0.439,0.207,0.789c0.091-0.268,0.267-0.523,0.499-0.756C128.842,28.958,128.972,28.832,129.117,28.743z"/>
</g>
<path id="path6793_1_" inkscape:r_cx="true" inkscape:r_cy="true" sodipodi:type="arc" sodipodi:ry="50" sodipodi:rx="50" sodipodi:cy="390" sodipodi:cx="480" fill="none" stroke="#333333" stroke-linecap="round" stroke-linejoin="round" d="
M70.564,144.066c0,2.79-2.261,5.053-5.051,5.053s-5.051-2.263-5.051-5.053c0-2.789,2.261-5.05,5.051-5.05
S70.564,141.277,70.564,144.066z"/>
<path id="path7668_1_" inkscape:r_cx="true" inkscape:r_cy="true" sodipodi:type="arc" sodipodi:ry="295" sodipodi:rx="295" sodipodi:cy="390" sodipodi:cx="480" fill="none" stroke="#333333" stroke-linecap="round" stroke-linejoin="round" d="
M95.315,144.066c0,16.459-13.342,29.803-29.801,29.803c-16.458,0-29.801-13.344-29.801-29.803c0-16.458,13.343-29.801,29.801-29.801
S95.315,127.608,95.315,144.066z"/>
<path id="sepales_1_" sodipodi:nodetypes="cccccc" inkscape:r_cx="true" inkscape:r_cy="true" inkscape:connector-curvature="0" fill="#808000" stroke="#070404" stroke-width="2" stroke-linecap="round" d="
M109.457,157.037c-23.64,1.28-36.35,13.986-43.597,32.403c-8.625-19.429-22.604-31.053-44.292-31.446
c21.079-15.54,21.864-33.333,16.223-51.842c17.119,9.841,34.965,12.286,54.317-0.592C89.147,125.635,93.397,143.304,109.457,157.037
"/>
<g id="g13210_1_" inkscape:r_cx="true" inkscape:r_cy="true">
<path id="petale1_1_" sodipodi:nodetypes="cscsssc" inkscape:r_cx="true" inkscape:r_cy="true" inkscape:connector-curvature="0" fill="#FF0000" stroke="#000000" stroke-width="2" stroke-linecap="round" d="
M57.441,105.901c2.072,0,6.43,2.144,8.501,2.144s5.286-2.285,7.357-2.285c6.218,0.534,11.952,11.799,8.714,16.43
c-3.205,4.584-15.722,22.404-16.144,21.858c-1.112-1.442-12.276-17.594-15.572-22.859
C46.622,115.315,52.937,106.087,57.441,105.901z"/>
<path id="petale2_1_" sodipodi:nodetypes="cszzssz" inkscape:r_cx="true" inkscape:r_cy="true" inkscape:connector-curvature="0" fill="#FF0000" stroke="#000000" stroke-width="2" stroke-linecap="round" d="
M98.93,124.047c1.862,3.352,0.071,7.036,0.711,9.007c0.64,1.97,3.079,4.468,2.733,8.576c-0.335,3.976-7.656,11.373-13.033,9.733
c-5.376-1.641-24.353-6.684-23.963-7.254c1.026-1.504,12.938-17.111,16.928-21.874C86.757,116.926,97.067,120.696,98.93,124.047z"
/>
<path id="petale3_1_" sodipodi:nodetypes="cszsssz" inkscape:r_cx="true" inkscape:r_cy="true" inkscape:connector-curvature="0" fill="#FF0000" stroke="#000000" stroke-width="2" stroke-linecap="round" d="
M95.27,168.253c-1.908,2.455-6.309,2.906-7.984,4.124c-1.677,1.218-4.021,3.804-7.038,6.46c-3.018,2.655-14.104-3.538-14.206-9.187
c-0.103-5.593-0.522-26.637,0.14-26.441c1.747,0.512,18.845,6.446,24.605,8.769C97.212,154.567,97.29,165.652,95.27,168.253z"/>
<path id="petale4_1_" sodipodi:nodetypes="cscsssz" inkscape:r_cx="true" inkscape:r_cy="true" inkscape:connector-curvature="0" fill="#FF0000" stroke="#000000" stroke-width="2" stroke-linecap="round" d="
M51.328,179.149c-2.837-1.724-4.883-4.979-6.559-6.195c-1.676-1.219-5.621-1.259-7.296-2.477
c-5.241-2.879-3.29-15.563,2.051-17.404c5.287-1.825,26.444-9.895,26.465-9.203c0.053,1.818,0.447,19.448,0.02,25.646
C65.531,176.427,54.165,180.874,51.328,179.149L51.328,179.149z"/>
<path id="petale5_1_" sodipodi:nodetypes="czcsssz" inkscape:r_cx="true" inkscape:r_cy="true" inkscape:connector-curvature="0" fill="#FF0000" stroke="#000000" stroke-width="2" stroke-linecap="round" d="
M27.913,141.94c0.45-3.92,2.977-6.964,3.616-8.935c0.641-1.97,0.461-6.876,1.101-8.846c1.119-4.019,13.641-7.081,17.044-2.572
c3.369,4.465,16.724,22.38,16.074,22.611c-1.714,0.612-19.098,6.811-25.123,8.317C33.904,154.199,27.457,145.901,27.913,141.94z"/>
</g>
<path id="path2244_1_" sodipodi:nodetypes="czzzzzzzzzz" inkscape:r_cx="true" inkscape:r_cy="true" inkscape:connector-curvature="0" fill="#808000" stroke="#070404" stroke-linecap="round" d="
M37.729,153.174c0.24,0.325,23.5-9.338,23.935-10.79c0.353-1.391-12.781-22.21-13.025-22.029s16.281,18.617,17.612,18.89
c1.392,0.353,17.645-18.955,17.384-19.14c-0.261-0.184-12.71,21.211-12.396,22.485c0.396,1.215,23.266,10.563,23.391,10.22
c0.123-0.343-24.289-5.66-25.447-4.677c-1.015,0.75-3.405,25.636-3.063,25.761c0.363-0.019-2.034-25.007-3.161-25.682
c-1.045-0.735-25.204,4.314-25.066,4.841L37.729,153.174z"/>
<path id="path3105_1_" sodipodi:nodetypes="cszsc" inkscape:r_cx="true" inkscape:r_cy="true" inkscape:connector-curvature="0" fill="none" stroke="#000000" stroke-linecap="round" d="
M53.817,116.436c0.582-2.182,2.534-4.654,4.767-4.52c2.096,0.127,4.163,1.844,6.963,1.885s5.113-2.484,9.165-1.158
c2.405,0.787,2.751,2.342,3.449,4.368"/>
<path id="path1348_1_" sodipodi:nodetypes="cszsc" inkscape:r_cx="true" inkscape:r_cy="true" inkscape:connector-curvature="0" fill="none" stroke="#000000" stroke-linecap="round" d="
M88.646,123.534c2.364,0.357,3.735,2.107,4.705,4.771c0.719,1.974-0.245,3.824,0.581,6.501c0.826,2.676,1.438,2.361,2.625,5.295
c0.732,1.81,0.288,3.12-1.016,5.736"/>
<path id="path1350_1_" sodipodi:nodetypes="cszsc" inkscape:r_cx="true" inkscape:r_cy="true" inkscape:connector-curvature="0" fill="none" stroke="#000000" stroke-linecap="round" d="
M91.902,158.094c0.377,1.74,0.415,4.715-2.24,6.872c-2.101,1.707-4.099,1.113-6.389,2.727c-2.29,1.612-2.943,3.908-5.458,5.122
c-2.424,1.17-4.277,0.52-6.035-0.711"/>
<path id="path1352_1_" sodipodi:nodetypes="cszsc" inkscape:r_cx="true" inkscape:r_cy="true" inkscape:connector-curvature="0" fill="none" stroke="#000000" stroke-linecap="round" d="
M59.291,172.956c-2.047,0.855-4.017,1.211-5.743-0.211c-1.621-1.335-3.48-3.29-5.722-4.971c-2.242-1.679-3.851-1.057-6.45-3.698
c-1.37-1.391-1.396-4.016-0.77-6.065"/>
<path id="path1354_1_" sodipodi:nodetypes="cszsc" inkscape:r_cx="true" inkscape:r_cy="true" inkscape:connector-curvature="0" fill="none" stroke="#000000" stroke-linecap="round" d="
M36.248,146.816c-1.447-1.683-3.377-3.035-2.255-6.834c0.594-2.014,2.229-3.323,3.133-5.976c0.903-2.65,0.161-4.618,1.782-7.237
c1.344-2.172,3.246-2.628,5.391-2.665"/>
<path fill="#FFFF00" stroke="#070404" stroke-linecap="round" d="M74.937,158.578c0,0-6.854-5.188-9.583-5.229
c-2.729-0.043-9.741,4.93-9.741,4.93s2.815-8.121,2.013-10.729c-0.804-2.608-7.699-7.741-7.699-7.741s8.594,0.168,10.827-1.4
c2.232-1.57,4.982-9.716,4.982-9.716s2.496,8.227,4.68,9.864c2.183,1.638,10.777,1.736,10.777,1.736s-7.051,4.916-7.935,7.499
C72.375,150.373,74.937,158.578,74.937,158.578z"/>
<circle fill="#FFFF00" stroke="#070404" stroke-linecap="round" cx="65.374" cy="145.837" r="2.635"/>
<circle fill="#FFFF00" stroke="#070404" stroke-linecap="round" cx="65.374" cy="139.618" r="2.635"/>
<circle fill="#FFFF00" stroke="#070404" stroke-linecap="round" cx="69.461" cy="150.568" r="2.635"/>
<circle fill="#FFFF00" stroke="#070404" stroke-linecap="round" cx="61.427" cy="150.568" r="2.635"/>
<circle fill="#FFFF00" stroke="#070404" stroke-linecap="round" cx="59.969" cy="143.595" r="2.635"/>
<circle fill="#FFFF00" stroke="#070404" stroke-linecap="round" cx="71.058" cy="143.595" r="2.635"/>
<path id="path6793_2_" inkscape:r_cx="true" inkscape:r_cy="true" sodipodi:type="arc" sodipodi:ry="50" sodipodi:rx="50" sodipodi:cy="390" sodipodi:cx="480" fill="none" stroke="#333333" stroke-linecap="round" stroke-linejoin="round" d="
M253.007,143.227c0,2.79-2.262,5.052-5.051,5.052c-2.79,0-5.052-2.262-5.052-5.052c0-2.789,2.262-5.05,5.052-5.05
C250.745,138.177,253.007,140.438,253.007,143.227z"/>
<path id="path7668_2_" inkscape:r_cx="true" inkscape:r_cy="true" sodipodi:type="arc" sodipodi:ry="295" sodipodi:rx="295" sodipodi:cy="390" sodipodi:cx="480" fill="none" stroke="#333333" stroke-linecap="round" stroke-linejoin="round" d="
M277.757,143.227c0,16.459-13.342,29.802-29.801,29.802s-29.802-13.343-29.802-29.802c0-16.458,13.343-29.801,29.802-29.801
S277.757,126.769,277.757,143.227z"/>
<path id="sepales_2_" sodipodi:nodetypes="cccccc" inkscape:r_cx="true" inkscape:r_cy="true" inkscape:connector-curvature="0" fill="#808000" stroke="#070404" stroke-width="2" stroke-linecap="round" d="
M291.899,156.198c-23.639,1.28-36.348,13.986-43.596,32.403c-8.625-19.429-22.605-31.053-44.291-31.447
c21.078-15.539,21.863-33.333,16.222-51.841c17.118,9.84,34.965,12.286,54.317-0.592C271.59,124.797,275.84,142.466,291.899,156.198
"/>
<g id="g13210_2_" inkscape:r_cx="true" inkscape:r_cy="true">
<path id="petale1_2_" sodipodi:nodetypes="cscsssc" inkscape:r_cx="true" inkscape:r_cy="true" inkscape:connector-curvature="0" fill="#FF0000" stroke="#000000" stroke-width="2" stroke-linecap="round" d="
M239.884,105.062c2.072,0,6.43,2.144,8.501,2.144s5.286-2.285,7.357-2.285c6.218,0.534,11.951,11.799,8.714,16.43
c-3.204,4.584-15.722,22.404-16.144,21.858c-1.112-1.442-12.276-17.594-15.572-22.859
C229.065,114.476,235.38,105.248,239.884,105.062z"/>
<path id="petale2_2_" sodipodi:nodetypes="cszzssz" inkscape:r_cx="true" inkscape:r_cy="true" inkscape:connector-curvature="0" fill="#FF0000" stroke="#000000" stroke-width="2" stroke-linecap="round" d="
M281.373,123.208c1.861,3.352,0.07,7.036,0.712,9.007c0.64,1.97,3.078,4.468,2.731,8.576c-0.334,3.976-7.654,11.373-13.031,9.732
c-5.376-1.64-24.354-6.683-23.964-7.253c1.027-1.504,12.938-17.111,16.929-21.874C269.199,116.087,279.51,119.857,281.373,123.208z
"/>
<path id="petale3_2_" sodipodi:nodetypes="cszsssz" inkscape:r_cx="true" inkscape:r_cy="true" inkscape:connector-curvature="0" fill="#FF0000" stroke="#000000" stroke-width="2" stroke-linecap="round" d="
M277.712,167.414c-1.907,2.455-6.31,2.905-7.984,4.124c-1.675,1.218-4.021,3.804-7.037,6.46
c-3.018,2.654-14.104-3.538-14.207-9.187c-0.102-5.593-0.521-26.637,0.142-26.441c1.746,0.512,18.844,6.445,24.604,8.769
C279.655,153.728,279.733,164.813,277.712,167.414z"/>
<path id="petale4_2_" sodipodi:nodetypes="cscsssz" inkscape:r_cx="true" inkscape:r_cy="true" inkscape:connector-curvature="0" fill="#FF0000" stroke="#000000" stroke-width="2" stroke-linecap="round" d="
M233.77,178.31c-2.837-1.724-4.883-4.979-6.559-6.195c-1.676-1.218-5.62-1.259-7.296-2.477c-5.241-2.879-3.29-15.563,2.051-17.405
c5.286-1.824,26.444-9.894,26.465-9.202c0.052,1.818,0.447,19.448,0.02,25.646C247.973,175.588,236.607,180.035,233.77,178.31
L233.77,178.31z"/>
<path id="petale5_2_" sodipodi:nodetypes="czcsssz" inkscape:r_cx="true" inkscape:r_cy="true" inkscape:connector-curvature="0" fill="#FF0000" stroke="#000000" stroke-width="2" stroke-linecap="round" d="
M210.356,141.101c0.45-3.92,2.978-6.964,3.616-8.935c0.64-1.971,0.46-6.876,1.1-8.847c1.118-4.018,13.643-7.08,17.045-2.571
c3.368,4.465,16.725,22.38,16.073,22.61c-1.715,0.613-19.098,6.812-25.123,8.318C216.346,153.36,209.899,145.062,210.356,141.101z"
/>
</g>
<path id="path2244_2_" sodipodi:nodetypes="czzzzzzzzzz" inkscape:r_cx="true" inkscape:r_cy="true" inkscape:connector-curvature="0" fill="#808000" stroke="#070404" stroke-linecap="round" d="
M220.172,152.335c0.24,0.325,23.5-9.338,23.935-10.79c0.354-1.392-12.78-22.21-13.024-22.029s16.28,18.617,17.611,18.89
c1.393,0.353,17.646-18.955,17.385-19.14c-0.263-0.184-12.71,21.211-12.396,22.485c0.396,1.215,23.266,10.563,23.391,10.22
c0.123-0.343-24.288-5.66-25.446-4.677c-1.017,0.75-3.406,25.636-3.063,25.761c0.363-0.019-2.034-25.007-3.161-25.682
c-1.046-0.735-25.204,4.314-25.064,4.841L220.172,152.335z"/>
<path id="path3105_2_" sodipodi:nodetypes="cszsc" inkscape:r_cx="true" inkscape:r_cy="true" inkscape:connector-curvature="0" fill="none" stroke="#000000" stroke-linecap="round" d="
M236.259,115.597c0.582-2.182,2.534-4.655,4.767-4.52c2.098,0.127,4.163,1.844,6.964,1.885s5.113-2.484,9.164-1.158
c2.405,0.787,2.751,2.342,3.449,4.368"/>
<path id="path1348_2_" sodipodi:nodetypes="cszsc" inkscape:r_cx="true" inkscape:r_cy="true" inkscape:connector-curvature="0" fill="none" stroke="#000000" stroke-linecap="round" d="
M271.089,122.695c2.363,0.358,3.733,2.108,4.705,4.771c0.719,1.974-0.246,3.824,0.58,6.501c0.825,2.676,1.438,2.361,2.626,5.295
c0.731,1.81,0.288,3.12-1.018,5.736"/>
<path id="path1350_2_" sodipodi:nodetypes="cszsc" inkscape:r_cx="true" inkscape:r_cy="true" inkscape:connector-curvature="0" fill="none" stroke="#000000" stroke-linecap="round" d="
M274.344,157.255c0.377,1.74,0.414,4.715-2.241,6.872c-2.101,1.707-4.099,1.113-6.388,2.727c-2.29,1.612-2.945,3.908-5.458,5.122
c-2.424,1.17-4.278,0.52-6.034-0.711"/>
<path id="path1352_2_" sodipodi:nodetypes="cszsc" inkscape:r_cx="true" inkscape:r_cy="true" inkscape:connector-curvature="0" fill="none" stroke="#000000" stroke-linecap="round" d="
M241.733,172.117c-2.047,0.855-4.016,1.211-5.741-0.211c-1.621-1.336-3.48-3.29-5.723-4.971c-2.241-1.679-3.85-1.057-6.45-3.699
c-1.368-1.39-1.396-4.015-0.769-6.064"/>
<path id="path1354_2_" sodipodi:nodetypes="cszsc" inkscape:r_cx="true" inkscape:r_cy="true" inkscape:connector-curvature="0" fill="none" stroke="#000000" stroke-linecap="round" d="
M218.69,145.977c-1.446-1.683-3.377-3.036-2.256-6.834c0.595-2.014,2.229-3.324,3.134-5.976c0.904-2.65,0.161-4.618,1.782-7.237
c1.344-2.172,3.246-2.628,5.392-2.665"/>
<path fill="#FFFF00" stroke="#070404" stroke-linecap="round" d="M257.38,157.74c0,0-6.854-5.188-9.584-5.229
c-2.729-0.043-9.74,4.93-9.74,4.93s2.814-8.122,2.012-10.729c-0.802-2.608-7.698-7.741-7.698-7.741s8.594,0.168,10.826-1.401
c2.233-1.569,4.983-9.715,4.983-9.715s2.496,8.227,4.679,9.864c2.184,1.638,10.778,1.736,10.778,1.736s-7.051,4.916-7.935,7.499
C254.817,149.534,257.38,157.74,257.38,157.74z"/>
<circle fill="#FFFF00" stroke="#070404" stroke-linecap="round" cx="247.816" cy="144.998" r="2.635"/>
<circle fill="#FFFF00" stroke="#070404" stroke-linecap="round" cx="247.816" cy="138.779" r="2.635"/>
<circle fill="#FFFF00" stroke="#070404" stroke-linecap="round" cx="251.904" cy="149.729" r="2.634"/>
<circle fill="#FFFF00" stroke="#070404" stroke-linecap="round" cx="243.869" cy="149.729" r="2.634"/>
<circle fill="#FFFF00" stroke="#070404" stroke-linecap="round" cx="242.411" cy="142.757" r="2.635"/>
<circle fill="#FFFF00" stroke="#070404" stroke-linecap="round" cx="253.5" cy="142.757" r="2.634"/>
<path id="path6793_3_" inkscape:r_cx="true" inkscape:r_cy="true" sodipodi:type="arc" sodipodi:ry="50" sodipodi:rx="50" sodipodi:cy="390" sodipodi:cx="480" fill="none" stroke="#333333" stroke-linecap="round" stroke-linejoin="round" d="
M154.836,286.168c0,2.79-2.262,5.052-5.051,5.052c-2.79,0-5.052-2.262-5.052-5.052c0-2.789,2.262-5.05,5.052-5.05
C152.574,281.118,154.836,283.379,154.836,286.168z"/>
<path id="path7668_3_" inkscape:r_cx="true" inkscape:r_cy="true" sodipodi:type="arc" sodipodi:ry="295" sodipodi:rx="295" sodipodi:cy="390" sodipodi:cx="480" fill="none" stroke="#333333" stroke-linecap="round" stroke-linejoin="round" d="
M179.586,286.168c0,16.459-13.342,29.802-29.801,29.802s-29.802-13.343-29.802-29.802c0-16.458,13.343-29.801,29.802-29.801
S179.586,269.71,179.586,286.168z"/>
<path id="sepales_3_" sodipodi:nodetypes="cccccc" inkscape:r_cx="true" inkscape:r_cy="true" inkscape:connector-curvature="0" fill="#808000" stroke="#070404" stroke-width="2" stroke-linecap="round" d="
M193.728,299.138c-23.639,1.281-36.348,13.987-43.596,32.404c-8.625-19.43-22.605-31.053-44.292-31.447
c21.079-15.54,21.864-33.333,16.222-51.841c17.118,9.84,34.965,12.286,54.317-0.592
C173.419,267.737,177.669,285.406,193.728,299.138"/>
<g id="g13210_3_" inkscape:r_cx="true" inkscape:r_cy="true">
<path id="petale1_3_" sodipodi:nodetypes="cscsssc" inkscape:r_cx="true" inkscape:r_cy="true" inkscape:connector-curvature="0" fill="#FF0000" stroke="#000000" stroke-width="2" stroke-linecap="round" d="
M141.713,248.003c2.072,0,6.43,2.143,8.501,2.143s5.286-2.285,7.356-2.285c6.219,0.534,11.952,11.8,8.715,16.431
c-3.204,4.584-15.722,22.403-16.144,21.857c-1.113-1.441-12.277-17.594-15.572-22.858
C130.894,257.417,137.209,248.188,141.713,248.003z"/>
<path id="petale2_3_" sodipodi:nodetypes="cszzssz" inkscape:r_cx="true" inkscape:r_cy="true" inkscape:connector-curvature="0" fill="#FF0000" stroke="#000000" stroke-width="2" stroke-linecap="round" d="
M183.202,266.148c1.861,3.353,0.07,7.036,0.712,9.008c0.64,1.97,3.078,4.468,2.731,8.575c-0.334,3.977-7.654,11.373-13.032,9.733
c-5.376-1.64-24.353-6.683-23.963-7.253c1.027-1.504,12.938-17.112,16.929-21.874C171.028,259.027,181.339,262.798,183.202,266.148
z"/>
<path id="petale3_3_" sodipodi:nodetypes="cszsssz" inkscape:r_cx="true" inkscape:r_cy="true" inkscape:connector-curvature="0" fill="#FF0000" stroke="#000000" stroke-width="2" stroke-linecap="round" d="
M179.541,310.354c-1.907,2.455-6.31,2.906-7.984,4.124s-4.021,3.805-7.037,6.46c-3.018,2.655-14.104-3.538-14.207-9.186
c-0.102-5.593-0.521-26.637,0.142-26.442c1.746,0.513,18.844,6.446,24.604,8.77C181.484,296.669,181.562,307.754,179.541,310.354z"
/>
<path id="petale4_3_" sodipodi:nodetypes="cscsssz" inkscape:r_cx="true" inkscape:r_cy="true" inkscape:connector-curvature="0" fill="#FF0000" stroke="#000000" stroke-width="2" stroke-linecap="round" d="
M135.599,321.251c-2.837-1.725-4.883-4.979-6.559-6.196c-1.677-1.217-5.62-1.258-7.296-2.476
c-5.241-2.879-3.29-15.563,2.051-17.405c5.286-1.825,26.443-9.895,26.465-9.203c0.052,1.819,0.447,19.449,0.019,25.646
C149.802,318.528,138.436,322.975,135.599,321.251L135.599,321.251z"/>
<path id="petale5_3_" sodipodi:nodetypes="czcsssz" inkscape:r_cx="true" inkscape:r_cy="true" inkscape:connector-curvature="0" fill="#FF0000" stroke="#000000" stroke-width="2" stroke-linecap="round" d="
M112.185,284.042c0.451-3.92,2.978-6.964,3.617-8.936c0.64-1.97,0.46-6.876,1.1-8.846c1.119-4.018,13.643-7.081,17.044-2.572
c3.369,4.465,16.726,22.38,16.074,22.611c-1.715,0.613-19.098,6.811-25.123,8.318C118.175,296.301,111.728,288.003,112.185,284.042
z"/>
</g>
<path id="path2244_3_" sodipodi:nodetypes="czzzzzzzzzz" inkscape:r_cx="true" inkscape:r_cy="true" inkscape:connector-curvature="0" fill="#808000" stroke="#070404" stroke-linecap="round" d="
M122.001,295.275c0.24,0.325,23.5-9.338,23.935-10.79c0.354-1.391-12.781-22.21-13.024-22.028
c-0.244,0.18,16.28,18.617,17.611,18.889c1.393,0.354,17.646-18.955,17.385-19.139c-0.263-0.185-12.711,21.211-12.396,22.484
c0.396,1.216,23.266,10.563,23.391,10.221c0.123-0.344-24.289-5.66-25.446-4.678c-1.017,0.75-3.406,25.637-3.063,25.762
c0.363-0.02-2.034-25.008-3.161-25.683c-1.046-0.734-25.204,4.315-25.064,4.841L122.001,295.275z"/>
<path id="path3105_3_" sodipodi:nodetypes="cszsc" inkscape:r_cx="true" inkscape:r_cy="true" inkscape:connector-curvature="0" fill="none" stroke="#000000" stroke-linecap="round" d="
M138.088,258.538c0.582-2.183,2.534-4.655,4.767-4.521c2.098,0.127,4.163,1.844,6.964,1.885s5.113-2.483,9.164-1.157
c2.405,0.787,2.751,2.342,3.449,4.367"/>
<path id="path1348_3_" sodipodi:nodetypes="cszsc" inkscape:r_cx="true" inkscape:r_cy="true" inkscape:connector-curvature="0" fill="none" stroke="#000000" stroke-linecap="round" d="
M172.918,265.635c2.362,0.358,3.733,2.108,4.705,4.771c0.719,1.974-0.246,3.823,0.58,6.501c0.825,2.676,1.438,2.36,2.626,5.295
c0.731,1.809,0.288,3.12-1.018,5.735"/>
<path id="path1350_3_" sodipodi:nodetypes="cszsc" inkscape:r_cx="true" inkscape:r_cy="true" inkscape:connector-curvature="0" fill="none" stroke="#000000" stroke-linecap="round" d="
M176.174,300.195c0.377,1.74,0.414,4.716-2.241,6.872c-2.101,1.707-4.099,1.113-6.388,2.728c-2.29,1.612-2.945,3.908-5.458,5.122
c-2.424,1.17-4.278,0.519-6.034-0.711"/>
<path id="path1352_3_" sodipodi:nodetypes="cszsc" inkscape:r_cx="true" inkscape:r_cy="true" inkscape:connector-curvature="0" fill="none" stroke="#000000" stroke-linecap="round" d="
M143.562,315.057c-2.047,0.856-4.016,1.211-5.742-0.211c-1.62-1.335-3.479-3.29-5.722-4.97c-2.241-1.679-3.85-1.058-6.45-3.699
c-1.369-1.39-1.396-4.015-0.769-6.065"/>
<path id="path1354_3_" sodipodi:nodetypes="cszsc" inkscape:r_cx="true" inkscape:r_cy="true" inkscape:connector-curvature="0" fill="none" stroke="#000000" stroke-linecap="round" d="
M120.519,288.918c-1.447-1.684-3.377-3.036-2.255-6.834c0.594-2.015,2.229-3.324,3.133-5.977c0.904-2.649,0.161-4.617,1.782-7.236
c1.344-2.172,3.246-2.628,5.391-2.665"/>
<path fill="#FFFF00" stroke="#070404" stroke-linecap="round" d="M159.209,300.679c0,0-6.854-5.187-9.584-5.229
c-2.729-0.043-9.74,4.93-9.74,4.93s2.814-8.122,2.012-10.73c-0.802-2.607-7.699-7.74-7.699-7.74s8.595,0.168,10.827-1.401
c2.233-1.57,4.983-9.715,4.983-9.715s2.496,8.226,4.679,9.864c2.184,1.638,10.778,1.735,10.778,1.735s-7.051,4.916-7.936,7.499
C156.646,292.474,159.209,300.679,159.209,300.679z"/>
<circle fill="#FFFF00" stroke="#070404" stroke-linecap="round" cx="149.645" cy="287.938" r="2.635"/>
<circle fill="#FFFF00" stroke="#070404" stroke-linecap="round" cx="149.645" cy="281.719" r="2.635"/>
<circle fill="#FFFF00" stroke="#070404" stroke-linecap="round" cx="153.733" cy="292.67" r="2.634"/>
<circle fill="#FFFF00" stroke="#070404" stroke-linecap="round" cx="145.698" cy="292.67" r="2.634"/>
<circle fill="#FFFF00" stroke="#070404" stroke-linecap="round" cx="144.24" cy="285.697" r="2.635"/>
<circle fill="#FFFF00" stroke="#070404" stroke-linecap="round" cx="155.329" cy="285.697" r="2.634"/>
</svg>

After

Width:  |  Height:  |  Size: 65 KiB

File diff suppressed because it is too large Load Diff

Binary file not shown.

View File

@ -17,7 +17,20 @@
\ifsetCustomFont
% Set your custom font here and use `customfont' in options. Leave empty to
% load computer modern font (default LaTeX font).
\RequirePackage{helvet}
%\RequirePackage{helvet}
% For use with XeLaTeX
% \setmainfont[
% Path = ./libertine/opentype/,
% Extension = .otf,
% UprightFont = LinLibertine_R,
% BoldFont = LinLibertine_RZ, % Linux Libertine O Regular Semibold
% ItalicFont = LinLibertine_RI,
% BoldItalicFont = LinLibertine_RZI, % Linux Libertine O Regular Semibold Italic
% ]
% {libertine}
% % load font from system font
% \newfontfamily\libertinesystemfont{Linux Libertine O}
\fi
% *****************************************************************************
@ -62,11 +75,7 @@
%\usepackage{tabularx}
% ***************************** Math and SI Units ******************************
\usepackage{amsfonts}
\usepackage{amsmath}
\usepackage{amssymb}
% *********************************** SI Units *********************************
\usepackage{siunitx} % use this package module for SI units
@ -109,23 +118,15 @@
\renewcommand{\bibname}{References}
% *****************************************************************************
% *************** Changing the Visual Style of Chapter Headings ***************
% This section on visual style is from https://github.com/cambridge/thesis
% ******************************** Roman Pages *********************************
% The romanpages environment set the page numbering to lowercase roman one
% for the contents and figures lists. It also resets
% page-numbering for the remainder of the dissertation (arabic, starting at 1).
% Uncomment the section below. Requires titlesec package.
%\RequirePackage{titlesec}
%\newcommand{\PreContentTitleFormat}{\titleformat{\chapter}[display]{\scshape\Large}
%{\Large\filleft{\chaptertitlename} \Huge\thechapter}
%{1ex}{}
%[\vspace{1ex}\titlerule]}
%\newcommand{\ContentTitleFormat}{\titleformat{\chapter}[display]{\scshape\huge}
%{\Large\filleft{\chaptertitlename} \Huge\thechapter}{1ex}
%{\titlerule\vspace{1ex}\filright}
%[\vspace{1ex}\titlerule]}
%\newcommand{\PostContentTitleFormat}{\PreContentTitleFormat}
%\PreContentTitleFormat
\newenvironment{romanpages}{
\setcounter{page}{1}
\renewcommand{\thepage}{\roman{page}}}
{\newpage\renewcommand{\thepage}{\arabic{page}}}
% ******************************************************************************
@ -159,7 +160,7 @@
%\renewcommand{\appendixtocname}{List of appendices}
%\renewcommand{\appendixname}{Appndx}
% ******************************** Draft Mode **********************************
% *********************** Configure Draft Mode **********************************
% Uncomment to disable figures in `draftmode'
%\setkeys{Gin}{draft=true} % set draft to false to enable figures in `draft'
@ -179,7 +180,7 @@
%\SetDraftGrayScale{0.8}
%% Todo notes functionality
% ******************************** Todo Notes **********************************
%% Uncomment the following lines to have todonotes.
%\ifsetDraft

View File

@ -1,10 +1,11 @@
CUED PhD thesis template
========================
> A LaTeX PhD thesis template for Cambridge University Engineering Department.
> A LaTeX / XeLaTeX / LuaLaTeX PhD thesis template for Cambridge University Engineering Department.
[![Build Status](https://api.travis-ci.org/kks32/phd-thesis-template.svg)](https://travis-ci.org/kks32/phd-thesis-template)
[![License MIT](http://img.shields.io/badge/license-MIT-brightgreen.svg)](license.md)
[![Version](http://img.shields.io/badge/version-1.4.1-brightgreen.svg)](https://github.com/kks32/phd-thesis-template/releases/latest)
[![Version](http://img.shields.io/badge/version-2.0-brightgreen.svg)](https://github.com/kks32/phd-thesis-template/releases/latest)
## Author(s)
* Krishna Kumar
@ -13,12 +14,18 @@ CUED PhD thesis template
* Conforms to the Student Registry PhD dissertation guidelines and CUED PhD guidelines
* Supports LaTeX, XeLaTeX and LuaLaTeX
* Adaptive Title Page: Title page adapts to title length
* Title page with both College and University crests.
* Print / On-line version: Different layout and hyper-referencing styles
* Pre-defined and custom fonts (Times / Fourier / Latin Modern) with math support
* Supports system fonts (XeLaTeX)
* Pre-defined and custom bibliography style support (authoryear / numbered / custom)
* Custom page styles: 3 Different Header / Footer styles
@ -35,7 +42,24 @@ CUED PhD thesis template
--------------------------------------------------------------------------------
## Building your thesis
## Building your thesis - XeLaTeX
### Using latexmk (Unix/Linux/Windows)
This template supports `XeLaTeX` compilation chain. To generate PDF run
latexmk -pdf -e '$pdflatex=q/xelatex %O %S/' thesis
## Building your thesis - LuaLaTeX
### Using latexmk (Unix/Linux/Windows)
This template supports `XeLaTeX` compilation chain. To generate PDF run
latexmk -pdflatex=lualatex -pdf thesis.tex
## Building your thesis - LaTeX / PDFLaTeX
### Using latexmk (Unix/Linux/Windows)
@ -44,11 +68,6 @@ This template supports `latexmk`. To generate DVI, PS and PDF run
latexmk -dvi -ps -pdf thesis.tex
### Using ARARA (Unix/Linux/Windows)
This template supports `arara`. You can edit the arara commands in `thesis.tex` to suit your needs. Default is set to LATEX >> DVI >> PS2PDF with nomenclature and make index support.
arara -v thesis.tex
### Using the make file (Unix/Linux)
@ -95,6 +114,7 @@ Usage: `sh ./compile-thesis.sh [OPTIONS] [filename]`
* Alternatively, double click on `compile-thesis-windows.bat`
-------------------------------------------------------------------------------
## Usage details
@ -158,11 +178,16 @@ The front page (title page) resizes to fit your title length. You can modify the
If `\college` is defined, the bottom of the title page will look like this:
King's College 2014
King's College 2014
If `\college` is undefined or blank, the `degreedate` will be centered.
2014
2014
The template offers support to having both the college and university crests or just one of the crests.
* `\collegeshield` (optional): Includes college crest in addition to the university crest. This reformats the front page layout.
### Abstract separate
* A separate abstract with the title of the PhD and the candidate name has to be submitted to the Student Registry. This can be generated using `abstract` option in the document class. Ignore subsequent warnings about skipping sections (if any).
@ -183,7 +208,7 @@ If `\college` is undefined or blank, the `degreedate` will be centered.
\includeonly{Chapter3/chapter3}
\fi
### Draft
### Draft
`draft` adds a watermark `draft` text with timestamp and version number at the top or
the bottom of the page. Pagewise line numbering is added on every page. `draft` settings can be tweaked in the `preamble.tex`.
@ -327,9 +352,9 @@ The visual style of chapter headings can be modified using the `titlesec` packag
* You can change the Title of Nomenclature to Notations or Symbols in the `preamble.tex` using:
\renewcommand\nomname{Symbols}
TexStudio's default compile option doesn't include `nomenclature`, to compile your document with the nomenclature, do the following:
Options >> Configure TexStudio >> Build >> User Commands >> add user command
In `add user command` type `makenomeclature:makenomenclature` on the left pane and `makeindex %.nlo -s nomencl.ist -o %.nls` on the execution side. Now you can run the user defined command `makenomenclature` from `Tools >> User >> makenomenclature`.
@ -403,7 +428,25 @@ or
or
`texcount -inc *.tex` (eg., result 2341 words)
#### _Q5_: I found a bug in the template. Where do I report bugs?
#### _Q5_: How do I use a system font (libertine)?
To use a system font (open type) font with XeLaTeX, please select `customfont` option in the `documentclass` in `thesis.tex`. Add the path and font name to the custom font definition in `preamble.tex`
\ifsetCustomFont
\setmainfont[
Path = ./libertine/opentype/,
Extension = .otf,
UprightFont = LinLibertine_R,
BoldFont = LinLibertine_RZ, % Regular Semibold
ItalicFont = LinLibertine_RI,
BoldItalicFont = LinLibertine_RZI, % Regular Semibold Italic
] {libertine}
\newfontfamily\libertinesystemfont{Linux Libertine O}
\fi
Please use XeLaTeX tool chain with LaTeXmk.
#### _Q6_: I found a bug in the template. Where do I report bugs?
You can report issues at
[our GitHub repository](https://github.com/kks32/phd-thesis-template).
@ -440,6 +483,10 @@ If you are generating a separate abstract for your thesis submission, ignore thi
This is normal for a book class. Usually, a new chapter in a book always starts on the right hand side, which is why you see a blank page. You can remove the extra blank page by passing `openany` option to the documentclass. This works for double sided printing. However, if you are printing on a single side, please pass `oneside` option to the document class.
#### _W7_: My references aren't listed in the ordered in which I cite them
This is controlled by the bibliography style. Please use `\bibliographystyle{unsrt}` in `thesis.tex` instead of `apalike`. This applicable only for numerically sorted references.
--------------------------------------------------------------------------------
## Known issue(s) / Bugs / Feature requests
@ -477,4 +524,4 @@ The history of releases can be viewed at [ChangeLog](ChangeLog.md)
* Tina Schwamb - testing and bug reports
* John Plaice - Bug fixes
* John Plaice - Bug fixes

View File

@ -16,7 +16,15 @@
%% University and Crest
\university{University of Cambridge}
\crest{\includegraphics[width=0.25\textwidth]{University_Crest}}
% Crest minimum should be 30mm.
\crest{\includegraphics[width=0.2\textwidth]{University_Crest}}
%% Use this crest, if you are using the college crest
%% Crest long miminum should be 65mm
%\crest{\includegraphics[width=0.45\textwidth]{University_Crest_Long}}
%% College shield [optional]
% Crest minimum should be 30mm.
%\collegeshield{\includegraphics[width=0.2\textwidth]{CollegeShields/Kings}}
%% You can redefine the submission text:
% Default as per the University guidelines:

Binary file not shown.

283
thesis.ps
View File

@ -1,7 +1,7 @@
%!PS-Adobe-2.0
%%Creator: dvips(k) 5.994 Copyright 2014 Radical Eye Software
%%Title: thesis.dvi
%%CreationDate: Sun Dec 21 19:11:26 2014
%%CreationDate: Fri Jun 19 23:59:13 2015
%%Pages: 41
%%PageOrder: Ascend
%%BoundingBox: 0 0 596 842
@ -13,7 +13,7 @@
%DVIPSWebPage: (www.radicaleye.com)
%DVIPSCommandLine: dvips -z -o thesis.ps.temp -ta4 thesis.dvi
%DVIPSParameters: dpi=600
%DVIPSSource: TeX output 2014.12.21:1911
%DVIPSSource: TeX output 2015.06.19:2359
%%BeginProcSet: tex.pro 0 0
%!
/TeXDict 300 dict def TeXDict begin/N{def}def/B{bind def}N/S{exch}N/X{S
@ -4504,21 +4504,19 @@ rf /Fu 27[44 40[50 36[50 35 44 44 21[48 1[48 44 50 50
rf /Fv 134[53 4[33 47 47 1[60 60 2[33 2[33 60 1[33 2[53
18[73 11[86 68[{ TeXBase1Encoding ReEncodeFont }13 119.552
/NimbusRomNo9L-ReguItal rf /Fw 134[60 2[60 60 33 47 40
1[60 60 60 93 33 2[33 60 60 40 53 60 53 60 53 11[86 73
8[86 5[73 86 80 14[60 1[60 60 60 8[40 39[{
1[60 60 60 93 33 2[33 60 60 40 53 60 1[60 53 11[86 73
8[86 47 4[73 86 80 13[60 2[60 60 60 8[40 39[{
TeXBase1Encoding ReEncodeFont }31 119.552 /NimbusRomNo9L-Regu
rf /Fx 139[40 56 2[72 1[72 112 40 2[40 72 72 1[64 3[64
11[104 15[88 104 96 67[{ TeXBase1Encoding ReEncodeFont }15
143.462 /NimbusRomNo9L-Regu rf /Fy 133[64 72 72 104 1[80
48 56 64 1[80 72 80 120 40 80 1[40 80 72 48 64 80 64
80 72 8[104 143 1[104 96 80 104 2[112 1[135 96 112 2[112
1[88 96 104 2[104 1[72 11[72 72 72 1[40 36 46[{
TeXBase1Encoding ReEncodeFont }44 143.462 /NimbusRomNo9L-Medi
rf /Fz 134[103 103 149 1[115 69 80 92 1[115 103 115 172
57 2[57 115 103 69 92 115 92 115 103 8[149 207 1[149
138 1[149 1[126 1[149 195 138 2[80 161 161 1[138 149
149 138 149 13[103 103 103 46[115 2[{ TeXBase1Encoding ReEncodeFont }42
206.559 /NimbusRomNo9L-Medi rf end
rf /Fx 133[64 72 72 104 1[80 48 56 64 1[80 72 80 120
40 80 1[40 80 72 48 64 80 64 80 72 8[104 143 1[104 96
80 104 2[112 1[135 96 112 2[112 1[88 96 104 104 1[104
1[72 11[72 72 72 1[40 36 46[{ TeXBase1Encoding ReEncodeFont }45
143.462 /NimbusRomNo9L-Medi rf /Fy 134[103 103 149 1[115
69 80 92 1[115 103 115 172 57 2[57 115 103 69 92 115
92 115 103 8[149 207 1[149 138 1[149 1[126 1[149 195
138 2[80 161 161 1[138 149 149 138 149 13[103 103 103
46[115 2[{ TeXBase1Encoding ReEncodeFont }42 206.559
/NimbusRomNo9L-Medi rf end
%%EndProlog
%%BeginSetup
%%Feature: *Resolution 600dpi
@ -4641,12 +4639,12 @@ SDict begin [/View [/XYZ H.V]/Dest (Doc-Start) cvn /DEST pdfmark end
298 a 123 298 a
SDict begin [ {Catalog} <</PageLabels<</Nums[0<</P(\376\377\000i)>>1<</S/r
/St 2>>18<</S/D>>]>>>> /PUT pdfmark end
123 298 a Black Black 754 440 a Fz(Writing)52
b(y)-5 b(our)51 b(PhD)h(thesis)g(in)1592 689 y(L)1656
646 y Fy(A)1728 689 y Fz(T)1832 737 y(E)1943 689 y(X2e)1166
971 y Fx(Using)35 b(the)g(CUED)f(template)1485 2736 y
@beginspecial 0 @llx -1 @lly 59 @urx 68 @ury 1089 @rwi
@setspecial
123 298 a Black Black Black 749 440 a
Fy(Writing)52 b(y)-5 b(our)51 b(PhD)h(thesis)g(in)1592
739 y(L)1656 695 y Fx(A)1728 739 y Fy(T)1832 787 y(E)1943
739 y(X2e)1127 958 y Fx(Using)34 b(the)h(CUED)g(template)p
Black Black 1564 2581 a @beginspecial 0 @llx -1 @lly
59 @urx 68 @ury 871 @rwi @setspecial
%%BeginDocument: Figs/University_Crest.eps
%!PS-Adobe-3.0 EPSF-3.0
%%Creator: cairo 1.12.8 (http://cairographics.org)
@ -6464,13 +6462,14 @@ end restore
%%EOF
%%EndDocument
@endspecial 1450 3449 a Fy(Krishna)g(K)n(umar)1285 3742
y Fw(Department)d(of)e(Engineering)1344 3956 y(Uni)m(v)n(ersity)h(of)f
(Cambridge)824 4636 y(This)h(dissertation)f(is)h(submitted)f(for)g(the)
h(de)n(gree)g(of)1422 4850 y Fv(Doctor)g(of)g(Philosophy)p
Black Black 270 5534 a Fw(King')-7 b(s)29 b(Colle)n(ge)p
Black Black 1820 w(December)h(2014)p Black Black eop
end end
@endspecial Black Black 1450 3167 a(Krishna)f(K)n(umar)p
Black Black 1285 3452 a Fw(Department)d(of)e(Engineering)1344
3632 y(Uni)m(v)n(ersity)h(of)f(Cambridge)p Black Black
Black Black 826 4338 a(This)h(dissertation)f(is)g(submitted)h(for)f
(the)h(de)n(gree)g(of)1422 4517 y Fv(Doctor)g(of)g(Philosophy)p
Black Black Black Black 270 5534 a Fw(King')-7 b(s)29
b(Colle)n(ge)p Black Black 2205 w(June)g(2015)p Black
Black Black eop end end
%%Page: 2 2
TeXDict begin HPSdict begin 2 1 bop 0 0 a
SDict begin /product where{pop product(Distiller)search{pop pop pop
@ -6539,7 +6538,7 @@ SDict begin 17.39995 H.A end
123 298 a 123
298 a
SDict begin [/View [/XYZ H.V]/Dest (chapter*.1) cvn /DEST pdfmark end
123 298 a 1581 1032 a Fy(Declaration)123 1508 y
123 298 a 1581 1032 a Fx(Declaration)123 1508 y
Fu(I)37 b(hereby)g(declare)h(that)e(e)o(xcept)g(where)i(speci\002c)f
(reference)h(is)e(made)h(to)f(the)h(w)o(ork)g(of)f(others,)k(the)123
1653 y(contents)33 b(of)h(this)f(dissertation)f(are)j(original)e(and)h
@ -6554,8 +6553,8 @@ Fu(I)37 b(hereby)g(declare)h(that)e(e)o(xcept)g(where)i(speci\002c)f
n(wer)h(than)g(65,000)f(w)o(ords)g(including)f(appendices,)j
(bibliography)-6 b(,)31 b(footnotes,)123 2375 y(tables)25
b(and)g(equations)e(and)i(has)g(fe)n(wer)g(than)f(150)h(\002gures.)p
Black Black 3142 2627 a(Krishna)f(K)o(umar)3122 2772
y(December)h(2014)p Black Black eop end end
Black Black 3142 2627 a(Krishna)f(K)o(umar)3349 2772
y(June)g(2015)p Black Black eop end end
%%Page: 6 6
TeXDict begin HPSdict begin 6 5 bop 0 0 a
SDict begin /product where{pop product(Distiller)search{pop pop pop
@ -6592,7 +6591,7 @@ SDict begin 17.39995 H.A end
123 298 a 123
298 a
SDict begin [/View [/XYZ H.V]/Dest (chapter*.2) cvn /DEST pdfmark end
123 298 a 1344 1032 a Fy(Ackno)o(wledgements)119
123 298 a 1344 1032 a Fx(Ackno)o(wledgements)119
1508 y Fu(And)25 b(I)g(w)o(ould)f(lik)o(e)h(to)f(ackno)n(wledge)g(...)p
Black Black eop end end
%%Page: 8 8
@ -6631,7 +6630,7 @@ SDict begin 17.39995 H.A end
123 298 a 123
298 a
SDict begin [/View [/XYZ H.V]/Dest (chapter*.3) cvn /DEST pdfmark end
123 298 a 1670 1032 a Fy(Abstract)120 1508 y Fu(This)24
123 298 a 1670 1032 a Fx(Abstract)120 1508 y Fu(This)24
b(is)h(where)g(you)f(write)h(your)g(abstract)f(...)p
Black Black eop end end
%%Page: 10 10
@ -6677,7 +6676,7 @@ SDict begin 17.39995 H.A end
123 298
a 123 298 a
SDict begin [/View [/XYZ H.V]/Dest (chapter*.4) cvn /DEST pdfmark end
123 298 a 116 1111 a Fz(T)-19 b(able)52 b(of)g(contents)123
123 298 a 116 1111 a Fy(T)-19 b(able)52 b(of)g(contents)123
1688 y Ft(List)25 b(of)g(\002gur)n(es)p 0 TeXcolorgray
3622 1688 a
SDict begin H.S end
@ -6928,7 +6927,7 @@ SDict begin 17.39995 H.A end
123 298 a 123
298 a
SDict begin [/View [/XYZ H.V]/Dest (chapter*.5) cvn /DEST pdfmark end
123 298 a 813 x Fz(List)52 b(of)g(\002gur)l(es)273
123 298 a 813 x Fy(List)52 b(of)g(\002gur)l(es)273
1671 y Fu(2.1)104 b(Minion)24 b(.)50 b(.)f(.)h(.)g(.)f(.)h(.)g(.)g(.)f
(.)h(.)g(.)f(.)h(.)g(.)g(.)f(.)h(.)g(.)f(.)h(.)g(.)g(.)f(.)h(.)g(.)f(.)
h(.)g(.)g(.)f(.)h(.)g(.)g(.)f(.)h(.)g(.)p Black 0 TeXcolorgray
@ -6989,7 +6988,7 @@ SDict begin 17.39995 H.A end
123 298 a 123
298 a
SDict begin [/View [/XYZ H.V]/Dest (chapter*.6) cvn /DEST pdfmark end
123 298 a 813 x Fz(List)52 b(of)g(tables)273 1671
123 298 a 813 x Fy(List)52 b(of)g(tables)273 1671
y Fu(3.1)104 b(A)25 b(badly)f(formatted)g(table)42 b(.)50
b(.)g(.)f(.)h(.)g(.)g(.)f(.)h(.)g(.)f(.)h(.)g(.)g(.)f(.)h(.)g(.)f(.)h
(.)g(.)g(.)f(.)h(.)g(.)g(.)f(.)h(.)g(.)p Black 0 TeXcolorgray
@ -7062,23 +7061,27 @@ SDict begin 17.39995 H.A end
123 298 a 123
298 a
SDict begin [/View [/XYZ H.V]/Dest (chapter*.7) cvn /DEST pdfmark end
123 298 a 813 x Fz(Nomenclatur)l(e)p Black 123
1588 a Ft(Roman)25 b(Symbols)p Black Black 123 1815 a
123 298 a 815 x Fy(Nomenclatur)l(e)p Black 123
1590 a Ft(Roman)25 b(Symbols)p Black Black 123 1824 a
Fq(F)p Black 224 w Fu(comple)o(x)f(function)p Black 123
2043 a Ft(Gr)n(eek)i(Symbols)p Black Black 123 2270 a
2057 a Ft(Gr)n(eek)i(Symbols)p Black Black 123 2291 a
Fs(g)p Black 244 w Fu(a)g(simply)d(closed)h(curv)o(e)h(on)f(a)i(comple)
o(x)d(plane)p Black 123 2498 a Fs(i)p Black 252 w Fu(unit)h(imaginary)g
(number)1346 2418 y Fo(p)p 1429 2418 128 4 v 80 x(\000)p
Fu(1)p Black 123 2725 a Fs(p)p Black 230 w Fo(')f Fu(3)p
Fr(:)p Fu(14)11 b Fr(:)g(:)g(:)p Black 123 2953 a Ft(Superscripts)p
Black Black 138 3180 a Fq(j)p Black 242 w Fu(superscript)24
b(inde)o(x)p Black 123 3408 a Ft(Subscripts)p Black Black
123 3635 a Fu(0)p Black 235 w(subscript)g(inde)o(x)p
Black 123 3863 a Ft(Other)i(Symbols)p Black Black 123
4015 a Fk(H)166 4119 y Fj(g)p Black 408 4090 a Fu(inte)o(gration)e
(around)g(a)h(curv)o(e)g Fs(g)p Black 123 4318 a Ft(Acr)n(onyms)h(/)e
(Ab)o(br)n(e)o(viations)p Black Black 118 4545 a Fq(C)s(I)6
b(F)p Black 121 w Fu(Cauchy')-5 b(s)25 b(Inte)o(gral)f(F)o(ormula)p
o(x)d(plane)p Black 123 2524 a Fs(i)p Black 252 w Fu(unit)h(imaginary)g
(number)1346 2445 y Fo(p)p 1429 2445 128 4 v 79 x(\000)p
Fu(1)p Black 123 2758 a Fs(p)p Black 230 w Fo(')f Fu(3)p
Fr(:)p Fu(14)11 b Fr(:)g(:)g(:)p Black 123 2991 a Ft(Superscripts)p
Black Black 138 3225 a Fq(j)p Black 242 w Fu(superscript)24
b(inde)o(x)p Black 123 3458 a Ft(Subscripts)p Black Black
123 3692 a Fu(0)p Black 235 w(subscript)g(inde)o(x)p
Black 123 3925 a(crit)p Black 152 w(Critical)h(state)p
Black 123 4159 a Ft(Other)h(Symbols)p Black Black 123
4317 a Fk(H)166 4421 y Fj(g)p Black 408 4392 a Fu(inte)o(gration)e
(around)g(a)h(curv)o(e)g Fs(g)p Black 123 4626 a Ft(Acr)n(onyms)h(/)e
(Ab)o(br)n(e)o(viations)p Black Black 123 4859 a Fu(ALU)p
Black 80 w(Arithmetic)g(Logic)g(Unit)p Black 123 5093
a(BEM)p Black 69 w(Boundary)h(Element)f(Method)p Black
123 5326 a(CD)p Black 147 w(Contact)h(Dynamics)p Black
123 5560 a(CFD)p Black 92 w(Computational)f(Fluid)g(Dynamics)p
Black Black eop end end
%%Page: 18 18
TeXDict begin HPSdict begin 18 17 bop 0 0 a
@ -7094,7 +7097,34 @@ SDict begin H.R end
-3 4 a -3 4 a
SDict begin [/View [/XYZ H.V]/Dest (page.xviii) cvn /DEST pdfmark end
-3 4 a Black Black
Black Black Black eop end end
3 97 a Ft(xviii)2886 b Fu(Nomenclature)p 5 136 3632 4
v Black Black 0 397 a Fq(C)s(I)6 b(F)p Black 121 w Fu(Cauchy')-5
b(s)25 b(Inte)o(gral)f(F)o(ormula)p Black 5 617 a(CK)p
Black 147 w(Carman)i(-)f(K)m(ozen)o(y)p Black 5 838 a(DEM)p
Black 63 w(Discrete)g(Element)f(Method)p Black 5 1058
a(DKT)p Black 80 w(Draft)h(Kiss)f(T)l(umble)p Black 5
1278 a(DNS)p Black 86 w(Direct)h(Numerical)g(Simulation)p
Black 5 1498 a(EFG)p Black 97 w(Element-Free)g(Galerkin)p
Black 5 1718 a(FEM)p Black 80 w(Finite)g(Element)f(Method)p
Black 5 1938 a(FLOP)p Black 50 w(Floating)g(Point)g(Operations)p
Black 5 2158 a(FPU)p Black 103 w(Floating)g(Point)h(Unit)p
Black 5 2378 a(FVM)p Black 69 w(Finite)g(V)-13 b(olume)24
b(Method)p Black 5 2598 a(GPU)p Black 86 w(Graphics)h(Processing)f
(Unit)p Black 5 2818 a(LBM)p Black 69 w(Lattice)h(Boltzmann)f(Method)p
Black 5 3039 a(LES)p Black 108 w(Lar)n(ge)i(Eddy)e(Simulation)p
Black 5 3259 a(MPM)p Black 52 w(Material)h(Point)f(Method)p
Black 5 3479 a(MR)-6 b(T)p Black 75 w(Multi-Relaxation)24
b(T)m(ime)p Black 5 3699 a(PCI)p Black 131 w(Peripheral)i(Component)e
(Interconnect)p Black 5 3919 a(PFEM)p Black 49 w(P)o(article)h(Finite)g
(Element)e(Method)p Black 5 4139 a(PIC)p Black 131 w(P)o
(article-in-cell)p Black 5 4359 a(PPC)p Black 109 w(P)o(articles)i(per)
g(cell)p Black 5 4579 a(R)-8 b(VE)p Black 94 w(Representati)n(v)o(e)24
b(Elemental)g(V)-13 b(olume)p Black 5 4799 a(SH)p Black
158 w(Sa)n(v)n(age)25 b(Hutter)p Black 5 5019 a(SM)p
Black 141 w(Streaming)g(Multiprocessors)p Black 5 5239
a(USF)p Black 103 w(Update)g(Stress)g(First)p Black 5
5460 a(USL)p Black 97 w(Update)g(Stress)g(Last)p Black
Black eop end end
%%Page: 1 19
TeXDict begin HPSdict begin 1 18 bop 0 0 a
SDict begin /product where{pop product(Distiller)search{pop pop pop
@ -7116,7 +7146,7 @@ SDict begin 17.39995 H.A end
123 298 a 123
298 a
SDict begin [/View [/XYZ H.V]/Dest (chapter.1) cvn /DEST pdfmark end
123 298 a 821 x Fz(Chapter)51 b(1)123 1591 y(Getting)h(started)
123 298 a 821 x Fy(Chapter)51 b(1)123 1591 y(Getting)h(started)
123 1965 y
SDict begin H.S end
123 1965 a 123 1965 a
@ -7125,7 +7155,7 @@ SDict begin 17.39995 H.A end
a
SDict begin [/View [/XYZ H.V]/Dest (section.1.1) cvn /DEST pdfmark
end
123 1965 a 184 x Fy(1.1)143 b(What)36 b(is)f(lor)m(en)g(ipsum?)43
123 1965 a 184 x Fx(1.1)143 b(What)36 b(is)f(lor)m(en)g(ipsum?)43
b(T)m(itle)36 b(with)e(math)h Fh(s)123 2412 y Fu(Lorem)20
b(Ipsum)e(is)h(simply)f(dummy)g(te)o(xt)h(of)h(the)f(printing)f(and)i
(typesetting)d(industry)i(\(see)h(Section)p 0 TeXcolorgray
@ -7220,7 +7250,7 @@ SDict begin 17.39995 H.A end
4588 a 123 4588 a
SDict begin [/View [/XYZ H.V]/Dest (section.1.2) cvn /DEST pdfmark
end
123 4588 a 131 x Fy(1.2)143 b(Wh)n(y)36
123 4588 a 131 x Fx(1.2)143 b(Wh)n(y)36
b(do)f(we)g(use)h(lor)m(en)f(ipsum?)123 4982 y Fu(It)25
b(is)f(a)h(long)f(established)g(f)o(act)h(that)f(a)h(reader)h(will)d
(be)i(distracted)f(by)h(the)f(readable)h(content)f(of)h(a)g(page)119
@ -7260,7 +7290,7 @@ SDict begin 17.39995 H.A end
5 746 a 5 746 a
SDict begin [/View [/XYZ H.V]/Dest (section.1.3) cvn /DEST pdfmark
end
5 746 a 203 x Fy(1.3)143
5 746 a 203 x Fx(1.3)143
b(Wher)m(e)36 b(does)f(it)g(come)g(fr)m(om?)5 1206 y
Fu(Contrary)22 b(to)g(popular)f(belief,)h(Lorem)f(Ipsum)g(is)g(not)h
(simply)e(random)h(te)o(xt.)29 b(It)21 b(has)h(roots)f(in)g(a)h(piece)g
@ -7444,7 +7474,7 @@ SDict begin 17.39995 H.A end
123 298 a 123
298 a
SDict begin [/View [/XYZ H.V]/Dest (chapter.2) cvn /DEST pdfmark end
123 298 a 813 x Fz(Chapter)51 b(2)123 1576 y(My)h(second)g
123 298 a 813 x Fy(Chapter)51 b(2)123 1576 y(My)h(second)g
(chapter)123 1950 y
SDict begin H.S end
123 1950 a 123 1950 a
@ -7453,7 +7483,7 @@ SDict begin 17.39995 H.A end
123 1950 a
SDict begin [/View [/XYZ H.V]/Dest (section.2.1) cvn /DEST pdfmark
end
123 1950 a 178 x Fy(2.1)143 b(Reasonably)33
123 1950 a 178 x Fx(2.1)143 b(Reasonably)33
b(long)i(section)g(title)123 2375 y Fu(I'm)25 b(going)f(to)g(randomly)g
(include)g(a)i(picture)e(Figure)p 0 TeXcolorgray 2027
2376 a
@ -7551,7 +7581,7 @@ SDict begin 26.39993 H.A end
123 3034
a 123 3034 a
SDict begin [/View [/XYZ H.V]/Dest (section*.9) cvn /DEST pdfmark end
123 3034 a Fy(Enumeration)123 3103 y
123 3034 a Fx(Enumeration)123 3103 y
SDict begin H.S end
123
3103 a 123 3103 a
@ -7601,7 +7631,7 @@ SDict begin 26.39993 H.A end
123 4471 a 123 4471 a
SDict begin [/View [/XYZ H.V]/Dest (section*.10) cvn /DEST pdfmark
end
123 4471 a Fy(itemize)p Black 284
123 4471 a Fx(itemize)p Black 284
4718 a Fu(\225)p Black 48 w(The)h(\002rst)g(topic)f(is)h(dull)p
Black 284 4933 a(\225)p Black 48 w(The)g(second)g(topic)f(is)g(duller)p
Black 483 5149 a Ft(\226)p Black 49 w Fu(The)h(\002rst)g(subtopic)e(is)
@ -8759,7 +8789,7 @@ SDict begin 26.39993 H.A end
123 397 a 123 397 a
SDict begin [/View [/XYZ H.V]/Dest (section*.11) cvn /DEST pdfmark
end
123 397 a Fy(description)p Black
123 397 a Fx(description)p Black
123 645 a Ft(The)26 b(\002rst)g(topic)p Black 49 w Fu(is)e(dull)p
Black 123 872 a Ft(The)i(second)g(topic)p Black 49 w
Fu(is)f(duller)p Black 367 1100 a Ft(The)h(\002rst)g(subtopic)p
@ -8790,7 +8820,7 @@ SDict begin 17.39995 H.A end
a
SDict begin [/View [/XYZ H.V]/Dest (section.2.2) cvn /DEST pdfmark
end
5 298 a 99 x Fy(2.2)143 b(Hidden)34 b(section)152 645
5 298 a 99 x Fx(2.2)143 b(Hidden)34 b(section)152 645
y Ft(Lor)n(em)g(ipsum)h(dolor)e(sit)h(amet)p Fu(,)i Fq(consectetur)d
(adipiscing)f(elit)p Fu(.)57 b(In)34 b(magna)g(nisi,)h(aliquam)e(id)5
789 y(blandit)c(id,)h(congue)f(ac)h(est.)45 b(Fusce)30
@ -26217,7 +26247,7 @@ SDict begin 26.39993 H.A end
4207 a 3755 4207 a
SDict begin [/View [/XYZ H.V]/Dest (section*.12) cvn /DEST pdfmark
end
3755 4207 a Fy(Subplots)3755 4454
3755 4207 a Fx(Subplots)3755 4454
y Fu(I)g(can)h(cite)e(W)-8 b(all-E)25 b(\(see)g(Fig.)p
0 TeXcolorgray 4818 4455 a
SDict begin H.S end
@ -26289,7 +26319,7 @@ SDict begin 17.39995 H.A end
123 298 a 123
298 a
SDict begin [/View [/XYZ H.V]/Dest (chapter.3) cvn /DEST pdfmark end
123 298 a 813 x Fz(Chapter)51 b(3)123 1576 y(My)h(third)g
123 298 a 813 x Fy(Chapter)51 b(3)123 1576 y(My)h(third)g
(chapter)123 1950 y
SDict begin H.S end
123 1950 a 123 1950 a
@ -26298,87 +26328,88 @@ SDict begin 17.39995 H.A end
123 1950 a
SDict begin [/View [/XYZ H.V]/Dest (section.3.1) cvn /DEST pdfmark
end
123 1950 a 178 x Fy(3.1)143 b(First)35 b(section)f(of)h(the)
123 1950 a 178 x Fx(3.1)143 b(First)35 b(section)f(of)h(the)
h(third)e(chapter)119 2375 y Fu(And)25 b(no)n(w)f(I)h(be)o(gin)f(my)g
(third)g(chapter)i(here)f(.)15 b(.)g(.)270 2520 y(And)24
b(no)n(w)g(to)h(cite)f(some)h(more)f(people)h(Ance)o(y)f(et)h(al.)g([)p
0 TeXcolorgray 2222 2520 a
b(no)n(w)g(to)h(cite)f(some)h(more)f(people)h(Read)g([)p
0 TeXcolorgray 1950 2520 a
SDict begin H.S end
2222 2520 a Fu(2)2272 2520
1950 2520 a Fu(6)2000 2520
y
SDict begin 17.39995 H.L end
2272 2520 a 2272 2520 a
SDict begin [/Subtype /Link/Dest (cite.Ancey1996) cvn/H /I/Border [0
0 0]BorderArrayPatch/Color [0 1 0] H.B /ANN pdfmark end
2272 2520 a Black Fu(],)g(Read)g([)p
0 TeXcolorgray 2618 2520 a
SDict begin H.S end
2618 2520 a Fu(6)2668 2520
y
SDict begin 17.39995 H.L end
2668 2520 a 2668 2520 a
2000 2520 a 2000 2520 a
SDict begin [/Subtype /Link/Dest (cite.Rea85) cvn/H /I/Border [0 0
0]BorderArrayPatch/Color [0 1 0] H.B /ANN pdfmark end
2668 2520 a Black -1 w Fu(])123
2685 y
2000 2520 a Black -1 w Fu(])q(,)f(Ance)o(y)h
(et)g(al.)f([)p 0 TeXcolorgray 2618 2520 a
SDict begin H.S end
2618 2520
a Fu(2)2668 2520 y
SDict begin 17.39995 H.L end
2668 2520 a 2668 2520 a
SDict begin [/Subtype /Link/Dest (cite.Ancey1996) cvn/H /I/Border [0
0 0]BorderArrayPatch/Color [0 1 0] H.B /ANN pdfmark end
2668 2520
a Black -1 w Fu(])123 2685 y
SDict begin H.S end
123 2685 a 123 2685 a
SDict begin 17.39995 H.A end
123 2685 a 123 2685 a
123
2685 a 123 2685 a
SDict begin [/View [/XYZ H.V]/Dest (subsection.3.1.1) cvn /DEST pdfmark
end
123
2685 a 158 x Fb(3.1.1)119 b(First)30 b(subsection)g(in)h(the)f(\002rst)
g(section)123 3055 y Fu(.)15 b(.)g(.)g(and)25 b(some)f(more)123
3200 y
123 2685 a 158 x Fb(3.1.1)119 b(First)30
b(subsection)g(in)h(the)f(\002rst)g(section)123 3055
y Fu(.)15 b(.)g(.)g(and)25 b(some)f(more)123 3200 y
SDict begin H.S end
123 3200 a 123 3200 a
123
3200 a 123 3200 a
SDict begin 17.39995 H.A end
123 3200 a 123 3200 a
SDict begin [/View [/XYZ H.V]/Dest (subsection.3.1.2) cvn /DEST pdfmark
end
123
3200 a 178 x Fb(3.1.2)119 b(Second)31 b(subsection)g(in)f(the)g
(\002rst)g(section)123 3590 y Fu(.)15 b(.)g(.)g(and)25
b(some)f(more)h(.)15 b(.)g(.)123 3879 y
123 3200 a 178
x Fb(3.1.2)119 b(Second)31 b(subsection)g(in)f(the)g(\002rst)g(section)
123 3590 y Fu(.)15 b(.)g(.)g(and)25 b(some)f(more)h(.)15
b(.)g(.)123 3879 y
SDict begin H.S end
123 3879 a 123 3879 a
SDict begin 17.39995 H.A end
123 3879 a 123
3879 a
SDict begin 17.39995 H.A end
123 3879 a 123 3879 a
SDict begin [/View [/XYZ H.V]/Dest (section*.14) cvn /DEST pdfmark
end
123 3879 a Ft(First)25 b(subsub)h(section)
f(in)g(the)h(second)g(subsection)123 4090 y Fu(.)15 b(.)g(.)g(and)24
b(some)f(more)h(in)g(the)g(\002rst)g(subsub)f(section)g(otherwise)h(it)
f(all)h(looks)f(the)h(same)g(doesn')n(t)g(it?)30 b(well)119
4235 y(we)c(can)f(add)g(some)f(te)o(xt)g(to)g(it)h(.)15
b(.)g(.)123 4380 y
123 3879 a Ft(First)25 b(subsub)h(section)f(in)g(the)h(second)g
(subsection)123 4090 y Fu(.)15 b(.)g(.)g(and)24 b(some)f(more)h(in)g
(the)g(\002rst)g(subsub)f(section)g(otherwise)h(it)f(all)h(looks)f(the)
h(same)g(doesn')n(t)g(it?)30 b(well)119 4235 y(we)c(can)f(add)g(some)f
(te)o(xt)g(to)g(it)h(.)15 b(.)g(.)123 4380 y
SDict begin H.S end
123 4380 a 123 4380 a
123 4380
a 123 4380 a
SDict begin 17.39995 H.A end
123 4380 a 123
4380 a
123 4380 a 123 4380 a
SDict begin [/View [/XYZ H.V]/Dest (subsection.3.1.3) cvn /DEST pdfmark
end
123 4380 a 179 x Fb(3.1.3)119 b(Third)31 b(subsection)f(in)h
(the)f(\002rst)g(section)123 4770 y Fu(.)15 b(.)g(.)g(and)25
b(some)f(more)h(.)15 b(.)g(.)123 5059 y
123 4380 a 179 x Fb(3.1.3)119
b(Third)31 b(subsection)f(in)h(the)f(\002rst)g(section)123
4770 y Fu(.)15 b(.)g(.)g(and)25 b(some)f(more)h(.)15
b(.)g(.)123 5059 y
SDict begin H.S end
123 5059 a 123 5059 a
SDict begin 17.39995 H.A end
123 5059 a 123
5059 a
SDict begin 17.39995 H.A end
123 5059 a 123 5059 a
SDict begin [/View [/XYZ H.V]/Dest (section*.15) cvn /DEST pdfmark
end
123 5059 a Ft(First)25 b(subsub)h(section)
f(in)g(the)h(third)g(subsection)123 5271 y Fu(.)15 b(.)g(.)g(and)24
b(some)f(more)h(in)g(the)g(\002rst)g(subsub)f(section)g(otherwise)h(it)
f(all)h(looks)f(the)h(same)g(doesn')n(t)g(it?)30 b(well)119
5415 y(we)f(can)g(add)f(some)g(te)o(xt)f(to)h(it)g(and)g(some)g(more)g
(and)g(some)g(more)g(and)g(some)g(more)g(and)g(some)g(more)123
5560 y(and)d(some)f(more)h(and)g(some)f(more)h(and)f(some)h(more)f(.)15
b(.)g(.)p Black Black eop end end
123 5059 a Ft(First)25 b(subsub)h(section)f(in)g(the)h(third)g
(subsection)123 5271 y Fu(.)15 b(.)g(.)g(and)24 b(some)f(more)h(in)g
(the)g(\002rst)g(subsub)f(section)g(otherwise)h(it)f(all)h(looks)f(the)
h(same)g(doesn')n(t)g(it?)30 b(well)119 5415 y(we)f(can)g(add)f(some)g
(te)o(xt)f(to)h(it)g(and)g(some)g(more)g(and)g(some)g(more)g(and)g
(some)g(more)g(and)g(some)g(more)123 5560 y(and)d(some)f(more)h(and)g
(some)f(more)h(and)f(some)h(more)f(.)15 b(.)g(.)p Black
Black eop end end
%%Page: 12 30
TeXDict begin HPSdict begin 12 29 bop 0 0 a
SDict begin /product where{pop product(Distiller)search{pop pop pop
@ -26414,7 +26445,7 @@ SDict begin 17.39995 H.A end
911 a
SDict begin [/View [/XYZ H.V]/Dest (section.3.2) cvn /DEST pdfmark
end
5 911 a 219 x Fy(3.2)143 b(Second)34 b(section)h(of)g(the)g
5 911 a 219 x Fx(3.2)143 b(Second)34 b(section)h(of)g(the)g
(third)g(chapter)5 1377 y Fu(and)25 b(here)g(I)h(write)e(more)h(.)15
b(.)g(.)5 1535 y
SDict begin H.S end
@ -26424,7 +26455,7 @@ SDict begin 17.39995 H.A end
SDict begin [/View [/XYZ H.V]/Dest (section.3.3) cvn /DEST pdfmark
end
5 1535 a 218 x Fy(3.3)143 b(The)35 b(lay)l(out)g(of)g(f)l(ormal)g
5 1535 a 218 x Fx(3.3)143 b(The)35 b(lay)l(out)g(of)g(f)l(ormal)g
(tables)2 2001 y Fu(This)24 b(section)g(has)h(been)g(modi\002ed)f(from)
h(\223Publication)f(quality)g(tables)g(in)g(L)2689 1987
y Ff(A)2728 2001 y Fu(T)2772 2023 y(E)2821 2001 y(X*\224)h(by)f(Simon)h
@ -26622,7 +26653,7 @@ SDict begin 13.04991 H.A end
298 a
SDict begin [/View [/XYZ H.V]/Dest (chapter*.20) cvn /DEST pdfmark
end
123 298 a 739 x Fz(Refer)l(ences)p Black 123 1477
123 298 a 739 x Fy(Refer)l(ences)p Black 123 1477
a
SDict begin H.S end
123 1477 a Fu([1])239 1477 y
@ -26735,9 +26766,9 @@ SDict begin 17.39995 H.A end
298 a
SDict begin [/View [/XYZ H.V]/Dest (Appendix.a.A) cvn /DEST pdfmark
end
123 298 a 116 1111 a Fz(A)-5 b(ppendix)51 b(A)123
1576 y(Ho)n(w)h(to)g(install)h(L)1465 1533 y Fy(A)1537
1576 y Fz(T)1641 1624 y(E)1752 1576 y(X)123 2128 y
123 298 a 116 1111 a Fy(A)-5 b(ppendix)51 b(A)123
1576 y(Ho)n(w)h(to)g(install)h(L)1465 1533 y Fx(A)1537
1576 y Fy(T)1641 1624 y(E)1752 1576 y(X)123 2128 y
SDict begin H.S end
123
2128 a 123 2128 a
@ -26745,7 +26776,7 @@ SDict begin 26.39993 H.A end
123 2128 a 123 2128 a
SDict begin [/View [/XYZ H.V]/Dest (section*.21) cvn /DEST pdfmark
end
123 2128 a Fy(W)m(indo)o(ws)35
123 2128 a Fx(W)m(indo)o(ws)35
b(OS)123 2410 y
SDict begin H.S end
123 2410 a 123 2410 a
@ -26964,7 +26995,7 @@ SDict begin 26.39993 H.A end
5 1794 a 5 1794 a
SDict begin [/View [/XYZ H.V]/Dest (section*.25) cvn /DEST pdfmark
end
5 1794 a Fy(Mac)36
5 1794 a Fx(Mac)36
b(OS)f(X)5 2088 y
SDict begin H.S end
5 2088 a 5 2088 a
@ -27047,7 +27078,7 @@ SDict begin 26.39993 H.A end
5 4253 a 5 4253 a
SDict begin [/View [/XYZ H.V]/Dest (section*.28) cvn /DEST pdfmark
end
5 4253 a Fy(Unix/Linux)5
5 4253 a Fx(Unix/Linux)5
4547 y
SDict begin H.S end
5 4547 a 5 4547 a
@ -27294,7 +27325,7 @@ SDict begin 17.39995 H.A end
298 a
SDict begin [/View [/XYZ H.V]/Dest (Appendix.a.B) cvn /DEST pdfmark
end
123 298 a 116 1111 a Fz(A)-5 b(ppendix)51 b(B)123
123 298 a 116 1111 a Fy(A)-5 b(ppendix)51 b(B)123
1576 y(Installing)j(the)d(CUED)h(class)h(\002le)123 2053
y Fu(L)148 2039 y Ff(A)187 2053 y Fu(T)231 2075 y(E)280
2053 y(X.cls)28 b(\002les)h(can)f(be)h(accessed)g(system-wide)e(when)h
@ -27360,7 +27391,7 @@ SDict begin H.R end
115 4 a 115 4 a
SDict begin [/View [/XYZ H.V]/Dest (page.23) cvn /DEST pdfmark end
115 4 a Black
Black Black Black 123 1054 a Fz(Index)p Black 123 1389
Black Black Black 123 1054 a Fy(Index)p Black 123 1389
a
SDict begin H.S end
123 1389 a 123 1389 a

View File

@ -1,13 +1,3 @@
% arara: clean: { files: [thesis.aux, thesis.bbl, thesis.blg, thesis.dvi, thesis.fdb_latexmk, thesis.fls, thesis.idx, thesis.ilg, thesis.ind, thesis.lof, thesis.log, thesis.lot, thesis.nlo, thesis.nls, thesis.out, thesis.pdf, thesis.ps, thesis.toc]}
% arara: latex: { shell: yes }
% arara: bibtex
% arara: nomencl
% arara: latex
% arara: makeindex
% arara: latex: { shell: yes }
% arara: dvips
% arara: ps2pdf
% ******************************* PhD Thesis Template **************************
% Please have a look at the README.md file for info on how to use the template
@ -33,9 +23,9 @@
%
% `index': For index at the end of the thesis
%
% `draft': For draft mode without loading any images (same as draft in book)
% `draftclassic': For draft mode without loading any images (same as draft in book)
%
% `draftmode': Special draft mode with line numbers, images, and water mark with
% `draft': Special draft mode with line numbers, images, and water mark with
% timestamp and custom text. Position of the text can also be modified.
%
% `abstract': To generate only the title page and abstract page with
@ -137,10 +127,10 @@
\listoftables
% \printnomencl[space] space can be set as 2em between symbol and description
%\printnomencl[3em]
% \printnomenclature[space] space can be set as 2em between symbol and description
%\printnomenclature[3em]
\printnomencl
\printnomenclature
% ******************************** Main Matter *********************************
\mainmatter
@ -167,6 +157,7 @@
% Reference styles: http://sites.stat.psu.edu/~surajit/present/bib.htm
\bibliographystyle{apalike}
%\bibliographystyle{unsrt} % Use for unsorted references
%\bibliographystyle{plainnat} % use this to have URLs listed in References
\cleardoublepage
\bibliography{References/references} % Path to your References.bib file