Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
schaertl_andreas
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
supervision
schaertl_andreas
Commits
0672bad8
Commit
0672bad8
authored
Sep 21, 2020
by
Andreas Schärtl
Browse files
Options
Downloads
Patches
Plain Diff
slides: fix up for presentation
parent
515863bb
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
doc/slides/Makefile
+6
-1
6 additions, 1 deletion
doc/slides/Makefile
doc/slides/slides.tex
+8
-13
8 additions, 13 deletions
doc/slides/slides.tex
with
14 additions
and
14 deletions
doc/slides/Makefile
+
6
−
1
View file @
0672bad8
TEX_SOURCES
=
$(
wildcard
*
.tex
)
all
:
slides.pdf slides-nup.pdf
slides.pdf
:
$(TEX_SOURCES) references.bib
pdflatex slides.tex
biber slides
pdflatex slides.tex
slides-nup.pdf
:
slides.pdf
pdfnup
--nup
'2x2'
slides.pdf
view
:
slides.pdf
mupdf
$<
...
...
@@ -13,4 +18,4 @@ clean:
rm
-f
*
.aux
*
.bbl
*
.blg
*
.dvi
*
.log
*
.pdf
*
.out
rm
-f
*
.bcf
*
.run.xml
.PHONY
:
view clean
.PHONY
:
all
view clean
This diff is collapsed.
Click to expand it.
doc/slides/slides.tex
+
8
−
13
View file @
0672bad8
...
...
@@ -40,12 +40,6 @@
\frame
{
\titlepage
}
% [Table of Contents]
\begin{frame}
{
Table of Contents
}
\tableofcontents
{}
\end{frame}
% [Context]
\section
{
Context
}
...
...
@@ -59,7 +53,7 @@
\begin{itemize}
\item
\emph
{
Tetrapodal Search
}
wants to be a unified search for
four distinct areas of mathematical knowledge~
\cite
{
tetra
}
.
the
four distinct areas of mathematical knowledge~
\cite
{
tetra
}
.
\begin{itemize}
\item
Symbolic Knowledge: Formulae, syntax trees
\ldots
\item
Concrete Knowledge: Examples, listings
\ldots
...
...
@@ -119,7 +113,7 @@
\vspace
{
2mm
}
While the exploring part is probably the more interesting to talk
about, the implementation
probably
has more practical use.
about, the implementation has more practical use.
\end{frame}
% [Implementation]
...
...
@@ -227,8 +221,8 @@
\item
SPARQL is an universal query language for RDF~triplet
data.
\item
RDF4J is a JVM-based library that builds on top of
{
SPARQL
}
. It
doe
s not
do
more
, but it can be more
convenient.
{
SPARQL
}
. It
i
s not more
powerful than~
{
SPARQL
}
, but
sometimes more
convenient.
\end{itemize}
\item
While the applications themselves are not terribly
interesting, they lead us to some interesting questions.
...
...
@@ -310,7 +304,6 @@
\begin{itemize}
\item
One query for a tetrapodal search system is the following:
``Find theorems with non-elementary proofs.''~
\cite
{
tetra
}
.
problems''~
\cite
{
tetra
}
.
\begin{itemize}
\item
Assuming ``elementary'' means easy~
\cite
{
elempro
}
, we
need to find a way of rating the difficulty of proofs.
...
...
@@ -339,7 +332,7 @@
\item
Algorithms aren't programs! Programs implement
algorithms that solve problems.
\item
Maybe it would be interesting to collect a database of
algorithms and pro
of
s (OEIS~
\cite
{
oeis
}
for algorithms).
algorithms and pro
blem
s (OEIS~
\cite
{
oeis
}
for algorithms).
\end{itemize}
\end{itemize}
...
...
@@ -364,9 +357,11 @@
way out as diffing huge data sets is not feasible.
\item
Existing exports have ``holes'', they only use small-ish
subsets of~
{
ULO
}
. On the other hand, representing algorithms and
algorithmic problems might require us to extend~
{
ULO
}
?
Maybe instead
algorithmic problems might require us to extend~
{
ULO
}
.
Maybe instead
of tetrapodal search we need
$
n
$
-podal search.
\end{itemize}
$
\hfill\square
$
\end{frame}
% [References]
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment