-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathstdrec-template.xml
96 lines (83 loc) · 3.43 KB
/
stdrec-template.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
<!-- A template for a registry record for a standard.
See http://wiki.ivoa.net/twiki/bin/view/IVOA/WriteAStandardsRecord
for the why and what of this.
It is hoped that the embedded comments will guide you to producing
a correct and semantically useful registry record.
You will need to change everything marked with ####
-->
<!-- initially, set created and updated to (roughly) UTC of now.
change updated whenever you re-upload this record. -->
<ri:Resource
xsi:type="vstd:Standard"
created="####"
updated="####"
status="active"
xmlns:vr="http://www.ivoa.net/xml/VOResource/v1.0"
xmlns:vstd="http://www.ivoa.net/xml/StandardsRegExt/v1.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ri="http://www.ivoa.net/xml/RegistryInterface/v1.0"
xsi:schemaLocation="http://www.ivoa.net/xml/VOResource/v1.0
https://www.ivoa.net/xml/VOResource/v1.0
http://www.ivoa.net/xml/StandardsRegExt/v1.0
https://www.ivoa.net/xml/StandardsRegExt/v1.0
http://www.ivoa.net/xml/VOResource/v1.0
https://www.ivoa.net/xml/VOResource/v1.0">
<title>####</title> <!-- title as given on the standard's title page -->
<shortName>####</shortName> <!-- this should be your DOCNAME -->
<!-- put the "short name" of your standard after std/: -->
<identifier>ivo://ivoa.net/std/####</identifier>
<!-- <altIdentifier>doi:Look up on ADS once your standard has made
it there and then update this. </altIdentifier>
<curation>
<publisher>IVOA</publisher>
<!-- author name(s), preferably in Last, I. form; one creator
element per author -->
<creator>
<name>####</name>
</creator>
<creator>
<name>####</name>
</creator>
<!-- this should be the date of the last recommendation -->
<date role="update">####</date>
<version>####</version> <!-- the document version -->
<contact>
<name>####</name> <!-- typcially, the name of the main WG/IG-->
<email>####</email> <!-- typically, the mailing list address -->
</contact>
</curation>
<content>
<subject>virtual-observatories</subject>
<!-- you can give further keywords, one per subject element;
use the Unified Astronomy Thesaurus if possible:
https://www.ivoa.net/rdf/uat
-->
<subject>####</subject>
<description>
#### (your abstract; no markup here, please)
</description>
<referenceURL>#### (the generic landing page URL, e.g.
https://ivoa.net/documents/SAMP/)</referenceURL>
<type>Other</type>
<contentLevel>Research</contentLevel>
</content>
<!-- Version(s) of the standard that should be used. In general,
you'll only have exactly one endorsedVersion with status="rec",
but situations are imaginable where you have multiple endorsed
versions, perhaps even with non-rec status (though you should probably
ask the TCG before going there). -->
<endorsedVersion status="rec">####</endorsedVersion>
<!-- If your standard provides schema file(s), list their canonical
URL(s) here. Only list the most recent versions. Otherwise, just
delete this element. -->
<schema>####</schema>
<!-- You can furthermore have as many key-value pairs as you want.
Service standard authors will need this to comply with Identifier 2.0's
recommendation for standardId
(https://www.ivoa.net/documents/IVOAIdentifiers/20150709/PR-Identifiers-2.0-20150709.html#tth_sEc4.2) -->
<key>
<name>####</name>
<description>####
</description>
</key>
</ri:Resource>