Website/src/index.erb

17 lines
1.5 KiB
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
title: Overview
---
<div class="logo_text" style="text-align: right; margin-top: 0px; margin-right: 35px; margin-bottom: 20px">
The ODIn Lab @
<img src="<%=asset_path("logos")%>/lab_logo_notext_black.png" width="110" height="110" style="vertical-align: bottom; margin-bottom:-10px"/>
</div>
<hr/>
<p>The <b><u>O</u>nline <u>D</u>ata <u>In</u>teractions Lab @ UB</b> is about <b>data</b>. Databases, query compilers, data structures, algorithms, systems, implementation, and visualization. Were 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.</p>
<h2>Agility</h2>
<p>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.</p>
<h2>Uncertainty</h2>
<p>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.</p>