Select Git revision
GetRelayoutBoundaryCommand.cs
slides.tex 10.44 KiB
\documentclass{beamer}
\beamertemplatenavigationsymbolsempty{}
\addtobeamertemplate{navigation symbols}{}{%
\usebeamerfont{footline}%
\usebeamercolor[fg]{footline}%
\hspace{1em}%
Page~\insertframenumber{}
}
% set up citations
\usepackage[
backend=biber,
natbib=true,
sorting=none
]{biblatex}
\addbibresource{references.bib}
\setbeamertemplate{bibliography item}{\insertbiblabel}
\begin{document}
% [Title]
\title{ulo-storage}
\author{Andreas Schärtl}
\frame{\titlepage}
% [Table of Contents]
\begin{frame}{Table of Contents}
\tableofcontents{}
\end{frame}
% [Context]
\section{Context}
\begin{frame}{Context}
\begin{figure}
\centering
\includegraphics[width=5.0cm]{figs/math.eps}
\caption{``Five Aspects of Math Artefacts'' taken from~\cite{tetra}.}
\end{figure}
\begin{itemize}
\item \emph{Tetrapodal Search} wants to be a unified search for
four distinct areas of mathematical knowledge~\cite{tetra}.
\begin{itemize}
\item Symbolic Knowledge: Formulae, syntax trees\ldots
\item Concrete Knowledge: Examples, listings\ldots
\item Narrative Knowledge: Names, comments, prose\ldots
\item Organizational Knowledge: Identifiers, references, relationships\ldots
\end{itemize}
\item Each component should be formatted, stored and accessible in a
format optimized for the given kind of knowledge.
\end{itemize}
\end{frame}
\subsection{Focus}
\begin{frame}{Context: Organizational Knowledge}
\begin{itemize}
\item For this project, \emph{ulo-storage}, the focus was on
organizational knowledge.
\begin{itemize}
\item Identifiers, references and their relationships.
\item Essentially meta data.