Skip to content

Commit 5075eb2

Browse files
committed
Fixing the bibcode definition.
The URL we've had in the schema documentation for what a bibcode is was broken. This PR moves the reference from the schema (and the generated documentatoin) into the main narrative and now properly cites the paper introducing bibcodes.
1 parent 5032036 commit 5075eb2

File tree

2 files changed

+17
-3
lines changed

2 files changed

+17
-3
lines changed

VOResource.tex

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -560,7 +560,8 @@ \subsubsection{Alternate Identifiers}
560560
as HTTPS URIs using orcid.org's infrastructure, for instance
561561
\url{https://orcid.org/0000-0001-2345-6789}.
562562

563-
\item[bibcode] A bibliographic code as used by ADS and CDS. These
563+
\item[bibcode] A bibliographic code as used by
564+
ADS and CDS \citep{1995ASSL..203..259S}. These
564565
must be used with an ad-hoc URI scheme of \verb|bibcode|, as in
565566
\verb|bibcode:2008ivoa.spec.0222P|.
566567

@@ -2132,8 +2133,7 @@ \subsubsection{General Content Metadata}
21322133
\item[Type] string: \xmlel{xs:string}
21332134
\item[Meaning]
21342135
The reference format. Recognized values include “bibcode”,
2135-
referring to a standard astronomical bibcode
2136-
(\url{http://cdsweb.u-strasbg.fr/simbad/refcode.html}), and
2136+
referring to a standard astronomical bibcode, and
21372137
“doi” for a Digital Object Identifier
21382138

21392139
\item[Occurrence] optional

local.bib

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,17 @@ @MISC{std:DataCite46
88
doi={14454/mzv1-5b55}
99
}
1010

11+
12+
@INPROCEEDINGS{1995ASSL..203..259S,
13+
author = {{Schmitz}, M. and {Helou}, G. and {Dubois}, P. and {Lague}, C. and {Madore}, B. and {Corwin}, Jr., H.~G. and {Lesteven}, S.},
14+
title = "{NED and SIMBAD Conventions for Bibliographic Reference Coding}",
15+
keywords = {Data Bases: Bibliography},
16+
booktitle = {Information \& On-Line Data in Astronomy},
17+
year = 1995,
18+
editor = {{Egret}, D. and {Albrecht}, M.~A.},
19+
month = jan,
20+
pages = {259},
21+
doi = {10.1007/978-94-011-0397-8_24},
22+
adsurl = {https://ui.adsabs.harvard.edu/abs/1995ASSL..203..259S},
23+
adsnote = {Provided by the SAO/NASA Astrophysics Data System}
24+
}

0 commit comments

Comments
 (0)