source: presentations/dws08-demo/dws08demo.tex@ 334

Last change on this file since 334 was 334, checked in by bart, 17 years ago

Initial checkin

File size: 4.6 KB
Line 
1%% LaTeX Beamer presentation template (requires beamer package)
2%% see http://latex-beamer.sourceforge.net/
3%% idea contributed by H. Turgut Uyar
4%% template based on a template by Till Tantau
5%% this template is still evolving - it might differ in future releases!
6
7\documentclass{beamer}
8
9\mode<presentation>
10{
11\usetheme{Warsaw}
12
13\setbeamercovered{transparent}
14}
15
16\usepackage[english]{babel}
17\usepackage[latin1]{inputenc}
18
19% font definitions, try \usepackage{ae} instead of the following
20% three lines if you don't like this look
21\usepackage{mathptmx}
22\usepackage[scaled=.90]{helvet}
23\usepackage{courier}
24
25
26\usepackage[T1]{fontenc}
27
28
29\title{We tell you what you already know !}
30
31\subtitle{finding meaning in the gigs of data}
32
33% - Use the \inst{?} command only if the authors have different
34% affiliation.
35%\author{F.~Author\inst{1} \and S.~Another\inst{2}}
36\author{Bart van Leeuwen}
37
38% - Use the \inst command only if there are several affiliations.
39% - Keep it simple, no one is interested in your street address.
40%\institute[netlabs.og]
41%{
42%\inst{1}%
43%Bart van Leeuwen
44%}
45
46\date{Developer Workshop 2008}
47
48
49% This is only inserted into the PDF information catalog. Can be left
50% out.
51\subject{Talks}
52
53
54
55% If you have a file called "university-logo-filename.xxx", where xxx
56% is a graphic format that can be processed by latex or pdflatex,
57% resp., then you can add a logo as follows:
58
59% \pgfdeclareimage[height=0.5cm]{university-logo}{university-logo-filename}
60% \logo{\pgfuseimage{university-logo}}
61
62
63
64% Delete this, if you do not want the table of contents to pop up at
65% the beginning of each subsection:
66\AtBeginSubsection[]
67{
68\begin{frame}<beamer>
69\frametitle{Outline}
70\tableofcontents[currentsection,currentsubsection]
71\end{frame}
72}
73
74% If you wish to uncover everything in a step-wise fashion, uncomment
75% the following command:
76
77%\beamerdefaultoverlayspecification{<+->}
78
79\begin{document}
80
81\begin{frame}
82\titlepage
83\end{frame}
84
85%\begin{frame}
86%\frametitle{Outline}
87%\tableofcontents
88% You might wish to add the option [pausesections]
89%\end{frame}
90
91
92\section{Introduction}
93
94\subsection[Defenitions]{Defenitions}
95
96\begin{frame}
97\frametitle{Defenitions}
98
99\begin{itemize}
100 \item Data
101 \begin{itemize}
102 \item data is anything in a form suitable for use with a computer
103 \end{itemize}
104 \item Information
105 \begin{itemize}
106 \item A collection of data which possesses some degree of utility,
107 value or meaning
108 \end{itemize}
109\end{itemize}
110\end{frame}
111
112\subsection[Current state]{The information paradox}
113
114\begin{frame}
115\frametitle{The information paradox}
116\begin{itemize}
117 \item Do you really know exactly what information you collected and where you
118 stored it ??
119\end{itemize}
120\end{frame}
121
122\begin{frame}
123\frametitle{Storage}
124
125\begin{itemize}
126 \item Storage locations
127 \begin{itemize}
128 \item Local Computer
129 \item Local Network
130 \item Websites
131 \item Portable Media players
132 \item Mobile phones
133 \item \ldots
134 \end{itemize}
135 \item Low storage price, no need to
136 \begin{itemize}
137 \item Clean up working areas
138 \item Maintain, and index information stored
139 \end{itemize}
140
141\end{itemize}
142\end{frame}
143
144\begin{frame}
145\frametitle{The 3 degrees of infomation}
146
147\begin{itemize}
148 \item Value
149 \begin{itemize}
150 \item Does the information you stored stil have some value
151 \end{itemize}
152 \item Meaning
153 \begin{itemize}
154 \item Can you tell from the file what it means to you
155 \end{itemize}
156 \item Utility
157 \begin{itemize}
158 \item What is the use of the information stored
159 \end{itemize}
160\end{itemize}
161
162\end{frame}
163
164\begin{frame}
165\frametitle{The paradox}
166
167\begin{itemize}
168 \item after asking your self these questions
169 \begin{itemize}
170 \item The amount of information stored is huge
171 \item meaning, value and utility can only be evaluated by looking at the
172 information again
173 \end{itemize}
174 \item Conclusion
175 \begin{itemize}
176 \item The vast amount of information, renders it unstructured.
177 \item To much information is data
178 \end{itemize}
179
180\end{itemize}
181
182\end{frame}
183
184\section{Solutions}
185
186\subsection[Describing your information]{Describing your information}
187
188\begin{frame}
189\frametitle{Describing your information}
190
191\begin{itemize}
192 \item Look beyond the initial context of your applications
193 \begin{itemize}
194 \item Think about storing, and describing contextual information.
195 \item Investigate open standards for describing information
196 \begin{itemize}
197 \item Dublin core
198 \end{itemize}
199 \item Search for openstandards on accessing this information
200 \begin{itemize}
201 \item WSDL
202 \end{itemize}
203 \item Don't take posibilities into account
204 \end{itemize}
205\end{itemize}
206
207\end{frame}
208
209\end{document}
Note: See TracBrowser for help on using the repository browser.