-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path00.ppgcc-2020.tex
244 lines (213 loc) · 8.25 KB
/
00.ppgcc-2020.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
\PassOptionsToPackage{unicode}{hyperref}
\PassOptionsToPackage{naturalnames}{hyperref}
\PassOptionsToPackage{hyphens}{url}
\PassOptionsToPackage{showframe}{geometry}
\documentclass[dissertmst]{ufscar}
% \documentclass[dissertmst,draft]{ufscar}
% \usepackage[T1]{fontenc}
% \usepackage[utf8]{inputenc}
\usepackage{lmodern}
\usepackage[brazil]{babel}
% \usepackage{cmap}% Mapear caracteres especiais no PDF
\usepackage{makeidx}% Cria o indice
\usepackage{hyperref}% Controla a formação do índice
\usepackage{lastpage}% Usado pela Ficha catalográfica
\usepackage{indentfirst}% Indenta o primeiro parágrafo de cada seção.
\usepackage{nomencl}% Lista de simbolos
\usepackage{graphicx,caption,subcaption}
% Pacotes adicionais
\usepackage[printonlyused]{acronym}
\usepackage[table]{xcolor}
% ---
\usepackage{mathtools,amsmath,amssymb,amsfonts,mathrsfs,amsthm}
\usepackage[noalgohanging,lined,noend,linesnumbered,onelanguage,portuguese,portuguesekw]{algorithm2e}
\SetAlCapSkip{1.5ex}
% \SetAlFnt{\tiny }
% \SetAlFnt{\scriptsize }
% \SetAlFnt{\small }
\setlength{\algomargin}{0em}
\SetInd{.3em}{.5em}
\usepackage{xspace}
\usepackage{enumitem}
\usepackage{tabularx,placeins,multirow}
% \usepackage{todonotes}
% \usepackage{showframe}
% \usepackage[showframe]{geometry}
\usepackage{listings}
\lstset{
language=C, % choose the language of the code
% numbers=left, % where to put the line-numbers
numbers=none,
stepnumber=1, % the step between two line-numbers.
numbersep=5pt, % how far the line-numbers are from the code
backgroundcolor=\color{white}, % choose the background color. You must add \usepackage{color}
showspaces=false, % show spaces adding particular underscores
showstringspaces=false, % underline spaces within strings
showtabs=false, % show tabs within strings adding particular underscores
tabsize=2, % sets default tabsize to 2 spaces
captionpos=b, % sets the caption-position to bottom
breaklines=true, % sets automatic line breaking
breakatwhitespace=true, % sets if automatic breaks should only happen at whitespace
title=\lstname, % show the filename of files included with \lstinputlisting;
emph=[1]{MinasParams},
}
% ---
% \newcommand{\nott}[1]{}\newcommand{\hl}[1]{#1}
\newcommand{\nott}[1]{\textcolor{red}{#1}}
\newcommand{\hl}[1]{\colorbox{green}{[}#1\colorbox{green}{]}}
\newcommand{\notahl}[1]{\nott{hl}}\newcommand{\hlhl}[1]{\hl{#1}}
\newcommand{\notafa}[1]{\nott{fa}}\newcommand{\hlfa}[1]{\hl{#1}}
\newcommand{\notake}[1]{\nott{ke}}\newcommand{\hlke}[1]{\hl{#1}}
\newcommand{\notaPA}[1]{\nott{PA}}\newcommand{\hlpa}[1]{\hl{#1}}
\newcommand{\notaHS}[1]{\nott{HS}}\newcommand{\hlHS}[1]{\hl{#1}}
% \newcommand{acronym}[3]{\acro{#1}[#2]{#3}}
\newcommand{\refcap}[1]{Capítulo \ref{cha:#1}\xspace}
\newcommand{\Section}{Seção\xspace}
\newcommand{\refsec}[1]{Seção \ref{sec:#1}\xspace}
\newcommand{\reffig}[1]{Figura \ref{fig:#1}\xspace}
\newcommand{\refequ}[1]{Equação \ref{eq:#1}\xspace}
\newcommand{\mfog}{sistema M-FOG\xspace}
\newcommand{\Mfog}{Sistema M-FOG\xspace}
\newcommand{\flink}{\emph{Apache Flink}\xspace}
\newcommand{\cluster}{\emph{cluster}\xspace}
\newcommand{\clusters}{\emph{clusters}\xspace}
\newcommand{\dataset}{\emph{data set}\xspace}
\newcommand{\datasets}{\emph{data sets}\xspace}
\newcommand{\minas}{MINAS\xspace}
\newcommand{\novelty}{\emph{Novelty Detection}\xspace}
\newcommand{\drift}{\emph{Concept Drift}\xspace}
\newcommand{\evolution}{\emph{Concept Evolution}\xspace}
% \newcommand{\iot}{IoT\xspace}
\newcommand{\iot}{\ac{IoT}\xspace}
\newcommand{\mpi}{\ac{MPI}\xspace}
\newcommand{\spmd}{\ac{SPMD}\xspace}
\newcommand{\arch}{IDSA-IoT\xspace}
% \newcommand{\idsiot}{IDSA-IoT\xspace}
% \newcommand{\nids}{NIDS\xspace}
\newcommand{\nids}{\ac{NIDS}\xspace}
\newcommand{\nd}{\ac{ND}\xspace}
\newcommand{\refminas}{\textit{Ref}\xspace}
\newcommand{\ml}{\ac{ML}\xspace}
% \acronym{F1M}{\emph{Macro F-Score}, acurácia }
\newtheorem{definition}{Definição}
% \newenvironment{resumocap}{\par\medskip\noindent\rmfamily}{\medskip}
% Informações de dados para CAPA e FOLHA DE ROSTO
% ---
% Título:
% 1. Título em português
% 2. Título em inglês
\titulo{
% Uma Implementação Distribuída em Névoa do Algoritmo de Detecção de Novidade em Fluxos de Dados MINAS
% Análise de uma Implementação Distribuída do Algoritmo de Detecção de Novidade em Fluxos de Dados MINAS em um Ambiente de Névoa
Análise de uma Implementação Distribuída do Algoritmo de Detecção de Novidade em Fluxos de Dados MINAS para Detecção de Intrusão em um Ambiente de Névoa
}{
% Distributed Novelty Detection at the Edge for IoT Network Security
% A distributed fog implementation of the data stream novelty detection algorithm MINAS
% Analysis of a Distributed Implementation of the Data Stream Novelty Detection Algorithm MINAS in a Fog Environment
Analysis of a Distributed Implementation of the Data Stream Novelty Detection Algorithm MINAS for Intrusion Detection in a Fog Environment
}
% Autor:
% 1. Nome completo do autor
% 2. Formato de nome para bibliografia
\autor{Luís Henrique Puhl de Souza}{Puhl, Luís}
% Cidade
\local{São Carlos}
% Ano de defesa
\data{2021}
\universidade{Universidade Federal de São Carlos}{UFSCar}
\centro{Centro de Ciências Exatas e de Tecnologia}{CCET}
\departamento{Departamento de Computação}{DC}
\programa{Programa de Pós-Graduação em Ciência da Computação}{PPGCC}
\curso{Ciência da Computação}
\areaconcentracao{Sistemas de Computação}
\tipotrabalho{Dissertação (Mestrado)}
% Nome do orientador
% \orientador{Prof. Dr. Hermes Senger}
\orientador{Doutor Hermes Senger}
% Nome do coorientador
% \coorientador{Nome completo do coorientador}
% ---
% ----------------------------------------------------------
% compila o indice
\makeindex
% Compila a lista de abreviaturas e siglas
\makenomenclature
% Início do documento
\begin{document}
\selectlanguage{brazil}
\frenchspacing
\frontmatter
% ----------------------------------------------------------
% ELEMENTOS PRÉ-TEXTUAIS
\pretextual
% Insere Capa, Folha de rosto.
\maketitle
% ficha catalografica
% folha de aprovacao
% Dedicatória
% Agradecimentos
% Epígrafe
% RESUMO e ABSTRACT
\input{01.abstract}
\listailustracoes
\listatabelas
\listasiglas{01.abreviaturas}
\listaAlgoritmos
\sumario
% ----------------------------------------------------------
% ELEMENTOS TEXTUAIS
\mainmatter
% ----------------------------------------------------------
% Introdução
% \include{ref/modelo_dissertacoes_teses_ppgcc/cap_comandos/abntex2-modelo-include-comandos}
\include{10.introducao}
\include{30.trabalhos-relacionados}
\include{20.fundamentos}
\input{21.novelty-detection}
% \notaPA{Sugestão na Estrutura:
% Eu deixaria como Cap 02 ou como Cap 05.
% Acho que um Cap de Trabs Relacionados no meio da dissertação quebra o fluxo de leitura.}
% Author: Lets try this
% \include{30.trabalhos-relacionados}
\include{40.proposta}
\include{50.resultados}
\include{60.concusao}
% \chapter{Capítulo genérico}
% \lipsum[1]
% \section{Seção genérica}
% \lipsum[3]
% Finaliza a parte no bookmark do PDF, para que se inicie o bookmark na raiz
\bookmarksetup{startatroot}
% ----------------------------------------------------------
% Conclusão
% \chapter*[Conclusão]{Conclusão}
% \addcontentsline{toc}{chapter}{Conclusão}
% \lipsum[31-33]
% ----------------------------------------------------------
% ELEMENTOS PÓS-TEXTUAIS
\postextual
% ----------------------------------------------------------
% Referências bibliográficas
\bibliography{99.referencias.bib}
% ----------------------------------------------------------
% Glossário
%\glossary
% ----------------------------------------------------------
% Apêndices (do autor)
% \begin{apendicesenv}
% % Imprime uma página indicando o início dos apêndices
% \partapendices
% \chapter{Quisque libero justo}
% \lipsum[3]
% \end{apendicesenv}
% ----------------------------------------------------------
% Anexos (de outros)
% \begin{anexosenv}
% % Imprime uma página indicando o início dos anexos
% \partanexos
% \chapter{Morbi ultrices rutrum lorem.}
% \lipsum[3]
% \section{Test}
% \lipsum[3]
% \end{anexosenv}
\end{document}