From 2e131c48f367a86bfceb839f87d2aac8e95506c1 Mon Sep 17 00:00:00 2001 From: Markus Demleitner Date: Mon, 30 Sep 2024 10:56:17 +0200 Subject: [PATCH] Fix the harvest query for ExportRequested. (RegTAP case-folds the terms). Also, starting a new release cycle. --- BibVO.tex | 8 ++++++-- Makefile | 6 ++++-- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/BibVO.tex b/BibVO.tex index fb4e943..38612c5 100644 --- a/BibVO.tex +++ b/BibVO.tex @@ -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. @@ -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} @@ -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. diff --git a/Makefile b/Makefile index 506179d..76a8eb4 100644 --- a/Makefile +++ b/Makefile @@ -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 @@ -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: