Skip to content
Snippets Groups Projects
Commit 38d292c4 authored by Andreas Schärtl's avatar Andreas Schärtl
Browse files

report: add screenshots of explore app

parent a23f9fc6
No related branches found
No related tags found
No related merge requests found
% https://tex.stackexchange.com/questions/196481/problem-on-subfigure-2x2
\begin{figure*}
\centering
\begin{subfigure}[b]{0.475\textwidth}
\centering
\shadowbox{\includegraphics[width=\textwidth]{figs/explore1.png}}
\caption{Listing of all contributors in the data set.\\~\\}
\end{subfigure}
\hfill
\begin{subfigure}[b]{0.475\textwidth}
\centering
\shadowbox{\includegraphics[width=\textwidth]{figs/explore2.png}}
\caption{Listing works a given contributor worked on.}
\end{subfigure}
\vskip\baselineskip{}
\begin{subfigure}[b]{0.475\textwidth}
\centering
\shadowbox{\includegraphics[width=\textwidth]{figs/explore3.png}}
\caption{Examining a single node in the data set. From \texttt{ulo:sourceref}
we can infer the original URI of this object.}
\end{subfigure}
\hfill
\begin{subfigure}[b]{0.475\textwidth}
\centering
\shadowbox{\includegraphics[width=\textwidth]{figs/explore4.png}}
\caption{The original source code for a given node in our data set.\\}
\end{subfigure}
\caption{Exploring the Isabelle~export~\cite{uloisabelle} with a rudimentary
web interface.}\label{appss}
\end{figure*}
...@@ -73,6 +73,14 @@ expect predicates to be evenly distributed in the data set. This is ...@@ -73,6 +73,14 @@ expect predicates to be evenly distributed in the data set. This is
something to keep in mind especially as the number of ULO exports something to keep in mind especially as the number of ULO exports
increases. increases.
\subsection{Interactive Exploration}
How the notes all bend and reach around the treeeeeeeeeeees.
\input{applications-screenshots.tex}
Now how I remember you!
\subsection{Querying for Tetrapodal Search}\label{sec:tetraq} \subsection{Querying for Tetrapodal Search}\label{sec:tetraq}
Various queries for a tetrapodal search system were previously Various queries for a tetrapodal search system were previously
......
doc/report/figs/explore1.png

50.2 KiB

doc/report/figs/explore2.png

110 KiB

doc/report/figs/explore3.png

56 KiB

doc/report/figs/explore4.png

62.1 KiB

\documentclass[a4paper]{scrartcl} \documentclass[a4paper]{scrartcl}
\usepackage{amsmath}
\usepackage[american]{babel} \usepackage[american]{babel}
\usepackage{amsmath}
\usepackage{booktabs} \usepackage{booktabs}
\usepackage{caption} \usepackage{caption}
\usepackage{fancybox, graphicx} \usepackage{fancybox, graphicx}
...@@ -12,6 +12,7 @@ ...@@ -12,6 +12,7 @@
\usepackage{lipsum} \usepackage{lipsum}
\usepackage{listings} \usepackage{listings}
\usepackage{multicol} \usepackage{multicol}
\usepackage{mwe}
\usepackage{placeins} \usepackage{placeins}
\usepackage{subcaption} \usepackage{subcaption}
\usepackage{subcaption} \usepackage{subcaption}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment