Skip to content
Snippets Groups Projects
Select Git revision
  • 379098f0e172c4aa9a373ac6e249b7e63a6aac52
  • master default
  • dependabot/nuget/source/Sample/Newtonsoft.Json-13.0.1
  • dependabot/nuget/source/MasterDevs.ChromeDevTools.Tests/Newtonsoft.Json-13.0.1
  • dependabot/nuget/source/ProtocolGenerator/Newtonsoft.Json-13.0.1
  • dependabot/nuget/source/ChromeDevTools/Newtonsoft.Json-13.0.1
  • dependabot/nuget/source/ChromeDevTools/System.Net.Http-4.3.4
  • revert-29-revert-24-protocol_62
  • revert-24-protocol_62
  • 1.1.0
  • 1.0.2
  • 1.0.1
  • 1.0.0.40915
13 results

GetRelayoutBoundaryCommand.cs

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.