Skip to content
Snippets Groups Projects
Select Git revision
  • 3cd7c38e3ed8a38586d30067214e2897c10f140f
  • master default
  • fin/ulo-section
  • week45/fancy-builds
  • fin/applogos
  • week41/final-review
  • week41/review-again
  • week41/reporting-on-app
  • week40/apppep
  • week40/review-report
  • week40/elementary
  • week39/transitive
  • week39/lazy-scores
  • week39/application-sections-fix
  • week39/feedback-holes
  • week39/feedback-versioning
  • week38/slide-review
  • issue13/fix
  • issue13/version-upgrade
  • issue12/setup
  • issue10/explorer
21 results

slides.tex

Blame
  • 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.