Skip to content

Commit

Permalink
Merge pull request #6 from ivoa/fix-export-requested-query
Browse files Browse the repository at this point in the history
Fix the harvest query for ExportRequested.
  • Loading branch information
msdemlei authored Sep 30, 2024
2 parents 2a2d16b + 2e131c4 commit f4f4231
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
8 changes: 6 additions & 2 deletions BibVO.tex
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,13 @@
\editor{Demleitner, M.}

% \previousversion[????URL????]{????Concise Document Label????}
\previousversion[https://ivoa.net/documents/Notes/BibVO/20240214]{Version 1.0}
\previousversion{This is the first public release}


\begin{document}
\begin{abstract}
This note documents explains existing approaches to interfacing the Virtual
This note documents existing approaches to interfacing the Virtual
Observatory to bibliographic services, in particular the Astrophysics
Data Service ADS, and suggests amendments to these practices
where necessary.
Expand Down Expand Up @@ -337,7 +338,7 @@ \section{Making VO Resources Citable}
rr.res_date
natural join rr.alt_identifier
where
value_role='ExportRequested'
value_role='exportrequested'
and alt_identifier like 'doi:%'
\end{lstlisting}

Expand All @@ -357,6 +358,9 @@ \section{Making VO Resources Citable}
\appendix
\section{Changes from Previous Versions}

%\subsection{Changes from Version 1.0}


No previous versions yet.
% these would be subsections "Changes from v. WD-..."
% Use itemize environments.
Expand Down
6 changes: 4 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
DOCNAME = BibVO

# count up; you probably do not want to bother with versions <1.0
DOCVERSION = 1.0
DOCVERSION = 1.1

# Publication date, ISO format; update manually for "releases"
DOCDATE = 2024-01-15
DOCDATE = 2024-09-30

# What is it you're writing: NOTE, WD, PR, REC, PEN, or EN
DOCTYPE = NOTE
Expand All @@ -32,6 +32,8 @@ VECTORFIGURES =
# Additional files to distribute (e.g., CSS, schema files, examples...)
AUX_FILES =

DOCREPO_BASEURL = https://ivoa.net/documents/Notes/BibVO

-include ivoatex/Makefile

ivoatex/Makefile:
Expand Down

0 comments on commit f4f4231

Please sign in to comment.