-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy paththesis.tex
205 lines (171 loc) · 6.32 KB
/
thesis.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
\documentclass{./templates/mechthesis/MechThesis}
%
% Default options:
% [thesissizeG5,twoside,onecolumn,10pt,reqno,tbtags,globalpagenum,final]
%
%
% Available options:
% - size: [a4paper, letterpaper, thesissisze, thesissizeA4, thesissizeG5]
% - printing: [twoside, oneside]
% - columns: [onecolumn, twocolumns]
% - font size: [8pt, 9pt, 10pt, 11pt, 12pt]
% - position of equation numbers: [leqno, reqno]
% - split-equations numbers: [tbtags, centertags]
% - page numbers in papers: [globalpagenum, paperpagenum]
% - editing: [final, draft, printA4, cropmarks]
% - papers cover: [happyadvisor] (use it if you have more than 8 papers)
%
%
% Packages
%
% insert in this file any additional package
\input{packages}
\input{templates/pandoc_preamble}
%
%
% Commands
%
% insert in this file any additional command
\input{commands}
%-------------------------------------------------------------------------------
% Thesis information
%-------------------------------------------------------------------------------
%
\title[%
Advancements in stratified flows through simulation, experiment and open research software development%
]% Title used in the abstract (optional)
{% Title of the thesis
Advancements in stratified flows through \\ simulation, experiment and \\ open
research software development%
}%
\author{Ashwin Vishnu Mohanan}% Author
\affiliation
{% Author's affiliation
Department of Mechanics, KTH Royal Institute of Technology,\\
SE--100 44 Stockholm, Sweden%
}%
\titel
{% Swedish title (for swedish abstract)
Framsteg inom stratifierade str\"omningar genom simulering, experiment och
utveckling av \"oppen mjukvara
}%
\anslutning
{% Author's swedish affiliation (for swedish abstract)
Institutionen f\"or Mekanik, Kungliga Tekniska h\"ogskolan,\\
SE-100 44 Stockholm, Sverige%
}%
\date{Stockholm}{{August}}{{2019}}% City, Month, Year
\info{% Defence information (in swedish)
Akademisk avhandling som med tillst\aa nd av Kungliga Tekniska H\"{o}gskolan
i Stockholm framl\"{a}gges till offentlig granskning f\"{o}r avl\"{a}ggande
av teknologie
doktorsexamen % doktorsexamen/licentiatsexamen
{fredagen den 27 september 2019 kl 10:00} % day (no capital initials on days and month)
i sal {F3}, % room
Kungliga Tekniska H\"{o}gskolan, Lindstedtsvägen 26, Stockholm.% address
%
\\[\baselineskip]
%
TRITA-SCI-FOU 2019:37 \\ % you get from Stefan or Vivi or Daniel: [email protected] - [email protected] - [email protected]
ISBN 978-91-7873-270-8 % you get from KTH library: https://www.kth.se/en/kthb/publicering/kths-publikationsdat/bestallning-av-isbn-1.535558
%
% there are no more ISSN nor ISRN
%
\\[\baselineskip]% Cover info (comment if no cover image is used)
%
{\it Cover:} flow visualization from a simulation (top left) and an
experiment (top right), on top of a wordcloud of the thesis (bottom).
%
% In case you are interested
% the colour of the blue ribbon at the bottom of the page is:
% PANTONE 2935 U https://www.pantone.com/color-finder/2935-U
% which corresponds to:
% RGB 27 95 170
% CMYK 98 52 0 0
% HEX/HTML 1B5FAA
%
% you can find more info about printing and the graphics at the following pages
% https://www.kth.se/en/kthb/publicering/kths-publikationsdat/for-forskare/spikningen-steg-for-steg-1.584638
% https://www.kth.se/en/student/program/examensarbete/avhandlingarochexamensarbeten/avhandlingar-och-examensarbeten-1.458230
% https://www.kth.se/polopoly_fs/1.477580!/KTH%20Inlaga_avhandling_stylesheet.pdf
}%
\printer{Universitetsservice US--AB, Stockholm}% Printer informations
\bibliography{thesis}
%===============================================================================
%===============================================================================
% BEGIN DOCUMENT
%===============================================================================
%===============================================================================
% \includeonly{overview}
% \includeonly{paper_06_milestone/paper}
% \includeonly{paper_03_toy_model/paper,paper_04_shallow_water/paper}
% \includeonly{paper_04_shallow_water/paper}
\input{glossary}
\begin{document}
%===============================================================================
% Frontmatter
%===============================================================================
%
\frontmatter
\input{frontmatter}
\printglossary
\printglossary[type=\acronymtype]
%===============================================================================
% Part I: Overview and summary
%===============================================================================
%
\mainmatter
\part{Overview and summary}
%-------------------------------------------------------------------------------
% Overview and summary
%
\begin{refsection}
\include{overview}
\end{refsection}
%-------------------------------------------------------------------------------
% Comment the following command if you do not want a separate page for Part II
% in the table of contents
%
% \tocpagebreak
%===============================================================================
% Part II: Papers
%===============================================================================
%
% TODO: Uncomment. only for DiVA
% \part{Papers}
%-------------------------------------------------------------------------------
% Summary of the papers
%
% TODO: Uncomment. only for DiVA
% \makepapersummary
% \cleardoublepage
%-------------------------------------------------------------------------------
% Papers
%
\begin{refsection}
\include{paper_04_shallow_water/paper}
\end{refsection}
\begin{refsection}
\include{paper_03_toy_model/paper}
\end{refsection}
\begin{refsection}
\include{paper_05_milestone_issf/paper}
\end{refsection}
% \begin{refsection}
% \include{paper_06_milestone/paper}
% \end{refsection}
\begin{refsection}
\include{paper_00_fluiddyn_meta/paper}
\end{refsection}
\begin{refsection}
\include{paper_01_fluidfft/paper}
\end{refsection}
\begin{refsection}
\include{paper_02_fluidsim/paper}
\end{refsection}
%===============================================================================
%===============================================================================
% END DOCUMENT
%===============================================================================
%===============================================================================
\end{document}