Skip to content
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

Fix the harvest query for ExportRequested. #6

Merged
merged 1 commit into from
Sep 30, 2024
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
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
Loading