final airbus talk version

This commit is contained in:
Oliver Kennedy 2016-10-25 16:24:23 +02:00
parent b3c22a3455
commit f8647ae0bd
4 changed files with 36 additions and 4 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 91 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 92 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 145 KiB

View file

@ -457,8 +457,40 @@
<li>Functional-Dependency Repair</li>
</ul>
</section>
<section>
<h2>Efforts in Progress</h2>
<h2>Entity Extraction</h2>
<pre><code>
{
"grad":{"students":[
{name:"Alice",deg:"PhD",credits:"10"},
{name:"Bob",deg:"MS"}, ...]},
"undergrad":{"students":[
{name:"Carol"},
{name:"Dave",deg:"U"}, ...]}
}
</code></pre>
</section>
<section>
<h2>Entity Extraction</h2>
<img src="graphics/extracted_entities.png" />
</section>
<section>
<h2>Entity Extraction Lens</h2>
<img src="graphics/synthesized_entities.png" />
</section>
<section>
<h2>Shared Workspaces</h2>
<img src="graphics/workspaces.png" />
</section>
<section>
<h2>Other Efforts in Progress</h2>
<ul>
<li>Priority: Aggregate Queries</li>
<li>Data Descriptors (DataGuides++)</li>
@ -474,9 +506,9 @@
<section>
<img src="graphics/mimir_logo_final.png" height="200px">
<ul>
<li class="fragment">On-Demand Data Curation makes data exploration easier.</li>
<li class="fragment">"Best-Guess" results streamline analytics.
<div class="fragment">&nbsp;&nbsp;&nbsp;... if the DB communicates the resulting uncertainty.</div></li>
<li>On-Demand Data Curation makes data exploration easier.</li>
<li>"Best-Guess" results streamline analytics.
<div>&nbsp;&nbsp;&nbsp;... if the DB communicates the resulting uncertainty.</div></li>
</ul>
<p class="fragment"><b>Questions?</b></p>
</section>