-
Notifications
You must be signed in to change notification settings - Fork 0
/
paper.tex
264 lines (234 loc) · 9.24 KB
/
paper.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
%\documentclass[12pt]{article}
\documentclass[runningheads,a4paper]{llncs}
\usepackage[american]{babel}
\usepackage{graphicx}
\usepackage[utf8]{inputenc}
%extended enumerate, such as \begin{compactenum}
\usepackage{paralist}
%put figures inside a text
%\usepackage{picins}
%use
%\piccaptioninside
%\piccaption{...}
%\parpic[r]{\includegraphics ...}
%Text...
%Sorts the citations in the brackets
%\usepackage{cite}
%for easy quotations: \enquote{text}
\usepackage{csquotes}
\usepackage[T1]{fontenc}
%enable margin kerning
\usepackage{microtype}
%better font, similar to the default springer font
\usepackage[%
rm={oldstyle=false,proportional=true},%
sf={oldstyle=false,proportional=true},%
tt={oldstyle=false,proportional=true,variable=true},%
qt=false%
]{cfr-lm}
%
%if more space is needed, exchange cfr-lm by mathptmx
%\usepackage{mathptmx}
%for demonstration purposes only
\usepackage[math]{blindtext}
\usepackage[
%pdfauthor={},
%pdfsubject={},
%pdftitle={},
%pdfkeywords={},
bookmarks=false,
breaklinks=true,
colorlinks=true,
linkcolor=black,
citecolor=black,
urlcolor=black,
%pdfstartpage=19,
pdfpagelayout=SinglePage
]{hyperref}
%enables correct jumping to figures when referencing
\usepackage[all]{hypcap}
\usepackage[capitalise,nameinlink]{cleveref}
%Nice formats for \cref
\crefname{section}{Sect.}{Sect.}
\Crefname{section}{Section}{Sections}
\crefname{figure}{Fig.}{Fig.}
\Crefname{figure}{Figure}{Figures}
\usepackage{xspace}
%\newcommand{\eg}{e.\,g.\xspace}
%\newcommand{\ie}{i.\,e.\xspace}
\newcommand{\eg}{e.\,g.,\ }
\newcommand{\ie}{i.\,e.,\ }
%introduce \powerset - hint by http://matheplanet.com/matheplanet/nuke/html/viewtopic.php?topic=136492&post_id=997377
\DeclareFontFamily{U}{MnSymbolC}{}
\DeclareSymbolFont{MnSyC}{U}{MnSymbolC}{m}{n}
\DeclareFontShape{U}{MnSymbolC}{m}{n}{
<-6> MnSymbolC5
<6-7> MnSymbolC6
<7-8> MnSymbolC7
<8-9> MnSymbolC8
<9-10> MnSymbolC9
<10-12> MnSymbolC10
<12-> MnSymbolC12%
}{}
\DeclareMathSymbol{\powerset}{\mathord}{MnSyC}{180}
%improve wrapping of URLs - hint by http://tex.stackexchange.com/a/10419/9075
\makeatletter
\g@addto@macro{\UrlBreaks}{\UrlOrds}
\makeatother
% correct bad hyphenation here
\hyphenation{op-tical net-works semi-conduc-tor}
\begin{document}
%Works on MiKTeX only
%hint by http://goemonx.blogspot.de/2012/01/pdflatex-ligaturen-und-copynpaste.html
%also http://tex.stackexchange.com/questions/4397/make-ligatures-in-linux-libertine-copyable-and-searchable
%This allows a copy'n'paste of the text from the paper
\input glyphtounicode.tex
\pdfgentounicode=1
\title{Overview of the Talks of Other Students}
%If Title is too long, use \titlerunning
%\titlerunning{Short Title}
%Single insitute
\author{Jana Cavojska}
%If there are too many authors, use \authorrunning
%\authorrunning{First Author et al.}
\institute{Freie Universität Berlin}
%Multiple insitutes
%Currently disabled
%
\iffalse
%Multiple institutes are typeset as follows:
\author{Firstname Lastname\inst{1} \and Firstname Lastname\inst{2} }
%If there are too many authors, use \authorrunning
%\authorrunning{First Author et al.}
\institute{
Insitute 1\\
\email{...}\and
Insitute 2\\
\email{...}
}
\fi
\maketitle
\begin{abstract}
This paper provides a summary of the talks given by students during the ``Data Visualization and Mining Seminar'' in WS 2015/16, as well as the opinions of the author of this summary on each of the talks.
\end{abstract}
\keywords{visualization, data mining, talk summary}
%\tableofcontents
\newpage
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%\section{Introduction}\label{sec:intro}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%\blindtext
%
%Winery~\cite{Winery} is graphical modeling tool.
%
%\begin{figure}
%Simple Figure
%\caption{Simple Figure}
%\label{fig:simple}
%\end{figure}
%
%\begin{table}
%\caption{Simple Table}
%
%\label{tab:simple}
%Simple Table
%\end{table}
%
%cref Demonstration: Cref at beginning of sentence, cref in all other cases.
%
%\Cref{fig:simple} shows a simple fact, although \cref{fig:simple} could also show something else.
%
%\Cref{tab:simple} shows a simple fact, although \cref{tab:simple} could also show something else.
%
%\Cref{sec:intro} shows a simple fact, although \cref{sec:intro} could also show something else.
%
%Brackets work as designed:
%<test>
%
%The symbol for powerset is now correct: $\powerset$ and not a Weierstrass p ($\wp$).
%
%\begin{inparaenum}
%\item All these items...
%\item ...appear in one line
%\item This is enabled by the paralist package.
%\end{inparaenum}
%
%``something in quotes'' using plain tex or use \enquote{the enquote command}.
%
%\section{Conclusion and Outlook}
%
%\subsubsection*{Acknowledgments}
%...
%In the bibliography, use \texttt{\textbackslash textsuperscript} for ``st'', ``nd'', ...:
%E.g., \enquote{The 2\textsuperscript{nd} conference on examples}.
\section{Talk 1}
\textit{Author:} \textbf{Alexandros Papanikos}\\
\textit{Topic:}\hspace{0.25cm} \textbf{Spatial Data Mining}\\
\\
\textit{Summary:} \\
This talk introduced the area of spatial mining as ``discovering non-trivial, interesting and useful patterns from large datasets''. Alexandros presented the reason why this task is difficult, such as
\begin{itemize}
\item complexity of data
\item growth of the spatial data collection
\item need for high efficiency of the algorithms being used
\end{itemize}
Some of the most common problems were mentioned, such as clustering.\\
A couple of applications were described as well, such as
\begin{itemize}
\item GIS (geographic information systems)
\item medical imaging
\item robot navigation
\item public health
\item transportation
\item environmental science (climate change...)
\item computer cartography
\item ...
\end{itemize}
Some of the tasks that spacial data mining aims to accomplish:
\begin{itemize}
\item classification
\item finding association rules (What belongs together?)
\item discriminate rules (finding differences between parts of database)
\item trend detection (finding temporal patterns in data)
\item ...
\end{itemize}
\noindent\textit{Remarks:}\\
\textit{Pros:}\\
Alexandros gave a good overview of the topic, the problems-applications-goals structure was helpful, making it possible to create a mental picture of the field even if one has not dealt with the topic before.\\
He managed to make many general examples, mentioning areas where his topic is relevant, as well as introducing some technical terms from his field, but not too many, which would have overwhelmed the audience.\\
\\
\textit{Cons:}\\
The talk was a bit too short (only 15 minutes). Maybe to fill the gap, some of the content of the 2. half of the talk could have been outlined, or some specific algorithms could have been mentioned.\\
Also, a few specific examples could have helped to create a more persistent mental picture of the topic in the heads of the audience, like describing one scenario in which spatial data mining is used.\\
Also missing was a clear and simple definition of the term ``spatial data''.
\newpage
\section{Talk 2}
\textit{Author:} \textbf{Dimitris Bourgiotis}\\
\textit{Topic:} \hspace{0.1cm} \textbf{Data Mining in Medical Data}\\
\\
\textit{Summary:} \\
The author, Dimitris, explained that medical data in this context is all information patients provide during their care. Since it was not at the centre of this talk, the information gathering process was not further elaborated.\\
He described some of the problems that arise when handling this sort of data, such as medical errors (which are both harmful and expensive). Generally, medical data is very heterogeneous and has different levels of quality.\\
\\
Aims of medical data mining:
\begin{itemize}
\item better disease prevention
\item improvement of treatment effectiveness
\item better categorizing of patients in order to provide care where it is needed
\item pharmaceutic industry can improve their products
\item medical device industry can improve their products
\end{itemize}
An example was provided to outline how exactly medical data mining could be useful in real life, when Dimitris described a situation in which a doctor is confronted with a patient with heart disease and is able to back his decision about further treatment by consulting a database of similar cases.\\
\\
\textit{Remarks:}\\
\textit{Pros:}\\
Dimitris gave a good overview of the topic, explained well why the topic is important and how it is relevant in different parts of the medical field. The specific example of heart disease and how statistical data can provide guidance for further treatment was very helpful for illustrating a situation in which this kind of research is relevant.\\
\\
\textit{Cons:}\\
The slides could have contained a bit more text instead of just bullet points with one word per point and no further explanation. Some of the subtopics were not well integrated into the slides - for example, ``heart disease'' was mentioned under ``Goals'' of medical data mining. Also, maybe a couple of more examples could have been mentioned. This talk, too, was a few minutes shorter than it should have been.
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\bibliographystyle{splncs03}
\bibliography{paper}
%All links were last followed on October 5, 2014.
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\end{document}