forked from DOI-NPS/EMLeditor
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcode.json
More file actions
47 lines (47 loc) · 1.7 KB
/
code.json
File metadata and controls
47 lines (47 loc) · 1.7 KB
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
[
{
"name": "EMLeditor",
"organization": "NATIONAL PARK SERVICE",
"description": "This package will be of most use to the U.S. National Park Service data scientists and managers seeking to generate EML-formatted metadata for datapackages. EML-formatted .xml files are typically constructed using EDI's EMLassemblyline package and then imported as an R-object using the EML package. EMLeditor allows the user to view the contents of the R object and add/edit aspects of metadata crucial for publication in the U.S. National Park Service DataStore repository. For instance, a user can view and edit a DOI, a link to a DRR, Park Unit connections, information about Confidential Unclassified Information (CUI), and more.",
"version": "1.2.0",
"status": "ongoing development",
"permissions": {
"usageType": "openSource",
"licenses": [
{
"name": "Public Domain, CC0-1.0",
"URL": "https://github.com/DOI-NPS/EMLeditor"
}
]
},
"homepageURL": "https://github.com/DOI-NPS/EMLeditor",
"downloadURL": "https://github.com/DOI-NPS/EMLeditor",
"disclaimerURL": "hhtps://github.com/DOI-NPS/EMLeditor/blob/main/LICENSE",
"repositoryURL": "https://github.com/DOI-NPS/EMLeditor",
"vcs": "git",
"laborHours": 1,
"tags": [
"NRSS",
"IMD",
"metadata",
"r",
"nps",
"r-package",
"ecological-metadata-language",
"eml-metadata",
"national-park-service",
"nps-datastore",
"npsdataverse"
],
"languages": [
"R"
],
"contact": {
"name": "Robert Baker",
"email": "robert_baker@nps.gov"
},
"date": {
"metadataLastUpdated": "2026-04-22"
}
}
]