[334] | 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 |
|
---|
[338] | 29 | \title{We tell you what you already would know !}
|
---|
[334] | 30 |
|
---|
[338] | 31 | \subtitle{finding meaning,value and utility in the gigs of data}
|
---|
[334] | 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.
|
---|
[338] | 40 | \institute[netlabs.org]
|
---|
| 41 | {
|
---|
| 42 | netlabs.org
|
---|
| 43 | }
|
---|
[334] | 44 |
|
---|
| 45 | \date{Developer Workshop 2008}
|
---|
| 46 |
|
---|
| 47 |
|
---|
| 48 | % This is only inserted into the PDF information catalog. Can be left
|
---|
| 49 | % out.
|
---|
| 50 | \subject{Talks}
|
---|
| 51 |
|
---|
| 52 |
|
---|
| 53 |
|
---|
| 54 | % If you have a file called "university-logo-filename.xxx", where xxx
|
---|
| 55 | % is a graphic format that can be processed by latex or pdflatex,
|
---|
| 56 | % resp., then you can add a logo as follows:
|
---|
| 57 |
|
---|
| 58 | % \pgfdeclareimage[height=0.5cm]{university-logo}{university-logo-filename}
|
---|
| 59 | % \logo{\pgfuseimage{university-logo}}
|
---|
| 60 |
|
---|
| 61 |
|
---|
| 62 |
|
---|
| 63 | % Delete this, if you do not want the table of contents to pop up at
|
---|
| 64 | % the beginning of each subsection:
|
---|
[338] | 65 | \AtBeginSection[]
|
---|
[334] | 66 | {
|
---|
| 67 | \begin{frame}<beamer>
|
---|
| 68 | \frametitle{Outline}
|
---|
[338] | 69 | \tableofcontents[currentsection]
|
---|
[334] | 70 | \end{frame}
|
---|
| 71 | }
|
---|
| 72 |
|
---|
| 73 | % If you wish to uncover everything in a step-wise fashion, uncomment
|
---|
| 74 | % the following command:
|
---|
| 75 |
|
---|
| 76 | %\beamerdefaultoverlayspecification{<+->}
|
---|
| 77 |
|
---|
| 78 | \begin{document}
|
---|
| 79 |
|
---|
| 80 | \begin{frame}
|
---|
| 81 | \titlepage
|
---|
| 82 | \end{frame}
|
---|
| 83 |
|
---|
| 84 | %\begin{frame}
|
---|
| 85 | %\frametitle{Outline}
|
---|
| 86 | %\tableofcontents
|
---|
| 87 | % You might wish to add the option [pausesections]
|
---|
| 88 | %\end{frame}
|
---|
| 89 |
|
---|
| 90 |
|
---|
| 91 | \section{Introduction}
|
---|
| 92 |
|
---|
[338] | 93 | \subsection[Definitions]{Definitions}
|
---|
[334] | 94 |
|
---|
| 95 | \begin{frame}
|
---|
[338] | 96 | \frametitle{Definitions}
|
---|
| 97 | \begin{definition}[Data]
|
---|
| 98 | Anything in a form suitable for use with a computer
|
---|
| 99 | \end{definition}
|
---|
| 100 | \begin{definition}[Information]
|
---|
| 101 | A collection of data which possesses some degree of utility, meaning or value
|
---|
| 102 | \end{definition}
|
---|
[334] | 103 | \end{frame}
|
---|
| 104 |
|
---|
| 105 | \subsection[Current state]{The information paradox}
|
---|
| 106 |
|
---|
| 107 | \begin{frame}
|
---|
| 108 | \frametitle{The information paradox}
|
---|
| 109 | \begin{itemize}
|
---|
| 110 | \item Do you really know exactly what information you collected and where you
|
---|
| 111 | stored it ??
|
---|
| 112 | \end{itemize}
|
---|
| 113 | \end{frame}
|
---|
| 114 |
|
---|
| 115 | \begin{frame}
|
---|
| 116 | \frametitle{Storage}
|
---|
| 117 |
|
---|
| 118 | \begin{itemize}
|
---|
| 119 | \item Storage locations
|
---|
| 120 | \begin{itemize}
|
---|
| 121 | \item Local Computer
|
---|
| 122 | \item Local Network
|
---|
| 123 | \item Websites
|
---|
| 124 | \item Portable Media players
|
---|
| 125 | \item Mobile phones
|
---|
| 126 | \item \ldots
|
---|
| 127 | \end{itemize}
|
---|
| 128 | \item Low storage price, no need to
|
---|
| 129 | \begin{itemize}
|
---|
| 130 | \item Clean up working areas
|
---|
| 131 | \item Maintain, and index information stored
|
---|
| 132 | \end{itemize}
|
---|
| 133 |
|
---|
| 134 | \end{itemize}
|
---|
| 135 | \end{frame}
|
---|
| 136 |
|
---|
| 137 | \begin{frame}
|
---|
[338] | 138 | \frametitle{The 3 degrees of information}
|
---|
[334] | 139 |
|
---|
| 140 | \begin{itemize}
|
---|
| 141 | \item Value
|
---|
| 142 | \begin{itemize}
|
---|
[338] | 143 | \item Does the information you stored still have some value?
|
---|
[334] | 144 | \end{itemize}
|
---|
| 145 | \item Meaning
|
---|
| 146 | \begin{itemize}
|
---|
[338] | 147 | \item Can you tell from the file what it means to you?
|
---|
[334] | 148 | \end{itemize}
|
---|
| 149 | \item Utility
|
---|
| 150 | \begin{itemize}
|
---|
[338] | 151 | \item What is the use of the information stored?
|
---|
[334] | 152 | \end{itemize}
|
---|
| 153 | \end{itemize}
|
---|
| 154 |
|
---|
| 155 | \end{frame}
|
---|
| 156 |
|
---|
| 157 | \begin{frame}
|
---|
| 158 | \frametitle{The paradox}
|
---|
| 159 |
|
---|
| 160 | \begin{itemize}
|
---|
[338] | 161 | \item After asking yourself these questions
|
---|
[334] | 162 | \begin{itemize}
|
---|
| 163 | \item The amount of information stored is huge
|
---|
[338] | 164 | \item Meaning, value and utility can only be evaluated by looking at the
|
---|
[334] | 165 | information again
|
---|
| 166 | \end{itemize}
|
---|
| 167 | \item Conclusion
|
---|
| 168 | \begin{itemize}
|
---|
[338] | 169 | \item The vast amount of information, renders it unstructured
|
---|
| 170 | \item Too much ``information'' is data
|
---|
[334] | 171 | \end{itemize}
|
---|
| 172 |
|
---|
| 173 | \end{itemize}
|
---|
| 174 |
|
---|
| 175 | \end{frame}
|
---|
| 176 |
|
---|
[338] | 177 | \section{How to get a grip}
|
---|
[334] | 178 |
|
---|
| 179 | \subsection[Describing your information]{Describing your information}
|
---|
| 180 |
|
---|
| 181 | \begin{frame}
|
---|
[338] | 182 | \frametitle{Application view}
|
---|
[334] | 183 |
|
---|
| 184 | \begin{itemize}
|
---|
| 185 | \item Look beyond the initial context of your applications
|
---|
| 186 | \begin{itemize}
|
---|
[338] | 187 | \item Think about storing, and describing contextual information
|
---|
[334] | 188 | \item Investigate open standards for describing information
|
---|
| 189 | \begin{itemize}
|
---|
| 190 | \item Dublin core
|
---|
| 191 | \end{itemize}
|
---|
[338] | 192 | \item Use open standards for accessing this information
|
---|
[334] | 193 | \begin{itemize}
|
---|
[338] | 194 | \item WSDL ( Web Service Description Language)
|
---|
[334] | 195 | \end{itemize}
|
---|
[338] | 196 | \item Keep away from possible solutions
|
---|
[334] | 197 | \end{itemize}
|
---|
| 198 | \end{itemize}
|
---|
| 199 |
|
---|
| 200 | \end{frame}
|
---|
| 201 |
|
---|
[338] | 202 | \begin{frame}
|
---|
| 203 | \frametitle{User view}
|
---|
| 204 |
|
---|
| 205 | \begin{itemize}
|
---|
| 206 | \item Attach the contextual information to your documents
|
---|
| 207 | \begin{itemize}
|
---|
| 208 | \item On digital photographs
|
---|
| 209 | \begin{itemize}
|
---|
| 210 | \item Where is it
|
---|
| 211 | \item Who is on there
|
---|
| 212 | \end{itemize}
|
---|
| 213 | \item On documents
|
---|
| 214 | \begin{itemize}
|
---|
| 215 | \item What event is the document related to
|
---|
| 216 | \item Who are the reviewers
|
---|
| 217 | \end{itemize}
|
---|
| 218 | \end{itemize}
|
---|
| 219 | \item Keep away from possible solutions
|
---|
| 220 | \end{itemize}
|
---|
| 221 |
|
---|
| 222 | \end{frame}
|
---|
| 223 | \subsection[Using contextual information]{Using contextual information}
|
---|
| 224 |
|
---|
| 225 | \begin{frame}
|
---|
| 226 | \frametitle{Using contextual information}
|
---|
| 227 |
|
---|
| 228 | \begin{itemize}
|
---|
| 229 | \item Define services which are attached to certain contextual data
|
---|
| 230 | \begin{itemize}
|
---|
| 231 | \item Looking up locations with Google
|
---|
| 232 | \item Storing events in your agenda
|
---|
| 233 | \item Searching keywords on the web
|
---|
| 234 | \item Storing locations on your navigation tool
|
---|
| 235 | \end{itemize}
|
---|
| 236 | \item Enterprise adaptation
|
---|
| 237 | \begin{itemize}
|
---|
| 238 | \item Use web service meta data
|
---|
| 239 | \item Leverage contextual information added by employees to enrich company
|
---|
| 240 | knowledge base
|
---|
| 241 | \end{itemize}
|
---|
| 242 | \end{itemize}
|
---|
| 243 | \end{frame}
|
---|
| 244 |
|
---|
| 245 | \subsection[Deja Vu]{Deja Vu}
|
---|
| 246 |
|
---|
| 247 | \begin{frame}
|
---|
| 248 | \frametitle{Is this really new ?}
|
---|
| 249 |
|
---|
| 250 | \begin{itemize}
|
---|
| 251 | \item Extended Attributes
|
---|
| 252 | \begin{itemize}
|
---|
| 253 | \item Keywords
|
---|
| 254 | \item Application specific attributes
|
---|
| 255 | \end{itemize}
|
---|
| 256 | \item Web based utilities
|
---|
| 257 | \begin{itemize}
|
---|
| 258 | \item iGoogle
|
---|
| 259 | \item Operator
|
---|
| 260 | \end{itemize}
|
---|
| 261 | \end{itemize}
|
---|
| 262 | \end{frame}
|
---|
| 263 |
|
---|
| 264 | \section{Join the voyage}
|
---|
| 265 |
|
---|
| 266 | \subsection[Departure]{Departure}
|
---|
| 267 |
|
---|
| 268 | \begin{frame}
|
---|
| 269 | \frametitle{What is happening now}
|
---|
| 270 |
|
---|
| 271 | \begin{itemize}
|
---|
| 272 | \item Current solutions
|
---|
| 273 | \begin{itemize}
|
---|
| 274 | \item Web based information or local computer based information
|
---|
| 275 | \item Don't take moving data into account
|
---|
| 276 | \item Focused on finding data, not information
|
---|
| 277 | \item Context is missing on results
|
---|
| 278 | \end{itemize}
|
---|
| 279 | \item Almost no crossover between web and desktop
|
---|
| 280 | \end{itemize}
|
---|
| 281 | \end{frame}
|
---|
| 282 |
|
---|
| 283 | \subsection[Crossing the border]{Crossing the border}
|
---|
| 284 |
|
---|
| 285 | \begin{frame}
|
---|
| 286 | \frametitle{Where do we want to go}
|
---|
| 287 |
|
---|
| 288 | \begin{itemize}
|
---|
| 289 | \item Using the web to find additional information on your local documents
|
---|
| 290 | \item Generate information for local use based on web pages you use
|
---|
| 291 | \item Find relations between data stored on your system
|
---|
| 292 | \item Share contextual information through the enterprise
|
---|
| 293 | \item Find new relations in existing enterprise data
|
---|
| 294 | \end{itemize}
|
---|
| 295 | \end{frame}
|
---|
| 296 |
|
---|
| 297 | \begin{frame}
|
---|
| 298 | \frametitle{What are the directions}
|
---|
| 299 |
|
---|
| 300 | \begin{itemize}
|
---|
| 301 | \item Proof of concept
|
---|
| 302 | \begin{itemize}
|
---|
| 303 | \item NOM Based
|
---|
| 304 | \item Contextual cross boundary information collection
|
---|
| 305 | \end{itemize}
|
---|
| 306 | \item Guerrilla tactics
|
---|
| 307 | \begin{itemize}
|
---|
| 308 | \item WPS Class replacements
|
---|
| 309 | \item Windows Shell Extensions
|
---|
| 310 | \item Gnome Panels
|
---|
| 311 | \end{itemize}
|
---|
| 312 | \end{itemize}
|
---|
| 313 | \end{frame}
|
---|
| 314 |
|
---|
| 315 | \subsection[Roundup]{Roundup}
|
---|
| 316 |
|
---|
| 317 | \begin{frame}
|
---|
| 318 | \frametitle{Roundup}
|
---|
| 319 |
|
---|
| 320 | Questions or Remarks ???
|
---|
| 321 | \end{frame}
|
---|
| 322 |
|
---|
[334] | 323 | \end{document}
|
---|