Skip to content

Commit

Permalink
production push
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfiex committed Dec 5, 2024
1 parent 156a02e commit 2f27923
Show file tree
Hide file tree
Showing 463 changed files with 22,648 additions and 0 deletions.
Binary file added data_descriptors/.DS_Store
Binary file not shown.
Empty file added data_descriptors/.nojekyll
Empty file.
27 changes: 27 additions & 0 deletions data_descriptors/404.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Load JSON Key Display</title>
<link rel='stylesheet' href='https://bootswatch.com/5/sketchy/bootstrap.css'>
<style>
body { padding:10px; }
h2 { font-size:0.8rem; margin-left: 10px }
h3 { font-size:0.6rem; margin-left: 15px ; color:gray }
p { margin-left: 30px }
pre {border: none; padding:40px}
ul {padding-left: 40px}
</style>
</head>
<body>
<h1 id='title'>Data Descriptor</h1>
<div>
<code id="content"></code>
</div>

<script src='https://wcrp-cmip.github.io/CMIP-LD/static/404_restful.js'>

</script>
</body>
</html>
15 changes: 15 additions & 0 deletions data_descriptors/_context_
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"@context": {
"@base": "https://wcrp-cmip.github.io/WCRP-UNIVERSE/",
"@vocab": "https://wcrp-cmip.github.io/WCRP-UNIVERSE/",
"id": "@id",
"type": "@type",
"cf": "https://wcrp-cmip.github.io/CF/",
"cmip6plus": "https://wcrp-cmip.github.io/CMIP6Plus_CVs/",
"cmip7": "https://wcrp-cmip.github.io/CMIP7_CVs/",
"mip-variables": "https://wcrp-cmip.github.io/MIP-variables/",
"obs4mips": "https://wolfiex.github.io/obs4MIPs-cmor-tables-ld//",
"wcrp-universe": "https://wcrp-cmip.github.io/WCRP-UNIVERSE/"
},
"@embed": "@always"
}
Binary file added data_descriptors/activity/.DS_Store
Binary file not shown.
10 changes: 10 additions & 0 deletions data_descriptors/activity/_context_
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"@context": [
"../_context_",
{
"@base": "https://wcrp-cmip.github.io/WCRP-UNIVERSE/activity/",
"@vocab": "https://wcrp-cmip.github.io/WCRP-UNIVERSE/activity/"
}
],
"@embed": "@always"
}
92 changes: 92 additions & 0 deletions data_descriptors/activity/_schema_
Original file line number Diff line number Diff line change
@@ -0,0 +1,92 @@
{
"type": "object",
"properties": {
"@context": {
"type": "string",
"description": "The context for the data, usually a URL or a reference to external definitions.",
"pattern": "^[A-Za-z0-9_-]+$"
},
"id": {
"type": "string",
"description": "A unique identifier for the activity.",
"pattern": "^[a-z0-9-]+$"
},
"type": {
"type": "string",
"description": "The type of entity being described (e.g., 'activity').",
"enum": [
"activity"
]
},
"description": {
"type": "string",
"description": "A detailed description of the activity or project.",
"minLength": 10
},
"name": {
"type": "string",
"description": "The name of the activity.",
"pattern": "^[A-Za-z0-9 ]+$"
},
"url": {
"type": "string",
"description": "A URL providing further documentation or references.",
"format": "uri"
},
"permissable": {
"type": "array",
"items": {
"type": "string",
"enum": [
"pmip",
"c4mip",
"ramip",
"lmip",
"dcpp",
"aerchemmip",
"cfmip",
"rfmip",
"damip",
"cmip",
"lesfmip",
"geomip",
"tipmip",
"scenariomip"
]
}
}
},
"required": [
"@context",
"id",
"type",
"description",
"name",
"url"
],
"additionalProperties": false,
"name": "activity",
"$defs": {
"files": {
"items": {
"type": "string",
"enum": [
"pmip",
"c4mip",
"ramip",
"lmip",
"dcpp",
"aerchemmip",
"cfmip",
"rfmip",
"damip",
"cmip",
"lesfmip",
"geomip",
"tipmip",
"scenariomip"
]
}
}
}
}
8 changes: 8 additions & 0 deletions data_descriptors/activity/aerchemmip
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"@context": "_context_",
"id": "aerchemmip",
"type": "activity",
"description": "AerChemMIP experiments focus on the role of atmospheric chemistry and aerosols in climate, including piClim and hist-piSLCF simulations.",
"name": "AerChemMIP",
"url": "https://gmd.copernicus.org/articles/10/585/2017/gmd-10-585-2017.pdf"
}
8 changes: 8 additions & 0 deletions data_descriptors/activity/aerchemmip.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"@context": "_context_",
"id": "aerchemmip",
"type": "activity",
"description": "AerChemMIP experiments focus on the role of atmospheric chemistry and aerosols in climate, including piClim and hist-piSLCF simulations.",
"name": "AerChemMIP",
"url": "https://gmd.copernicus.org/articles/10/585/2017/gmd-10-585-2017.pdf"
}
8 changes: 8 additions & 0 deletions data_descriptors/activity/c4mip
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"@context": "_context_",
"id": "c4mip",
"type": "activity",
"description": "C4MIP experiments focus on carbon cycle feedbacks and interactions, including 1pctCO2-bgc and esm-flat10-cdr experiments.",
"name": "C4MIP",
"url": "https://gmd.copernicus.org/articles/9/2853/2016/gmd-9-2853-2016.pdf"
}
8 changes: 8 additions & 0 deletions data_descriptors/activity/c4mip.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"@context": "_context_",
"id": "c4mip",
"type": "activity",
"description": "C4MIP experiments focus on carbon cycle feedbacks and interactions, including 1pctCO2-bgc and esm-flat10-cdr experiments.",
"name": "C4MIP",
"url": "https://gmd.copernicus.org/articles/9/2853/2016/gmd-9-2853-2016.pdf"
}
8 changes: 8 additions & 0 deletions data_descriptors/activity/cfmip
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"@context": "_context_",
"id": "cfmip",
"type": "activity",
"description": "CFMIP experiments focus on cloud feedbacks and their role in climate, including abrupt-0p5CO2 and amip-piForcing simulations.",
"name": "CFMIP",
"url": "https://gmd.copernicus.org/articles/10/359/2017/gmd-10-359-2017.pdf"
}
8 changes: 8 additions & 0 deletions data_descriptors/activity/cfmip.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"@context": "_context_",
"id": "cfmip",
"type": "activity",
"description": "CFMIP experiments focus on cloud feedbacks and their role in climate, including abrupt-0p5CO2 and amip-piForcing simulations.",
"name": "CFMIP",
"url": "https://gmd.copernicus.org/articles/10/359/2017/gmd-10-359-2017.pdf"
}
8 changes: 8 additions & 0 deletions data_descriptors/activity/cmip
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"@context": "_context_",
"id": "cmip",
"type": "activity",
"description": "CMIP DECK: 1pctCO2, abrupt-4xCO2, amip, esm-piControl, esm-historical, historical, and piControl experiments",
"name": "CMIP",
"url": "https://gmd.copernicus.org/articles/9/1937/2016/gmd-9-1937-2016.pdf"
}
8 changes: 8 additions & 0 deletions data_descriptors/activity/cmip.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"@context": "_context_",
"id": "cmip",
"type": "activity",
"description": "CMIP DECK: 1pctCO2, abrupt-4xCO2, amip, esm-piControl, esm-historical, historical, and piControl experiments",
"name": "CMIP",
"url": "https://gmd.copernicus.org/articles/9/1937/2016/gmd-9-1937-2016.pdf"
}
8 changes: 8 additions & 0 deletions data_descriptors/activity/damip
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"@context": "_context_",
"id": "damip",
"type": "activity",
"description": "DAMIP focuses on detection and attribution of climate change, covering experiments like hist-aer and hist-nat.",
"name": "DAMIP",
"url": "https://gmd.copernicus.org/articles/13/7947/2020/gmd-13-7947-2020.pdf"
}
8 changes: 8 additions & 0 deletions data_descriptors/activity/damip.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"@context": "_context_",
"id": "damip",
"type": "activity",
"description": "DAMIP focuses on detection and attribution of climate change, covering experiments like hist-aer and hist-nat.",
"name": "DAMIP",
"url": "https://gmd.copernicus.org/articles/13/7947/2020/gmd-13-7947-2020.pdf"
}
8 changes: 8 additions & 0 deletions data_descriptors/activity/dcpp
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"@context": "_context_",
"id": "dcpp",
"type": "activity",
"description": "DCPP focuses on decadal climate predictions and initialized experiments like prediction for 2025-2036.",
"name": "DCPP",
"url": "https://gmd.copernicus.org/articles/9/3751/2016/gmd-9-3751-2016.pdf"
}
8 changes: 8 additions & 0 deletions data_descriptors/activity/dcpp.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"@context": "_context_",
"id": "dcpp",
"type": "activity",
"description": "DCPP focuses on decadal climate predictions and initialized experiments like prediction for 2025-2036.",
"name": "DCPP",
"url": "https://gmd.copernicus.org/articles/9/3751/2016/gmd-9-3751-2016.pdf"
}
8 changes: 8 additions & 0 deletions data_descriptors/activity/geomip
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"@context": "_context_",
"id": "geomip",
"type": "activity",
"description": "GeoMIP explores the potential impacts and side-effects of geoengineering, including experiments like G7-1.5K-SAI.",
"name": "GeoMIP",
"url": "https://gmd.copernicus.org/articles/8/989/2015/gmd-8-989-2015.pdf"
}
8 changes: 8 additions & 0 deletions data_descriptors/activity/geomip.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"@context": "_context_",
"id": "geomip",
"type": "activity",
"description": "GeoMIP explores the potential impacts and side-effects of geoengineering, including experiments like G7-1.5K-SAI.",
"name": "GeoMIP",
"url": "https://gmd.copernicus.org/articles/8/989/2015/gmd-8-989-2015.pdf"
}
Loading

0 comments on commit 2f27923

Please sign in to comment.