forked from fils/CDFRegistryWG
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathieda.json
More file actions
122 lines (122 loc) · 6 KB
/
ieda.json
File metadata and controls
122 lines (122 loc) · 6 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
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
{
"@context": {
"@vocab": "http://schema.org/",
"re3data": "http://example.org/re3data/0.1/",
"ecrwg": "http://example.org/ecrwg/0.1/"
},
"@type": "Organization",
"@id": "http://iedadata.org",
"name": "Interdisciplinary Earth Data Alliance (IEDA)",
"alternateName": "IEDA",
"description": "The Interdisciplinary Earth Data Alliance (IEDA) supports, sustains, and advances the geosciences by providing data services for observational geoscience data from the Ocean, Earth, and Polar Sciences",
"re3data:keyword": "geochemistry, geoscience, petrology, Marine geoscience, seismic reflection, Antarctica",
"contactPoint": [
{
"@type": "ContactPoint",
"name": "Kerstin Lehnert",
"email": "lehnertATldeoDOTcolumbiaDOTedu",
"url": "http://orcid.org/0000-0001-7036-1977",
"contactType": "Director"
},
{
"@type": "ContactPoint",
"name": "Suzanne Carbotte",
"email": "carbotteATldeoDOTcolumbiaDOTedu",
"url": "http://orcid.org/0000-0001-9471-700X"
}
],
"logo": {
"@type": "ImageObject",
"url": "https://www.iedadata.org/wp-content/themes/IEDA/assets/img/logo.png"
},
"url": "http://iedadata.org",
"funder": {
"@type": "Organization",
"@id": "http://dx.doi.org/10.13039/100000001",
"legalName": "National Science Foundation",
"alternateName": "NSF",
"url": "http://www.nsf.gov"
},
"member": [
{
"@type": "Organization",
"@id": "http://doi.org/10.17616/R31898",
"name": "U.S. Antarctic Program Data Center",
"url": "http://www.usap-dc.org",
"category": ["Earth Science, Polar Science"],
"description": "The U.S. Antarctic Program Data Center (USAP-DC) supports investigators funded by the National Science Foundation in documenting, preserving, and disseminating their research results. We register datasets in the Antarctic Master Directory (AMD) to comply with the Antarctic Treaty; facilitate submission of datasets to long-term archives; and represent the U.S. in Scientific Committee on Antarctic Research (SCAR) activities. USAP-DC is a member of the Interdisciplinary Earth Data Alliance (IEDA) and the Antarctic and Arctic Data Consortium (A2DC). As of 2016, USAP-DC is now partnered with the National Snow and Ice Data Center (NSIDC) to manage glaciology data for the US Antarctic Program.",
"sameAs": "https://www.re3data.org/repository/r3d100010660"
},
{
"@type": "Organization",
"@id": "http://doi.org/10.17616/R3DK6N",
"url": "http://www.earthchem.org/",
"name": "EarthChem",
"description": "EarthChem is a community-driven effort to facilitate the preservation, discovery, access and visualization of data generated in the geosciences, with particular emphasis on geochemical, geochronological, and petrological data.",
"category": ["Geochemistry, Geochronology, Earth Science"]
},
{
"@type": "Organization",
"@id": "http://doi.org/10.17616/R38C83",
"url": "http://www.marine-geo.org",
"name": "Marine Geoscience Data System",
"description": "The Marine Geoscience Data System (MGDS) provides free public access to data collected throughout the global oceans. Our data portals serve different communities of NSF-funded researchers providing direct access to data, program-relevant information, and tools for helping them satisfy their data sharing obligations. Our tools and services provide access to our integrated data system, visualization and analysis tools, and education and outreach materials. Use our search interface to explore our holdings and find data of interest.",
"category": ["Earth Science, Marine Science, Bathymetry"],
"sameAs": "https://www.re3data.org/repository/r3d100010273"
}
],
"memberOf": {
"@type": "ProgramMembership",
"programName": "EarthCube CDF Registry",
"hostingOrganization": {
"@type": "Organization",
"name": "RE3Data",
"url": "http://www.re3data.org"
}
},
"potentialAction": [
{
"@type": "SearchAction",
"additionalType": "gdx:SearchService",
"name": "IEDA Integrated Catalog Search",
"description": "Search the IEDA integrated catalog. search_term_string is used for a free text search of Titles, Abstracts and Keywords in the catalog.",
"target": {
"@type": "EntryPoint",
"urlTemplate": "http://catalog-dev.iedadata.org:8080/geoportal/?q={search_term_string}",
"query-input": {
"@type": "PropertyValueSpecification",
"valueRequired": true,
"valueName": "search_term_string"
},
"httpMethod": "GET"
}
},
{
"@type": "SearchAction",
"name": "IEDA website search",
"additionalType": "gdx:SearchService",
"description": "search this website",
"target": {
"@type": "EntryPoint",
"urlTemplate": "https://www.iedadata.org/?s={search_term_string}",
"query-input": {
"@type": "PropertyValueSpecification",
"valueRequired": true,
"valueName": "search_term_string"
},
"httpMethod": "GET"
}
},
{
"@type": "SearchAction",
"name": "IEDA Data Browser",
"additionalType": "gdx:SearchService",
"description": "Map-based exploration of IEDA data holdings",
"target": {
"@type": "EntryPoint",
"url": "http://app.iedadata.org/databrowser/",
"httpMethod": "GET"
}
}
]
}