-
Notifications
You must be signed in to change notification settings - Fork 0
/
main.tex
284 lines (230 loc) · 16.1 KB
/
main.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
282
283
284
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Masters/Doctoral Thesis
% LaTeX Template
% Version 2.4 (22/11/16)
%
% This template has been downloaded from:
% http://www.LaTeXTemplates.com
%
% Version 2.x major modifications by:
% Vel ([email protected])
%
% This template is based on a template by:
% Steve Gunn (http://users.ecs.soton.ac.uk/srg/softwaretools/document/templates/)
% Sunil Patel (http://www.sunilpatel.co.uk/thesis-template/)
%
% Template license:
% CC BY-NC-SA 3.0 (http://creativecommons.org/licenses/by-nc-sa/3.0/)
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%----------------------------------------------------------------------------------------
% PACKAGES AND OTHER DOCUMENT CONFIGURATIONS
%----------------------------------------------------------------------------------------
\documentclass[
11pt, % The default document font size, options: 10pt, 11pt, 12pt
%oneside, % Two side (alternating margins) for binding by default, uncomment to switch to one side
catalan,
english,
spanish,
singlespacing, % Single line spacing, alternatives: onehalfspacing or doublespacing
%draft, % Uncomment to enable draft mode (no pictures, no links, overfull hboxes indicated)
%nolistspacing, % If the document is onehalfspacing or doublespacing, uncomment this to set spacing in lists to single
%liststotoc, % Uncomment to add the list of figures/tables/etc to the table of contents
%toctotoc, % Uncomment to add the main table of contents to the table of contents
%parskip, % Uncomment to add space between paragraphs
%nohyperref, % Uncomment to not load the hyperref package
headsepline, % Uncomment to get a line under the header
%chapterinoneline, % Uncomment to place the chapter title next to the number on one line
%consistentlayout, % Uncomment to change the layout of the declaration, abstract and acknowledgements pages to match the default layout
]{MastersDoctoralThesis} % The class file specifying the document structure
\usepackage[utf8]{inputenc} % Required for inputting international characters
\usepackage[T1]{fontenc} % Output font encoding for international characters
\usepackage{eurosym}
\usepackage{footnote}
\usepackage{palatino} % Use the Palatino font by default
\usepackage{babel}
\usepackage[backend=bibtex,style=numeric,natbib=true,sorting=none]{biblatex}
\usepackage{multirow}
\usepackage{float}
\usepackage{tabularx}
\usepackage{listings}
\usepackage{xcolor}
\usepackage{appendix}
\usepackage{datetime}
\addbibresource{example.bib} % The filename of the bibliography
\usepackage[autostyle=true]{csquotes} % Required to generate language-dependent quotes in the bibliography
\newdate{date}{27}{06}{2017}
\date{\displaydate{date}}
%----------------------------------------------------------------------------------------
% MARGIN SETTINGS
%----------------------------------------------------------------------------------------
\geometry{
paper=a4paper, % Change to letterpaper for US letter
inner=2.5cm, % Inner margin
outer=3.8cm, % Outer margin
bindingoffset=.5cm, % Binding offset
top=1.5cm, % Top margin
bottom=1.5cm, % Bottom margin
%showframe, % Uncomment to show how the type block is set on the page
}
%----------------------------------------------------------------------------------------
% THESIS INFORMATION
%----------------------------------------------------------------------------------------
\thesistitle{Wisebite} % Your thesis title, this is used in the title and abstract, print it elsewhere with \ttitle
\supervisor{Ernest Teniente} % Your supervisor's name, this is used in the title page, print it elsewhere with \supname
\examiner{} % Your examiner's name, this is not currently used anywhere in the template, print it elsewhere with \examname
\degree{Grau en Enginyeria Informàtica} % Your degree name, this is used in the title page and abstract, print it elsewhere with \degreename
\author{Albert Suàrez} % Your name, this is used in the title page and abstract, print it elsewhere with \authorname
\addresses{} % Your address, this is not currently used anywhere in the template, print it elsewhere with \addressname
\keywords{} % Keywords for your thesis, this is not currently used anywhere in the template, print it elsewhere with \keywordnames
\university{\href{http://www.upc.edu}{UNIVERSITAT POLITÈCNICA DE CATALUNYA (UPC) – BarcelonaTech}} % Your university's name and URL, this is used in the title page and abstract, print it elsewhere with \univname
\department{\href{https://www.essi.upc.edu/}{Departament d'Enginyeria de Serveis i Sistemes d'Informació}} % Your department's name and URL, this is used in the title page and abstract, print it elsewhere with \deptname
\group{\href{https://www.essi.upc.edu/}{ESSI}} % Your research group's name and URL, this is used in the title page, print it elsewhere with \groupname
\faculty{\href{http://www.fib.upc.edu}{FACULTAT D’INFORMÀTICA DE BARCELONA (FIB)}} % Your faculty's name and URL, this is used in the title page and abstract, print it elsewhere with \facname
\AtBeginDocument{
\hypersetup{pdftitle=\ttitle} % Set the PDF's title to your title
\hypersetup{pdfauthor=\authorname} % Set the PDF's author to your name
\hypersetup{pdfkeywords=\keywordnames} % Set the PDF's keywords to your keywords
\hypersetup{linkcolor=black}
}
\newcolumntype{L}{>{\centering}m{0.75cm}}
\newcolumntype{M}{m{9cm}}
\newcolumntype{T}{m{12cm}}
\newcommand\tab[1][0.75cm]{\hspace*{#1}}
\colorlet{punct}{red!60!black}
\definecolor{background}{HTML}{EEEEEE}
\definecolor{delim}{RGB}{20,105,176}
\colorlet{numb}{magenta!60!black}
\lstdefinelanguage{json}{
basicstyle=\normalfont\ttfamily,
numbers=left,
numberstyle=\scriptsize,
stepnumber=1,
numbersep=8pt,
showstringspaces=false,
breaklines=true,
frame=lines,
backgroundcolor=\color{background}
}
\lstdefinelanguage{java}{
basicstyle=\normalfont\ttfamily,
numbers=left,
numberstyle=\scriptsize,
stepnumber=1,
numbersep=8pt,
showstringspaces=false,
breaklines=true,
frame=lines,
backgroundcolor=\color{background}
}
\setlength{\parindent}{0pt}
\begin{document}
\selectlanguage{catalan}
\frontmatter % Use roman page numbering style (i, ii, iii, iv...) for the pre-content pages
\pagestyle{plain} % Default to the plain heading style until the thesis style is called for the body content
%----------------------------------------------------------------------------------------
% TITLE PAGE
%----------------------------------------------------------------------------------------
\begin{titlepage}
\begin{center}
\includegraphics[scale=0.25]{Figures/logo-upc.png} % University/department logo - uncomment to place it
\vspace*{.06\textheight}
{\scshape\LARGE \univname\par}\vspace{1.5cm} % University name
\textsc{\Large Treball Final de Grau}\\[0.5cm] % Thesis type
\HRule \\[0.4cm] % Horizontal line
{\Huge \bfseries \ttitle\par}\vspace{0.4cm} % Thesis
{\large La gestió intel·ligent de restaurants\par}\vspace{0.1cm} % Thesis title
\HRule \\[1.5cm] % Horizontal line
\begin{minipage}[t]{0.4\textwidth}
\begin{flushleft} \large
\emph{Autor:}\\
\authorname % Author name - remove the \href bracket to remove the link
\end{flushleft}
\end{minipage}
\begin{minipage}[t]{0.4\textwidth}
\begin{flushright} \large
\emph{Director:} \\
\supname % Supervisor name - remove the \href bracket to remove the link
\end{flushright}
\end{minipage}\\[3cm]
\vfill
\large \textit{Un treball final de grau corresponent\\ al \degreename}\\[0.3cm] % University requirement text
\textit{en el}\\[0.4cm]
\deptname\\[0.4cm] % Research group name and department name]
\facname\\[1.5cm]
\vfill
{\large \displaydate{date}}\\[4cm] % Date
\vfill
\end{center}
\end{titlepage}
%----------------------------------------------------------------------------------------
% ABSTRACT PAGE
%----------------------------------------------------------------------------------------
\begin{abstract}
\addchaptertocentry{\abstractname} % Add the abstract to the table of contents
La tecnologia està evolucionant de forma exponencial en els últims anys. Tot i així, sembla que hi ha un seguit de sectors en la societat que no s'acaben d'adaptar a aquest canvi. Un d'aquests sectors és el de la restauració. Ja poden existir sistemes d'Intel·ligència Artificial que et realitzen la comanda al supermercat de forma automàtica o bé aplicacions de Realitat Virtual que et permeten estar on vulguis, però encara avui en dia es veuen establiments com bars i restaurants que encara realitzen les comandes a bolígraf i paper. La pregunta que ens realitzem és: per què està passant això? En aquest treball final de grau s'ha estudiat els motius i s'ha analitzat com podria ser la millor solució pel problema comentat.
\\\\
\textit{Wisebite}, la plataforma que gestiona de forma intel·ligent els establiments de restauració, té com a objectiu solucionar aquesta problemàtica. Així, no només modernitzaria el sector, sinó que també podria oferir millors resultats en qualitat de servei, eficiència i beneficis econòmics als establiments que decideixin implantar-la. Aquesta aplicació, disponible en plataformes Android, et permetrà gestionar internament el teu establiment administrant les comandes dia a dia, et facilitarà un recull de les estadístiques per millorar el teu restaurant i els teus clients podran interaccionar amb l'establiment creant ells mateixos les comandes i valorant el teu restaurant.
\\\\
Amb la realització d'aquest treball final de grau es pretén marcar èmfasi en el concepte que els informàtics tenim més poder en la societat del que pensem. Moltes aplicacions han aparegut del desconeixentment i han generat necessitats que mai pensàvem que existirien. \textit{Wisebite} té com a objectiu principal millorar el món de la restauració aportant un sistema plenament genèric i personalitzable a l'usuari, que aquest es pugui fer seva la plataforma, i que amb ella pugui millorar el seu establiment. Convertir una simple aplicació en una eina més del dia quotidià de les persones relacionades amb el sector. Dit d'una altra manera, canviar el món.
\end{abstract}
\selectlanguage{spanish}
\begin{abstract}
\addchaptertocentry{\abstractname} % Add the abstract to the table of contents
La tecnología está evolucionando de forma exponencial en los últimos años. Sin embargo, parece que hay una serie de sectores en la sociedad que no acaban de adaptarse a este cambio. Uno de estos sectores es el de la restauración. Ya pueden existir sistemas de Inteligencia Artificial que te realizan el pedido en el supermercado de forma automática o bien aplicaciones de Realidad Virtual que te permitan estar donde quieras, pero aún hoy en día se ven establecimientos como bares y restaurantes que aún realizan los pedidos a bolígrafo y papel. La pregunta que nos realizamos es: ¿por qué está pasando esto? En este trabajo final de grado se ha estudiado los motivos y se ha analizado como podría ser la mejor solución para el problema comentado.
\\\\
\textit{Wisebite}, la plataforma que gestiona de forma inteligente los establecimientos de restauración, tiene como objetivo solucionar esta problemática. Así, no sólo modernizaría el sector, sino que también podría ofrecer mejores resultados en calidad de servicio, eficiencia y beneficios económicos a los establecimientos que decidan implantarla. Esta aplicación, disponible en plataformas Android, te permitirá gestionar internamente tu establecimiento administrando los pedidos día a día, te facilitará una recopilación de las estadísticas para mejorar tu restaurante y tus clientes podrán interaccionar con el establecimiento creando ellos mismos los pedidos y valorando tu restaurante.
\\\\
Con la realización de este trabajo final de grado se pretende poner hincapié en el concepto de que los informáticos tenemos más poder en la sociedad de lo que pensamos. Muchas aplicaciones han aparecido del desconocimiento y han generado necesidades que nunca pensábamos que existirían. \textit{Wisebite} tiene como objetivo principal mejorar el mundo de la restauración aportando un sistema plenamente genérico y personalizable al usuario, que éste se pueda hacer suya la plataforma, y que con ella pueda mejorar su establecimiento. Convertir una simple aplicación en una herramienta más del día cotidiano de las personas relacionadas con el sector. Dicho de otro modo, cambiar el mundo.
\end{abstract}
\selectlanguage{english}
\begin{abstract}
\addchaptertocentry{\abstractname} % Add the abstract to the table of contents
Technology has been evolving exponentially in last years. However, it seems that there are a lot of fields in society that have not adapted to this change yet. One of these fields is the restoration. There are Artificial Intelligence systems that make the order in the supermarket automatically or there are Virtual Reality applications that allow you to be where you want, but still today you can see establishments like bars and restaurants that still work with pen and paper. The question that we might ask ourselves is: why is this happening? In this degree final project the reasons have been studied and it has been analysed how it could be the best solution for the commented problem.
\\\\
\textit{Wisebite}, the platform that intelligently manages restoration establishments, wants to solve this problem. Thus, it would not only modernize the sector, but could also offer better results in terms of service quality, efficiency and economic benefits to establishments that decide to implement it. This application, available on Android platforms, will allow you to manage internally your establishment managing the orders day by day, will provide a set of statistics to improve your restaurant and your customers can interact with the establishment by creating the orders themselves and valuing your restaurant.
\\\\
With the completion of this degree final project, it is intended to emphasize in the concept that we have more power in society than we think. Many applications have appeared out of ignorance and generated needs that we never thought would exist. \textit{Wisebite}'s main objective is to improve the world of restoration by providing a fully generic and customizable system to the user, so that the user can make the platform his own, and with it can improve its establishment. Convert a simple application into a tool of the daily day of the people related to the sector. Put another way, change the world.
\end{abstract}
\selectlanguage{catalan}
%----------------------------------------------------------------------------------------
% THESIS CONTENT - CHAPTERS
%----------------------------------------------------------------------------------------
\tableofcontents % Prints the main table of contents
\mainmatter % Begin numeric (1,2,3...) page numbering
\pagestyle{thesis} % Return the page headers back to the "thesis" style
% Include the chapters of the thesis as separate files from the Chapters folder
% Uncomment the lines as you write the chapters
\include{Chapters/Chapter1}
\include{Chapters/Chapter2}
\include{Chapters/Chapter3}
\include{Chapters/Chapter4}
\include{Chapters/Chapter5}
\include{Chapters/Chapter6}
\include{Chapters/Chapter7}
\include{Chapters/Chapter8}
\include{Chapters/Chapter9}
\include{Chapters/Chapter10}
\include{Chapters/Chapter11}
\include{Chapters/Chapter12}
\cleardoublepage
% \phantomsection
\addcontentsline{toc}{chapter}{\listfigurename}
\listoffigures % Prints the list of figures
\cleardoublepage
% \phantomsection
\addcontentsline{toc}{chapter}{\listtablename}
\listoftables % Prints the list of tables
%----------------------------------------------------------------------------------------
% BIBLIOGRAPHY
%----------------------------------------------------------------------------------------
\printbibliography[heading=bibintoc]
%----------------------------------------------------------------------------------------
%----------------------------------------------------------------------------------------
% THESIS CONTENT - APPENDICES
%----------------------------------------------------------------------------------------
\appendix % Cue to tell LaTeX that the following "chapters" are Appendices
% Include the appendices of the thesis as separate files from the Appendices folder
% Uncomment the lines as you write the Appendices
\include{Appendices/AppendixA}
\end{document}