Skip to content

Commit

Permalink
Now using ExportRequested rather than exported as the date role.
Browse files Browse the repository at this point in the history
  • Loading branch information
msdemlei committed Nov 8, 2023
1 parent 7df1107 commit c4813ca
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions BibVO.tex
Original file line number Diff line number Diff line change
Expand Up @@ -311,13 +311,13 @@ \section{Making VO Resources Citable}
\url{https://dc.g-vo.org/voidoi/q/ui/custom}}.

For records that have a DOI, VO publishers then create a date element
with a role of \vocterm{exported} in their record's \vorent{curation}
with a role of \vocterm{ExportRequested} in their record's \vorent{curation}
element, somewhat like this:

\begin{lstlisting}[language=XML]
<curation>
[...]
<date role="exported">2023-10-27</date>
<date role="ExportRequested">2023-10-27</date>
</curation>
\end{lstlisting}

Expand All @@ -335,15 +335,15 @@ \section{Making VO Resources Citable}
rr.res_date
natural join rr.alt_identifier
where
value_role='exported'
value_role='ExportRequested'
and alt_identifier like 'doi:%'
\end{lstlisting}

It would be conceivable to incrementally harvest the VO Registry for
such records by memorising the last date such a query was run and then
adding a constraint \verb|date_value<'<iso-of-last-date>'|. However,
because of harvesting delays, the date given in the Registry is not
necessarily the date the \vocterm{exported} date became visible
necessarily the date the \vocterm{ExportRequested} date became visible
in any given searchable registry. Harvesters should account for a day
or two of delay and plan for regular full re-harvests.

Expand Down

0 comments on commit c4813ca

Please sign in to comment.