Minor tweaks

pull/2/head
Oliver Kennedy 2023-06-13 19:44:44 -04:00
parent f9caed49fb
commit 79ada47ed0
Signed by: okennedy
GPG Key ID: 3E5F9B3ABD3FDB60
1 changed files with 4 additions and 4 deletions

View File

@ -61,7 +61,7 @@ title: "Overlay Spreadsheets"
<section>
<h3>Including...</h3>
<img src="graphics/2023-06-18/vizier-spreadsheet.png" height="400px">
<img src="graphics/2023-06-18/vizier-spreadsheet.png" height="300px">
<aside class="notes">
<ul>
<li>Vizier allows users to interactively modify datasets</li>
@ -148,8 +148,8 @@ title: "Overlay Spreadsheets"
<h3>Goals</h3>
<ul>
<li class="fragment">Support for "free-form" editing.</li>
<li class="fragment">Replay edits on a new dataset.</li>
<li>Replay edits on a new dataset.</li>
<li class="fragment">... while supporting "free-form" editing.</li>
</ul>
<aside class="notes">
@ -329,7 +329,7 @@ title: "Overlay Spreadsheets"
<h3>Recursive Patterns</h3>
<div style="margin-top: 50px;">
$$H[0] = G[n]$$
$$H[0] = G[0]$$
$$H[n] = G[n] + H[n-1]$$
</div>