Cleaning up final slide.

pull/2/head
Oliver Kennedy 2023-06-18 11:34:50 -07:00
parent d4a3ab02bc
commit c72972f60a
Signed by: okennedy
GPG Key ID: 3E5F9B3ABD3FDB60
1 changed files with 22 additions and 7 deletions

View File

@ -417,13 +417,28 @@ DataSpread,26.404142864,28.609918545,42.390664963,221.393066346
<section>
<a href="https://vizierdb.info">
<img src="graphics/2022-06-20/vizier.svg" height="150px"><br/>
https://vizierdb.info
<table>
<tr>
<td>
<img src="graphics/2022-06-20/vizier.svg" height="100px">
</td>
<td style="vertical-align: middle;">
https://vizierdb.info
</td>
</tr>
</table>
</a>
<ul style="font-size: 70%">
<li>Scientists love spreadsheets, but spreadsheets hate workflows.</li>
<li>Overlays let us decouple the user's edits from existing data to plug a spreadsheet into a workflow.</li>
<li>Through overlays, we can support a hybrid batch/reactive execution model that is far faster than existing systems.</li>
</ul>
<div style="font-size: 70%">
<ul>
<li style="margin: 10px;">Decoupling edits from source data enables spreadsheets in workflow systems</li>
<li style="margin: 10px;">Overlays support a (fast) hybrid batch/reactive execution model.</li>
</ul>
<h3 style="margin-bottom: 0px; margin-top: 20px;">Open Challenges</h3>
<ul>
<li style="margin: 10px;">Freeform edits don't usually map nicely to structured dataframes.</li>
<li style="margin: 10px;">Content updates don't generalize through external changes in shape.</li>
<li style="margin: 10px;">[Your question here]</li>
</ul>
</div>
</section>