diff --git a/.gitignore b/.gitignore index 561e8b8f..7bccf5f6 100644 --- a/.gitignore +++ b/.gitignore @@ -3,5 +3,4 @@ build *.aux *.log artifacts -*.pdf *.tex \ No newline at end of file diff --git a/slides/cse501/2016/graphics/credit_entropy.pdf b/slides/cse501/2016/graphics/credit_entropy.pdf new file mode 100644 index 00000000..766bd274 Binary files /dev/null and b/slides/cse501/2016/graphics/credit_entropy.pdf differ diff --git a/slides/cse501/2016/graphics/product_entropy.pdf b/slides/cse501/2016/graphics/product_entropy.pdf new file mode 100644 index 00000000..37baf94d Binary files /dev/null and b/slides/cse501/2016/graphics/product_entropy.pdf differ diff --git a/slides/cse501/2016/graphics/realestate_entropy.pdf b/slides/cse501/2016/graphics/realestate_entropy.pdf new file mode 100644 index 00000000..4f1bfd76 Binary files /dev/null and b/slides/cse501/2016/graphics/realestate_entropy.pdf differ diff --git a/slides/cse662fa2016/MCDB_a_monte_carlo_approach_to_managing.pdf b/slides/cse662fa2016/MCDB_a_monte_carlo_approach_to_managing.pdf new file mode 100644 index 00000000..53808410 Binary files /dev/null and b/slides/cse662fa2016/MCDB_a_monte_carlo_approach_to_managing.pdf differ diff --git a/src/index.erb b/src/index.erb index a8740965..61741ad0 100644 --- a/src/index.erb +++ b/src/index.erb @@ -10,8 +10,12 @@ The ODIn Lab @

The Online Data Interactions Lab @ UB is about data. Databases, query compilers, data structures, algorithms, systems, implementation, and visualization. We’re interested in everything to do with storing, retrieving, and interpreting data. Our ultimate goal is to make data accessible, understandable, and comprehensible to anyone and everyone.

-

Agility

-

Real-world workloads change over time, often unpredictably. Static choices made by traditional cost-based query optimizers, physical layout designers, or query execution engines rarely allow for the possibility that assumptions made early on will change. We explore data structures, algorithms and programming techniques that enable [database] systems to be flexible enough to adapt to changing workloads.

- -

Uncertainty

-

Data is rarely complete, precise or certain. With data sizes growing and data rates getting faster, attempts at shielding analysts from uncertainty in data are becoming harder and harder to maintain. The need to make uncertainty a first-class programming primitive is growing, so we explore ways of exposing it to users in a way that is not only comprehensive, but understandable.

\ No newline at end of file + + +
+

Agility

+

Real-world workloads change over time, often unpredictably. Static choices made by traditional cost-based query optimizers, physical layout designers, or query execution engines rarely allow for the possibility that assumptions made early on will change. We explore data structures, algorithms and programming techniques that enable [database] systems to be flexible enough to adapt to changing workloads.

+
+

Uncertainty

+

Data is rarely complete, precise or certain. With data sizes growing and data rates getting faster, attempts at shielding analysts from uncertainty in data are becoming harder and harder to maintain. The need to make uncertainty a first-class programming primitive is growing, so we explore ways of exposing it to users in a way that is not only comprehensive, but understandable.

+
\ No newline at end of file diff --git a/src/papers/2017/ICDE-LastMile-submitted.pdf b/src/papers/2017/ICDE-LastMile-submitted.pdf new file mode 100644 index 00000000..5974befc Binary files /dev/null and b/src/papers/2017/ICDE-LastMile-submitted.pdf differ