Skip to content
Open
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
6 changes: 3 additions & 3 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 @@ -569,11 +569,11 @@ \section{An Example DocRegExt Record}
The second example describes a use case for a particular set of
low-resolution spectra\footnote{\auxiliaryurl{dfbs-example.xml}} and is
thus related to special services having particular tables. This is
indicated using related resources and by including a tableset descibing
indicated using related resources and by including a tableset describing
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