-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbth-thesis.tex
281 lines (225 loc) · 7.56 KB
/
bth-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
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
\documentclass[a4paper,twoside]{bth}
% BTH THESIS TEMPLATE
%--------------------
% Template version 4.1 -- November 16, 2023
% Update also the Word template. Keep the version numbers in both formats in sync.
%--------------------
% Please change the data below appropriately to fit your thesis.
% The data will be used to generate text in various places on the
% thesis front and inner pages.
%--------------------
% DEGREE NAME. The degree name you are submitting your thesis for.
\newcommand{\thesisDegree}{Bachelor of Science in Software Engineering}
% DATE. The month year when your final report was submitted.
\newcommand{\thesisMonth}{May}
\newcommand{\thesisYear}{2024}
% FACULTY.
% Must be either Computing or Engineering.
\newcommand{\faculty}{Faculty of Computing}
% COURSE TIME. Course time in weeks.
% For a 15 credits course this should be 10 and
% for a 30 credits course, this should be 20 weeks.
% Note that the week figure is the same whether you work alone or in a pair.
\newcommand{\thesisWeeks}{Weeks}
% TITLE.
\newcommand{\thesisTitle}{Generative AI’s impact on user interfaces in data-intensive web applications: An exploratory analysis}
% SUBTITLE.
% If you do not have a subtitle, please delete the line below.
% \newcommand{\thesisSubtitle}{Centered Subtitle in Font Times (Size 16 Bold)}
% AUTHORS.
% Please replace with your first name(s) and last name(s). There can be several of each.
\newcommand{\authorFirst}{Kasper Falk}
\newcommand{\authorFirstMail}{kafa21@student.bth.se}
% If there is no second author, please delete the texts in the last parentheses.
\newcommand{\authorSecond}{Joel Funk Persson}
\newcommand{\authorSecondMail}{jopl16@student.bth.se}
% University Advisor.
\newcommand{\super}{Eriks Klotins}
\newcommand{\superAffiliation}{Software Engineering}
% Company Advisor.
\newcommand{\superCompany}{Richard Houltz}
\newcommand{\superCompanyAffiliation}{Connectitude AB}
\newcommand{\superCompanyMail}{richard.houltz@connectitude.com}
% PACKAGES AND COMMANDS START
%----------------------------
% please do not delete or change anything before the END of this section
\usepackage{comment}
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\usepackage{graphicx}
\usepackage{amsmath}
\usepackage{mathenv}
\usepackage{amssymb}
\usepackage{amsthm}
\usepackage{textcomp}
\usepackage{longtable}
\usepackage{multirow}
\usepackage{booktabs}
\usepackage{caption}
\usepackage{pifont}
\usepackage{changepage}
\usepackage{listings}
\usepackage{nameref}
\usepackage{hyperref}
\usepackage{xspace}
\usepackage{xtab}
\usepackage{enumitem}
%\usepackage[sort&compress,numbers,square,comma]{natbib} % natbib interferes with the style; use \cite instead (see below)
\usepackage{cite} % works only with numeric citations; comment out when using author-year styles
\usepackage[color=blue!10,textsize=footnotesize,textwidth=25mm]{todonotes}
\DeclareGraphicsExtensions{.pdf}
\newtheorem{lem}{\textsc{Lemma}}[chapter]
\newtheorem{thm}{\textsc{Theorem}}[chapter]
\newtheorem{prop}{\textsc{Proposition}}[chapter]
\newtheorem{post}{Postulate}[chapter]
\newtheorem{corr}{\textsc{Corollary}}[chapter]
\newtheorem{defs}{\textsc{Definition}}[chapter]
\newtheorem{cons}{\textsc{Constraint}}[chapter]
\newtheorem{ex}{\textbf{Example}}[chapter]
\newtheorem{qu}{\textbf{Question}}[chapter]
% -------------------------
% PACKAGES AND COMMANDS END
% DOCUMENT BEGINS HERE
\begin{document}
\pagestyle{plain}
\pagenumbering{roman}
% THESIS FRONT PAGE (please do not change)
% ----------------------------------------
{\pagestyle{empty}
\changepage{3cm}{1cm}{-0.5cm}{-0.5cm}{}{-1.5cm}{}{}{}
\noindent
\begin{tabular}{@{}p{0.75\textwidth} p{0.25\textwidth}}
\thesisDegree & \hfill\multirow{3}{*}{\bthcsnotextlogo{3cm}} \\
\thesisMonth \ \thesisYear & \\
\end{tabular}
%\begin{center}
\center
\vspace {7.5cm}
{\Huge\textbf{\thesisTitle}}
%\vspace {0.5cm}
%{\Large\textbf{\thesisSubtitle}}
\vspace{2cm}
{\Large\textbf{\authorFirst}}
\vspace{0.3cm}
{\Large\textbf{\authorSecond}}
\vspace*{\fill}
\noindent\makebox[\linewidth]{\rule{\textwidth}{1pt}}
Faculty of \faculty, Blekinge Institute of Technology, 371 79 Karlskrona, Sweden
%\end{center}
\clearpage
} % Back to \pagestyle{plain}
% ----------------------------------------
% THESIS INNER PAGE (please do not change)
% ----------------------------------------
{\pagestyle{empty}
\changepage{3cm}{1cm}{-0.5cm}{-0.5cm}{}{-1.5cm}{}{}{}
{\small
\noindent
This thesis is submitted to the Faculty of \faculty\ at Blekinge Institute
of Technology in partial fulfillment of the requirements for the degree of
\thesisDegree. The thesis is equivalent to \thesisWeeks\ weeks of full-time studies.
\vspace{1cm}
\noindent
The authors declare that they are the sole authors of this thesis and that they have
not used any sources other than those listed in the bibliography and identified as references.
They further declare that they have not submitted this thesis at any other institution to
obtain a degree.
}
\vspace{10cm}
\noindent
\textbf{Contact Information:} \\
Author(s): \\
\authorFirst \\
E-mail: \authorFirstMail \\
\\
\authorSecond \\
E-mail: \authorSecondMail
\vspace{2cm}
\noindent
University advisor: \\
\super \\
Department of \superAffiliation
\vspace{1cm}
\noindent
Compnay advisor: \\
\superCompany \\
\superCompanyAffiliation \\
E-mail: \superCompanyMail
\vspace*{\fill}
\noindent
\begin{tabular}{@{}p{0.5\textwidth} l c l}
Faculty of \faculty & Internet & : & www.bth.se \\
Blekinge Institute of Technology & Phone & : & +46 455 38 50 00 \\
SE--371 79 Karlskrona, Sweden & Fax & : & +46 455 38 50 57 \\
\end{tabular}
\clearpage
} % Back to \pagestyle{plain}
% ----------------------------------------
\setcounter{page}{1}
%%%%%%%%%%%%%%%%%%%%%%%%
% TEXTS START HERE
%%%%%%%%%%%%%%%%%%%%%%%%
% ABSTRACT IN ENGLISH
% -------------------
\abstract
\input{Chapters/Abstract}
\clearpage
% -------------------
% ACKNOWLEDGEMENTS
% -------------------
\acknowledgments
\noindent
\input{Chapters/Acknowledgments}
\clearpage
% -------------------
% TABLE OF CONTENTS PAGES (generated by LaTeX using the command(s) below)
\setcounter{secnumdepth}{3} % only include sections down to level 3
\tableofcontents
% You should uncomment the commands you need.
%\listoffigures % in case you have them
%\listoftables % in case you have them
%\listofalgorithms % in case you have them
\cleardoublepage
\pagestyle{headings}
\pagenumbering{arabic}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Introduction | Chapter 1
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\input{Chapters/Introduction}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Related work | Chapter 2
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\input{Chapters/Related Work}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Method | Chapter 3
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\input{Chapters/Method}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Results and Analysis | Chapter 4
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\input{Chapters/Result and Analysis}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Discussion | Chapter 5
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\input{Chapters/Discussion}
% All references are in a separate file: thesis-refs.bib
\bibliography{thesis-refs}
\bibliographystyle{IEEEtranS}
\appendix
\chapter{Supplemental Information}
% DO NOT CHANGE BELOW
% This part makes sure that the last page is even with BTH-logo.
% -------------------
\cleardoublepage
\thispagestyle{empty}
\vspace*{\fill}
\clearpage{\thispagestyle{empty}}
\changepage{3cm}{1cm}{-0.5cm}{-0.5cm}{}{-1.5cm}{}{}{}
\vspace*{\fill}
\center
{\bthcsnotextlogo{3cm}}
\\
\noindent\makebox[\linewidth]{\rule{\textwidth}{1pt}}
Faculty of \faculty, Blekinge Institute of Technology, 371 79 Karlskrona, Sweden
% -------------------
\end{document}