-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathieda.json
More file actions
69 lines (69 loc) · 2.58 KB
/
ieda.json
File metadata and controls
69 lines (69 loc) · 2.58 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
{
"@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",
"name": "NSF",
"url": "http://www.nsf.gov"
},
"memberOf": {
"@type": "ProgramMembership",
"programName": "EarthCube CDF Registry",
"hostingOrganization": {
"@type": "Organization",
"name": "RE3Data",
"url": "http://www.re3data.org"
}
},
"potentialAction": [
{
"@type": "SearchAction",
"target": {
"@type": "EntryPoint",
"urlTemplate": "http://catalog-dev.iedadata.org:8080/geoportal/?q={search_term_string}",
"query-input": "required name=search_term_string",
"description": "Search the IEDA integrated catalog. search_term_string is used for a free text search of Titles, Abstracts and Keywords in the catalog.",
"httpMethod": "GET"
}
},
{
"@type": "SearchAction",
"target": {
"@type": "EntryPoint",
"urlTemplate": "https://www.iedadata.org/?s={search_term_string}",
"query-input": "required name=search_term_string",
"description": "Search recent data submissions to IEDA partner systems",
"httpMethod": "GET"
}
}
]
}