-
Notifications
You must be signed in to change notification settings - Fork 0
/
main.tex
65 lines (44 loc) · 2.01 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
\documentclass[12pt]{report}
\usepackage{graphicx}
\usepackage{afterpage}
\usepackage{sectsty}
\usepackage{mathptmx}
\usepackage{multicol}
\usepackage{titlesec}
\usepackage[a4paper,left=1.5in,right=1.0in,top=24mm,bottom=1.25in]{geometry}
\linespread{1.5}
\usepackage{etoolbox}% http://ctan.org/pkg/etoolbox
\makeatletter
% \patchcmd{<cmd>}{<search>}{<replace>}{<success>}{<failure>}
\patchcmd{\@makechapterhead}{\huge}{\large}{}{}% for \chapter
\patchcmd{\@makechapterhead}{\Huge}{\large}{}{}% for \chapter
\patchcmd{\@makeschapterhead}{\Huge}{\large}{}{}% for \chapter*
\makeatother
\chapterfont{\centering}
\sectionfont{\fontsize{12}{15}}
\titleformat*{\section}{\normalfont\fontsize{12}{15}\bfseries }
\titleformat*{\subsection}{\normalfont\fontsize{12}{15}\selectfont}
\graphicspath{ {images/} }
% Title Page
\title{}
\author{}
\begin{document}
\begin{abstract}
Big Data analytics plays a key role through reducing the data size and complexity in Big Data applications. Visualization is an important approach to helping Big Data get a complete view of data and discover data values. Big Data analytics and visualization should be integrated seamlessly so that they work best in Big Data applications. Conventional data visualization methods as well as the extension of some conventional methods to Big Data applications are introduced in this paper. This report presents the recent methods used in Bigdata visualization ,it's applications , technological progress and challenges involved.
\end{abstract}
\tableofcontents
\listoffigures
\chapter{INTRODUCTION}
\input{chapters/introduction.tex}
\chapter{BIG DATA ANALYTICS}
\input{chapters/bigdataanalytics.tex}
\chapter{DATA VISUALIZATION METHODS}
\input{chapters/datavisualizationmethods.tex}
\chapter{BIG DATA VISUALIZATION AND CHALLENGES}
\input{chapters/bigdatavisualizationandchallenges]}
\chapter{PROGRESS OF BIGDATA VISUALIZATION}
\input{chapters/progressbigdata}
\chapter{CONCLUSION}
\input{chapters/conclution}
\input{chapters/references}
\end{document}