reorg with feedback

This commit is contained in:
Oliver Kennedy 2017-09-15 10:56:33 -04:00
parent 575d9fa1dd
commit 281dce57e5
2 changed files with 17 additions and 4 deletions

View file

@ -0,0 +1,13 @@
<h2>Reading Assignment 1: Adaptive Indexing</h2>
<dl>
<dt>Paper</dt>
<dd><a href="https://cs.uwaterloo.ca/~ilyas/papers/BeskalesVLDBJ2014.pdf">Sampling from repairs of conditional functional dependency violations</a></dd>
</dl>
<p>All students should provide one short paragraph identifying exactly one strength or one weakness of the approach described in the week's reading.</p>
<%= Disqus::embed(
"https://odin.cse.buffalo.edu/teaching/cse-662/2017fa/feedback/03-repairsampling.html",
"cse662.2017fa.feedback.03"
) %>

View file

@ -82,10 +82,10 @@ After the taking the course, students should be able to:
* **Sept. 08** : Just-in-Time Data Structures [ [paper](https://odin.cse.buffalo.edu/papers/2015/CIDR-jitd-final.pdf) | [slides](slides/2017-09-08-JITDs.pdf) ]
* **Sept. 11** : Incomplete Databases 1 [ [paper](http://dl.acm.org.gate.lib.buffalo.edu/citation.cfm?id=1376686) | [feedback](feedback/02-mcdb.html) | [notes](slides/2017-09-11-ProbabilisticDatabases.pdf) ]
* **Sept. 13** : Incomplete Databases 2
* **Sept. 15** : Mimir [ [paper](https://odin.cse.buffalo.edu/papers/2015/VLDB-lenses-final.pdf) ]
* **Sept. 18** : MayBMS [ [paper](http://maybms.sourceforge.net/download/INFOSYS-TR-2007-2.pdf) ]
* **Sept. 20** : Sampling From Probabilistic Queries [ [paper](http://dl.acm.org.gate.lib.buffalo.edu/citation.cfm?id=1376686) ]
* **Sept. 22** : Probabilistic Constraint Repair [ [paper](https://cs.uwaterloo.ca/~ilyas/papers/BeskalesVLDBJ2014.pdf) ]
* **Sept. 15** : Sampling From Probabilistic Queries
* **Sept. 18** : Probabilistic Constraint Repair [ [paper](https://cs.uwaterloo.ca/~ilyas/papers/BeskalesVLDBJ2014.pdf) ]
* **Sept. 20** : Mimir [ [paper](https://odin.cse.buffalo.edu/papers/2015/VLDB-lenses-final.pdf) ]
* **Sept. 22** : Buffer
* **Sept. 25** : R-Trees and Multidimensional Indexing [ [paper](http://dl.acm.org.gate.lib.buffalo.edu/citation.cfm?id=98741) ]
* **Checkpoint 1 report due by 11:59 PM Sept. 26**
* **Sept. 27** : Elevator Pitches