Slides posting

This commit is contained in:
Oliver Kennedy 2018-02-26 19:44:30 -05:00
parent 9c62488b85
commit 117f491886
4 changed files with 10 additions and 7 deletions

View file

@ -93,6 +93,7 @@
"due": "",
"topic": "Indexing (Intro + Tree Indexes)",
"materials": {
"slides" : "https://odin.cse.buffalo.edu/slides/cse4562sp2018/2018-02-19-Indexing1.html"
}
},
{
@ -110,21 +111,23 @@
"due": "Checkpoint 1",
"topic": "Indexing (Hash Indexes + Learned Indexes)",
"materials": {
"slides" : "https://odin.cse.buffalo.edu/slides/cse4562sp2018/2018-02-23-Indexing2.html"
}
},
{
"date": "Feb 26",
"type": "Lecture",
"due": "",
"topic": "Cost-Based Optimization",
"topic": "Aggregation and Access Paths",
"materials": {
"slides" : "https://odin.cse.buffalo.edu/slides/cse4562sp2018/2018-02-26-AccessPathsAndAggregates.html"
}
},
{
"date": "Feb 28",
"type": "Lecture",
"due": "",
"topic": "Database Statistics 1/2",
"topic": "Cost-Based Optimization",
"materials": {
}
},
@ -140,7 +143,7 @@
"date": "Mar 5",
"type": "Lecture",
"due": "",
"topic": "Database Statistics 2/2",
"topic": "Database Statistics 1/2",
"materials": {
}
},
@ -148,7 +151,7 @@
"date": "Mar 7",
"type": "Lecture",
"due": "",
"topic": "Buffer Day",
"topic": "Database Statistics 2/2",
"materials": {
}
},

View file

@ -303,7 +303,7 @@
// Full list of configuration options available at:
// https://github.com/hakimel/../reveal.js#configuration
Reveal.initialize({
controls: false,
controls: true,
progress: true,
history: true,
center: true,

View file

@ -259,7 +259,7 @@
// Full list of configuration options available at:
// https://github.com/hakimel/../reveal.js#configuration
Reveal.initialize({
controls: false,
controls: true,
progress: true,
history: true,
center: true,

View file

@ -400,7 +400,7 @@
// Full list of configuration options available at:
// https://github.com/hakimel/../reveal.js#configuration
Reveal.initialize({
controls: false,
controls: true,
progress: true,
history: true,
center: true,