layout: true
--- class: title-slide, center, middle
---
# .darkblue[Sonification] .reference[.superscript[1] Kramer et al., 1999. The sonification report: Status of the field and research agenda. International Community for Auditory Display (ICAD)] .more-more-condensed[ - .em.darkblue[use of nonspeech audio to convey information [...] for the purposes of facilitating communication or interpretation.small-font.superscript[1]] - Examples -
brain acticity
-
from deep space to cancer research
-
Sound of Sorting
- ... - .darkblue[Motivation] - .darkblue[reduces barriers for people] with poor education - presents .darkblue[multidimensional data in an easy-to-understand way] - .darkblue[additional medium helps with learning] new .darkblue[information] - helps humans with .darkblue[visual impairments] ] ---
#
.darkblue[Sound of Databases] .more-more-condensed.no-margin[
] -- .more-more-condensed.no-margin[ - .darkblue[useful mapping for understanding] the operator algorithm
(or at least its in- & output): - .darkblue[each operator plays another instrument] (easy to distinguish from the other) - .darkblue[value] of intermediate solution .darkblue[maps to pitch] - .darkblue[mapping for melodies]: operator .darkblue[depth maps to pitch] ] -- .more-more-condensed.no-margin[ .darkblue[
] ] ---
# First Example: .darkblue[Triple Pattern / Index Scan]
Your browser does not support the video tag.
-- .more-more-condensed.no-margin[ - .darkblue[We learn:] Semantic Web data often .darkblue[stored in indices] - Output is .darkblue[pre-sorted] - .darkblue[Maximize] usage of fast .darkblue[merge joins] ] ---
# .darkblue[Quiz 1/4] - .darkblue[Guess: What kind of operator do you hear?]
Your browser does not support the audio element.
---
# .darkblue[Quiz 1/4] - Solution - .darkblue[Select] / Filter
Your browser does not support the video tag.
.no-margin.more-more-condensed[ - not all intermediate results are passing the filter operator ] ---
# .darkblue[Quiz 2/4] - .darkblue[Guess: What kind of operator do you hear?]
Your browser does not support the audio element.
---
# .darkblue[Quiz 2/4] - Solution - .darkblue[Merge Join]
Your browser does not support the video tag.
.no-margin.more-more-condensed[ - only if the two inputs of the index scan operators are the same, an output is generated ] ---
# .darkblue[Quiz 3/4] - .darkblue[Guess: What kind of operator do you hear?]
Your browser does not support the audio element.
---
# .darkblue[Quiz 3/4] - Solution - .darkblue[Left Outer Join] / Optional-Clause of SPARQL Queries
Your browser does not support the video tag.
.no-margin.more-more-condensed[ - the input of the left index scan passes always the left outer join - even if it is not combined with the input of the right index scan ] ---
# .darkblue[Quiz 4/4] - .darkblue[Guess: What kind of operator do you hear?]
Your browser does not support the audio element.
---
# .darkblue[Quiz 4/4] - Solution - .darkblue[Hash Join]
Your browser does not support the video tag.
.no-margin.more-more-condensed[ - merge join of two triple patterns and a succeeding hash join - hash join is implemented as pipeline breaker by generating the output after reading the complete input of one operator ] ---
# .darkblue[Sonification of Complex Queries]
Your browser does not support the video tag.