Skip to content

V2.1 pr 20250703 #27

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
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
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ DOCNAME = VOEvent
DOCVERSION = 2.1

# Publication date, ISO format; update manually for "releases"
DOCDATE = 2025-05-07
DOCDATE = 2025-07-03

# What is it you're writing: NOTE, WD, PR, REC, PEN, or EN
DOCTYPE = PR
Expand Down
6 changes: 3 additions & 3 deletions VOEvent.tex
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ \subsection{VO Identifiers (IVOIDs)}
Historically, these have taken the general form $$
\hbox{\nolinkurl{ivo://authorityID/resourceKey#local_ID}}, $$ while new
VOEvent identifiers should follow the regulations of section 4.1 of
citet{2016ivoa.spec.0523D}, i.e.,$$
\citet{2016ivoa.spec.0523D}, i.e.,$$
\hbox{\nolinkurl{ivo://authorityID/resourceKey?local_ID}}.$$

VOEvent identifiers are indirect
Expand Down Expand Up @@ -1440,7 +1440,7 @@ \subsection{Registering Event Streams}
<accessURL>http://example.org/events/vtp</accessURL>
</interface>
<interface xsi:type="voe:StreamEndpoint" role="std"
standardID="ivo://ivoa.net/std/voevent#acc-vtp">
standardID="ivo://ivoa.net/std/voevent#acc-kafka">
<accessURL>http://example.org/events/kafka</accessURL>
<accessURL>http://bigshot.com/streams/example-voe</accessURL>
</interface>
Expand Down Expand Up @@ -1726,7 +1726,7 @@ \subsection{Changes from VOEvent 2.0}
type \xmlel{xs:string}. This allows to identify a target by its name (such as a named solar
system body).
\item The concept of \xmlel{TimeInterval} is introduced in the \verb|<Time>|
section. It contains a \xmlel{ISOStartTime} and a \xmlel{ISOStopTime}
section. It contains a \xmlel{ISOTimeStart} and a \xmlel{ISOTimeStop}
\item The positional error elements have been improved. The \xmlel{Position2D/Er\-ror2Radius}
is now optional, and a new \xmlel{Position2D/Error2}
concept is introduced (allowing to describe error bars on each of the 2D frame
Expand Down
Loading