-
Notifications
You must be signed in to change notification settings - Fork 83
/
thesis-info.tex
73 lines (55 loc) · 2.32 KB
/
thesis-info.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
% ************************ Thesis Information & Meta-data **********************
%% The title of the thesis
\title{Bayesian Convolutional Neural Network}
%\texorpdfstring is used for PDF metadata. Usage:
%\texorpdfstring{LaTeX_Version}{PDF Version (non-latex)} eg.,
%\texorpdfstring{$sigma$}{sigma}
%% Subtitle (Optional)
%\subtitle{Using the CUED template}
%% The full name of the author
\author{Kumar Shridhar}
%% Department (eg. Department of Engineering, Maths, Physics)
\dept{Department of Computer Science}
%% University and Crest
\university{University of Kaiserslautern}
% Crest minimum should be 30mm.
\crest{\includegraphics[width=0.6\textwidth]{Figs/CollegeShields/TU_KL_Logo.png}}
%% 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}}
%% Supervisor (optional)
%% for multiple supervisors, append each supervisor with the \newline command
\supervisor{Prof. Dr. Marcus Liwicki, Felix Laumann}
%% Supervisor Role (optional) - Supervisor (default) or advisor
% \supervisorrole{\textbf{Supervisors: }}
%% if no title is desired:
% \supervisorrole{}
%% Supervisor line width: required to align supervisors
\supervisorlinewidth{0.68\textwidth}
%% Advisor (optional)
%% for multiple advisors, append each advisor with the \newline command
%\advisor{Dr. A. Advisor\newline
%Dr. B. Advisor}
%% Advisor Role (optional) - Advisor (default) or leave empty
% \advisorrole{Advisors: }
%% if no title is required
% \advisorrole{}
%% Advisor line width: required to align supervisors
%\advisorlinewidth{0.25\textwidth}
%% You can redefine the submission text:
% Default as per the University guidelines:
% ``This thesis is submitted in fulfillment for the degree of''
\renewcommand{\submissiontext}{This thesis is submitted in fulfillment for the degree of}
%% Full title of the Degree
\degreetitle{Master of Science}
%% College affiliation (optional)
%\college{King's College}
%% Submission date
% Default is set as {\monthname[\the\month]\space\the\year}
%\degreedate{September 2014}
%% Meta information
\subject{Thesis} \keywords{{BayesCNN} {Master Thesis} {Engineering} {University of
Kaiserslautern}}