Website/slides/talks/2017-3-ICDE-SmallData/index.html
2017-04-24 21:50:24 -04:00

236 lines
7.1 KiB
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Small Data</title>
<meta name="description" content="Small Data">
<meta name="author" content="Oliver Kennedy">
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no, minimal-ui">
<link rel="stylesheet" href="../reveal.js-3.1.0/css/reveal.css">
<link rel="stylesheet" href="ubodin.css" id="theme">
<!-- Code syntax highlighting -->
<link rel="stylesheet" href="../reveal.js-3.1.0/lib/css/zenburn.css">
<style>
table.panelists td.name {
text-align: right;
}
table.panelists td.affiliation {
font-size: smaller;
text-decoration: italic;
text-align: left;
}
</style>
<!-- Printing and PDF exports -->
<script>
var link = document.createElement( 'link' );
link.rel = 'stylesheet';
link.type = 'text/css';
link.href = window.location.search.match( /print-pdf/gi ) ? '../reveal.js-3.1.0/css/print/pdf.css' : '../reveal.js-3.1.0/css/print/paper.css';
document.getElementsByTagName( 'head' )[0].appendChild( link );
</script>
<!--[if lt IE 9]>
<script src="../reveal.js-3.1.0/lib/js/html5shiv.js"></script>
<![endif]-->
</head>
<body>
<div class="reveal">
<!-- Any section element inside of this container is displayed as a slide -->
<div class="slides">
<section>
<section>
<h1>Small Data</h1>
</section>
<section>
<table class="panelists">
<tr>
<td class="name">D. Richard Hipp</td>
<td class="affiliation"><i>Hipp, Wyrick &amp; Company, Inc.</i></td>
</tr>
<tr>
<td class="name">Stratos Idreos</td>
<td class="affiliation"><i>Harvard</i></td>
</tr>
<tr>
<td class="name">Amélie Marian</td>
<td class="affiliation"><i>Rutgers</i></td>
</tr>
<tr>
<td class="name">Arnab Nandi</td>
<td class="affiliation"><i>Ohio State University</i></td>
</tr>
<tr>
<td class="name">Carmela Troncoso</td>
<td class="affiliation"><i>IMDEA Software Institute</i></td>
</tr>
<tr>
<td class="name">Eugene Wu</td>
<td class="affiliation"><i>Columbia University</i></td>
</tr>
<tr>
<td class="name" style="padding-top: 40px">Oliver Kennedy</td>
<td class="affiliation"><i>University at Buffalo</i></td>
</tr>
</table>
</section>
</section>
<section>
<section>
<img src="graphics/phasechange.png" height="400px">
<aside class="notes">
Data management goes through phase changes where classical assumptions break, leading to a change in the landscape of data management systems.
</aside>
<attribution>study.com</attribution>
</section>
<section>
<img src="graphics/largedisk.jpg" height="400px">
<aside class="notes">For example, a decade ago disks started getting cheap</aside>
<attribution>digitalmofo.com<attribution>
</section>
<section>
<img src="graphics/hoarder.jpg" height="400px">
<aside class="notes">People started hoarding data</aside>
<attribution>wkbr.com</attribution>
</section>
<section>
<img src="graphics/jonesey.jpg" height="400px">
<aside class="notes">... and realized they could pick signals out of noise.</aside>
<attribution>The Hunt for Red October</attribution>
</section>
<section>
<img src="graphics/5_vs.png" height="400px">
<aside class="notes">Which leads to a number of problems...</aside>
<attribution>bigdata.black</attribution>
</section>
</section>
<section>
<section>
<h2>We're at the cusp of a new phase change.</h2>
</section>
<section>
<h3>Jens Dittrich: "The Case for <b>Small Data</b>"</h3>
<img src="graphics/Jens-BigData.png">
<aside class="notes">We shamelessly stole the name from Jens, who unfortunately wasn't able to join the panel.</aside>
</section>
</section>
<section>
<section>
<h2>Ground Rules</h2>
<p class="fragment">Join the conversation!</p>
<p class="fragment">Not being recorded, so speak your mind!</p>
<h2 class="fragment">Shameless Plugs</h2>
<p class="fragment"><a href="http://pocketdata.info">http://pocketdata.info</a><br/>A collection of datasets, papers, etc... for small data research</p>
</section>
</section>
<section>
<section>
<table class="panelists">
<tr>
<td class="name">D. Richard Hipp</td>
<td class="affiliation"><i>Hipp, Wyrick &amp; Company, Inc.</i></td>
</tr>
<tr>
<td class="name">Stratos Idreos</td>
<td class="affiliation"><i>Harvard</i></td>
</tr>
<tr>
<td class="name">Amélie Marian</td>
<td class="affiliation"><i>Rutgers</i></td>
</tr>
<tr>
<td class="name">Arnab Nandi</td>
<td class="affiliation"><i>Ohio State University</i></td>
</tr>
<tr>
<td class="name">Carmela Troncoso</td>
<td class="affiliation"><i>IMDEA Software Institute</i></td>
</tr>
<tr>
<td class="name">Eugene Wu</td>
<td class="affiliation"><i>Columbia University</i></td>
</tr>
<tr>
<td class="name" style="padding-top: 40px">Oliver Kennedy</td>
<td class="affiliation"><i>University at Buffalo</i></td>
</tr>
</table>
<!--
<p style="font-size: 12pt">Continue the discussion. Start at <a href="http://pocketdata.info">http://pocketdata.info</a></p>
-->
</section>
<section>
<img src="graphics/bigsmalldata.png" height="600px">
</section>
<section>
<img src="graphics/artisinal.JPG" height="600px">
</section>
</section>
</div></div>
<script src="../reveal.js-3.1.0/lib/js/head.min.js"></script>
<script src="../reveal.js-3.1.0/js/reveal.js"></script>
<script>
// Full list of configuration options available at:
// https://github.com/hakimel/../reveal.js#configuration
Reveal.initialize({
controls: false,
progress: true,
history: true,
center: true,
slideNumber: true,
transition: 'fade', // none/fade/slide/convex/concave/zoom
// Optional ../reveal.js plugins
dependencies: [
{ src: '../reveal.js-3.1.0/lib/js/classList.js', condition: function() { return !document.body.classList; } },
{ src: '../reveal.js-3.1.0/plugin/math/math.js',
condition: function() { return true; },
mathjax: '../reveal.js-3.1.0/js/MathJax.js'
},
{ src: '../reveal.js-3.1.0/plugin/markdown/marked.js', condition: function() { return !!document.querySelector( '[data-markdown]' ); } },
{ src: '../reveal.js-3.1.0/plugin/markdown/markdown.js', condition: function() { return !!document.querySelector( '[data-markdown]' ); } },
{ src: '../reveal.js-3.1.0/plugin/highlight/highlight.js', async: true, condition: function() { return !!document.querySelector( 'pre code' ); }, callback: function() { hljs.initHighlightingOnLoad(); } },
{ src: '../reveal.js-3.1.0/plugin/zoom-js/zoom.js', async: true },
{ src: '../reveal.js-3.1.0/plugin/notes/notes.js', async: true }
]
});
</script>
</body>
</html>