Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions DocRegExt.tex
Original file line number Diff line number Diff line change
Expand Up @@ -474,7 +474,7 @@ \section{Locating Texts using RegTAP}

In the relational registry \citep{2019ivoa.spec.1011D}, DocRegExt is
straightforwardly represented in the standard VOResource tables. In
particular, to find all access urls for documents together with their
particular, to find all access URLs for documents together with their
English-language titles, one would write:

\begin{lstlisting}[language=SQL]
Expand Down Expand Up @@ -573,7 +573,7 @@ \section{An Example DocRegExt Record}
these tables.

The last example\footnote{\auxiliaryurl{notebook-example.xml}} shows how
to properly declare that a tutorial comes in he form of a python
to properly declare that a tutorial comes in the form of a python
notebook and declares a diverse set of relationships to other resources.

\section{A versioned repository for tutorials}
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ FIGURES = role_diagram.svg
VECTORFIGURES =

# Additional files to distribute (e.g., CSS, schema files, examples...)
AUX_FILES = m1distance-example.xml DocRegExt-v1.0.xsd
AUX_FILES = m1distance-example.xml DocRegExt-v1.0.xsd notebook-example.xml dfbs-example.xml


AUTHOR_EMAIL=msdemlei@ari.uni-heidelberg.de
Expand Down