Datasets:
arminmehrabian
commited on
Commit
•
002f465
1
Parent(s):
cdc4068
Add Croissant metadata file
Browse files- croissant.json +100 -0
croissant.json
ADDED
@@ -0,0 +1,100 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"@context": "https://mlcommons.org/croissant/v1",
|
3 |
+
"@type": "sc:Dataset",
|
4 |
+
"@id": "doi:10.57967/hf/2914",
|
5 |
+
"name": "NASA GESDISC Earth Science Publications by Research Areas",
|
6 |
+
"description": "This dataset contains scientific publications that cite datasets from NASA's Goddard Earth Sciences Data and Information Services Center (GES-DISC). Each publication is tagged with one or more Earth science research areas, covering various topics like Atmospheric Composition, Water & Energy Cycles, Climate Variability, and more.",
|
7 |
+
"license": "https://www.apache.org/licenses/LICENSE-2.0",
|
8 |
+
"url": "https://huggingface.co/datasets/nasa-gesdisc/es-publications-researchareas",
|
9 |
+
"distribution": [
|
10 |
+
{
|
11 |
+
"@type": "cr:FileObject",
|
12 |
+
"@id": "publications_researchareas.json",
|
13 |
+
"name": "publications_researchareas.json",
|
14 |
+
"contentUrl": "https://huggingface.co/datasets/nasa-gesdisc/es-publications-researchareas/blob/main/publications_researchareas.json",
|
15 |
+
"encodingFormat": "application/json",
|
16 |
+
"sha256": "7da13658bef1cdb385b8a0c6e3903fc331e9de68ef5f0ead34ca3712b2d6dfb9"
|
17 |
+
}
|
18 |
+
],
|
19 |
+
"recordSet": [
|
20 |
+
{
|
21 |
+
"@type": "cr:RecordSet",
|
22 |
+
"name": "publications",
|
23 |
+
"description": "A record of scientific publications and their associated research areas.",
|
24 |
+
"field": [
|
25 |
+
{
|
26 |
+
"@type": "cr:Field",
|
27 |
+
"name": "doi",
|
28 |
+
"description": "Digital Object Identifier of the publication.",
|
29 |
+
"dataType": "sc:Text"
|
30 |
+
},
|
31 |
+
{
|
32 |
+
"@type": "cr:Field",
|
33 |
+
"name": "year",
|
34 |
+
"description": "Year of publication.",
|
35 |
+
"dataType": "sc:Integer"
|
36 |
+
},
|
37 |
+
{
|
38 |
+
"@type": "cr:Field",
|
39 |
+
"name": "title",
|
40 |
+
"description": "Title of the publication.",
|
41 |
+
"dataType": "sc:Text"
|
42 |
+
},
|
43 |
+
{
|
44 |
+
"@type": "cr:Field",
|
45 |
+
"name": "abstract",
|
46 |
+
"description": "Abstract of the publication.",
|
47 |
+
"dataType": "sc:Text"
|
48 |
+
},
|
49 |
+
{
|
50 |
+
"@type": "cr:Field",
|
51 |
+
"name": "labels",
|
52 |
+
"description": "Research area labels associated with the publication.",
|
53 |
+
"dataType": "sc:Text"
|
54 |
+
}
|
55 |
+
]
|
56 |
+
},
|
57 |
+
{
|
58 |
+
"@type": "cr:RecordSet",
|
59 |
+
"name": "research_areas",
|
60 |
+
"dataType": "sc:Enumeration",
|
61 |
+
"key": { "@id": "research_areas/id" },
|
62 |
+
"field": [
|
63 |
+
{
|
64 |
+
"@id": "research_areas/id",
|
65 |
+
"@type": "cr:Field",
|
66 |
+
"dataType": "sc:Integer"
|
67 |
+
},
|
68 |
+
{
|
69 |
+
"@id": "research_areas/name",
|
70 |
+
"@type": "cr:Field",
|
71 |
+
"dataType": "sc:Text"
|
72 |
+
}
|
73 |
+
],
|
74 |
+
"data": [
|
75 |
+
{ "research_areas/id": 0, "research_areas/name": "Agriculture" },
|
76 |
+
{ "research_areas/id": 1, "research_areas/name": "Air Quality" },
|
77 |
+
{ "research_areas/id": 2, "research_areas/name": "Atmospheric/Ocean Indicators" },
|
78 |
+
{ "research_areas/id": 3, "research_areas/name": "Cryospheric Indicators" },
|
79 |
+
{ "research_areas/id": 4, "research_areas/name": "Droughts" },
|
80 |
+
{ "research_areas/id": 5, "research_areas/name": "Earthquakes" },
|
81 |
+
{ "research_areas/id": 6, "research_areas/name": "Ecosystems" },
|
82 |
+
{ "research_areas/id": 7, "research_areas/name": "Energy Production/Use" },
|
83 |
+
{ "research_areas/id": 8, "research_areas/name": "Environmental Impacts" },
|
84 |
+
{ "research_areas/id": 9, "research_areas/name": "Floods" },
|
85 |
+
{ "research_areas/id": 10, "research_areas/name": "Greenhouse Gases" },
|
86 |
+
{ "research_areas/id": 11, "research_areas/name": "Habitat Conversion/Fragmentation" },
|
87 |
+
{ "research_areas/id": 12, "research_areas/name": "Heat" },
|
88 |
+
{ "research_areas/id": 13, "research_areas/name": "Land Surface/Agriculture Indicators" },
|
89 |
+
{ "research_areas/id": 14, "research_areas/name": "Public Health" },
|
90 |
+
{ "research_areas/id": 15, "research_areas/name": "Severe Storms" },
|
91 |
+
{ "research_areas/id": 16, "research_areas/name": "Sun-Earth Interactions" },
|
92 |
+
{ "research_areas/id": 17, "research_areas/name": "Validation" },
|
93 |
+
{ "research_areas/id": 18, "research_areas/name": "Volcanic Eruptions" },
|
94 |
+
{ "research_areas/id": 19, "research_areas/name": "Water Quality" },
|
95 |
+
{ "research_areas/id": 20, "research_areas/name": "Wildfires" }
|
96 |
+
]
|
97 |
+
}
|
98 |
+
]
|
99 |
+
}
|
100 |
+
|