-
Notifications
You must be signed in to change notification settings - Fork 1
/
metadata.qmd
183 lines (140 loc) · 4.94 KB
/
metadata.qmd
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
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
# Metadata Walkthrough {.unnumbered}
A detailed walkthrough of the metadata fields available.
## Dataset Fields
*required field
### Title*
A descriptive title for the dataset.
### Description*
A free-form description of the dataset.
### Keywords
Keywords that describe the dataset.
Standardized vocabulary TBD
### Contact Points*
Individuals connected to the creation or curation of the dataset. An email address is not required. This includes the following roles:
- __Creator__: primarily responsible for the content of the dataset
- __Contributor__: made contributions to the dataset
- __Editor__: helped prepare the dataset for publication
### Publisher*
The entity responsible for making the dataset available.
ACEP is the default value. If the publisher is another entity, or if you would like to enter a custom value for one of the fields, select Other and enter information into the provided text box.
### License*
A legal document under which the dataset is made available.
### Organization*
The organization the dataset falls under, either __ACEP Internal Use__ or __ACEP Open Data__.
### Visibility
The visibility of the dataset: __private__ for internal use or under-review datasets and __public__ for reviewed/published datasets.
### Landing Page
A webpage where one can gain access to the dataset or more information about the dataset.
### Release Date*
Enter the date of the dataset's entry to the data catalog.
### Modification Date*
Enter the most recent date of change to the dataset entry.
### Version
An indicator of the version of the dataset.
### Version Notes
A description of changes between the current and previous verion of the dataset.
### Identifier
A unique identifier of the dataset.
### Provenance
The origin and history of the dataset.
Include the filename of a README or other narrative document that describes the origin of the data and the processing steps employed to get to this posted version. Optionally include changes of ownership, custody, or responsibility. If brief, this information can be included in this free text field instead of in a separate document.
More info: [https://www.go-fair.org/fair-principles/r1-2-metadata-associated-detailed-provenance/](https://www.go-fair.org/fair-principles/r1-2-metadata-associated-detailed-provenance/)
### Type
The nature or genre of the dataset.
### Temporal Coverage
The temporal period(s) covered by the dataset.
Enter the begin and end dates for the temporal period(s) covered by the dataset. If there is a period of missing or suspect data in the dataset, you can enter it as a separate temporal coverage and make a comment in the Notes section to explain the issue.
> Warning: If there is no temporal coverage to enter, the field must be deleted.
### Spatial Coverage
The geographical area(s) covered by the dataset. These values should be entered in __GeoJSON format__.
Examples:
__Geometry__
```
{
"type": "Polygon",
"coordinates": [
[
[100.0, 0.0],
[101.0, 0.0],
[101.0, 1.0],
[100.0, 1.0],
[100.0, 0.0]
]
]
}
```
```
{
"type": "LineString",
"coordinates": [
[-101.744384, 39.321550],
[-101.552124, 39.330048],
[-101.403808, 39.330048],
[-101.332703, 39.364032],
[-101.041259, 39.368279],
[-100.976562, 39.305091],
[-100.914062, 39.245016],
[-100.843658, 39.164141]
]
}
```
__Bounding Box__
```
{
"type": "Polygon",
"coordinates": [
[
[-80.190, 25.774],
[-66.118, 18.466],
[-64.757, 32.321],
[-80.190, 25.774]
]
]
}
```
__Centroid__
```
{
"type": "Point",
"coordinates": [-72.323, 25.354]
}
```
### Language
The language(s) of the dataset.
### Documentation
A page or document about the dataset.
### Conforms to
An established standard to which the dataset conforms.
### Is referenced by
A related resource that references, cited, or otherwise points to the dataset.
### URI
## Resource Fields
### Name*
A descriptive name for the resource.
### Description*
A free-form description of the resource.
### Format
The file format of the resource. This can be detected automatically.
### GitHub Repo
If the resource is a link to a GitHub repository, select True. This will allow the addition of a GitHub repository view that displays the repository's statistics.
### Status
The current stage of the resource in the workflow.
### License
A legal document under which the resource is made available.
### Access URL
A URL where one can access the resource.
### Download URL
A URL where one can download the resource.
### Release Date*
The date of formal issuance/publication of the resource.
### Modification Date*
The most recent date of change/update/modification to the resource entry.
### Language
The laguage(s) of the metadata or textual values of the resource.
### Documentation
A page or document about the resource.
### Conforms to
An established standard to which the resource conforms.
### Access Services
A data service that gives access to the resource.
### URI