-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathreview.tex
144 lines (126 loc) · 4.23 KB
/
review.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
\PassOptionsToPackage{unicode}{hyperref}
\PassOptionsToPackage{naturalnames}{hyperref}
\PassOptionsToPackage{hyphens}{url}
\documentclass[a4paper,draft,oneside]{book}
\usepackage[T1]{fontenc}
\usepackage[utf8]{inputenc}
% \usepackage{lmodern}
\usepackage[brazil]{babel}
% \usepackage{cmap}
\usepackage[showframe=false,top=1cm,bottom=1cm,left=1cm,right=1cm,marginparwidth=4cm,includeall]{geometry}
\usepackage{makeidx}
\usepackage{hyperref}
\usepackage{lastpage}
\usepackage{indentfirst}
\usepackage{nomencl}
\usepackage{graphicx}
% Pacotes adicionais
% \usepackage[printonlyused]{acronym}
\usepackage[table]{xcolor}
% ---
\usepackage{mathtools,amsmath,amssymb,amsfonts,mathrsfs,amsthm}
\usepackage[noalgohanging,lined,noend,linesnumbered]{algorithm2e}
\usepackage{caption}
\usepackage{xspace}
\usepackage{enumitem}
\usepackage{tabularx,placeins,multirow}
% ---
% \newcommand{\palavraschave}[1]{\noindent\textbf{Palavras-chaves}: #1}
% \newcommand{\keywords}[1]{\noindent\textbf{Keywords}: #1}
% \newcommand{\acronym}[2]{}
% \newcommand{\nota}[1]{}\newcommand{\hl}[1]{}
\newcommand{\notahl}[1]{}\newcommand{\hlhl}[1]{}
\newcommand{\notafa}[1]{}\newcommand{\hlfa}[1]{}
\newcommand{\notake}[1]{}\newcommand{\hlke}[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{\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{\cloud}{\emph{cloud computing}\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{\arch}{IDSA-IoT\xspace}
% \newcommand{\nids}{NIDS\xspace}
\newcommand{\nids}{\ac{NIDS}\xspace}
% \newcommand{\nd}{DSND\xspace}
\newcommand{\nd}{\ac{DNFD}\xspace}
\newcommand{\refminas}{\textit{Ref}\xspace}
% \acronym{F1M}{\emph{Macro F-Score}, acurácia }
\newtheorem{definition}{Definição}
% \newenvironment{resumocap}{\par\medskip\noindent\rmfamily}{\medskip}
% proof-reading review layout
% \usepackage{bibentry}
% \usepackage{biblatex}
% \usepackage[hide=true]{lib/nobibprint}
\newcommand{\citeonline}[1]{\cite{#1}}
\newcommand{\legend}[1]{#1}
\newcommand{\ac}[1]{#1}
% \renewcommand{\@makechapterhead}[1]{%
% \vspace*{10\p@}%
% {\parindent \z@ \raggedright \normalfont
% \ifnum \c@secnumdepth >\m@ne
% \if@mainmatter
% %\huge
% \bfseries \@chapapp\space \thechapter
% \par\nobreak
% \vskip 10\p@
% \fi
% \fi
% \interlinepenalty\@M
% %\Huge
% \bfseries #1\par\nobreak
% \vskip 10\p@
% }
% }
\makeatletter
\def\thickhrule{\leavevmode \leaders \hrule height 1ex \hfill \kern \z@}
\def\position{\centering}
%% Note the difference between the commands the one is
%% make and the other one is makes
\renewcommand{\@makechapterhead}[1]{%
\vspace*{10\p@}%
{\parindent \z@ \position \reset@font
{\huge \bfseries \scshape \thechapter { } #1\par\nobreak}
\vskip 10\p@
}}
\def\@makeschapterhead#1{%
\vspace*{10\p@}%
{\parindent \z@ \position \reset@font
{\huge \bfseries \scshape \thechapter { } #1\par\nobreak}
\vskip 10\p@
}}
\renewcommand{\cleardoublepage}{}
\renewcommand{\clearpage}{}
\title{Uma Implementação distribuída em Névoa do algoritmo de Detecção de Novidade em Fluxos de Dados MINAS}
\author{Luís Henrique Puhl de Souza}
\date{\today}
\begin{document}
\selectlanguage{brazil}
\frenchspacing
\frontmatter
\mainmatter
\input{10.introducao}
% \input{20.fundamentos}
% \input{21.novelty-detection}
% \input{30.trabalhos-relacionados}
% \input{40.proposta}
% \input{50.resultados}
% \input{60.concusao}
\bibliographystyle{alpha}
% \bibliography{99.referencias.bib}
\newsavebox\mytempbib
\savebox\mytempbib{\parbox{\textwidth}{\bibliography{99.referencias}}}
\end{document}