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
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
supervision
schaertl_andreas
Commits
4203ed45
Commit
4203ed45
authored
4 years ago
by
Andreas Schärtl
Browse files
Options
Downloads
Patches
Plain Diff
report: add intro
parent
e981bcc3
No related branches found
No related tags found
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
doc/report/Makefile
+1
-1
1 addition, 1 deletion
doc/report/Makefile
doc/report/intro.tex
+26
-0
26 additions, 0 deletions
doc/report/intro.tex
doc/report/references.bib
+8
-8
8 additions, 8 deletions
doc/report/references.bib
doc/report/report.tex
+1
-0
1 addition, 0 deletions
doc/report/report.tex
with
36 additions
and
9 deletions
doc/report/Makefile
+
1
−
1
View file @
4203ed45
TEX_SOURCES
=
report.tex abstract.tex endpoints.tex applications.tex
TEX_SOURCES
=
report.tex abstract.tex
intro.tex
endpoints.tex applications.tex
report.pdf
:
$(TEX_SOURCES) references.bib
chronic pdflatex
$<
...
...
This diff is collapsed.
Click to expand it.
doc/report/intro.tex
0 → 100644
+
26
−
0
View file @
4203ed45
\section
{
Introduction
}
To tackle the vast array of mathematical publications, various ways of
\emph
{
computerizing
}
mathematical knowledge have been researched and
developed. As it is already difficult for human mathematicians to keep
even a subset of all mathematical knowledge in their mind, a hope is
that computerization will yield great improvement to mathematical (and
really any) research by making the results of all collected research
readily available~
\cite
{
onebrain
}
.
One research topic in this field is the idea of a
\emph
{
tetrapodal
search
}
that combines four distinct areas of mathematical knowledge
and data. These four kinds being (1)~the actual formulae as
\emph
{
symbolic
knowledge
}
, (2)~examples and concrete objects as
\emph
{
concrete knowledge
}
,
(3)~names and comments as
\emph
{
narrative knowledge
}
and finally
(4)~identifiers, references and their relationships, referred to as
\emph
{
organizational knowledge
}
~
\cite
{
tetra
}
.
Tetrapodal search wants to provide a unified search engine that
indexes each of those four different subsets of mathematical
knowledge. Because all four kinds of knowledge are inherently
different in their structure, tetrapodal search proposes that each
kind of mathematical knowledge should be made available in a storage
and index backend that fits exactly with the kind of data it is
storing. With all four areas available for querying, tetrapodal search
wants to then combine the four indexes into a single query interface.
This diff is collapsed.
Click to expand it.
doc/report/references.bib
+
8
−
8
View file @
4203ed45
...
...
@@ -55,14 +55,7 @@
organization
=
{Springer}
}
@online
{
tetra
,
title
=
{Towards a Heterogeneous Query Language for Mathematical Knowledge}
,
author
=
{Bercic, Katja Kohlhase, Michael Rabe, Florian}
,
urldate
=
{2020-06-16}
,
url
=
{https://kwarc.info/people/mkohlhase/papers/cicm20-search.pdf}
,
}
@article
{
mmtbase
,
@article
{
onebrain
,
title
=
{Mathematical knowledge management: transcending the one-brain-barrier with theory graphs}
,
author
=
{Kohlhase, Michael}
,
journal
=
{European Mathematical Society (EMS) Newsletter}
,
...
...
@@ -71,6 +64,13 @@
year
=
{2014}
}
@online
{
tetra
,
title
=
{Towards a Heterogeneous Query Language for Mathematical Knowledge}
,
author
=
{Bercic, Katja and Kohlhase, Michael and Rabe, Florian}
,
urldate
=
{2020-06-16}
,
url
=
{https://kwarc.info/people/mkohlhase/papers/cicm20-search.pdf}
,
}
@book
{
owl
,
title
=
{A semantic web primer}
,
author
=
{Antoniou, Grigoris and Van Harmelen, Frank}
,
...
...
This diff is collapsed.
Click to expand it.
doc/report/report.tex
+
1
−
0
View file @
4203ed45
...
...
@@ -42,6 +42,7 @@
expecting a real report just yet. ---
}
\input
{
intro.tex
}
\input
{
endpoints.tex
}
\input
{
applications.tex
}
...
...
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