Skip to content

Commit

Permalink
production push
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfiex committed Dec 8, 2024
1 parent 00d69cd commit 661b256
Show file tree
Hide file tree
Showing 457 changed files with 24,222 additions and 0 deletions.
Binary file added src-data/.DS_Store
Binary file not shown.
Empty file added src-data/.nojekyll
Empty file.
27 changes: 27 additions & 0 deletions src-data/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>
16 changes: 16 additions & 0 deletions src-data/_context_
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"@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/",
"obs4mips": "https://wolfiex.github.io/obs4MIPs-cmor-tables-ld/",
"universal": "https://wcrp-cmip.github.io/WCRP-universe/",
"variables": "https://wcrp-cmip.github.io/MIP-variables/",
"wcrp": "https://wcrp-cmip.github.io/"
},
"@embed": "@always"
}
Binary file added src-data/activity/.DS_Store
Binary file not shown.
10 changes: 10 additions & 0 deletions src-data/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"
}
63 changes: 63 additions & 0 deletions src-data/activity/_schema_
Original file line number Diff line number Diff line change
@@ -0,0 +1,63 @@
{
"type": "object",
"properties": {
"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"
}
},
"required": [
"@context",
"id",
"type",
"description",
"name",
"url"
],
"additionalProperties": false,
"id": "activity",
"contains": {
"type": "string",
"enum": [
"aerchemmip",
"c4mip",
"cfmip",
"cmip",
"damip",
"dcpp",
"geomip",
"lesfmip",
"lmip",
"pmip",
"ramip",
"rfmip",
"scenariomip",
"tipmip"
]
},
"markdown_content": " To add a new {id} please fill in the form below. \n\n Existing entries are: \n\n\t {contains} \n ___ \n Alternatively [see here]({base}) for more examples. \n ___",
"base": "https://github.com/wcrp-cmip/WCRP-universe/tree/main/src-data/activity/"
}
11 changes: 11 additions & 0 deletions src-data/activity/aerchemmip
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"@context": "_context_",
"id": "aerchemmip",
"type": [
"wcrp:activity",
"universal"
],
"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"
}
11 changes: 11 additions & 0 deletions src-data/activity/aerchemmip.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"@context": "_context_",
"id": "aerchemmip",
"type": [
"wcrp:activity",
"universal"
],
"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"
}
11 changes: 11 additions & 0 deletions src-data/activity/c4mip
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"@context": "_context_",
"id": "c4mip",
"type": [
"wcrp:activity",
"universal"
],
"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"
}
11 changes: 11 additions & 0 deletions src-data/activity/c4mip.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"@context": "_context_",
"id": "c4mip",
"type": [
"wcrp:activity",
"universal"
],
"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"
}
11 changes: 11 additions & 0 deletions src-data/activity/cfmip
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"@context": "_context_",
"id": "cfmip",
"type": [
"wcrp:activity",
"universal"
],
"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"
}
11 changes: 11 additions & 0 deletions src-data/activity/cfmip.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"@context": "_context_",
"id": "cfmip",
"type": [
"wcrp:activity",
"universal"
],
"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"
}
11 changes: 11 additions & 0 deletions src-data/activity/cmip
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"@context": "_context_",
"id": "cmip",
"type": [
"wcrp:activity",
"universal"
],
"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"
}
11 changes: 11 additions & 0 deletions src-data/activity/cmip.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"@context": "_context_",
"id": "cmip",
"type": [
"wcrp:activity",
"universal"
],
"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"
}
11 changes: 11 additions & 0 deletions src-data/activity/damip
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"@context": "_context_",
"id": "damip",
"type": [
"wcrp:activity",
"universal"
],
"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"
}
11 changes: 11 additions & 0 deletions src-data/activity/damip.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"@context": "_context_",
"id": "damip",
"type": [
"wcrp:activity",
"universal"
],
"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"
}
11 changes: 11 additions & 0 deletions src-data/activity/dcpp
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"@context": "_context_",
"id": "dcpp",
"type": [
"wcrp:activity",
"universal"
],
"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"
}
11 changes: 11 additions & 0 deletions src-data/activity/dcpp.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"@context": "_context_",
"id": "dcpp",
"type": [
"wcrp:activity",
"universal"
],
"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"
}
11 changes: 11 additions & 0 deletions src-data/activity/geomip
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"@context": "_context_",
"id": "geomip",
"type": [
"wcrp:activity",
"universal"
],
"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"
}
11 changes: 11 additions & 0 deletions src-data/activity/geomip.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"@context": "_context_",
"id": "geomip",
"type": [
"wcrp:activity",
"universal"
],
"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 661b256

Please sign in to comment.