generated from mcserep/elteiktdk
-
Notifications
You must be signed in to change notification settings - Fork 1
/
elteiktdk_en.tex
114 lines (92 loc) · 3.14 KB
/
elteiktdk_en.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
\documentclass[
%parspace, % Add vertical space between paragraphs
%noindent, % No indentation of first lines in each paragraph
%nohyp, % No hypenation of words
%twoside, % Double sided format
%draft, % Quicker draft compilation without rendering images
%final, % Set final to hide todos
]{elteiktdk}
[2024/04/26]
% The minted package is also supported for source highlighting
%\usepackage[newfloat]{minted}
% Document's metadata
\title{Transformers and Multi-features Time2Vec for Financial Prediction}
\date{2024}
% Author(s)' metadata
\author{Nguyen Duy Chien}
\degree{Computer Science BSc}
\period{II. grade}
\coauthor{Bui Nguyen Kim Hai}
\codegree{Computer Science BSc}
\coperiod{II. grade}
% Superivsor(s)' metadata
\supervisor{Dr. Gergő Bognár}
\affiliation{Assistant Professor}
% University's metadata
\university{Eötvös Loránd University}
\faculty{Faculty of Informatics}
\department{Dept. of Numerical Analysis}
\city{Budapest}
\logo{elte_cimer_szines}
% Add bibliography file
\addbibresource{elteiktdk.bib}
% The document
\begin{document}
% Set document language
%\documentlang{hungarian}
\documentlang{english}
% List of todos (not in the final document)
%\listoftodos[\todolabel]
%\cleardoublepage
% Cover and title page (mandatory)
\makecover
\cleardoublepage
\maketitle
% Abstract page
\input{samples_en/abstract.tex}
\cleardoublepage
% Table of contents (mandatory)
\tableofcontents
\cleardoublepage
% Main content
\input{samples_en/introduction.tex}
\cleardoublepage
\input{samples_en/background.tex}
\cleardoublepage
\input{samples_en/ourwork.tex}
\cleardoublepage
\input{samples_en/experiment.tex}
\cleardoublepage
\input{samples_en/summary.tex}
\cleardoublepage
% Acknowledgements (optional) - in case your thesis received funding or would like to express special thanks to someone
%\chapter*{\acklabel}
%\addcontentsline{toc}{chapter}{\acklabel}
%We would like to express our deepest gratitude to our supervisor, Dr. Gergő Bognár.
%Your guidance, expertise, and unwavering support have been instrumental in the
%successful completion of this thesis. Your insightful feedback and thoughtful suggestions
%have not only helped us fit the conference submission format but also improved
%the quality of our research.
%Thank you for your patience and encouragement throughout this journey. Your
%help has been invaluable, and your dedication to our progress has been a source
%of inspiration. We are truly grateful for the time and effort you have
%invested in helping us reach to finish this thesis.
%Once again, thank you for being an exceptional mentor and for believing in our
%abilities. It has been a privilege to work under your supervision.
% Bibliography (mandatory)
\phantomsection
\addcontentsline{toc}{chapter}{\biblabel}
\printbibliography
[title=\biblabel]
\cleardoublepage
% List of figures (optional) - useful over 3-5 figures
\phantomsection
\addcontentsline{toc}{chapter}{\lstfigurelabel}
\listoffigures
\cleardoublepage
% List of tables (optional) - useful over 3-5 tables
\phantomsection
\addcontentsline{toc}{chapter}{\lsttablelabel}
\listoftables
\cleardoublepage
\end{document}