From e834d89697daadb6bfaa38daa515ebb66d5481f2 Mon Sep 17 00:00:00 2001 From: Zebedee Nicholls Date: Fri, 14 Mar 2025 19:57:06 +0100 Subject: [PATCH 1/7] Add source ID landing pages --- .../CEDS-CMIP-2024-10-21-supplemental.md | 19 ++++++ .../CEDS-CMIP-2024-10-21.md | 19 ++++++ .../CEDS-CMIP-2024-11-25-supplemental.md | 19 ++++++ .../CEDS-CMIP-2024-11-25.md | 19 ++++++ docs/source-id-landing-pages/CR-CMIP-0-3-0.md | 21 ++++++ docs/source-id-landing-pages/CR-CMIP-0-4-0.md | 21 ++++++ docs/source-id-landing-pages/CR-CMIP-1-0-0.md | 21 ++++++ .../DRES-CMIP-BB4CMIP7-1-0.md | 18 +++++ .../DRES-CMIP-BB4CMIP7-2-0.md | 18 +++++ .../MRI-JRA55-do-1-6-0.md | 15 +++++ .../PCMDI-AMIP-1-1-9.md | 15 +++++ .../PCMDI-AMIP-ERSST5-1-0.md | 18 +++++ .../PCMDI-AMIP-Had1p1-1-0.md | 18 +++++ .../PCMDI-AMIP-OI2p1-1-0.md | 18 +++++ .../SOLARIS-HEPPA-CMIP-4-2.md | 15 +++++ .../SOLARIS-HEPPA-CMIP-4-3.md | 15 +++++ .../SOLARIS-HEPPA-CMIP-4-4.md | 15 +++++ .../SOLARIS-HEPPA-CMIP-4-5.md | 15 +++++ .../SOLARIS-HEPPA-CMIP-4-6.md | 15 +++++ .../UCLA-1-0-1-constant.md | 19 ++++++ .../UCLA-1-0-1-decreasing.md | 19 ++++++ .../UCLA-1-0-1-increasing.md | 19 ++++++ docs/source-id-landing-pages/UCLA-1-0-1.md | 19 ++++++ .../UCLA-1-0-2-constant.md | 19 ++++++ .../UCLA-1-0-2-decreasing.md | 19 ++++++ .../UCLA-1-0-2-increasing.md | 19 ++++++ docs/source-id-landing-pages/UCLA-1-0-2.md | 19 ++++++ .../UOEXETER-CMIP-1-1-3.md | 15 +++++ .../UOEXETER-CMIP-1-2-0.md | 15 +++++ .../UOEXETER-CMIP-1-3-0.md | 15 +++++ .../UOEXETER-CMIP-1-3-1.md | 15 +++++ .../UOEXETER-CMIP-2-0-0.md | 15 +++++ .../UofMD-landState-3-0.md | 18 +++++ .../auto-generate-source-id-pages.py | 66 +++++++++++++++++++ mkdocs.yml | 4 ++ requirements-docs.txt | 1 + 36 files changed, 650 insertions(+) create mode 100644 docs/source-id-landing-pages/CEDS-CMIP-2024-10-21-supplemental.md create mode 100644 docs/source-id-landing-pages/CEDS-CMIP-2024-10-21.md create mode 100644 docs/source-id-landing-pages/CEDS-CMIP-2024-11-25-supplemental.md create mode 100644 docs/source-id-landing-pages/CEDS-CMIP-2024-11-25.md create mode 100644 docs/source-id-landing-pages/CR-CMIP-0-3-0.md create mode 100644 docs/source-id-landing-pages/CR-CMIP-0-4-0.md create mode 100644 docs/source-id-landing-pages/CR-CMIP-1-0-0.md create mode 100644 docs/source-id-landing-pages/DRES-CMIP-BB4CMIP7-1-0.md create mode 100644 docs/source-id-landing-pages/DRES-CMIP-BB4CMIP7-2-0.md create mode 100644 docs/source-id-landing-pages/MRI-JRA55-do-1-6-0.md create mode 100644 docs/source-id-landing-pages/PCMDI-AMIP-1-1-9.md create mode 100644 docs/source-id-landing-pages/PCMDI-AMIP-ERSST5-1-0.md create mode 100644 docs/source-id-landing-pages/PCMDI-AMIP-Had1p1-1-0.md create mode 100644 docs/source-id-landing-pages/PCMDI-AMIP-OI2p1-1-0.md create mode 100644 docs/source-id-landing-pages/SOLARIS-HEPPA-CMIP-4-2.md create mode 100644 docs/source-id-landing-pages/SOLARIS-HEPPA-CMIP-4-3.md create mode 100644 docs/source-id-landing-pages/SOLARIS-HEPPA-CMIP-4-4.md create mode 100644 docs/source-id-landing-pages/SOLARIS-HEPPA-CMIP-4-5.md create mode 100644 docs/source-id-landing-pages/SOLARIS-HEPPA-CMIP-4-6.md create mode 100644 docs/source-id-landing-pages/UCLA-1-0-1-constant.md create mode 100644 docs/source-id-landing-pages/UCLA-1-0-1-decreasing.md create mode 100644 docs/source-id-landing-pages/UCLA-1-0-1-increasing.md create mode 100644 docs/source-id-landing-pages/UCLA-1-0-1.md create mode 100644 docs/source-id-landing-pages/UCLA-1-0-2-constant.md create mode 100644 docs/source-id-landing-pages/UCLA-1-0-2-decreasing.md create mode 100644 docs/source-id-landing-pages/UCLA-1-0-2-increasing.md create mode 100644 docs/source-id-landing-pages/UCLA-1-0-2.md create mode 100644 docs/source-id-landing-pages/UOEXETER-CMIP-1-1-3.md create mode 100644 docs/source-id-landing-pages/UOEXETER-CMIP-1-2-0.md create mode 100644 docs/source-id-landing-pages/UOEXETER-CMIP-1-3-0.md create mode 100644 docs/source-id-landing-pages/UOEXETER-CMIP-1-3-1.md create mode 100644 docs/source-id-landing-pages/UOEXETER-CMIP-2-0-0.md create mode 100644 docs/source-id-landing-pages/UofMD-landState-3-0.md create mode 100644 docs/source-id-landing-pages/auto-generate-source-id-pages.py diff --git a/docs/source-id-landing-pages/CEDS-CMIP-2024-10-21-supplemental.md b/docs/source-id-landing-pages/CEDS-CMIP-2024-10-21-supplemental.md new file mode 100644 index 000000000..368271439 --- /dev/null +++ b/docs/source-id-landing-pages/CEDS-CMIP-2024-10-21-supplemental.md @@ -0,0 +1,19 @@ +# CEDS-CMIP-2024-10-21-supplemental + +*ESGF link*: [https://aims2.llnl.gov/search?project=input4MIPs&versionType=all&&activeFacets=%7B%22source_id%22%3A%5B%22CEDS-CMIP-2024-10-21-supplemental%22%5D%7D](https://aims2.llnl.gov/search?project=input4MIPs&versionType=all&&activeFacets=%7B%22source_id%22%3A%5B%22CEDS-CMIP-2024-10-21-supplemental%22%5D%7D) + +## Authors + +1. Rachel Hoesly ([ORCID 0000-0003-0965-2729](https://orcid.org/0000-0003-0965-2729)) + - Joint Global Change Research Institute, Pacific Northwest National Laboratory, College Park, MD, USA + +2. Steve Smith ([ORCID 0000-0003-3248-5607](https://orcid.org/0000-0003-3248-5607)) + - Joint Global Change Research Institute, Pacific Northwest National Laboratory, College Park, MD, USA + - Department of Atmospheric and Oceanic Science, University of Maryland, College Park, MD, USA + + +## Basic metadata + +- source_id: CEDS-CMIP-2024-10-21-supplemental +- contact: Rachel Hoesly (rachel.hoesly@pnnl.gov); Steve Smith (ssmith@pnnl.gov) +- further_info_url: https://www.pnnl.gov/projects/ceds \ No newline at end of file diff --git a/docs/source-id-landing-pages/CEDS-CMIP-2024-10-21.md b/docs/source-id-landing-pages/CEDS-CMIP-2024-10-21.md new file mode 100644 index 000000000..81c3e00bf --- /dev/null +++ b/docs/source-id-landing-pages/CEDS-CMIP-2024-10-21.md @@ -0,0 +1,19 @@ +# CEDS-CMIP-2024-10-21 + +*ESGF link*: [https://aims2.llnl.gov/search?project=input4MIPs&versionType=all&&activeFacets=%7B%22source_id%22%3A%5B%22CEDS-CMIP-2024-10-21%22%5D%7D](https://aims2.llnl.gov/search?project=input4MIPs&versionType=all&&activeFacets=%7B%22source_id%22%3A%5B%22CEDS-CMIP-2024-10-21%22%5D%7D) + +## Authors + +1. Rachel Hoesly ([ORCID 0000-0003-0965-2729](https://orcid.org/0000-0003-0965-2729)) + - Joint Global Change Research Institute, Pacific Northwest National Laboratory, College Park, MD, USA + +2. Steve Smith ([ORCID 0000-0003-3248-5607](https://orcid.org/0000-0003-3248-5607)) + - Joint Global Change Research Institute, Pacific Northwest National Laboratory, College Park, MD, USA + - Department of Atmospheric and Oceanic Science, University of Maryland, College Park, MD, USA + + +## Basic metadata + +- source_id: CEDS-CMIP-2024-10-21 +- contact: Rachel Hoesly (rachel.hoesly@pnnl.gov); Steve Smith (ssmith@pnnl.gov) +- further_info_url: https://www.pnnl.gov/projects/ceds \ No newline at end of file diff --git a/docs/source-id-landing-pages/CEDS-CMIP-2024-11-25-supplemental.md b/docs/source-id-landing-pages/CEDS-CMIP-2024-11-25-supplemental.md new file mode 100644 index 000000000..c8cdd431d --- /dev/null +++ b/docs/source-id-landing-pages/CEDS-CMIP-2024-11-25-supplemental.md @@ -0,0 +1,19 @@ +# CEDS-CMIP-2024-11-25-supplemental + +*ESGF link*: [https://aims2.llnl.gov/search?project=input4MIPs&versionType=all&&activeFacets=%7B%22source_id%22%3A%5B%22CEDS-CMIP-2024-11-25-supplemental%22%5D%7D](https://aims2.llnl.gov/search?project=input4MIPs&versionType=all&&activeFacets=%7B%22source_id%22%3A%5B%22CEDS-CMIP-2024-11-25-supplemental%22%5D%7D) + +## Authors + +1. Rachel Hoesly ([ORCID 0000-0003-0965-2729](https://orcid.org/0000-0003-0965-2729)) + - Joint Global Change Research Institute, Pacific Northwest National Laboratory, College Park, MD, USA + +2. Steve Smith ([ORCID 0000-0003-3248-5607](https://orcid.org/0000-0003-3248-5607)) + - Joint Global Change Research Institute, Pacific Northwest National Laboratory, College Park, MD, USA + - Department of Atmospheric and Oceanic Science, University of Maryland, College Park, MD, USA + + +## Basic metadata + +- source_id: CEDS-CMIP-2024-11-25-supplemental +- contact: Rachel Hoesly (rachel.hoesly@pnnl.gov); Steve Smith (ssmith@pnnl.gov) +- further_info_url: https://www.pnnl.gov/projects/ceds \ No newline at end of file diff --git a/docs/source-id-landing-pages/CEDS-CMIP-2024-11-25.md b/docs/source-id-landing-pages/CEDS-CMIP-2024-11-25.md new file mode 100644 index 000000000..e650fc0d9 --- /dev/null +++ b/docs/source-id-landing-pages/CEDS-CMIP-2024-11-25.md @@ -0,0 +1,19 @@ +# CEDS-CMIP-2024-11-25 + +*ESGF link*: [https://aims2.llnl.gov/search?project=input4MIPs&versionType=all&&activeFacets=%7B%22source_id%22%3A%5B%22CEDS-CMIP-2024-11-25%22%5D%7D](https://aims2.llnl.gov/search?project=input4MIPs&versionType=all&&activeFacets=%7B%22source_id%22%3A%5B%22CEDS-CMIP-2024-11-25%22%5D%7D) + +## Authors + +1. Rachel Hoesly ([ORCID 0000-0003-0965-2729](https://orcid.org/0000-0003-0965-2729)) + - Joint Global Change Research Institute, Pacific Northwest National Laboratory, College Park, MD, USA + +2. Steve Smith ([ORCID 0000-0003-3248-5607](https://orcid.org/0000-0003-3248-5607)) + - Joint Global Change Research Institute, Pacific Northwest National Laboratory, College Park, MD, USA + - Department of Atmospheric and Oceanic Science, University of Maryland, College Park, MD, USA + + +## Basic metadata + +- source_id: CEDS-CMIP-2024-11-25 +- contact: Rachel Hoesly (rachel.hoesly@pnnl.gov); Steve Smith (ssmith@pnnl.gov) +- further_info_url: https://www.pnnl.gov/projects/ceds \ No newline at end of file diff --git a/docs/source-id-landing-pages/CR-CMIP-0-3-0.md b/docs/source-id-landing-pages/CR-CMIP-0-3-0.md new file mode 100644 index 000000000..db6010d01 --- /dev/null +++ b/docs/source-id-landing-pages/CR-CMIP-0-3-0.md @@ -0,0 +1,21 @@ +# CR-CMIP-0-3-0 + +*ESGF link*: [https://aims2.llnl.gov/search?project=input4MIPs&versionType=all&&activeFacets=%7B%22source_id%22%3A%5B%22CR-CMIP-0-3-0%22%5D%7D](https://aims2.llnl.gov/search?project=input4MIPs&versionType=all&&activeFacets=%7B%22source_id%22%3A%5B%22CR-CMIP-0-3-0%22%5D%7D) + +## Authors + +1. Zebedee Nicholls ([ORCID 0000-0002-4767-2723](https://orcid.org/0000-0002-4767-2723)) + - Climate Resource, Melbourne, Victoria, Australia + - Energy, Climate and Environment Program, International Institute for Applied Systems Analysis (IIASA), 2361 Laxenburg, Austria + - School of Geography, Earth and Atmospheric Sciences, The University of Melbourne, Melbourne, Victoria, Australia + +2. Malte Meinshausen ([ORCID 0000-0003-4048-3521](https://orcid.org/0000-0003-4048-3521)) + - Climate Resource, Melbourne, Victoria, Australia + - School of Geography, Earth and Atmospheric Sciences, The University of Melbourne, Melbourne, Victoria, Australia + + +## Basic metadata + +- source_id: CR-CMIP-0-3-0 +- contact: zebedee.nicholls@climate-resource.com;malte.meinshausen@climate-resource.com +- further_info_url: http://www.tbd.invalid \ No newline at end of file diff --git a/docs/source-id-landing-pages/CR-CMIP-0-4-0.md b/docs/source-id-landing-pages/CR-CMIP-0-4-0.md new file mode 100644 index 000000000..27346a618 --- /dev/null +++ b/docs/source-id-landing-pages/CR-CMIP-0-4-0.md @@ -0,0 +1,21 @@ +# CR-CMIP-0-4-0 + +*ESGF link*: [https://aims2.llnl.gov/search?project=input4MIPs&versionType=all&&activeFacets=%7B%22source_id%22%3A%5B%22CR-CMIP-0-4-0%22%5D%7D](https://aims2.llnl.gov/search?project=input4MIPs&versionType=all&&activeFacets=%7B%22source_id%22%3A%5B%22CR-CMIP-0-4-0%22%5D%7D) + +## Authors + +1. Zebedee Nicholls ([ORCID 0000-0002-4767-2723](https://orcid.org/0000-0002-4767-2723)) + - Climate Resource, Melbourne, Victoria, Australia + - Energy, Climate and Environment Program, International Institute for Applied Systems Analysis (IIASA), 2361 Laxenburg, Austria + - School of Geography, Earth and Atmospheric Sciences, The University of Melbourne, Melbourne, Victoria, Australia + +2. Malte Meinshausen ([ORCID 0000-0003-4048-3521](https://orcid.org/0000-0003-4048-3521)) + - Climate Resource, Melbourne, Victoria, Australia + - School of Geography, Earth and Atmospheric Sciences, The University of Melbourne, Melbourne, Victoria, Australia + + +## Basic metadata + +- source_id: CR-CMIP-0-4-0 +- contact: zebedee.nicholls@climate-resource.com;malte.meinshausen@climate-resource.com +- further_info_url: http://www.tbd.invalid \ No newline at end of file diff --git a/docs/source-id-landing-pages/CR-CMIP-1-0-0.md b/docs/source-id-landing-pages/CR-CMIP-1-0-0.md new file mode 100644 index 000000000..3ac0ea290 --- /dev/null +++ b/docs/source-id-landing-pages/CR-CMIP-1-0-0.md @@ -0,0 +1,21 @@ +# CR-CMIP-1-0-0 + +*ESGF link*: [https://aims2.llnl.gov/search?project=input4MIPs&versionType=all&&activeFacets=%7B%22source_id%22%3A%5B%22CR-CMIP-1-0-0%22%5D%7D](https://aims2.llnl.gov/search?project=input4MIPs&versionType=all&&activeFacets=%7B%22source_id%22%3A%5B%22CR-CMIP-1-0-0%22%5D%7D) + +## Authors + +1. Zebedee Nicholls ([ORCID 0000-0002-4767-2723](https://orcid.org/0000-0002-4767-2723)) + - Climate Resource, Melbourne, Victoria, Australia + - Energy, Climate and Environment Program, International Institute for Applied Systems Analysis (IIASA), 2361 Laxenburg, Austria + - School of Geography, Earth and Atmospheric Sciences, The University of Melbourne, Melbourne, Victoria, Australia + +2. Malte Meinshausen ([ORCID 0000-0003-4048-3521](https://orcid.org/0000-0003-4048-3521)) + - Climate Resource, Melbourne, Victoria, Australia + - School of Geography, Earth and Atmospheric Sciences, The University of Melbourne, Melbourne, Victoria, Australia + + +## Basic metadata + +- source_id: CR-CMIP-1-0-0 +- contact: zebedee.nicholls@climate-resource.com;malte.meinshausen@climate-resource.com +- further_info_url: https://github.com/climate-resource/CMIP-GHG-Concentration-Generation \ No newline at end of file diff --git a/docs/source-id-landing-pages/DRES-CMIP-BB4CMIP7-1-0.md b/docs/source-id-landing-pages/DRES-CMIP-BB4CMIP7-1-0.md new file mode 100644 index 000000000..2fc399bec --- /dev/null +++ b/docs/source-id-landing-pages/DRES-CMIP-BB4CMIP7-1-0.md @@ -0,0 +1,18 @@ +# DRES-CMIP-BB4CMIP7-1-0 + +*ESGF link*: [https://aims2.llnl.gov/search?project=input4MIPs&versionType=all&&activeFacets=%7B%22source_id%22%3A%5B%22DRES-CMIP-BB4CMIP7-1-0%22%5D%7D](https://aims2.llnl.gov/search?project=input4MIPs&versionType=all&&activeFacets=%7B%22source_id%22%3A%5B%22DRES-CMIP-BB4CMIP7-1-0%22%5D%7D) + +## Authors + +1. Margreet van Marle ([ORCID 0000-0001-7473-5550](https://orcid.org/0000-0001-7473-5550)) + - Deltares, Delft, the Netherlands + +2. Guido van der Werf ([ORCID 0000-0001-9042-8630](https://orcid.org/0000-0001-9042-8630)) + - Wageningen University and Research, Meteorology and Air Quality, Wageningen, Netherlands + + +## Basic metadata + +- source_id: DRES-CMIP-BB4CMIP7-1-0 +- contact: Margreet.vanMarle@Deltares.nl;Guido.vanderWerf@wur.nl +- further_info_url: https://www.globalfiredata.org \ No newline at end of file diff --git a/docs/source-id-landing-pages/DRES-CMIP-BB4CMIP7-2-0.md b/docs/source-id-landing-pages/DRES-CMIP-BB4CMIP7-2-0.md new file mode 100644 index 000000000..5a4344526 --- /dev/null +++ b/docs/source-id-landing-pages/DRES-CMIP-BB4CMIP7-2-0.md @@ -0,0 +1,18 @@ +# DRES-CMIP-BB4CMIP7-2-0 + +*ESGF link*: [https://aims2.llnl.gov/search?project=input4MIPs&versionType=all&&activeFacets=%7B%22source_id%22%3A%5B%22DRES-CMIP-BB4CMIP7-2-0%22%5D%7D](https://aims2.llnl.gov/search?project=input4MIPs&versionType=all&&activeFacets=%7B%22source_id%22%3A%5B%22DRES-CMIP-BB4CMIP7-2-0%22%5D%7D) + +## Authors + +1. Margreet van Marle ([ORCID 0000-0001-7473-5550](https://orcid.org/0000-0001-7473-5550)) + - Deltares, Delft, the Netherlands + +2. Guido van der Werf ([ORCID 0000-0001-9042-8630](https://orcid.org/0000-0001-9042-8630)) + - Wageningen University and Research, Meteorology and Air Quality, Wageningen, Netherlands + + +## Basic metadata + +- source_id: DRES-CMIP-BB4CMIP7-2-0 +- contact: Margreet.vanMarle@Deltares.nl, Guido.vanderWerf@wur.nl +- further_info_url: https://www.globalfiredata.org \ No newline at end of file diff --git a/docs/source-id-landing-pages/MRI-JRA55-do-1-6-0.md b/docs/source-id-landing-pages/MRI-JRA55-do-1-6-0.md new file mode 100644 index 000000000..6e51f863e --- /dev/null +++ b/docs/source-id-landing-pages/MRI-JRA55-do-1-6-0.md @@ -0,0 +1,15 @@ +# MRI-JRA55-do-1-6-0 + +*ESGF link*: [https://aims2.llnl.gov/search?project=input4MIPs&versionType=all&&activeFacets=%7B%22source_id%22%3A%5B%22MRI-JRA55-do-1-6-0%22%5D%7D](https://aims2.llnl.gov/search?project=input4MIPs&versionType=all&&activeFacets=%7B%22source_id%22%3A%5B%22MRI-JRA55-do-1-6-0%22%5D%7D) + +## Authors + +1. Hiroyuki Tsujino ([ORCID 0000-0003-3336-0275](https://orcid.org/0000-0003-3336-0275)) + - JMA Meteorological Research Institute (MRI), Tsukuba, Ibaraki, Japan + + +## Basic metadata + +- source_id: MRI-JRA55-do-1-6-0 +- contact: Hiroyuki Tsujino (htsujino@mri-jma.go.jp) +- further_info_url: https://climate.mri-jma.go.jp/pub/ocean/JRA55-do/index.html \ No newline at end of file diff --git a/docs/source-id-landing-pages/PCMDI-AMIP-1-1-9.md b/docs/source-id-landing-pages/PCMDI-AMIP-1-1-9.md new file mode 100644 index 000000000..57e2a9731 --- /dev/null +++ b/docs/source-id-landing-pages/PCMDI-AMIP-1-1-9.md @@ -0,0 +1,15 @@ +# PCMDI-AMIP-1-1-9 + +*ESGF link*: [https://aims2.llnl.gov/search?project=input4MIPs&versionType=all&&activeFacets=%7B%22source_id%22%3A%5B%22PCMDI-AMIP-1-1-9%22%5D%7D](https://aims2.llnl.gov/search?project=input4MIPs&versionType=all&&activeFacets=%7B%22source_id%22%3A%5B%22PCMDI-AMIP-1-1-9%22%5D%7D) + +## Authors + +1. Paul Durack ([ORCID 0000-0003-2835-1438](https://orcid.org/0000-0003-2835-1438)) + - Program for Climate Model Diagnosis and Intercomparison, Lawrence Livermore National Laboratory, Livermore, California, USA + + +## Basic metadata + +- source_id: PCMDI-AMIP-1-1-9 +- contact: PCMDI (pcmdi-cmip@llnl.gov) +- further_info_url: https://pcmdi.llnl.gov/mips/amip \ No newline at end of file diff --git a/docs/source-id-landing-pages/PCMDI-AMIP-ERSST5-1-0.md b/docs/source-id-landing-pages/PCMDI-AMIP-ERSST5-1-0.md new file mode 100644 index 000000000..36ea1be6f --- /dev/null +++ b/docs/source-id-landing-pages/PCMDI-AMIP-ERSST5-1-0.md @@ -0,0 +1,18 @@ +# PCMDI-AMIP-ERSST5-1-0 + +*ESGF link*: [https://aims2.llnl.gov/search?project=input4MIPs&versionType=all&&activeFacets=%7B%22source_id%22%3A%5B%22PCMDI-AMIP-ERSST5-1-0%22%5D%7D](https://aims2.llnl.gov/search?project=input4MIPs&versionType=all&&activeFacets=%7B%22source_id%22%3A%5B%22PCMDI-AMIP-ERSST5-1-0%22%5D%7D) + +## Authors + +1. Paul Durack ([ORCID 0000-0003-2835-1438](https://orcid.org/0000-0003-2835-1438)) + - Program for Climate Model Diagnosis and Intercomparison, Lawrence Livermore National Laboratory, Livermore, California, USA + +2. Mark Zelinka ([ORCID 0000-0002-6570-5445](https://orcid.org/0000-0002-6570-5445)) + - Program for Climate Model Diagnosis and Intercomparison, Lawrence Livermore National Laboratory, Livermore, California, USA + + +## Basic metadata + +- source_id: PCMDI-AMIP-ERSST5-1-0 +- contact: zelinka1@llnl.gov; durack1@llnl.gov +- further_info_url: https://pcmdi.llnl.gov/mips/amip \ No newline at end of file diff --git a/docs/source-id-landing-pages/PCMDI-AMIP-Had1p1-1-0.md b/docs/source-id-landing-pages/PCMDI-AMIP-Had1p1-1-0.md new file mode 100644 index 000000000..e048c8180 --- /dev/null +++ b/docs/source-id-landing-pages/PCMDI-AMIP-Had1p1-1-0.md @@ -0,0 +1,18 @@ +# PCMDI-AMIP-Had1p1-1-0 + +*ESGF link*: [https://aims2.llnl.gov/search?project=input4MIPs&versionType=all&&activeFacets=%7B%22source_id%22%3A%5B%22PCMDI-AMIP-Had1p1-1-0%22%5D%7D](https://aims2.llnl.gov/search?project=input4MIPs&versionType=all&&activeFacets=%7B%22source_id%22%3A%5B%22PCMDI-AMIP-Had1p1-1-0%22%5D%7D) + +## Authors + +1. Paul Durack ([ORCID 0000-0003-2835-1438](https://orcid.org/0000-0003-2835-1438)) + - Program for Climate Model Diagnosis and Intercomparison, Lawrence Livermore National Laboratory, Livermore, California, USA + +2. Mark Zelinka ([ORCID 0000-0002-6570-5445](https://orcid.org/0000-0002-6570-5445)) + - Program for Climate Model Diagnosis and Intercomparison, Lawrence Livermore National Laboratory, Livermore, California, USA + + +## Basic metadata + +- source_id: PCMDI-AMIP-Had1p1-1-0 +- contact: zelinka1@llnl.gov; durack1@llnl.gov +- further_info_url: https://pcmdi.llnl.gov/mips/amip \ No newline at end of file diff --git a/docs/source-id-landing-pages/PCMDI-AMIP-OI2p1-1-0.md b/docs/source-id-landing-pages/PCMDI-AMIP-OI2p1-1-0.md new file mode 100644 index 000000000..a781665f3 --- /dev/null +++ b/docs/source-id-landing-pages/PCMDI-AMIP-OI2p1-1-0.md @@ -0,0 +1,18 @@ +# PCMDI-AMIP-OI2p1-1-0 + +*ESGF link*: [https://aims2.llnl.gov/search?project=input4MIPs&versionType=all&&activeFacets=%7B%22source_id%22%3A%5B%22PCMDI-AMIP-OI2p1-1-0%22%5D%7D](https://aims2.llnl.gov/search?project=input4MIPs&versionType=all&&activeFacets=%7B%22source_id%22%3A%5B%22PCMDI-AMIP-OI2p1-1-0%22%5D%7D) + +## Authors + +1. Paul Durack ([ORCID 0000-0003-2835-1438](https://orcid.org/0000-0003-2835-1438)) + - Program for Climate Model Diagnosis and Intercomparison, Lawrence Livermore National Laboratory, Livermore, California, USA + +2. Mark Zelinka ([ORCID 0000-0002-6570-5445](https://orcid.org/0000-0002-6570-5445)) + - Program for Climate Model Diagnosis and Intercomparison, Lawrence Livermore National Laboratory, Livermore, California, USA + + +## Basic metadata + +- source_id: PCMDI-AMIP-OI2p1-1-0 +- contact: zelinka1@llnl.gov; durack1@llnl.gov +- further_info_url: https://pcmdi.llnl.gov/mips/amip \ No newline at end of file diff --git a/docs/source-id-landing-pages/SOLARIS-HEPPA-CMIP-4-2.md b/docs/source-id-landing-pages/SOLARIS-HEPPA-CMIP-4-2.md new file mode 100644 index 000000000..fe1702040 --- /dev/null +++ b/docs/source-id-landing-pages/SOLARIS-HEPPA-CMIP-4-2.md @@ -0,0 +1,15 @@ +# SOLARIS-HEPPA-CMIP-4-2 + +*ESGF link*: [https://aims2.llnl.gov/search?project=input4MIPs&versionType=all&&activeFacets=%7B%22source_id%22%3A%5B%22SOLARIS-HEPPA-CMIP-4-2%22%5D%7D](https://aims2.llnl.gov/search?project=input4MIPs&versionType=all&&activeFacets=%7B%22source_id%22%3A%5B%22SOLARIS-HEPPA-CMIP-4-2%22%5D%7D) + +## Authors + +1. Bernd Funke ([ORCID 0000-0003-0462-4702](https://orcid.org/0000-0003-0462-4702)) + - Instituto de Astrofísica de Andalucía, CSIC, Granada, Spain + + +## Basic metadata + +- source_id: SOLARIS-HEPPA-CMIP-4-2 +- contact: bernd@iaa.es +- further_info_url: http://solarisheppa.geomar.de/cmip7 \ No newline at end of file diff --git a/docs/source-id-landing-pages/SOLARIS-HEPPA-CMIP-4-3.md b/docs/source-id-landing-pages/SOLARIS-HEPPA-CMIP-4-3.md new file mode 100644 index 000000000..eb46e3de9 --- /dev/null +++ b/docs/source-id-landing-pages/SOLARIS-HEPPA-CMIP-4-3.md @@ -0,0 +1,15 @@ +# SOLARIS-HEPPA-CMIP-4-3 + +*ESGF link*: [https://aims2.llnl.gov/search?project=input4MIPs&versionType=all&&activeFacets=%7B%22source_id%22%3A%5B%22SOLARIS-HEPPA-CMIP-4-3%22%5D%7D](https://aims2.llnl.gov/search?project=input4MIPs&versionType=all&&activeFacets=%7B%22source_id%22%3A%5B%22SOLARIS-HEPPA-CMIP-4-3%22%5D%7D) + +## Authors + +1. Bernd Funke ([ORCID 0000-0003-0462-4702](https://orcid.org/0000-0003-0462-4702)) + - Instituto de Astrofísica de Andalucía, CSIC, Granada, Spain + + +## Basic metadata + +- source_id: SOLARIS-HEPPA-CMIP-4-3 +- contact: bernd@iaa.es +- further_info_url: http://solarisheppa.geomar.de/cmip7 \ No newline at end of file diff --git a/docs/source-id-landing-pages/SOLARIS-HEPPA-CMIP-4-4.md b/docs/source-id-landing-pages/SOLARIS-HEPPA-CMIP-4-4.md new file mode 100644 index 000000000..999c32adf --- /dev/null +++ b/docs/source-id-landing-pages/SOLARIS-HEPPA-CMIP-4-4.md @@ -0,0 +1,15 @@ +# SOLARIS-HEPPA-CMIP-4-4 + +*ESGF link*: [https://aims2.llnl.gov/search?project=input4MIPs&versionType=all&&activeFacets=%7B%22source_id%22%3A%5B%22SOLARIS-HEPPA-CMIP-4-4%22%5D%7D](https://aims2.llnl.gov/search?project=input4MIPs&versionType=all&&activeFacets=%7B%22source_id%22%3A%5B%22SOLARIS-HEPPA-CMIP-4-4%22%5D%7D) + +## Authors + +1. Bernd Funke ([ORCID 0000-0003-0462-4702](https://orcid.org/0000-0003-0462-4702)) + - Instituto de Astrofísica de Andalucía, CSIC, Granada, Spain + + +## Basic metadata + +- source_id: SOLARIS-HEPPA-CMIP-4-4 +- contact: bernd@iaa.es +- further_info_url: http://solarisheppa.geomar.de/cmip7 \ No newline at end of file diff --git a/docs/source-id-landing-pages/SOLARIS-HEPPA-CMIP-4-5.md b/docs/source-id-landing-pages/SOLARIS-HEPPA-CMIP-4-5.md new file mode 100644 index 000000000..16ec07dd6 --- /dev/null +++ b/docs/source-id-landing-pages/SOLARIS-HEPPA-CMIP-4-5.md @@ -0,0 +1,15 @@ +# SOLARIS-HEPPA-CMIP-4-5 + +*ESGF link*: [https://aims2.llnl.gov/search?project=input4MIPs&versionType=all&&activeFacets=%7B%22source_id%22%3A%5B%22SOLARIS-HEPPA-CMIP-4-5%22%5D%7D](https://aims2.llnl.gov/search?project=input4MIPs&versionType=all&&activeFacets=%7B%22source_id%22%3A%5B%22SOLARIS-HEPPA-CMIP-4-5%22%5D%7D) + +## Authors + +1. Bernd Funke ([ORCID 0000-0003-0462-4702](https://orcid.org/0000-0003-0462-4702)) + - Instituto de Astrofísica de Andalucía, CSIC, Granada, Spain + + +## Basic metadata + +- source_id: SOLARIS-HEPPA-CMIP-4-5 +- contact: bernd@iaa.es +- further_info_url: http://solarisheppa.geomar.de/cmip7 \ No newline at end of file diff --git a/docs/source-id-landing-pages/SOLARIS-HEPPA-CMIP-4-6.md b/docs/source-id-landing-pages/SOLARIS-HEPPA-CMIP-4-6.md new file mode 100644 index 000000000..761a740c2 --- /dev/null +++ b/docs/source-id-landing-pages/SOLARIS-HEPPA-CMIP-4-6.md @@ -0,0 +1,15 @@ +# SOLARIS-HEPPA-CMIP-4-6 + +*ESGF link*: [https://aims2.llnl.gov/search?project=input4MIPs&versionType=all&&activeFacets=%7B%22source_id%22%3A%5B%22SOLARIS-HEPPA-CMIP-4-6%22%5D%7D](https://aims2.llnl.gov/search?project=input4MIPs&versionType=all&&activeFacets=%7B%22source_id%22%3A%5B%22SOLARIS-HEPPA-CMIP-4-6%22%5D%7D) + +## Authors + +1. Bernd Funke ([ORCID 0000-0003-0462-4702](https://orcid.org/0000-0003-0462-4702)) + - Instituto de Astrofísica de Andalucía, CSIC, Granada, Spain + + +## Basic metadata + +- source_id: SOLARIS-HEPPA-CMIP-4-6 +- contact: bernd@iaa.es +- further_info_url: http://solarisheppa.geomar.de/cmip7 \ No newline at end of file diff --git a/docs/source-id-landing-pages/UCLA-1-0-1-constant.md b/docs/source-id-landing-pages/UCLA-1-0-1-constant.md new file mode 100644 index 000000000..a341476e3 --- /dev/null +++ b/docs/source-id-landing-pages/UCLA-1-0-1-constant.md @@ -0,0 +1,19 @@ +# UCLA-1-0-1-constant + +*ESGF link*: [https://aims2.llnl.gov/search?project=input4MIPs&versionType=all&&activeFacets=%7B%22source_id%22%3A%5B%22UCLA-1-0-1-constant%22%5D%7D](https://aims2.llnl.gov/search?project=input4MIPs&versionType=all&&activeFacets=%7B%22source_id%22%3A%5B%22UCLA-1-0-1-constant%22%5D%7D) + +## Authors + +1. Jasper Kok ([ORCID 0000-0003-0464-8325](https://orcid.org/0000-0003-0464-8325)) + - Department of Atmospheric and Oceanic Sciences, University of California – Los Angeles, Los Angeles, California, USA + +2. Danny Leung ([ORCID 0000-0002-9879-9978](https://orcid.org/0000-0002-9879-9978)) + - Department of Atmospheric and Oceanic Sciences, University of California – Los Angeles, Los Angeles, California, USA + - Atmospheric Chemistry Observations and Modeling Laboratory, NSF National Center for Atmospheric Research, Boulder, Colorado, USA + + +## Basic metadata + +- source_id: UCLA-1-0-1-constant +- contact: jfkok@ucla.edu;dleung@ucar.edu +- further_info_url: http://www.tbd.invalid \ No newline at end of file diff --git a/docs/source-id-landing-pages/UCLA-1-0-1-decreasing.md b/docs/source-id-landing-pages/UCLA-1-0-1-decreasing.md new file mode 100644 index 000000000..15f6e148d --- /dev/null +++ b/docs/source-id-landing-pages/UCLA-1-0-1-decreasing.md @@ -0,0 +1,19 @@ +# UCLA-1-0-1-decreasing + +*ESGF link*: [https://aims2.llnl.gov/search?project=input4MIPs&versionType=all&&activeFacets=%7B%22source_id%22%3A%5B%22UCLA-1-0-1-decreasing%22%5D%7D](https://aims2.llnl.gov/search?project=input4MIPs&versionType=all&&activeFacets=%7B%22source_id%22%3A%5B%22UCLA-1-0-1-decreasing%22%5D%7D) + +## Authors + +1. Jasper Kok ([ORCID 0000-0003-0464-8325](https://orcid.org/0000-0003-0464-8325)) + - Department of Atmospheric and Oceanic Sciences, University of California – Los Angeles, Los Angeles, California, USA + +2. Danny Leung ([ORCID 0000-0002-9879-9978](https://orcid.org/0000-0002-9879-9978)) + - Department of Atmospheric and Oceanic Sciences, University of California – Los Angeles, Los Angeles, California, USA + - Atmospheric Chemistry Observations and Modeling Laboratory, NSF National Center for Atmospheric Research, Boulder, Colorado, USA + + +## Basic metadata + +- source_id: UCLA-1-0-1-decreasing +- contact: jfkok@ucla.edu;dleung@ucar.edu +- further_info_url: http://www.tbd.invalid \ No newline at end of file diff --git a/docs/source-id-landing-pages/UCLA-1-0-1-increasing.md b/docs/source-id-landing-pages/UCLA-1-0-1-increasing.md new file mode 100644 index 000000000..233287c5e --- /dev/null +++ b/docs/source-id-landing-pages/UCLA-1-0-1-increasing.md @@ -0,0 +1,19 @@ +# UCLA-1-0-1-increasing + +*ESGF link*: [https://aims2.llnl.gov/search?project=input4MIPs&versionType=all&&activeFacets=%7B%22source_id%22%3A%5B%22UCLA-1-0-1-increasing%22%5D%7D](https://aims2.llnl.gov/search?project=input4MIPs&versionType=all&&activeFacets=%7B%22source_id%22%3A%5B%22UCLA-1-0-1-increasing%22%5D%7D) + +## Authors + +1. Jasper Kok ([ORCID 0000-0003-0464-8325](https://orcid.org/0000-0003-0464-8325)) + - Department of Atmospheric and Oceanic Sciences, University of California – Los Angeles, Los Angeles, California, USA + +2. Danny Leung ([ORCID 0000-0002-9879-9978](https://orcid.org/0000-0002-9879-9978)) + - Department of Atmospheric and Oceanic Sciences, University of California – Los Angeles, Los Angeles, California, USA + - Atmospheric Chemistry Observations and Modeling Laboratory, NSF National Center for Atmospheric Research, Boulder, Colorado, USA + + +## Basic metadata + +- source_id: UCLA-1-0-1-increasing +- contact: jfkok@ucla.edu;dleung@ucar.edu +- further_info_url: http://www.tbd.invalid \ No newline at end of file diff --git a/docs/source-id-landing-pages/UCLA-1-0-1.md b/docs/source-id-landing-pages/UCLA-1-0-1.md new file mode 100644 index 000000000..d6ef34016 --- /dev/null +++ b/docs/source-id-landing-pages/UCLA-1-0-1.md @@ -0,0 +1,19 @@ +# UCLA-1-0-1 + +*ESGF link*: [https://aims2.llnl.gov/search?project=input4MIPs&versionType=all&&activeFacets=%7B%22source_id%22%3A%5B%22UCLA-1-0-1%22%5D%7D](https://aims2.llnl.gov/search?project=input4MIPs&versionType=all&&activeFacets=%7B%22source_id%22%3A%5B%22UCLA-1-0-1%22%5D%7D) + +## Authors + +1. Jasper Kok ([ORCID 0000-0003-0464-8325](https://orcid.org/0000-0003-0464-8325)) + - Department of Atmospheric and Oceanic Sciences, University of California – Los Angeles, Los Angeles, California, USA + +2. Danny Leung ([ORCID 0000-0002-9879-9978](https://orcid.org/0000-0002-9879-9978)) + - Department of Atmospheric and Oceanic Sciences, University of California – Los Angeles, Los Angeles, California, USA + - Atmospheric Chemistry Observations and Modeling Laboratory, NSF National Center for Atmospheric Research, Boulder, Colorado, USA + + +## Basic metadata + +- source_id: UCLA-1-0-1 +- contact: jfkok@ucla.edu;dleung@ucar.edu +- further_info_url: http://www.tbd.invalid \ No newline at end of file diff --git a/docs/source-id-landing-pages/UCLA-1-0-2-constant.md b/docs/source-id-landing-pages/UCLA-1-0-2-constant.md new file mode 100644 index 000000000..962bc0b08 --- /dev/null +++ b/docs/source-id-landing-pages/UCLA-1-0-2-constant.md @@ -0,0 +1,19 @@ +# UCLA-1-0-2-constant + +*ESGF link*: [https://aims2.llnl.gov/search?project=input4MIPs&versionType=all&&activeFacets=%7B%22source_id%22%3A%5B%22UCLA-1-0-2-constant%22%5D%7D](https://aims2.llnl.gov/search?project=input4MIPs&versionType=all&&activeFacets=%7B%22source_id%22%3A%5B%22UCLA-1-0-2-constant%22%5D%7D) + +## Authors + +1. Jasper Kok ([ORCID 0000-0003-0464-8325](https://orcid.org/0000-0003-0464-8325)) + - Department of Atmospheric and Oceanic Sciences, University of California – Los Angeles, Los Angeles, California, USA + +2. Danny Leung ([ORCID 0000-0002-9879-9978](https://orcid.org/0000-0002-9879-9978)) + - Department of Atmospheric and Oceanic Sciences, University of California – Los Angeles, Los Angeles, California, USA + - Atmospheric Chemistry Observations and Modeling Laboratory, NSF National Center for Atmospheric Research, Boulder, Colorado, USA + + +## Basic metadata + +- source_id: UCLA-1-0-2-constant +- contact: jfkok@ucla.edu;dleung@ucar.edu +- further_info_url: http://www.tbd.invalid \ No newline at end of file diff --git a/docs/source-id-landing-pages/UCLA-1-0-2-decreasing.md b/docs/source-id-landing-pages/UCLA-1-0-2-decreasing.md new file mode 100644 index 000000000..8a983a123 --- /dev/null +++ b/docs/source-id-landing-pages/UCLA-1-0-2-decreasing.md @@ -0,0 +1,19 @@ +# UCLA-1-0-2-decreasing + +*ESGF link*: [https://aims2.llnl.gov/search?project=input4MIPs&versionType=all&&activeFacets=%7B%22source_id%22%3A%5B%22UCLA-1-0-2-decreasing%22%5D%7D](https://aims2.llnl.gov/search?project=input4MIPs&versionType=all&&activeFacets=%7B%22source_id%22%3A%5B%22UCLA-1-0-2-decreasing%22%5D%7D) + +## Authors + +1. Jasper Kok ([ORCID 0000-0003-0464-8325](https://orcid.org/0000-0003-0464-8325)) + - Department of Atmospheric and Oceanic Sciences, University of California – Los Angeles, Los Angeles, California, USA + +2. Danny Leung ([ORCID 0000-0002-9879-9978](https://orcid.org/0000-0002-9879-9978)) + - Department of Atmospheric and Oceanic Sciences, University of California – Los Angeles, Los Angeles, California, USA + - Atmospheric Chemistry Observations and Modeling Laboratory, NSF National Center for Atmospheric Research, Boulder, Colorado, USA + + +## Basic metadata + +- source_id: UCLA-1-0-2-decreasing +- contact: jfkok@ucla.edu;dleung@ucar.edu +- further_info_url: http://www.tbd.invalid \ No newline at end of file diff --git a/docs/source-id-landing-pages/UCLA-1-0-2-increasing.md b/docs/source-id-landing-pages/UCLA-1-0-2-increasing.md new file mode 100644 index 000000000..6cc4fd1c4 --- /dev/null +++ b/docs/source-id-landing-pages/UCLA-1-0-2-increasing.md @@ -0,0 +1,19 @@ +# UCLA-1-0-2-increasing + +*ESGF link*: [https://aims2.llnl.gov/search?project=input4MIPs&versionType=all&&activeFacets=%7B%22source_id%22%3A%5B%22UCLA-1-0-2-increasing%22%5D%7D](https://aims2.llnl.gov/search?project=input4MIPs&versionType=all&&activeFacets=%7B%22source_id%22%3A%5B%22UCLA-1-0-2-increasing%22%5D%7D) + +## Authors + +1. Jasper Kok ([ORCID 0000-0003-0464-8325](https://orcid.org/0000-0003-0464-8325)) + - Department of Atmospheric and Oceanic Sciences, University of California – Los Angeles, Los Angeles, California, USA + +2. Danny Leung ([ORCID 0000-0002-9879-9978](https://orcid.org/0000-0002-9879-9978)) + - Department of Atmospheric and Oceanic Sciences, University of California – Los Angeles, Los Angeles, California, USA + - Atmospheric Chemistry Observations and Modeling Laboratory, NSF National Center for Atmospheric Research, Boulder, Colorado, USA + + +## Basic metadata + +- source_id: UCLA-1-0-2-increasing +- contact: jfkok@ucla.edu;dleung@ucar.edu +- further_info_url: http://www.tbd.invalid \ No newline at end of file diff --git a/docs/source-id-landing-pages/UCLA-1-0-2.md b/docs/source-id-landing-pages/UCLA-1-0-2.md new file mode 100644 index 000000000..cb16f84c5 --- /dev/null +++ b/docs/source-id-landing-pages/UCLA-1-0-2.md @@ -0,0 +1,19 @@ +# UCLA-1-0-2 + +*ESGF link*: [https://aims2.llnl.gov/search?project=input4MIPs&versionType=all&&activeFacets=%7B%22source_id%22%3A%5B%22UCLA-1-0-2%22%5D%7D](https://aims2.llnl.gov/search?project=input4MIPs&versionType=all&&activeFacets=%7B%22source_id%22%3A%5B%22UCLA-1-0-2%22%5D%7D) + +## Authors + +1. Jasper Kok ([ORCID 0000-0003-0464-8325](https://orcid.org/0000-0003-0464-8325)) + - Department of Atmospheric and Oceanic Sciences, University of California – Los Angeles, Los Angeles, California, USA + +2. Danny Leung ([ORCID 0000-0002-9879-9978](https://orcid.org/0000-0002-9879-9978)) + - Department of Atmospheric and Oceanic Sciences, University of California – Los Angeles, Los Angeles, California, USA + - Atmospheric Chemistry Observations and Modeling Laboratory, NSF National Center for Atmospheric Research, Boulder, Colorado, USA + + +## Basic metadata + +- source_id: UCLA-1-0-2 +- contact: jfkok@ucla.edu;dleung@ucar.edu +- further_info_url: http://www.tbd.invalid \ No newline at end of file diff --git a/docs/source-id-landing-pages/UOEXETER-CMIP-1-1-3.md b/docs/source-id-landing-pages/UOEXETER-CMIP-1-1-3.md new file mode 100644 index 000000000..549c534c9 --- /dev/null +++ b/docs/source-id-landing-pages/UOEXETER-CMIP-1-1-3.md @@ -0,0 +1,15 @@ +# UOEXETER-CMIP-1-1-3 + +*ESGF link*: [https://aims2.llnl.gov/search?project=input4MIPs&versionType=all&&activeFacets=%7B%22source_id%22%3A%5B%22UOEXETER-CMIP-1-1-3%22%5D%7D](https://aims2.llnl.gov/search?project=input4MIPs&versionType=all&&activeFacets=%7B%22source_id%22%3A%5B%22UOEXETER-CMIP-1-1-3%22%5D%7D) + +## Authors + +1. Thomas Aubry ([ORCID 0000-0002-9275-4293](https://orcid.org/0000-0002-9275-4293)) + - Faculty of Environment, Science and Economy, University of Exeter, Exeter, EX4 4QF, UK + + +## Basic metadata + +- source_id: UOEXETER-CMIP-1-1-3 +- contact: t.aubry@exeter.ac.uk +- further_info_url: http://www.tbd.invalid \ No newline at end of file diff --git a/docs/source-id-landing-pages/UOEXETER-CMIP-1-2-0.md b/docs/source-id-landing-pages/UOEXETER-CMIP-1-2-0.md new file mode 100644 index 000000000..298e0310f --- /dev/null +++ b/docs/source-id-landing-pages/UOEXETER-CMIP-1-2-0.md @@ -0,0 +1,15 @@ +# UOEXETER-CMIP-1-2-0 + +*ESGF link*: [https://aims2.llnl.gov/search?project=input4MIPs&versionType=all&&activeFacets=%7B%22source_id%22%3A%5B%22UOEXETER-CMIP-1-2-0%22%5D%7D](https://aims2.llnl.gov/search?project=input4MIPs&versionType=all&&activeFacets=%7B%22source_id%22%3A%5B%22UOEXETER-CMIP-1-2-0%22%5D%7D) + +## Authors + +1. Thomas Aubry ([ORCID 0000-0002-9275-4293](https://orcid.org/0000-0002-9275-4293)) + - Faculty of Environment, Science and Economy, University of Exeter, Exeter, EX4 4QF, UK + + +## Basic metadata + +- source_id: UOEXETER-CMIP-1-2-0 +- contact: t.aubry@exeter.ac.uk +- further_info_url: http://www.tbd.invalid \ No newline at end of file diff --git a/docs/source-id-landing-pages/UOEXETER-CMIP-1-3-0.md b/docs/source-id-landing-pages/UOEXETER-CMIP-1-3-0.md new file mode 100644 index 000000000..bac1345d5 --- /dev/null +++ b/docs/source-id-landing-pages/UOEXETER-CMIP-1-3-0.md @@ -0,0 +1,15 @@ +# UOEXETER-CMIP-1-3-0 + +*ESGF link*: [https://aims2.llnl.gov/search?project=input4MIPs&versionType=all&&activeFacets=%7B%22source_id%22%3A%5B%22UOEXETER-CMIP-1-3-0%22%5D%7D](https://aims2.llnl.gov/search?project=input4MIPs&versionType=all&&activeFacets=%7B%22source_id%22%3A%5B%22UOEXETER-CMIP-1-3-0%22%5D%7D) + +## Authors + +1. Thomas Aubry ([ORCID 0000-0002-9275-4293](https://orcid.org/0000-0002-9275-4293)) + - Faculty of Environment, Science and Economy, University of Exeter, Exeter, EX4 4QF, UK + + +## Basic metadata + +- source_id: UOEXETER-CMIP-1-3-0 +- contact: t.aubry@exeter.ac.uk +- further_info_url: https://input4mips-controlled-vocabularies-cvs.readthedocs.io/en/latest/dataset-overviews/stratospheric-volcanic-so2-emissions-aod/ \ No newline at end of file diff --git a/docs/source-id-landing-pages/UOEXETER-CMIP-1-3-1.md b/docs/source-id-landing-pages/UOEXETER-CMIP-1-3-1.md new file mode 100644 index 000000000..e4caf308f --- /dev/null +++ b/docs/source-id-landing-pages/UOEXETER-CMIP-1-3-1.md @@ -0,0 +1,15 @@ +# UOEXETER-CMIP-1-3-1 + +*ESGF link*: [https://aims2.llnl.gov/search?project=input4MIPs&versionType=all&&activeFacets=%7B%22source_id%22%3A%5B%22UOEXETER-CMIP-1-3-1%22%5D%7D](https://aims2.llnl.gov/search?project=input4MIPs&versionType=all&&activeFacets=%7B%22source_id%22%3A%5B%22UOEXETER-CMIP-1-3-1%22%5D%7D) + +## Authors + +1. Thomas Aubry ([ORCID 0000-0002-9275-4293](https://orcid.org/0000-0002-9275-4293)) + - Faculty of Environment, Science and Economy, University of Exeter, Exeter, EX4 4QF, UK + + +## Basic metadata + +- source_id: UOEXETER-CMIP-1-3-1 +- contact: t.aubry@exeter.ac.uk +- further_info_url: https://input4mips-controlled-vocabularies-cvs.readthedocs.io/en/latest/dataset-overviews/stratospheric-volcanic-so2-emissions-aod/ \ No newline at end of file diff --git a/docs/source-id-landing-pages/UOEXETER-CMIP-2-0-0.md b/docs/source-id-landing-pages/UOEXETER-CMIP-2-0-0.md new file mode 100644 index 000000000..faa9b259b --- /dev/null +++ b/docs/source-id-landing-pages/UOEXETER-CMIP-2-0-0.md @@ -0,0 +1,15 @@ +# UOEXETER-CMIP-2-0-0 + +*ESGF link*: [https://aims2.llnl.gov/search?project=input4MIPs&versionType=all&&activeFacets=%7B%22source_id%22%3A%5B%22UOEXETER-CMIP-2-0-0%22%5D%7D](https://aims2.llnl.gov/search?project=input4MIPs&versionType=all&&activeFacets=%7B%22source_id%22%3A%5B%22UOEXETER-CMIP-2-0-0%22%5D%7D) + +## Authors + +1. Thomas Aubry ([ORCID 0000-0002-9275-4293](https://orcid.org/0000-0002-9275-4293)) + - Faculty of Environment, Science and Economy, University of Exeter, Exeter, EX4 4QF, UK + + +## Basic metadata + +- source_id: UOEXETER-CMIP-2-0-0 +- contact: t.aubry@exeter.ac.uk +- further_info_url: https://input4mips-controlled-vocabularies-cvs.readthedocs.io/en/latest/dataset-overviews/stratospheric-volcanic-so2-emissions-aod/ \ No newline at end of file diff --git a/docs/source-id-landing-pages/UofMD-landState-3-0.md b/docs/source-id-landing-pages/UofMD-landState-3-0.md new file mode 100644 index 000000000..e29ccb221 --- /dev/null +++ b/docs/source-id-landing-pages/UofMD-landState-3-0.md @@ -0,0 +1,18 @@ +# UofMD-landState-3-0 + +*ESGF link*: [https://aims2.llnl.gov/search?project=input4MIPs&versionType=all&&activeFacets=%7B%22source_id%22%3A%5B%22UofMD-landState-3-0%22%5D%7D](https://aims2.llnl.gov/search?project=input4MIPs&versionType=all&&activeFacets=%7B%22source_id%22%3A%5B%22UofMD-landState-3-0%22%5D%7D) + +## Authors + +1. Louise Chini ([ORCID 0000-0002-9070-3505](https://orcid.org/0000-0002-9070-3505)) + - Department of Geographical Sciences, University of Maryland, College Park, MD 20742, USA + +2. George Hurtt ([ORCID 0000-0001-7278-202X](https://orcid.org/0000-0001-7278-202X)) + - Department of Geographical Sciences, University of Maryland, College Park, MD 20742, USA + + +## Basic metadata + +- source_id: UofMD-landState-3-0 +- contact: lchini@umd.edu;gchurtt@umd.edu +- further_info_url: https://luh.umd.edu/ \ No newline at end of file diff --git a/docs/source-id-landing-pages/auto-generate-source-id-pages.py b/docs/source-id-landing-pages/auto-generate-source-id-pages.py new file mode 100644 index 000000000..8cedca49f --- /dev/null +++ b/docs/source-id-landing-pages/auto-generate-source-id-pages.py @@ -0,0 +1,66 @@ +""" +Auto-generate the source ID pages +""" + +from __future__ import annotations + +import json +from pathlib import Path + +import pandas as pd + +HERE = Path(__file__).parent +# Could open this up in future to avoid hard-coded name. +# Fine for now. +REPO_ROOT = HERE.parents[1] +CURRENT_DB_PATH = REPO_ROOT / "Database" / "input4MIPs_db_file_entries.json" +SOURCE_ID_CVS = REPO_ROOT / "CVs" / "input4MIPs_source_id.json" + +with open(CURRENT_DB_PATH) as fh: + DB_SOURCE = pd.DataFrame(json.load(fh)) + +with open(SOURCE_ID_CVS) as fh: + source_id_entries = json.load(fh) + +for source_id, info in source_id_entries.items(): + publication_status = ( + DB_SOURCE.loc[DB_SOURCE["source_id"] == source_id, "publication_status"] + .unique() + .tolist() + ) + if all(v in ["never_published", "abandoned"] for v in publication_status): + # Never published, don't need a landing page + continue + + source_id_filename = f"{source_id}.md" + esgf_url = f"https://aims2.llnl.gov/search?project=input4MIPs&versionType=all&&activeFacets=%7B%22source_id%22%3A%5B%22{source_id}%22%5D%7D" + author_info_lines = [] + for i, author in enumerate(info["authors"]): + orcid_info = f"[ORCID {author['orcid']}](https://orcid.org/{author['orcid']})" + affiliation_info = [f" - {v}" for v in author["affiliations"]] + author_lines = [ + f"{i + 1}. {author['name']} ({orcid_info})", + *affiliation_info, + "", + ] + + author_info_lines.extend(author_lines) + + to_write = [ + f"# {source_id}", + "", + f"*ESGF link*: [{esgf_url}]({esgf_url})", + "", + "## Authors", + "", + *author_info_lines, + "", + "## Basic metadata", + "", + f"- source_id: {source_id}", + f"- contact: {info['contact']}", + f"- further_info_url: {info['further_info_url']}", + ] + + with open(HERE / source_id_filename, "w") as fh: + fh.write("\n".join(to_write)) diff --git a/mkdocs.yml b/mkdocs.yml index 69b2f7ccc..b5a6b6b8b 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -36,6 +36,7 @@ nav: - Source ID-level CMIP6Plus: database-views/input4MIPs_source-id_CMIP6Plus.html - Dataset-level CMIP6Plus: database-views/input4MIPs_datasets_CMIP6Plus.html - File-level CMIP6Plus: database-views/input4MIPs_files_CMIP6Plus.html + - Source ID landing pages: source-id-landing-pages/ - Repository overview: repository-overview.md - Contributing: contributing.md - Versioning: versioning.md @@ -75,6 +76,9 @@ plugins: - gen-files: scripts: - docs/dataset-overviews/fill-out-auto-generated-sections.py + - docs/source-id-landing-pages/auto-generate-source-id-pages.py + # Required for handling the source ID landing pages + - literate-nav: markdown_extensions: diff --git a/requirements-docs.txt b/requirements-docs.txt index aaf0c26bb..53417a5ca 100644 --- a/requirements-docs.txt +++ b/requirements-docs.txt @@ -1,5 +1,6 @@ mkdocs==1.6.1 mkdocs-autorefs==1.2.0 mkdocs-gen-files==0.5.0 +mkdocs-literate-nav==0.6.1 mkdocs-material==9.5.43 pandas==2.2.2 From 25f98827a5220890fc884bec8c4cfa8f0b630a8b Mon Sep 17 00:00:00 2001 From: Zebedee Nicholls Date: Fri, 14 Mar 2025 19:59:31 +0100 Subject: [PATCH 2/7] CHANGELOG --- changelog/225.docs.md | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 changelog/225.docs.md diff --git a/changelog/225.docs.md b/changelog/225.docs.md new file mode 100644 index 000000000..81a6adea6 --- /dev/null +++ b/changelog/225.docs.md @@ -0,0 +1,2 @@ +Added landing pages for all source IDs (except source IDs that were never published) in `docs/source-id-landing-pages`. +These can then be linked up with ESGF's metadata using the citation info that is placed next to these landing pages. From 99ae4ab4bd9b077e53ae2449bf436bff1eaf2deb Mon Sep 17 00:00:00 2001 From: Zebedee Nicholls Date: Fri, 14 Mar 2025 20:28:36 +0100 Subject: [PATCH 3/7] Add citation entries --- .../CEDS-CMIP-2024-10-21-supplemental.json | 80 +++++++++ .../CEDS-CMIP-2024-10-21.json | 88 ++++++++++ .../CEDS-CMIP-2024-11-25-supplemental.json | 80 +++++++++ .../CEDS-CMIP-2024-11-25.json | 84 ++++++++++ .../CR-CMIP-0-3-0.json | 77 +++++++++ .../CR-CMIP-0-4-0.json | 80 +++++++++ .../CR-CMIP-1-0-0.json | 80 +++++++++ .../DRES-CMIP-BB4CMIP7-1-0.json | 89 ++++++++++ .../DRES-CMIP-BB4CMIP7-2-0.json | 92 ++++++++++ .../MRI-JRA55-do-1-6-0.json | 69 ++++++++ .../PCMDI-AMIP-1-1-9.json | 65 +++++++ .../SOLARIS-HEPPA-CMIP-4-2.json | 65 +++++++ .../SOLARIS-HEPPA-CMIP-4-3.json | 65 +++++++ .../SOLARIS-HEPPA-CMIP-4-4.json | 65 +++++++ .../SOLARIS-HEPPA-CMIP-4-5.json | 65 +++++++ .../SOLARIS-HEPPA-CMIP-4-6.json | 68 ++++++++ .../UCLA-1-0-1-constant.json | 77 +++++++++ .../UCLA-1-0-1-decreasing.json | 77 +++++++++ .../UCLA-1-0-1-increasing.json | 77 +++++++++ docs/source-id-landing-pages/UCLA-1-0-1.json | 77 +++++++++ .../UCLA-1-0-2-constant.json | 77 +++++++++ .../UCLA-1-0-2-decreasing.json | 77 +++++++++ .../UCLA-1-0-2-increasing.json | 77 +++++++++ docs/source-id-landing-pages/UCLA-1-0-2.json | 77 +++++++++ .../UOEXETER-CMIP-1-1-3.json | 65 +++++++ .../UOEXETER-CMIP-1-2-0.json | 69 ++++++++ .../UOEXETER-CMIP-1-3-0.json | 65 +++++++ .../UOEXETER-CMIP-1-3-1.json | 65 +++++++ .../UOEXETER-CMIP-2-0-0.json | 68 ++++++++ .../UofMD-landState-3-0.json | 81 +++++++++ .../auto-generate-source-id-pages.py | 158 +++++++++++++++++- 31 files changed, 2392 insertions(+), 7 deletions(-) create mode 100644 docs/source-id-landing-pages/CEDS-CMIP-2024-10-21-supplemental.json create mode 100644 docs/source-id-landing-pages/CEDS-CMIP-2024-10-21.json create mode 100644 docs/source-id-landing-pages/CEDS-CMIP-2024-11-25-supplemental.json create mode 100644 docs/source-id-landing-pages/CEDS-CMIP-2024-11-25.json create mode 100644 docs/source-id-landing-pages/CR-CMIP-0-3-0.json create mode 100644 docs/source-id-landing-pages/CR-CMIP-0-4-0.json create mode 100644 docs/source-id-landing-pages/CR-CMIP-1-0-0.json create mode 100644 docs/source-id-landing-pages/DRES-CMIP-BB4CMIP7-1-0.json create mode 100644 docs/source-id-landing-pages/DRES-CMIP-BB4CMIP7-2-0.json create mode 100644 docs/source-id-landing-pages/MRI-JRA55-do-1-6-0.json create mode 100644 docs/source-id-landing-pages/PCMDI-AMIP-1-1-9.json create mode 100644 docs/source-id-landing-pages/SOLARIS-HEPPA-CMIP-4-2.json create mode 100644 docs/source-id-landing-pages/SOLARIS-HEPPA-CMIP-4-3.json create mode 100644 docs/source-id-landing-pages/SOLARIS-HEPPA-CMIP-4-4.json create mode 100644 docs/source-id-landing-pages/SOLARIS-HEPPA-CMIP-4-5.json create mode 100644 docs/source-id-landing-pages/SOLARIS-HEPPA-CMIP-4-6.json create mode 100644 docs/source-id-landing-pages/UCLA-1-0-1-constant.json create mode 100644 docs/source-id-landing-pages/UCLA-1-0-1-decreasing.json create mode 100644 docs/source-id-landing-pages/UCLA-1-0-1-increasing.json create mode 100644 docs/source-id-landing-pages/UCLA-1-0-1.json create mode 100644 docs/source-id-landing-pages/UCLA-1-0-2-constant.json create mode 100644 docs/source-id-landing-pages/UCLA-1-0-2-decreasing.json create mode 100644 docs/source-id-landing-pages/UCLA-1-0-2-increasing.json create mode 100644 docs/source-id-landing-pages/UCLA-1-0-2.json create mode 100644 docs/source-id-landing-pages/UOEXETER-CMIP-1-1-3.json create mode 100644 docs/source-id-landing-pages/UOEXETER-CMIP-1-2-0.json create mode 100644 docs/source-id-landing-pages/UOEXETER-CMIP-1-3-0.json create mode 100644 docs/source-id-landing-pages/UOEXETER-CMIP-1-3-1.json create mode 100644 docs/source-id-landing-pages/UOEXETER-CMIP-2-0-0.json create mode 100644 docs/source-id-landing-pages/UofMD-landState-3-0.json diff --git a/docs/source-id-landing-pages/CEDS-CMIP-2024-10-21-supplemental.json b/docs/source-id-landing-pages/CEDS-CMIP-2024-10-21-supplemental.json new file mode 100644 index 000000000..a6d7d7bc0 --- /dev/null +++ b/docs/source-id-landing-pages/CEDS-CMIP-2024-10-21-supplemental.json @@ -0,0 +1,80 @@ +{ + "creators": [ + { + "affiliation": "Joint Global Change Research Institute, Pacific Northwest National Laboratory, College Park, MD, USA", + "creatorName": "Hoesly, Rachel", + "email": "rachel.hoesly@pnnl.gov", + "familyName": "Hoesly", + "givenName": "Rachel", + "nameIdenfitier": { + "nameIdenfitierScheme": "ORCID", + "pid": "0000-0003-0965-2729", + "schemeURI": "https://orcid.org/" + } + }, + { + "affiliation": "Joint Global Change Research Institute, Pacific Northwest National Laboratory, College Park, MD, USA. Department of Atmospheric and Oceanic Science, University of Maryland, College Park, MD, USA", + "creatorName": "Smith, Steve", + "email": "ssmith@pnnl.gov", + "familyName": "Smith", + "givenName": "Steve", + "nameIdenfitier": { + "nameIdenfitierScheme": "ORCID", + "pid": "0000-0003-3248-5607", + "schemeURI": "https://orcid.org/" + } + } + ], + "dates": [ + { + "date": "2024-11-08", + "dateType": "Created" + } + ], + "descriptions": [ + { + "descriptionType": "Abstract", + "text": "CMIP forcing dataset (input4MIPs).\nThis is all data published under the unique ID (known as a source ID) CEDS-CMIP-2024-10-21-supplemental." + } + ], + "formats": [ + { + "format": "application/x-netcdf" + } + ], + "fundingReferences": [], + "identifier": { + "id": "10.5281/zenodo.13952845", + "identifierType": "DOI" + }, + "language": "en", + "publication_year": 2024, + "publisher": "Earth System Grid Federation", + "relatedIdentifiers": [], + "resourceType": { + "resourceType": "Digital", + "resourceTypeGeneral": "Dataset" + }, + "rightsList": [ + { + "rights": "Creative Commons Attribution 4.0 International License (CC BY 4.0)", + "rightsURI": "http://creativecommons.org/licenses/by/4.0/" + } + ], + "subjects": [ + { + "subject": "input4MIPs.CMIP6Plus.CMIP.PNNL-JGCRI.CEDS-CMIP-2024-10-21-supplemental", + "subjectScheme": "DRS" + }, + { + "subject": "forcing data" + }, + { + "subject": "climate" + }, + { + "subject": "CMIP6Plus" + } + ], + "titles": "CEDS-CMIP-2024-10-21-supplemental data provided as part of input4MIPs" +} \ No newline at end of file diff --git a/docs/source-id-landing-pages/CEDS-CMIP-2024-10-21.json b/docs/source-id-landing-pages/CEDS-CMIP-2024-10-21.json new file mode 100644 index 000000000..8e2fb707e --- /dev/null +++ b/docs/source-id-landing-pages/CEDS-CMIP-2024-10-21.json @@ -0,0 +1,88 @@ +{ + "creators": [ + { + "affiliation": "Joint Global Change Research Institute, Pacific Northwest National Laboratory, College Park, MD, USA", + "creatorName": "Hoesly, Rachel", + "email": "rachel.hoesly@pnnl.gov", + "familyName": "Hoesly", + "givenName": "Rachel", + "nameIdenfitier": { + "nameIdenfitierScheme": "ORCID", + "pid": "0000-0003-0965-2729", + "schemeURI": "https://orcid.org/" + } + }, + { + "affiliation": "Joint Global Change Research Institute, Pacific Northwest National Laboratory, College Park, MD, USA. Department of Atmospheric and Oceanic Science, University of Maryland, College Park, MD, USA", + "creatorName": "Smith, Steve", + "email": "ssmith@pnnl.gov", + "familyName": "Smith", + "givenName": "Steve", + "nameIdenfitier": { + "nameIdenfitierScheme": "ORCID", + "pid": "0000-0003-3248-5607", + "schemeURI": "https://orcid.org/" + } + } + ], + "dates": [ + { + "date": "2024-10-31", + "dateType": "Created" + }, + { + "date": "2024-10-20", + "dateType": "Created" + }, + { + "date": "2024-11-08", + "dateType": "Created" + } + ], + "descriptions": [ + { + "descriptionType": "Abstract", + "text": "CMIP forcing dataset (input4MIPs).\nThis is all data published under the unique ID (known as a source ID) CEDS-CMIP-2024-10-21." + } + ], + "formats": [ + { + "format": "application/x-netcdf" + } + ], + "fundingReferences": [], + "identifier": { + "id": "10.5281/zenodo.13952845", + "identifierType": "DOI" + }, + "language": "en", + "publication_year": 2024, + "publisher": "Earth System Grid Federation", + "relatedIdentifiers": [], + "resourceType": { + "resourceType": "Digital", + "resourceTypeGeneral": "Dataset" + }, + "rightsList": [ + { + "rights": "Creative Commons Attribution 4.0 International License (CC BY 4.0)", + "rightsURI": "http://creativecommons.org/licenses/by/4.0/" + } + ], + "subjects": [ + { + "subject": "input4MIPs.CMIP6Plus.CMIP.PNNL-JGCRI.CEDS-CMIP-2024-10-21", + "subjectScheme": "DRS" + }, + { + "subject": "forcing data" + }, + { + "subject": "climate" + }, + { + "subject": "CMIP6Plus" + } + ], + "titles": "CEDS-CMIP-2024-10-21 data provided as part of input4MIPs" +} \ No newline at end of file diff --git a/docs/source-id-landing-pages/CEDS-CMIP-2024-11-25-supplemental.json b/docs/source-id-landing-pages/CEDS-CMIP-2024-11-25-supplemental.json new file mode 100644 index 000000000..3f74d177e --- /dev/null +++ b/docs/source-id-landing-pages/CEDS-CMIP-2024-11-25-supplemental.json @@ -0,0 +1,80 @@ +{ + "creators": [ + { + "affiliation": "Joint Global Change Research Institute, Pacific Northwest National Laboratory, College Park, MD, USA", + "creatorName": "Hoesly, Rachel", + "email": "rachel.hoesly@pnnl.gov", + "familyName": "Hoesly", + "givenName": "Rachel", + "nameIdenfitier": { + "nameIdenfitierScheme": "ORCID", + "pid": "0000-0003-0965-2729", + "schemeURI": "https://orcid.org/" + } + }, + { + "affiliation": "Joint Global Change Research Institute, Pacific Northwest National Laboratory, College Park, MD, USA. Department of Atmospheric and Oceanic Science, University of Maryland, College Park, MD, USA", + "creatorName": "Smith, Steve", + "email": "ssmith@pnnl.gov", + "familyName": "Smith", + "givenName": "Steve", + "nameIdenfitier": { + "nameIdenfitierScheme": "ORCID", + "pid": "0000-0003-3248-5607", + "schemeURI": "https://orcid.org/" + } + } + ], + "dates": [ + { + "date": "2024-11-26", + "dateType": "Created" + } + ], + "descriptions": [ + { + "descriptionType": "Abstract", + "text": "CMIP forcing dataset (input4MIPs).\nThis is all data published under the unique ID (known as a source ID) CEDS-CMIP-2024-11-25-supplemental." + } + ], + "formats": [ + { + "format": "application/x-netcdf" + } + ], + "fundingReferences": [], + "identifier": { + "id": "10.5281/zenodo.14145000", + "identifierType": "DOI" + }, + "language": "en", + "publication_year": 2024, + "publisher": "Earth System Grid Federation", + "relatedIdentifiers": [], + "resourceType": { + "resourceType": "Digital", + "resourceTypeGeneral": "Dataset" + }, + "rightsList": [ + { + "rights": "Creative Commons Attribution 4.0 International License (CC BY 4.0)", + "rightsURI": "http://creativecommons.org/licenses/by/4.0/" + } + ], + "subjects": [ + { + "subject": "input4MIPs.CMIP6Plus.CMIP.PNNL-JGCRI.CEDS-CMIP-2024-11-25-supplemental", + "subjectScheme": "DRS" + }, + { + "subject": "forcing data" + }, + { + "subject": "climate" + }, + { + "subject": "CMIP6Plus" + } + ], + "titles": "CEDS-CMIP-2024-11-25-supplemental data provided as part of input4MIPs" +} \ No newline at end of file diff --git a/docs/source-id-landing-pages/CEDS-CMIP-2024-11-25.json b/docs/source-id-landing-pages/CEDS-CMIP-2024-11-25.json new file mode 100644 index 000000000..4670c4ffe --- /dev/null +++ b/docs/source-id-landing-pages/CEDS-CMIP-2024-11-25.json @@ -0,0 +1,84 @@ +{ + "creators": [ + { + "affiliation": "Joint Global Change Research Institute, Pacific Northwest National Laboratory, College Park, MD, USA", + "creatorName": "Hoesly, Rachel", + "email": "rachel.hoesly@pnnl.gov", + "familyName": "Hoesly", + "givenName": "Rachel", + "nameIdenfitier": { + "nameIdenfitierScheme": "ORCID", + "pid": "0000-0003-0965-2729", + "schemeURI": "https://orcid.org/" + } + }, + { + "affiliation": "Joint Global Change Research Institute, Pacific Northwest National Laboratory, College Park, MD, USA. Department of Atmospheric and Oceanic Science, University of Maryland, College Park, MD, USA", + "creatorName": "Smith, Steve", + "email": "ssmith@pnnl.gov", + "familyName": "Smith", + "givenName": "Steve", + "nameIdenfitier": { + "nameIdenfitierScheme": "ORCID", + "pid": "0000-0003-3248-5607", + "schemeURI": "https://orcid.org/" + } + } + ], + "dates": [ + { + "date": "2024-11-24", + "dateType": "Created" + }, + { + "date": "2024-12-03", + "dateType": "Created" + } + ], + "descriptions": [ + { + "descriptionType": "Abstract", + "text": "CMIP forcing dataset (input4MIPs).\nThis is all data published under the unique ID (known as a source ID) CEDS-CMIP-2024-11-25." + } + ], + "formats": [ + { + "format": "application/x-netcdf" + } + ], + "fundingReferences": [], + "identifier": { + "id": "10.5281/zenodo.14145000", + "identifierType": "DOI" + }, + "language": "en", + "publication_year": 2024, + "publisher": "Earth System Grid Federation", + "relatedIdentifiers": [], + "resourceType": { + "resourceType": "Digital", + "resourceTypeGeneral": "Dataset" + }, + "rightsList": [ + { + "rights": "Creative Commons Attribution 4.0 International License (CC BY 4.0)", + "rightsURI": "http://creativecommons.org/licenses/by/4.0/" + } + ], + "subjects": [ + { + "subject": "input4MIPs.CMIP6Plus.CMIP.PNNL-JGCRI.CEDS-CMIP-2024-11-25", + "subjectScheme": "DRS" + }, + { + "subject": "forcing data" + }, + { + "subject": "climate" + }, + { + "subject": "CMIP6Plus" + } + ], + "titles": "CEDS-CMIP-2024-11-25 data provided as part of input4MIPs" +} \ No newline at end of file diff --git a/docs/source-id-landing-pages/CR-CMIP-0-3-0.json b/docs/source-id-landing-pages/CR-CMIP-0-3-0.json new file mode 100644 index 000000000..d548cc6bd --- /dev/null +++ b/docs/source-id-landing-pages/CR-CMIP-0-3-0.json @@ -0,0 +1,77 @@ +{ + "creators": [ + { + "affiliation": "Climate Resource, Melbourne, Victoria, Australia. Energy, Climate and Environment Program, International Institute for Applied Systems Analysis (IIASA), 2361 Laxenburg, Austria. School of Geography, Earth and Atmospheric Sciences, The University of Melbourne, Melbourne, Victoria, Australia", + "creatorName": "Nicholls, Zebedee", + "email": "zebedee.nicholls@climate-resource.com", + "familyName": "Nicholls", + "givenName": "Zebedee", + "nameIdenfitier": { + "nameIdenfitierScheme": "ORCID", + "pid": "0000-0002-4767-2723", + "schemeURI": "https://orcid.org/" + } + }, + { + "affiliation": "Climate Resource, Melbourne, Victoria, Australia. School of Geography, Earth and Atmospheric Sciences, The University of Melbourne, Melbourne, Victoria, Australia", + "creatorName": "Meinshausen, Malte", + "email": "malte.meinshausen@climate-resource.com", + "familyName": "Meinshausen", + "givenName": "Malte", + "nameIdenfitier": { + "nameIdenfitierScheme": "ORCID", + "pid": "0000-0003-4048-3521", + "schemeURI": "https://orcid.org/" + } + } + ], + "dates": [ + { + "date": "2024-08-06", + "dateType": "Created" + } + ], + "descriptions": [ + { + "descriptionType": "Abstract", + "text": "CMIP forcing dataset (input4MIPs).\nThis is all data published under the unique ID (known as a source ID) CR-CMIP-0-3-0." + } + ], + "formats": [ + { + "format": "application/x-netcdf" + } + ], + "fundingReferences": [], + "identifier": {}, + "language": "en", + "publication_year": 2024, + "publisher": "Earth System Grid Federation", + "relatedIdentifiers": [], + "resourceType": { + "resourceType": "Digital", + "resourceTypeGeneral": "Dataset" + }, + "rightsList": [ + { + "rights": "Creative Commons Attribution 4.0 International License (CC BY 4.0)", + "rightsURI": "http://creativecommons.org/licenses/by/4.0/" + } + ], + "subjects": [ + { + "subject": "input4MIPs.CMIP6Plus.CMIP.CR.CR-CMIP-0-3-0", + "subjectScheme": "DRS" + }, + { + "subject": "forcing data" + }, + { + "subject": "climate" + }, + { + "subject": "CMIP6Plus" + } + ], + "titles": "CR-CMIP-0-3-0 data provided as part of input4MIPs" +} \ No newline at end of file diff --git a/docs/source-id-landing-pages/CR-CMIP-0-4-0.json b/docs/source-id-landing-pages/CR-CMIP-0-4-0.json new file mode 100644 index 000000000..e271d85a5 --- /dev/null +++ b/docs/source-id-landing-pages/CR-CMIP-0-4-0.json @@ -0,0 +1,80 @@ +{ + "creators": [ + { + "affiliation": "Climate Resource, Melbourne, Victoria, Australia. Energy, Climate and Environment Program, International Institute for Applied Systems Analysis (IIASA), 2361 Laxenburg, Austria. School of Geography, Earth and Atmospheric Sciences, The University of Melbourne, Melbourne, Victoria, Australia", + "creatorName": "Nicholls, Zebedee", + "email": "zebedee.nicholls@climate-resource.com", + "familyName": "Nicholls", + "givenName": "Zebedee", + "nameIdenfitier": { + "nameIdenfitierScheme": "ORCID", + "pid": "0000-0002-4767-2723", + "schemeURI": "https://orcid.org/" + } + }, + { + "affiliation": "Climate Resource, Melbourne, Victoria, Australia. School of Geography, Earth and Atmospheric Sciences, The University of Melbourne, Melbourne, Victoria, Australia", + "creatorName": "Meinshausen, Malte", + "email": "malte.meinshausen@climate-resource.com", + "familyName": "Meinshausen", + "givenName": "Malte", + "nameIdenfitier": { + "nameIdenfitierScheme": "ORCID", + "pid": "0000-0003-4048-3521", + "schemeURI": "https://orcid.org/" + } + } + ], + "dates": [ + { + "date": "2024-12-05", + "dateType": "Created" + } + ], + "descriptions": [ + { + "descriptionType": "Abstract", + "text": "CMIP forcing dataset (input4MIPs).\nThis is all data published under the unique ID (known as a source ID) CR-CMIP-0-4-0." + } + ], + "formats": [ + { + "format": "application/x-netcdf" + } + ], + "fundingReferences": [], + "identifier": { + "id": "10.5281/zenodo.13365838", + "identifierType": "DOI" + }, + "language": "en", + "publication_year": 2024, + "publisher": "Earth System Grid Federation", + "relatedIdentifiers": [], + "resourceType": { + "resourceType": "Digital", + "resourceTypeGeneral": "Dataset" + }, + "rightsList": [ + { + "rights": "Creative Commons Attribution 4.0 International License (CC BY 4.0)", + "rightsURI": "http://creativecommons.org/licenses/by/4.0/" + } + ], + "subjects": [ + { + "subject": "input4MIPs.CMIP6Plus.CMIP.CR.CR-CMIP-0-4-0", + "subjectScheme": "DRS" + }, + { + "subject": "forcing data" + }, + { + "subject": "climate" + }, + { + "subject": "CMIP6Plus" + } + ], + "titles": "CR-CMIP-0-4-0 data provided as part of input4MIPs" +} \ No newline at end of file diff --git a/docs/source-id-landing-pages/CR-CMIP-1-0-0.json b/docs/source-id-landing-pages/CR-CMIP-1-0-0.json new file mode 100644 index 000000000..2d7e6e953 --- /dev/null +++ b/docs/source-id-landing-pages/CR-CMIP-1-0-0.json @@ -0,0 +1,80 @@ +{ + "creators": [ + { + "affiliation": "Climate Resource, Melbourne, Victoria, Australia. Energy, Climate and Environment Program, International Institute for Applied Systems Analysis (IIASA), 2361 Laxenburg, Austria. School of Geography, Earth and Atmospheric Sciences, The University of Melbourne, Melbourne, Victoria, Australia", + "creatorName": "Nicholls, Zebedee", + "email": "zebedee.nicholls@climate-resource.com", + "familyName": "Nicholls", + "givenName": "Zebedee", + "nameIdenfitier": { + "nameIdenfitierScheme": "ORCID", + "pid": "0000-0002-4767-2723", + "schemeURI": "https://orcid.org/" + } + }, + { + "affiliation": "Climate Resource, Melbourne, Victoria, Australia. School of Geography, Earth and Atmospheric Sciences, The University of Melbourne, Melbourne, Victoria, Australia", + "creatorName": "Meinshausen, Malte", + "email": "malte.meinshausen@climate-resource.com", + "familyName": "Meinshausen", + "givenName": "Malte", + "nameIdenfitier": { + "nameIdenfitierScheme": "ORCID", + "pid": "0000-0003-4048-3521", + "schemeURI": "https://orcid.org/" + } + } + ], + "dates": [ + { + "date": "2025-02-28", + "dateType": "Created" + } + ], + "descriptions": [ + { + "descriptionType": "Abstract", + "text": "CMIP forcing dataset (input4MIPs).\nThis is all data published under the unique ID (known as a source ID) CR-CMIP-1-0-0." + } + ], + "formats": [ + { + "format": "application/x-netcdf" + } + ], + "fundingReferences": [], + "identifier": { + "id": "https://doi.org/10.5281/zenodo.14892947", + "identifierType": "DOI" + }, + "language": "en", + "publication_year": 2025, + "publisher": "Earth System Grid Federation", + "relatedIdentifiers": [], + "resourceType": { + "resourceType": "Digital", + "resourceTypeGeneral": "Dataset" + }, + "rightsList": [ + { + "rights": "Creative Commons Attribution 4.0 International License (CC BY 4.0)", + "rightsURI": "http://creativecommons.org/licenses/by/4.0/" + } + ], + "subjects": [ + { + "subject": "input4MIPs.CMIP7.CMIP.CR.CR-CMIP-1-0-0", + "subjectScheme": "DRS" + }, + { + "subject": "forcing data" + }, + { + "subject": "climate" + }, + { + "subject": "CMIP7" + } + ], + "titles": "CR-CMIP-1-0-0 data provided as part of input4MIPs" +} \ No newline at end of file diff --git a/docs/source-id-landing-pages/DRES-CMIP-BB4CMIP7-1-0.json b/docs/source-id-landing-pages/DRES-CMIP-BB4CMIP7-1-0.json new file mode 100644 index 000000000..785bfbacd --- /dev/null +++ b/docs/source-id-landing-pages/DRES-CMIP-BB4CMIP7-1-0.json @@ -0,0 +1,89 @@ +{ + "creators": [ + { + "affiliation": "Deltares, Delft, the Netherlands", + "creatorName": "van Marle, Margreet", + "email": "Margreet.vanMarle@Deltares.nl", + "familyName": "van Marle", + "givenName": "Margreet", + "nameIdenfitier": { + "nameIdenfitierScheme": "ORCID", + "pid": "0000-0001-7473-5550", + "schemeURI": "https://orcid.org/" + } + }, + { + "affiliation": "Wageningen University and Research, Meteorology and Air Quality, Wageningen, Netherlands", + "creatorName": "van der Werf, Guido", + "email": "Guido.vanderWerf@wur.nl", + "familyName": "van der Werf", + "givenName": "Guido", + "nameIdenfitier": { + "nameIdenfitierScheme": "ORCID", + "pid": "0000-0001-9042-8630", + "schemeURI": "https://orcid.org/" + } + } + ], + "dates": [ + { + "date": "2024-10-11", + "dateType": "Created" + }, + { + "date": "2024-10-10", + "dateType": "Created" + }, + { + "date": "2024-10-12", + "dateType": "Created" + }, + { + "date": "2024-10-09", + "dateType": "Created" + } + ], + "descriptions": [ + { + "descriptionType": "Abstract", + "text": "CMIP forcing dataset (input4MIPs).\nThis is all data published under the unique ID (known as a source ID) DRES-CMIP-BB4CMIP7-1-0." + } + ], + "formats": [ + { + "format": "application/x-netcdf" + } + ], + "fundingReferences": [], + "identifier": {}, + "language": "en", + "publication_year": 2024, + "publisher": "Earth System Grid Federation", + "relatedIdentifiers": [], + "resourceType": { + "resourceType": "Digital", + "resourceTypeGeneral": "Dataset" + }, + "rightsList": [ + { + "rights": "Creative Commons Attribution 4.0 International License (CC BY 4.0)", + "rightsURI": "http://creativecommons.org/licenses/by/4.0/" + } + ], + "subjects": [ + { + "subject": "input4MIPs.CMIP6Plus.CMIP.DRES.DRES-CMIP-BB4CMIP7-1-0", + "subjectScheme": "DRS" + }, + { + "subject": "forcing data" + }, + { + "subject": "climate" + }, + { + "subject": "CMIP6Plus" + } + ], + "titles": "DRES-CMIP-BB4CMIP7-1-0 data provided as part of input4MIPs" +} \ No newline at end of file diff --git a/docs/source-id-landing-pages/DRES-CMIP-BB4CMIP7-2-0.json b/docs/source-id-landing-pages/DRES-CMIP-BB4CMIP7-2-0.json new file mode 100644 index 000000000..e59137771 --- /dev/null +++ b/docs/source-id-landing-pages/DRES-CMIP-BB4CMIP7-2-0.json @@ -0,0 +1,92 @@ +{ + "creators": [ + { + "affiliation": "Deltares, Delft, the Netherlands", + "creatorName": "van Marle, Margreet", + "email": "Margreet.vanMarle@Deltares.nl", + "familyName": "van Marle", + "givenName": "Margreet", + "nameIdenfitier": { + "nameIdenfitierScheme": "ORCID", + "pid": "0000-0001-7473-5550", + "schemeURI": "https://orcid.org/" + } + }, + { + "affiliation": "Wageningen University and Research, Meteorology and Air Quality, Wageningen, Netherlands", + "creatorName": "van der Werf, Guido", + "email": "Guido.vanderWerf@wur.nl", + "familyName": "van der Werf", + "givenName": "Guido", + "nameIdenfitier": { + "nameIdenfitierScheme": "ORCID", + "pid": "0000-0001-9042-8630", + "schemeURI": "https://orcid.org/" + } + } + ], + "dates": [ + { + "date": "2025-02-25", + "dateType": "Created" + }, + { + "date": "2025-02-27", + "dateType": "Created" + }, + { + "date": "2025-02-26", + "dateType": "Created" + }, + { + "date": "2025-02-21", + "dateType": "Created" + } + ], + "descriptions": [ + { + "descriptionType": "Abstract", + "text": "CMIP forcing dataset (input4MIPs).\nThis is all data published under the unique ID (known as a source ID) DRES-CMIP-BB4CMIP7-2-0." + } + ], + "formats": [ + { + "format": "application/x-netcdf" + } + ], + "fundingReferences": [], + "identifier": { + "id": "10.25981/ESGF.input4MIPs.CMIP7/2524040", + "identifierType": "DOI" + }, + "language": "en", + "publication_year": 2025, + "publisher": "Earth System Grid Federation", + "relatedIdentifiers": [], + "resourceType": { + "resourceType": "Digital", + "resourceTypeGeneral": "Dataset" + }, + "rightsList": [ + { + "rights": "Creative Commons Attribution 4.0 International License (CC BY 4.0)", + "rightsURI": "http://creativecommons.org/licenses/by/4.0/" + } + ], + "subjects": [ + { + "subject": "input4MIPs.CMIP7.CMIP.DRES.DRES-CMIP-BB4CMIP7-2-0", + "subjectScheme": "DRS" + }, + { + "subject": "forcing data" + }, + { + "subject": "climate" + }, + { + "subject": "CMIP7" + } + ], + "titles": "DRES-CMIP-BB4CMIP7-2-0 data provided as part of input4MIPs" +} \ No newline at end of file diff --git a/docs/source-id-landing-pages/MRI-JRA55-do-1-6-0.json b/docs/source-id-landing-pages/MRI-JRA55-do-1-6-0.json new file mode 100644 index 000000000..0e80499d1 --- /dev/null +++ b/docs/source-id-landing-pages/MRI-JRA55-do-1-6-0.json @@ -0,0 +1,69 @@ +{ + "creators": [ + { + "affiliation": "JMA Meteorological Research Institute (MRI), Tsukuba, Ibaraki, Japan", + "creatorName": "Tsujino, Hiroyuki", + "email": "htsujino@mri-jma.go.jp", + "familyName": "Tsujino", + "givenName": "Hiroyuki", + "nameIdenfitier": { + "nameIdenfitierScheme": "ORCID", + "pid": "0000-0003-3336-0275", + "schemeURI": "https://orcid.org/" + } + } + ], + "dates": [ + { + "date": "2024-05-30", + "dateType": "Created" + }, + { + "date": "2024-05-31", + "dateType": "Created" + } + ], + "descriptions": [ + { + "descriptionType": "Abstract", + "text": "CMIP forcing dataset (input4MIPs).\nThis is all data published under the unique ID (known as a source ID) MRI-JRA55-do-1-6-0." + } + ], + "formats": [ + { + "format": "application/x-netcdf" + } + ], + "fundingReferences": [], + "identifier": {}, + "language": "en", + "publication_year": 2024, + "publisher": "Earth System Grid Federation", + "relatedIdentifiers": [], + "resourceType": { + "resourceType": "Digital", + "resourceTypeGeneral": "Dataset" + }, + "rightsList": [ + { + "rights": "Creative Commons Attribution 4.0 International License (CC BY 4.0)", + "rightsURI": "http://creativecommons.org/licenses/by/4.0/" + } + ], + "subjects": [ + { + "subject": "input4MIPs.CMIP6Plus.OMIP.MRI.MRI-JRA55-do-1-6-0", + "subjectScheme": "DRS" + }, + { + "subject": "forcing data" + }, + { + "subject": "climate" + }, + { + "subject": "CMIP6Plus" + } + ], + "titles": "MRI-JRA55-do-1-6-0 data provided as part of input4MIPs" +} \ No newline at end of file diff --git a/docs/source-id-landing-pages/PCMDI-AMIP-1-1-9.json b/docs/source-id-landing-pages/PCMDI-AMIP-1-1-9.json new file mode 100644 index 000000000..43075fa35 --- /dev/null +++ b/docs/source-id-landing-pages/PCMDI-AMIP-1-1-9.json @@ -0,0 +1,65 @@ +{ + "creators": [ + { + "affiliation": "Program for Climate Model Diagnosis and Intercomparison, Lawrence Livermore National Laboratory, Livermore, California, USA", + "creatorName": "Durack, Paul", + "email": "durack1@llnl.gov", + "familyName": "Durack", + "givenName": "Paul", + "nameIdenfitier": { + "nameIdenfitierScheme": "ORCID", + "pid": "0000-0003-2835-1438", + "schemeURI": "https://orcid.org/" + } + } + ], + "dates": [ + { + "date": "2023-05-12", + "dateType": "Created" + } + ], + "descriptions": [ + { + "descriptionType": "Abstract", + "text": "CMIP forcing dataset (input4MIPs).\nThis is all data published under the unique ID (known as a source ID) PCMDI-AMIP-1-1-9." + } + ], + "formats": [ + { + "format": "application/x-netcdf" + } + ], + "fundingReferences": [], + "identifier": {}, + "language": "en", + "publication_year": 2023, + "publisher": "Earth System Grid Federation", + "relatedIdentifiers": [], + "resourceType": { + "resourceType": "Digital", + "resourceTypeGeneral": "Dataset" + }, + "rightsList": [ + { + "rights": "Creative Commons Attribution 4.0 International License (CC BY 4.0)", + "rightsURI": "http://creativecommons.org/licenses/by/4.0/" + } + ], + "subjects": [ + { + "subject": "input4MIPs.CMIP6Plus.CMIP.PCMDI.PCMDI-AMIP-1-1-9", + "subjectScheme": "DRS" + }, + { + "subject": "forcing data" + }, + { + "subject": "climate" + }, + { + "subject": "CMIP6Plus" + } + ], + "titles": "PCMDI-AMIP-1-1-9 data provided as part of input4MIPs" +} \ No newline at end of file diff --git a/docs/source-id-landing-pages/SOLARIS-HEPPA-CMIP-4-2.json b/docs/source-id-landing-pages/SOLARIS-HEPPA-CMIP-4-2.json new file mode 100644 index 000000000..bade52682 --- /dev/null +++ b/docs/source-id-landing-pages/SOLARIS-HEPPA-CMIP-4-2.json @@ -0,0 +1,65 @@ +{ + "creators": [ + { + "affiliation": "Instituto de Astrof\u00edsica de Andaluc\u00eda, CSIC, Granada, Spain", + "creatorName": "Funke, Bernd", + "email": "bernd@iaa.es", + "familyName": "Funke", + "givenName": "Bernd", + "nameIdenfitier": { + "nameIdenfitierScheme": "ORCID", + "pid": "0000-0003-0462-4702", + "schemeURI": "https://orcid.org/" + } + } + ], + "dates": [ + { + "date": "2024-06-06", + "dateType": "Created" + } + ], + "descriptions": [ + { + "descriptionType": "Abstract", + "text": "CMIP forcing dataset (input4MIPs).\nThis is all data published under the unique ID (known as a source ID) SOLARIS-HEPPA-CMIP-4-2." + } + ], + "formats": [ + { + "format": "application/x-netcdf" + } + ], + "fundingReferences": [], + "identifier": {}, + "language": "en", + "publication_year": 2024, + "publisher": "Earth System Grid Federation", + "relatedIdentifiers": [], + "resourceType": { + "resourceType": "Digital", + "resourceTypeGeneral": "Dataset" + }, + "rightsList": [ + { + "rights": "Creative Commons Attribution 4.0 International License (CC BY 4.0)", + "rightsURI": "http://creativecommons.org/licenses/by/4.0/" + } + ], + "subjects": [ + { + "subject": "input4MIPs.CMIP6Plus.CMIP.SOLARIS-HEPPA.SOLARIS-HEPPA-CMIP-4-2", + "subjectScheme": "DRS" + }, + { + "subject": "forcing data" + }, + { + "subject": "climate" + }, + { + "subject": "CMIP6Plus" + } + ], + "titles": "SOLARIS-HEPPA-CMIP-4-2 data provided as part of input4MIPs" +} \ No newline at end of file diff --git a/docs/source-id-landing-pages/SOLARIS-HEPPA-CMIP-4-3.json b/docs/source-id-landing-pages/SOLARIS-HEPPA-CMIP-4-3.json new file mode 100644 index 000000000..366efa4ae --- /dev/null +++ b/docs/source-id-landing-pages/SOLARIS-HEPPA-CMIP-4-3.json @@ -0,0 +1,65 @@ +{ + "creators": [ + { + "affiliation": "Instituto de Astrof\u00edsica de Andaluc\u00eda, CSIC, Granada, Spain", + "creatorName": "Funke, Bernd", + "email": "bernd@iaa.es", + "familyName": "Funke", + "givenName": "Bernd", + "nameIdenfitier": { + "nameIdenfitierScheme": "ORCID", + "pid": "0000-0003-0462-4702", + "schemeURI": "https://orcid.org/" + } + } + ], + "dates": [ + { + "date": "2024-07-30", + "dateType": "Created" + } + ], + "descriptions": [ + { + "descriptionType": "Abstract", + "text": "CMIP forcing dataset (input4MIPs).\nThis is all data published under the unique ID (known as a source ID) SOLARIS-HEPPA-CMIP-4-3." + } + ], + "formats": [ + { + "format": "application/x-netcdf" + } + ], + "fundingReferences": [], + "identifier": {}, + "language": "en", + "publication_year": 2024, + "publisher": "Earth System Grid Federation", + "relatedIdentifiers": [], + "resourceType": { + "resourceType": "Digital", + "resourceTypeGeneral": "Dataset" + }, + "rightsList": [ + { + "rights": "Creative Commons Attribution 4.0 International License (CC BY 4.0)", + "rightsURI": "http://creativecommons.org/licenses/by/4.0/" + } + ], + "subjects": [ + { + "subject": "input4MIPs.CMIP6Plus.CMIP.SOLARIS-HEPPA.SOLARIS-HEPPA-CMIP-4-3", + "subjectScheme": "DRS" + }, + { + "subject": "forcing data" + }, + { + "subject": "climate" + }, + { + "subject": "CMIP6Plus" + } + ], + "titles": "SOLARIS-HEPPA-CMIP-4-3 data provided as part of input4MIPs" +} \ No newline at end of file diff --git a/docs/source-id-landing-pages/SOLARIS-HEPPA-CMIP-4-4.json b/docs/source-id-landing-pages/SOLARIS-HEPPA-CMIP-4-4.json new file mode 100644 index 000000000..91981cf8b --- /dev/null +++ b/docs/source-id-landing-pages/SOLARIS-HEPPA-CMIP-4-4.json @@ -0,0 +1,65 @@ +{ + "creators": [ + { + "affiliation": "Instituto de Astrof\u00edsica de Andaluc\u00eda, CSIC, Granada, Spain", + "creatorName": "Funke, Bernd", + "email": "bernd@iaa.es", + "familyName": "Funke", + "givenName": "Bernd", + "nameIdenfitier": { + "nameIdenfitierScheme": "ORCID", + "pid": "0000-0003-0462-4702", + "schemeURI": "https://orcid.org/" + } + } + ], + "dates": [ + { + "date": "2024-10-14", + "dateType": "Created" + } + ], + "descriptions": [ + { + "descriptionType": "Abstract", + "text": "CMIP forcing dataset (input4MIPs).\nThis is all data published under the unique ID (known as a source ID) SOLARIS-HEPPA-CMIP-4-4." + } + ], + "formats": [ + { + "format": "application/x-netcdf" + } + ], + "fundingReferences": [], + "identifier": {}, + "language": "en", + "publication_year": 2024, + "publisher": "Earth System Grid Federation", + "relatedIdentifiers": [], + "resourceType": { + "resourceType": "Digital", + "resourceTypeGeneral": "Dataset" + }, + "rightsList": [ + { + "rights": "Creative Commons Attribution 4.0 International License (CC BY 4.0)", + "rightsURI": "http://creativecommons.org/licenses/by/4.0/" + } + ], + "subjects": [ + { + "subject": "input4MIPs.CMIP6Plus.CMIP.SOLARIS-HEPPA.SOLARIS-HEPPA-CMIP-4-4", + "subjectScheme": "DRS" + }, + { + "subject": "forcing data" + }, + { + "subject": "climate" + }, + { + "subject": "CMIP6Plus" + } + ], + "titles": "SOLARIS-HEPPA-CMIP-4-4 data provided as part of input4MIPs" +} \ No newline at end of file diff --git a/docs/source-id-landing-pages/SOLARIS-HEPPA-CMIP-4-5.json b/docs/source-id-landing-pages/SOLARIS-HEPPA-CMIP-4-5.json new file mode 100644 index 000000000..88a3a8050 --- /dev/null +++ b/docs/source-id-landing-pages/SOLARIS-HEPPA-CMIP-4-5.json @@ -0,0 +1,65 @@ +{ + "creators": [ + { + "affiliation": "Instituto de Astrof\u00edsica de Andaluc\u00eda, CSIC, Granada, Spain", + "creatorName": "Funke, Bernd", + "email": "bernd@iaa.es", + "familyName": "Funke", + "givenName": "Bernd", + "nameIdenfitier": { + "nameIdenfitierScheme": "ORCID", + "pid": "0000-0003-0462-4702", + "schemeURI": "https://orcid.org/" + } + } + ], + "dates": [ + { + "date": "2024-11-20", + "dateType": "Created" + } + ], + "descriptions": [ + { + "descriptionType": "Abstract", + "text": "CMIP forcing dataset (input4MIPs).\nThis is all data published under the unique ID (known as a source ID) SOLARIS-HEPPA-CMIP-4-5." + } + ], + "formats": [ + { + "format": "application/x-netcdf" + } + ], + "fundingReferences": [], + "identifier": {}, + "language": "en", + "publication_year": 2024, + "publisher": "Earth System Grid Federation", + "relatedIdentifiers": [], + "resourceType": { + "resourceType": "Digital", + "resourceTypeGeneral": "Dataset" + }, + "rightsList": [ + { + "rights": "Creative Commons Attribution 4.0 International License (CC BY 4.0)", + "rightsURI": "http://creativecommons.org/licenses/by/4.0/" + } + ], + "subjects": [ + { + "subject": "input4MIPs.CMIP6Plus.CMIP.SOLARIS-HEPPA.SOLARIS-HEPPA-CMIP-4-5", + "subjectScheme": "DRS" + }, + { + "subject": "forcing data" + }, + { + "subject": "climate" + }, + { + "subject": "CMIP6Plus" + } + ], + "titles": "SOLARIS-HEPPA-CMIP-4-5 data provided as part of input4MIPs" +} \ No newline at end of file diff --git a/docs/source-id-landing-pages/SOLARIS-HEPPA-CMIP-4-6.json b/docs/source-id-landing-pages/SOLARIS-HEPPA-CMIP-4-6.json new file mode 100644 index 000000000..f799c92a9 --- /dev/null +++ b/docs/source-id-landing-pages/SOLARIS-HEPPA-CMIP-4-6.json @@ -0,0 +1,68 @@ +{ + "creators": [ + { + "affiliation": "Instituto de Astrof\u00edsica de Andaluc\u00eda, CSIC, Granada, Spain", + "creatorName": "Funke, Bernd", + "email": "bernd@iaa.es", + "familyName": "Funke", + "givenName": "Bernd", + "nameIdenfitier": { + "nameIdenfitierScheme": "ORCID", + "pid": "0000-0003-0462-4702", + "schemeURI": "https://orcid.org/" + } + } + ], + "dates": [ + { + "date": "2024-12-23", + "dateType": "Created" + } + ], + "descriptions": [ + { + "descriptionType": "Abstract", + "text": "CMIP forcing dataset (input4MIPs).\nThis is all data published under the unique ID (known as a source ID) SOLARIS-HEPPA-CMIP-4-6." + } + ], + "formats": [ + { + "format": "application/x-netcdf" + } + ], + "fundingReferences": [], + "identifier": { + "id": "10.25981/ESGF.input4MIPs.CMIP7/2522675", + "identifierType": "DOI" + }, + "language": "en", + "publication_year": 2024, + "publisher": "Earth System Grid Federation", + "relatedIdentifiers": [], + "resourceType": { + "resourceType": "Digital", + "resourceTypeGeneral": "Dataset" + }, + "rightsList": [ + { + "rights": "Creative Commons Attribution 4.0 International License (CC BY 4.0)", + "rightsURI": "http://creativecommons.org/licenses/by/4.0/" + } + ], + "subjects": [ + { + "subject": "input4MIPs.CMIP7.CMIP.SOLARIS-HEPPA.SOLARIS-HEPPA-CMIP-4-6", + "subjectScheme": "DRS" + }, + { + "subject": "forcing data" + }, + { + "subject": "climate" + }, + { + "subject": "CMIP7" + } + ], + "titles": "SOLARIS-HEPPA-CMIP-4-6 data provided as part of input4MIPs" +} \ No newline at end of file diff --git a/docs/source-id-landing-pages/UCLA-1-0-1-constant.json b/docs/source-id-landing-pages/UCLA-1-0-1-constant.json new file mode 100644 index 000000000..0c1345825 --- /dev/null +++ b/docs/source-id-landing-pages/UCLA-1-0-1-constant.json @@ -0,0 +1,77 @@ +{ + "creators": [ + { + "affiliation": "Department of Atmospheric and Oceanic Sciences, University of California \u2013 Los Angeles, Los Angeles, California, USA", + "creatorName": "Kok, Jasper", + "email": "jfkok@ucla.edu", + "familyName": "Kok", + "givenName": "Jasper", + "nameIdenfitier": { + "nameIdenfitierScheme": "ORCID", + "pid": "0000-0003-0464-8325", + "schemeURI": "https://orcid.org/" + } + }, + { + "affiliation": "Department of Atmospheric and Oceanic Sciences, University of California \u2013 Los Angeles, Los Angeles, California, USA. Atmospheric Chemistry Observations and Modeling Laboratory, NSF National Center for Atmospheric Research, Boulder, Colorado, USA", + "creatorName": "Leung, Danny", + "email": "dleung@ucar.edu", + "familyName": "Leung", + "givenName": "Danny", + "nameIdenfitier": { + "nameIdenfitierScheme": "ORCID", + "pid": "0000-0002-9879-9978", + "schemeURI": "https://orcid.org/" + } + } + ], + "dates": [ + { + "date": "2025-02-12", + "dateType": "Created" + } + ], + "descriptions": [ + { + "descriptionType": "Abstract", + "text": "CMIP forcing dataset (input4MIPs).\nThis is all data published under the unique ID (known as a source ID) UCLA-1-0-1-constant." + } + ], + "formats": [ + { + "format": "application/x-netcdf" + } + ], + "fundingReferences": [], + "identifier": {}, + "language": "en", + "publication_year": 2025, + "publisher": "Earth System Grid Federation", + "relatedIdentifiers": [], + "resourceType": { + "resourceType": "Digital", + "resourceTypeGeneral": "Dataset" + }, + "rightsList": [ + { + "rights": "Creative Commons Attribution 4.0 International License (CC BY 4.0)", + "rightsURI": "http://creativecommons.org/licenses/by/4.0/" + } + ], + "subjects": [ + { + "subject": "input4MIPs.CMIP6Plus.AerChemMIP2.UCLA.UCLA-1-0-1-constant", + "subjectScheme": "DRS" + }, + { + "subject": "forcing data" + }, + { + "subject": "climate" + }, + { + "subject": "CMIP6Plus" + } + ], + "titles": "UCLA-1-0-1-constant data provided as part of input4MIPs" +} \ No newline at end of file diff --git a/docs/source-id-landing-pages/UCLA-1-0-1-decreasing.json b/docs/source-id-landing-pages/UCLA-1-0-1-decreasing.json new file mode 100644 index 000000000..e36c6cd3d --- /dev/null +++ b/docs/source-id-landing-pages/UCLA-1-0-1-decreasing.json @@ -0,0 +1,77 @@ +{ + "creators": [ + { + "affiliation": "Department of Atmospheric and Oceanic Sciences, University of California \u2013 Los Angeles, Los Angeles, California, USA", + "creatorName": "Kok, Jasper", + "email": "jfkok@ucla.edu", + "familyName": "Kok", + "givenName": "Jasper", + "nameIdenfitier": { + "nameIdenfitierScheme": "ORCID", + "pid": "0000-0003-0464-8325", + "schemeURI": "https://orcid.org/" + } + }, + { + "affiliation": "Department of Atmospheric and Oceanic Sciences, University of California \u2013 Los Angeles, Los Angeles, California, USA. Atmospheric Chemistry Observations and Modeling Laboratory, NSF National Center for Atmospheric Research, Boulder, Colorado, USA", + "creatorName": "Leung, Danny", + "email": "dleung@ucar.edu", + "familyName": "Leung", + "givenName": "Danny", + "nameIdenfitier": { + "nameIdenfitierScheme": "ORCID", + "pid": "0000-0002-9879-9978", + "schemeURI": "https://orcid.org/" + } + } + ], + "dates": [ + { + "date": "2025-02-12", + "dateType": "Created" + } + ], + "descriptions": [ + { + "descriptionType": "Abstract", + "text": "CMIP forcing dataset (input4MIPs).\nThis is all data published under the unique ID (known as a source ID) UCLA-1-0-1-decreasing." + } + ], + "formats": [ + { + "format": "application/x-netcdf" + } + ], + "fundingReferences": [], + "identifier": {}, + "language": "en", + "publication_year": 2025, + "publisher": "Earth System Grid Federation", + "relatedIdentifiers": [], + "resourceType": { + "resourceType": "Digital", + "resourceTypeGeneral": "Dataset" + }, + "rightsList": [ + { + "rights": "Creative Commons Attribution 4.0 International License (CC BY 4.0)", + "rightsURI": "http://creativecommons.org/licenses/by/4.0/" + } + ], + "subjects": [ + { + "subject": "input4MIPs.CMIP6Plus.AerChemMIP2.UCLA.UCLA-1-0-1-decreasing", + "subjectScheme": "DRS" + }, + { + "subject": "forcing data" + }, + { + "subject": "climate" + }, + { + "subject": "CMIP6Plus" + } + ], + "titles": "UCLA-1-0-1-decreasing data provided as part of input4MIPs" +} \ No newline at end of file diff --git a/docs/source-id-landing-pages/UCLA-1-0-1-increasing.json b/docs/source-id-landing-pages/UCLA-1-0-1-increasing.json new file mode 100644 index 000000000..ee75d16a7 --- /dev/null +++ b/docs/source-id-landing-pages/UCLA-1-0-1-increasing.json @@ -0,0 +1,77 @@ +{ + "creators": [ + { + "affiliation": "Department of Atmospheric and Oceanic Sciences, University of California \u2013 Los Angeles, Los Angeles, California, USA", + "creatorName": "Kok, Jasper", + "email": "jfkok@ucla.edu", + "familyName": "Kok", + "givenName": "Jasper", + "nameIdenfitier": { + "nameIdenfitierScheme": "ORCID", + "pid": "0000-0003-0464-8325", + "schemeURI": "https://orcid.org/" + } + }, + { + "affiliation": "Department of Atmospheric and Oceanic Sciences, University of California \u2013 Los Angeles, Los Angeles, California, USA. Atmospheric Chemistry Observations and Modeling Laboratory, NSF National Center for Atmospheric Research, Boulder, Colorado, USA", + "creatorName": "Leung, Danny", + "email": "dleung@ucar.edu", + "familyName": "Leung", + "givenName": "Danny", + "nameIdenfitier": { + "nameIdenfitierScheme": "ORCID", + "pid": "0000-0002-9879-9978", + "schemeURI": "https://orcid.org/" + } + } + ], + "dates": [ + { + "date": "2025-02-12", + "dateType": "Created" + } + ], + "descriptions": [ + { + "descriptionType": "Abstract", + "text": "CMIP forcing dataset (input4MIPs).\nThis is all data published under the unique ID (known as a source ID) UCLA-1-0-1-increasing." + } + ], + "formats": [ + { + "format": "application/x-netcdf" + } + ], + "fundingReferences": [], + "identifier": {}, + "language": "en", + "publication_year": 2025, + "publisher": "Earth System Grid Federation", + "relatedIdentifiers": [], + "resourceType": { + "resourceType": "Digital", + "resourceTypeGeneral": "Dataset" + }, + "rightsList": [ + { + "rights": "Creative Commons Attribution 4.0 International License (CC BY 4.0)", + "rightsURI": "http://creativecommons.org/licenses/by/4.0/" + } + ], + "subjects": [ + { + "subject": "input4MIPs.CMIP6Plus.AerChemMIP2.UCLA.UCLA-1-0-1-increasing", + "subjectScheme": "DRS" + }, + { + "subject": "forcing data" + }, + { + "subject": "climate" + }, + { + "subject": "CMIP6Plus" + } + ], + "titles": "UCLA-1-0-1-increasing data provided as part of input4MIPs" +} \ No newline at end of file diff --git a/docs/source-id-landing-pages/UCLA-1-0-1.json b/docs/source-id-landing-pages/UCLA-1-0-1.json new file mode 100644 index 000000000..87aca6cac --- /dev/null +++ b/docs/source-id-landing-pages/UCLA-1-0-1.json @@ -0,0 +1,77 @@ +{ + "creators": [ + { + "affiliation": "Department of Atmospheric and Oceanic Sciences, University of California \u2013 Los Angeles, Los Angeles, California, USA", + "creatorName": "Kok, Jasper", + "email": "jfkok@ucla.edu", + "familyName": "Kok", + "givenName": "Jasper", + "nameIdenfitier": { + "nameIdenfitierScheme": "ORCID", + "pid": "0000-0003-0464-8325", + "schemeURI": "https://orcid.org/" + } + }, + { + "affiliation": "Department of Atmospheric and Oceanic Sciences, University of California \u2013 Los Angeles, Los Angeles, California, USA. Atmospheric Chemistry Observations and Modeling Laboratory, NSF National Center for Atmospheric Research, Boulder, Colorado, USA", + "creatorName": "Leung, Danny", + "email": "dleung@ucar.edu", + "familyName": "Leung", + "givenName": "Danny", + "nameIdenfitier": { + "nameIdenfitierScheme": "ORCID", + "pid": "0000-0002-9879-9978", + "schemeURI": "https://orcid.org/" + } + } + ], + "dates": [ + { + "date": "2025-02-12", + "dateType": "Created" + } + ], + "descriptions": [ + { + "descriptionType": "Abstract", + "text": "CMIP forcing dataset (input4MIPs).\nThis is all data published under the unique ID (known as a source ID) UCLA-1-0-1." + } + ], + "formats": [ + { + "format": "application/x-netcdf" + } + ], + "fundingReferences": [], + "identifier": {}, + "language": "en", + "publication_year": 2025, + "publisher": "Earth System Grid Federation", + "relatedIdentifiers": [], + "resourceType": { + "resourceType": "Digital", + "resourceTypeGeneral": "Dataset" + }, + "rightsList": [ + { + "rights": "Creative Commons Attribution 4.0 International License (CC BY 4.0)", + "rightsURI": "http://creativecommons.org/licenses/by/4.0/" + } + ], + "subjects": [ + { + "subject": "input4MIPs.CMIP6Plus.AerChemMIP2.UCLA.UCLA-1-0-1", + "subjectScheme": "DRS" + }, + { + "subject": "forcing data" + }, + { + "subject": "climate" + }, + { + "subject": "CMIP6Plus" + } + ], + "titles": "UCLA-1-0-1 data provided as part of input4MIPs" +} \ No newline at end of file diff --git a/docs/source-id-landing-pages/UCLA-1-0-2-constant.json b/docs/source-id-landing-pages/UCLA-1-0-2-constant.json new file mode 100644 index 000000000..979d5d21e --- /dev/null +++ b/docs/source-id-landing-pages/UCLA-1-0-2-constant.json @@ -0,0 +1,77 @@ +{ + "creators": [ + { + "affiliation": "Department of Atmospheric and Oceanic Sciences, University of California \u2013 Los Angeles, Los Angeles, California, USA", + "creatorName": "Kok, Jasper", + "email": "jfkok@ucla.edu", + "familyName": "Kok", + "givenName": "Jasper", + "nameIdenfitier": { + "nameIdenfitierScheme": "ORCID", + "pid": "0000-0003-0464-8325", + "schemeURI": "https://orcid.org/" + } + }, + { + "affiliation": "Department of Atmospheric and Oceanic Sciences, University of California \u2013 Los Angeles, Los Angeles, California, USA. Atmospheric Chemistry Observations and Modeling Laboratory, NSF National Center for Atmospheric Research, Boulder, Colorado, USA", + "creatorName": "Leung, Danny", + "email": "dleung@ucar.edu", + "familyName": "Leung", + "givenName": "Danny", + "nameIdenfitier": { + "nameIdenfitierScheme": "ORCID", + "pid": "0000-0002-9879-9978", + "schemeURI": "https://orcid.org/" + } + } + ], + "dates": [ + { + "date": "2025-02-24", + "dateType": "Created" + } + ], + "descriptions": [ + { + "descriptionType": "Abstract", + "text": "CMIP forcing dataset (input4MIPs).\nThis is all data published under the unique ID (known as a source ID) UCLA-1-0-2-constant." + } + ], + "formats": [ + { + "format": "application/x-netcdf" + } + ], + "fundingReferences": [], + "identifier": {}, + "language": "en", + "publication_year": 2025, + "publisher": "Earth System Grid Federation", + "relatedIdentifiers": [], + "resourceType": { + "resourceType": "Digital", + "resourceTypeGeneral": "Dataset" + }, + "rightsList": [ + { + "rights": "Creative Commons Attribution 4.0 International License (CC BY 4.0)", + "rightsURI": "http://creativecommons.org/licenses/by/4.0/" + } + ], + "subjects": [ + { + "subject": "input4MIPs.CMIP6Plus.AerChemMIP2.UCLA.UCLA-1-0-2-constant", + "subjectScheme": "DRS" + }, + { + "subject": "forcing data" + }, + { + "subject": "climate" + }, + { + "subject": "CMIP6Plus" + } + ], + "titles": "UCLA-1-0-2-constant data provided as part of input4MIPs" +} \ No newline at end of file diff --git a/docs/source-id-landing-pages/UCLA-1-0-2-decreasing.json b/docs/source-id-landing-pages/UCLA-1-0-2-decreasing.json new file mode 100644 index 000000000..ec606d430 --- /dev/null +++ b/docs/source-id-landing-pages/UCLA-1-0-2-decreasing.json @@ -0,0 +1,77 @@ +{ + "creators": [ + { + "affiliation": "Department of Atmospheric and Oceanic Sciences, University of California \u2013 Los Angeles, Los Angeles, California, USA", + "creatorName": "Kok, Jasper", + "email": "jfkok@ucla.edu", + "familyName": "Kok", + "givenName": "Jasper", + "nameIdenfitier": { + "nameIdenfitierScheme": "ORCID", + "pid": "0000-0003-0464-8325", + "schemeURI": "https://orcid.org/" + } + }, + { + "affiliation": "Department of Atmospheric and Oceanic Sciences, University of California \u2013 Los Angeles, Los Angeles, California, USA. Atmospheric Chemistry Observations and Modeling Laboratory, NSF National Center for Atmospheric Research, Boulder, Colorado, USA", + "creatorName": "Leung, Danny", + "email": "dleung@ucar.edu", + "familyName": "Leung", + "givenName": "Danny", + "nameIdenfitier": { + "nameIdenfitierScheme": "ORCID", + "pid": "0000-0002-9879-9978", + "schemeURI": "https://orcid.org/" + } + } + ], + "dates": [ + { + "date": "2025-02-24", + "dateType": "Created" + } + ], + "descriptions": [ + { + "descriptionType": "Abstract", + "text": "CMIP forcing dataset (input4MIPs).\nThis is all data published under the unique ID (known as a source ID) UCLA-1-0-2-decreasing." + } + ], + "formats": [ + { + "format": "application/x-netcdf" + } + ], + "fundingReferences": [], + "identifier": {}, + "language": "en", + "publication_year": 2025, + "publisher": "Earth System Grid Federation", + "relatedIdentifiers": [], + "resourceType": { + "resourceType": "Digital", + "resourceTypeGeneral": "Dataset" + }, + "rightsList": [ + { + "rights": "Creative Commons Attribution 4.0 International License (CC BY 4.0)", + "rightsURI": "http://creativecommons.org/licenses/by/4.0/" + } + ], + "subjects": [ + { + "subject": "input4MIPs.CMIP6Plus.AerChemMIP2.UCLA.UCLA-1-0-2-decreasing", + "subjectScheme": "DRS" + }, + { + "subject": "forcing data" + }, + { + "subject": "climate" + }, + { + "subject": "CMIP6Plus" + } + ], + "titles": "UCLA-1-0-2-decreasing data provided as part of input4MIPs" +} \ No newline at end of file diff --git a/docs/source-id-landing-pages/UCLA-1-0-2-increasing.json b/docs/source-id-landing-pages/UCLA-1-0-2-increasing.json new file mode 100644 index 000000000..37340329c --- /dev/null +++ b/docs/source-id-landing-pages/UCLA-1-0-2-increasing.json @@ -0,0 +1,77 @@ +{ + "creators": [ + { + "affiliation": "Department of Atmospheric and Oceanic Sciences, University of California \u2013 Los Angeles, Los Angeles, California, USA", + "creatorName": "Kok, Jasper", + "email": "jfkok@ucla.edu", + "familyName": "Kok", + "givenName": "Jasper", + "nameIdenfitier": { + "nameIdenfitierScheme": "ORCID", + "pid": "0000-0003-0464-8325", + "schemeURI": "https://orcid.org/" + } + }, + { + "affiliation": "Department of Atmospheric and Oceanic Sciences, University of California \u2013 Los Angeles, Los Angeles, California, USA. Atmospheric Chemistry Observations and Modeling Laboratory, NSF National Center for Atmospheric Research, Boulder, Colorado, USA", + "creatorName": "Leung, Danny", + "email": "dleung@ucar.edu", + "familyName": "Leung", + "givenName": "Danny", + "nameIdenfitier": { + "nameIdenfitierScheme": "ORCID", + "pid": "0000-0002-9879-9978", + "schemeURI": "https://orcid.org/" + } + } + ], + "dates": [ + { + "date": "2025-02-24", + "dateType": "Created" + } + ], + "descriptions": [ + { + "descriptionType": "Abstract", + "text": "CMIP forcing dataset (input4MIPs).\nThis is all data published under the unique ID (known as a source ID) UCLA-1-0-2-increasing." + } + ], + "formats": [ + { + "format": "application/x-netcdf" + } + ], + "fundingReferences": [], + "identifier": {}, + "language": "en", + "publication_year": 2025, + "publisher": "Earth System Grid Federation", + "relatedIdentifiers": [], + "resourceType": { + "resourceType": "Digital", + "resourceTypeGeneral": "Dataset" + }, + "rightsList": [ + { + "rights": "Creative Commons Attribution 4.0 International License (CC BY 4.0)", + "rightsURI": "http://creativecommons.org/licenses/by/4.0/" + } + ], + "subjects": [ + { + "subject": "input4MIPs.CMIP6Plus.AerChemMIP2.UCLA.UCLA-1-0-2-increasing", + "subjectScheme": "DRS" + }, + { + "subject": "forcing data" + }, + { + "subject": "climate" + }, + { + "subject": "CMIP6Plus" + } + ], + "titles": "UCLA-1-0-2-increasing data provided as part of input4MIPs" +} \ No newline at end of file diff --git a/docs/source-id-landing-pages/UCLA-1-0-2.json b/docs/source-id-landing-pages/UCLA-1-0-2.json new file mode 100644 index 000000000..b81bf150f --- /dev/null +++ b/docs/source-id-landing-pages/UCLA-1-0-2.json @@ -0,0 +1,77 @@ +{ + "creators": [ + { + "affiliation": "Department of Atmospheric and Oceanic Sciences, University of California \u2013 Los Angeles, Los Angeles, California, USA", + "creatorName": "Kok, Jasper", + "email": "jfkok@ucla.edu", + "familyName": "Kok", + "givenName": "Jasper", + "nameIdenfitier": { + "nameIdenfitierScheme": "ORCID", + "pid": "0000-0003-0464-8325", + "schemeURI": "https://orcid.org/" + } + }, + { + "affiliation": "Department of Atmospheric and Oceanic Sciences, University of California \u2013 Los Angeles, Los Angeles, California, USA. Atmospheric Chemistry Observations and Modeling Laboratory, NSF National Center for Atmospheric Research, Boulder, Colorado, USA", + "creatorName": "Leung, Danny", + "email": "dleung@ucar.edu", + "familyName": "Leung", + "givenName": "Danny", + "nameIdenfitier": { + "nameIdenfitierScheme": "ORCID", + "pid": "0000-0002-9879-9978", + "schemeURI": "https://orcid.org/" + } + } + ], + "dates": [ + { + "date": "2025-02-24", + "dateType": "Created" + } + ], + "descriptions": [ + { + "descriptionType": "Abstract", + "text": "CMIP forcing dataset (input4MIPs).\nThis is all data published under the unique ID (known as a source ID) UCLA-1-0-2." + } + ], + "formats": [ + { + "format": "application/x-netcdf" + } + ], + "fundingReferences": [], + "identifier": {}, + "language": "en", + "publication_year": 2025, + "publisher": "Earth System Grid Federation", + "relatedIdentifiers": [], + "resourceType": { + "resourceType": "Digital", + "resourceTypeGeneral": "Dataset" + }, + "rightsList": [ + { + "rights": "Creative Commons Attribution 4.0 International License (CC BY 4.0)", + "rightsURI": "http://creativecommons.org/licenses/by/4.0/" + } + ], + "subjects": [ + { + "subject": "input4MIPs.CMIP6Plus.AerChemMIP2.UCLA.UCLA-1-0-2", + "subjectScheme": "DRS" + }, + { + "subject": "forcing data" + }, + { + "subject": "climate" + }, + { + "subject": "CMIP6Plus" + } + ], + "titles": "UCLA-1-0-2 data provided as part of input4MIPs" +} \ No newline at end of file diff --git a/docs/source-id-landing-pages/UOEXETER-CMIP-1-1-3.json b/docs/source-id-landing-pages/UOEXETER-CMIP-1-1-3.json new file mode 100644 index 000000000..947c66a7f --- /dev/null +++ b/docs/source-id-landing-pages/UOEXETER-CMIP-1-1-3.json @@ -0,0 +1,65 @@ +{ + "creators": [ + { + "affiliation": "Faculty of Environment, Science and Economy, University of Exeter, Exeter, EX4 4QF, UK", + "creatorName": "Aubry, Thomas", + "email": "t.aubry@exeter.ac.uk", + "familyName": "Aubry", + "givenName": "Thomas", + "nameIdenfitier": { + "nameIdenfitierScheme": "ORCID", + "pid": "0000-0002-9275-4293", + "schemeURI": "https://orcid.org/" + } + } + ], + "dates": [ + { + "date": "2024-08-30", + "dateType": "Created" + } + ], + "descriptions": [ + { + "descriptionType": "Abstract", + "text": "CMIP forcing dataset (input4MIPs).\nThis is all data published under the unique ID (known as a source ID) UOEXETER-CMIP-1-1-3." + } + ], + "formats": [ + { + "format": "application/x-netcdf" + } + ], + "fundingReferences": [], + "identifier": {}, + "language": "en", + "publication_year": 2024, + "publisher": "Earth System Grid Federation", + "relatedIdentifiers": [], + "resourceType": { + "resourceType": "Digital", + "resourceTypeGeneral": "Dataset" + }, + "rightsList": [ + { + "rights": "Creative Commons Attribution 4.0 International License (CC BY 4.0)", + "rightsURI": "http://creativecommons.org/licenses/by/4.0/" + } + ], + "subjects": [ + { + "subject": "input4MIPs.CMIP6Plus.CMIP.uoexeter.UOEXETER-CMIP-1-1-3", + "subjectScheme": "DRS" + }, + { + "subject": "forcing data" + }, + { + "subject": "climate" + }, + { + "subject": "CMIP6Plus" + } + ], + "titles": "UOEXETER-CMIP-1-1-3 data provided as part of input4MIPs" +} \ No newline at end of file diff --git a/docs/source-id-landing-pages/UOEXETER-CMIP-1-2-0.json b/docs/source-id-landing-pages/UOEXETER-CMIP-1-2-0.json new file mode 100644 index 000000000..798bf2d17 --- /dev/null +++ b/docs/source-id-landing-pages/UOEXETER-CMIP-1-2-0.json @@ -0,0 +1,69 @@ +{ + "creators": [ + { + "affiliation": "Faculty of Environment, Science and Economy, University of Exeter, Exeter, EX4 4QF, UK", + "creatorName": "Aubry, Thomas", + "email": "t.aubry@exeter.ac.uk", + "familyName": "Aubry", + "givenName": "Thomas", + "nameIdenfitier": { + "nameIdenfitierScheme": "ORCID", + "pid": "0000-0002-9275-4293", + "schemeURI": "https://orcid.org/" + } + } + ], + "dates": [ + { + "date": "2024-12-27", + "dateType": "Created" + }, + { + "date": "2024-12-20", + "dateType": "Created" + } + ], + "descriptions": [ + { + "descriptionType": "Abstract", + "text": "CMIP forcing dataset (input4MIPs).\nThis is all data published under the unique ID (known as a source ID) UOEXETER-CMIP-1-2-0." + } + ], + "formats": [ + { + "format": "application/x-netcdf" + } + ], + "fundingReferences": [], + "identifier": {}, + "language": "en", + "publication_year": 2024, + "publisher": "Earth System Grid Federation", + "relatedIdentifiers": [], + "resourceType": { + "resourceType": "Digital", + "resourceTypeGeneral": "Dataset" + }, + "rightsList": [ + { + "rights": "Creative Commons Attribution 4.0 International License (CC BY 4.0)", + "rightsURI": "http://creativecommons.org/licenses/by/4.0/" + } + ], + "subjects": [ + { + "subject": "input4MIPs.CMIP6Plus.CMIP.uoexeter.UOEXETER-CMIP-1-2-0", + "subjectScheme": "DRS" + }, + { + "subject": "forcing data" + }, + { + "subject": "climate" + }, + { + "subject": "CMIP6Plus" + } + ], + "titles": "UOEXETER-CMIP-1-2-0 data provided as part of input4MIPs" +} \ No newline at end of file diff --git a/docs/source-id-landing-pages/UOEXETER-CMIP-1-3-0.json b/docs/source-id-landing-pages/UOEXETER-CMIP-1-3-0.json new file mode 100644 index 000000000..6ec23441c --- /dev/null +++ b/docs/source-id-landing-pages/UOEXETER-CMIP-1-3-0.json @@ -0,0 +1,65 @@ +{ + "creators": [ + { + "affiliation": "Faculty of Environment, Science and Economy, University of Exeter, Exeter, EX4 4QF, UK", + "creatorName": "Aubry, Thomas", + "email": "t.aubry@exeter.ac.uk", + "familyName": "Aubry", + "givenName": "Thomas", + "nameIdenfitier": { + "nameIdenfitierScheme": "ORCID", + "pid": "0000-0002-9275-4293", + "schemeURI": "https://orcid.org/" + } + } + ], + "dates": [ + { + "date": "2025-01-22", + "dateType": "Created" + } + ], + "descriptions": [ + { + "descriptionType": "Abstract", + "text": "CMIP forcing dataset (input4MIPs).\nThis is all data published under the unique ID (known as a source ID) UOEXETER-CMIP-1-3-0." + } + ], + "formats": [ + { + "format": "application/x-netcdf" + } + ], + "fundingReferences": [], + "identifier": {}, + "language": "en", + "publication_year": 2025, + "publisher": "Earth System Grid Federation", + "relatedIdentifiers": [], + "resourceType": { + "resourceType": "Digital", + "resourceTypeGeneral": "Dataset" + }, + "rightsList": [ + { + "rights": "Creative Commons Attribution 4.0 International License (CC BY 4.0)", + "rightsURI": "http://creativecommons.org/licenses/by/4.0/" + } + ], + "subjects": [ + { + "subject": "input4MIPs.CMIP6Plus.CMIP.uoexeter.UOEXETER-CMIP-1-3-0", + "subjectScheme": "DRS" + }, + { + "subject": "forcing data" + }, + { + "subject": "climate" + }, + { + "subject": "CMIP6Plus" + } + ], + "titles": "UOEXETER-CMIP-1-3-0 data provided as part of input4MIPs" +} \ No newline at end of file diff --git a/docs/source-id-landing-pages/UOEXETER-CMIP-1-3-1.json b/docs/source-id-landing-pages/UOEXETER-CMIP-1-3-1.json new file mode 100644 index 000000000..df50f0af9 --- /dev/null +++ b/docs/source-id-landing-pages/UOEXETER-CMIP-1-3-1.json @@ -0,0 +1,65 @@ +{ + "creators": [ + { + "affiliation": "Faculty of Environment, Science and Economy, University of Exeter, Exeter, EX4 4QF, UK", + "creatorName": "Aubry, Thomas", + "email": "t.aubry@exeter.ac.uk", + "familyName": "Aubry", + "givenName": "Thomas", + "nameIdenfitier": { + "nameIdenfitierScheme": "ORCID", + "pid": "0000-0002-9275-4293", + "schemeURI": "https://orcid.org/" + } + } + ], + "dates": [ + { + "date": "2025-02-09", + "dateType": "Created" + } + ], + "descriptions": [ + { + "descriptionType": "Abstract", + "text": "CMIP forcing dataset (input4MIPs).\nThis is all data published under the unique ID (known as a source ID) UOEXETER-CMIP-1-3-1." + } + ], + "formats": [ + { + "format": "application/x-netcdf" + } + ], + "fundingReferences": [], + "identifier": {}, + "language": "en", + "publication_year": 2025, + "publisher": "Earth System Grid Federation", + "relatedIdentifiers": [], + "resourceType": { + "resourceType": "Digital", + "resourceTypeGeneral": "Dataset" + }, + "rightsList": [ + { + "rights": "Creative Commons Attribution 4.0 International License (CC BY 4.0)", + "rightsURI": "http://creativecommons.org/licenses/by/4.0/" + } + ], + "subjects": [ + { + "subject": "input4MIPs.CMIP6Plus.CMIP.uoexeter.UOEXETER-CMIP-1-3-1", + "subjectScheme": "DRS" + }, + { + "subject": "forcing data" + }, + { + "subject": "climate" + }, + { + "subject": "CMIP6Plus" + } + ], + "titles": "UOEXETER-CMIP-1-3-1 data provided as part of input4MIPs" +} \ No newline at end of file diff --git a/docs/source-id-landing-pages/UOEXETER-CMIP-2-0-0.json b/docs/source-id-landing-pages/UOEXETER-CMIP-2-0-0.json new file mode 100644 index 000000000..92c8d7861 --- /dev/null +++ b/docs/source-id-landing-pages/UOEXETER-CMIP-2-0-0.json @@ -0,0 +1,68 @@ +{ + "creators": [ + { + "affiliation": "Faculty of Environment, Science and Economy, University of Exeter, Exeter, EX4 4QF, UK", + "creatorName": "Aubry, Thomas", + "email": "t.aubry@exeter.ac.uk", + "familyName": "Aubry", + "givenName": "Thomas", + "nameIdenfitier": { + "nameIdenfitierScheme": "ORCID", + "pid": "0000-0002-9275-4293", + "schemeURI": "https://orcid.org/" + } + } + ], + "dates": [ + { + "date": "2025-02-27", + "dateType": "Created" + } + ], + "descriptions": [ + { + "descriptionType": "Abstract", + "text": "CMIP forcing dataset (input4MIPs).\nThis is all data published under the unique ID (known as a source ID) UOEXETER-CMIP-2-0-0." + } + ], + "formats": [ + { + "format": "application/x-netcdf" + } + ], + "fundingReferences": [], + "identifier": { + "id": "10.25981/ESGF.input4MIPs.CMIP7/2522673", + "identifierType": "DOI" + }, + "language": "en", + "publication_year": 2025, + "publisher": "Earth System Grid Federation", + "relatedIdentifiers": [], + "resourceType": { + "resourceType": "Digital", + "resourceTypeGeneral": "Dataset" + }, + "rightsList": [ + { + "rights": "Creative Commons Attribution 4.0 International License (CC BY 4.0)", + "rightsURI": "http://creativecommons.org/licenses/by/4.0/" + } + ], + "subjects": [ + { + "subject": "input4MIPs.CMIP7.CMIP.uoexeter.UOEXETER-CMIP-2-0-0", + "subjectScheme": "DRS" + }, + { + "subject": "forcing data" + }, + { + "subject": "climate" + }, + { + "subject": "CMIP7" + } + ], + "titles": "UOEXETER-CMIP-2-0-0 data provided as part of input4MIPs" +} \ No newline at end of file diff --git a/docs/source-id-landing-pages/UofMD-landState-3-0.json b/docs/source-id-landing-pages/UofMD-landState-3-0.json new file mode 100644 index 000000000..5bfec2554 --- /dev/null +++ b/docs/source-id-landing-pages/UofMD-landState-3-0.json @@ -0,0 +1,81 @@ +{ + "creators": [ + { + "affiliation": "Department of Geographical Sciences, University of Maryland, College Park, MD 20742, USA", + "creatorName": "Chini, Louise", + "email": "lchini@umd.edu", + "familyName": "Chini", + "givenName": "Louise", + "nameIdenfitier": { + "nameIdenfitierScheme": "ORCID", + "pid": "0000-0002-9070-3505", + "schemeURI": "https://orcid.org/" + } + }, + { + "affiliation": "Department of Geographical Sciences, University of Maryland, College Park, MD 20742, USA", + "creatorName": "Hurtt, George", + "email": "gchurtt@umd.edu", + "familyName": "Hurtt", + "givenName": "George", + "nameIdenfitier": { + "nameIdenfitierScheme": "ORCID", + "pid": "0000-0001-7278-202X", + "schemeURI": "https://orcid.org/" + } + } + ], + "dates": [ + { + "date": "2024-10-01", + "dateType": "Created" + }, + { + "date": "2024-09-27", + "dateType": "Created" + } + ], + "descriptions": [ + { + "descriptionType": "Abstract", + "text": "CMIP forcing dataset (input4MIPs).\nThis is all data published under the unique ID (known as a source ID) UofMD-landState-3-0." + } + ], + "formats": [ + { + "format": "application/x-netcdf" + } + ], + "fundingReferences": [], + "identifier": {}, + "language": "en", + "publication_year": 2024, + "publisher": "Earth System Grid Federation", + "relatedIdentifiers": [], + "resourceType": { + "resourceType": "Digital", + "resourceTypeGeneral": "Dataset" + }, + "rightsList": [ + { + "rights": "Creative Commons Attribution 4.0 International License (CC BY 4.0)", + "rightsURI": "http://creativecommons.org/licenses/by/4.0/" + } + ], + "subjects": [ + { + "subject": "input4MIPs.CMIP6Plus.CMIP.UofMD.UofMD-landState-3-0", + "subjectScheme": "DRS" + }, + { + "subject": "forcing data" + }, + { + "subject": "climate" + }, + { + "subject": "CMIP6Plus" + } + ], + "titles": "UofMD-landState-3-0 data provided as part of input4MIPs" +} \ No newline at end of file diff --git a/docs/source-id-landing-pages/auto-generate-source-id-pages.py b/docs/source-id-landing-pages/auto-generate-source-id-pages.py index 8cedca49f..e327e7fdf 100644 --- a/docs/source-id-landing-pages/auto-generate-source-id-pages.py +++ b/docs/source-id-landing-pages/auto-generate-source-id-pages.py @@ -6,6 +6,7 @@ import json from pathlib import Path +from typing import Any import pandas as pd @@ -22,17 +23,28 @@ with open(SOURCE_ID_CVS) as fh: source_id_entries = json.load(fh) + +def get_assumed_unique_value(invs: list[Any]) -> Any: + if len(invs) != 1: + raise AssertionError(invs) + + return invs[0] + + for source_id, info in source_id_entries.items(): - publication_status = ( - DB_SOURCE.loc[DB_SOURCE["source_id"] == source_id, "publication_status"] - .unique() - .tolist() - ) + db_source_id = DB_SOURCE.loc[DB_SOURCE["source_id"] == source_id, :] + + publication_status = db_source_id["publication_status"].unique().tolist() if all(v in ["never_published", "abandoned"] for v in publication_status): # Never published, don't need a landing page continue + if all(v in ["registered"] for v in publication_status): + # Only registered, don't need a landing page yet + continue + source_id_filename = f"{source_id}.md" + source_id_citation_info_filename = f"{source_id}.json" esgf_url = f"https://aims2.llnl.gov/search?project=input4MIPs&versionType=all&&activeFacets=%7B%22source_id%22%3A%5B%22{source_id}%22%5D%7D" author_info_lines = [] for i, author in enumerate(info["authors"]): @@ -62,5 +74,137 @@ f"- further_info_url: {info['further_info_url']}", ] - with open(HERE / source_id_filename, "w") as fh: - fh.write("\n".join(to_write)) + citation_info = {} + contributors_l = [] + creators_l = [] + for author in info["authors"]: + first_name, last_name = author["name"].split(" ", maxsplit=1) + + contributors_l.append( + { + "contributorName": f"{last_name}, {first_name}", + "contributorType": "ContactPerson", + "givenName": first_name, + "familyName": last_name, + "email": author["email"], + "affiliation": ". ".join(author["affiliations"]), + "nameIdenfitier": { + "schemeURI": "https://orcid.org/", + "nameIdenfitierScheme": "ORCID", + "pid": author["orcid"], + }, + } + ) + + creators_l.append( + { + "creatorName": f"{last_name}, {first_name}", + "givenName": first_name, + "familyName": last_name, + "email": author["email"], + "affiliation": ". ".join(author["affiliations"]), + "nameIdenfitier": { + "schemeURI": "https://orcid.org/", + "nameIdenfitierScheme": "ORCID", + "pid": author["orcid"], + }, + } + ) + + citation_info["creators"] = creators_l + creation_years = ( + db_source_id["creation_date"] + .dropna() + .map(lambda x: int(x.split("-")[0])) + .unique() + .tolist() + ) + if creation_years: + creation_year = get_assumed_unique_value(creation_years) + else: + breakpoint() + + creation_dates = ( + db_source_id["creation_date"] + .map(lambda x: "-".join(x.split("T")[0].split("-")[:3])) + .unique() + .tolist() + ) + + # Hard-coding like this isn't ideal, but ok. + drs_id = get_assumed_unique_value( + db_source_id["esgf_dataset_master_id"] + .apply(lambda x: ".".join(x.split(".")[:5])) + .unique() + .tolist() + ) + + doi = get_assumed_unique_value(db_source_id["doi"].unique().tolist()) + license_ids = db_source_id["license_id"].dropna().unique().tolist() + if license_ids: + license_id = get_assumed_unique_value(license_ids) + else: + license_id = None + + mip_era = get_assumed_unique_value(db_source_id["mip_era"].unique().tolist()) + + citation_info["dates"] = [ + { + "dateType": "Created", + "date": cd, + } + for cd in creation_dates + ] + # Could probably do a better job of this, but ok + citation_info["descriptions"] = [ + { + "descriptionType": "Abstract", + "text": ( + "CMIP forcing dataset (input4MIPs).\n" + f"This is all data published under the unique ID (known as a source ID) {source_id}." + ), + } + ] + citation_info["formats"] = [{"format": "application/x-netcdf"}] + citation_info["fundingReferences"] = [] + if doi is not None: + citation_info["identifier"] = { + "identifierType": "DOI", + "id": doi, + } + else: + # No DOI + citation_info["identifier"] = {} + + citation_info["language"] = "en" + citation_info["publication_year"] = creation_year + citation_info["publisher"] = "Earth System Grid Federation" + # Could maybe automate this better, but for now don't worry about it + citation_info["relatedIdentifiers"] = [] + citation_info["resourceType"] = { + "resourceTypeGeneral": "Dataset", + "resourceType": "Digital", + } + if license_id is not None and license_id != "CC BY 4.0": + # if license_id is None, assume CC BY 4.0 + raise AssertionError(license_id) + + citation_info["rightsList"] = [ + { + "rightsURI": "http://creativecommons.org/licenses/by/4.0/", + "rights": "Creative Commons Attribution 4.0 International License (CC BY 4.0)", + } + ] + citation_info["subjects"] = [ + { + "subject": drs_id, + "subjectScheme": "DRS", + }, + {"subject": "forcing data"}, + {"subject": "climate"}, + {"subject": mip_era}, + ] + citation_info["titles"] = f"{source_id} data provided as part of input4MIPs" + + with open(HERE / source_id_citation_info_filename, "w") as fh: + json.dump(citation_info, fh, indent=2, sort_keys=True) From f61af4ba2578b3f4763ee3996b52471e34d14b33 Mon Sep 17 00:00:00 2001 From: Zebedee Nicholls Date: Thu, 20 Mar 2025 15:50:36 +0100 Subject: [PATCH 4/7] Update Makefile --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Makefile b/Makefile index 3bd294c27..c189e1769 100644 --- a/Makefile +++ b/Makefile @@ -35,6 +35,10 @@ set-version: ## set the repository's version to the value of the environment va update-html-pages: ## update our html pages venv/bin/python python-packages/input4MIPs-CVs/src/input4MIPs_CVs/cli/update-html-pages.py --repo-root-dir . +.PHONY: update-source-id-pages +update-source-id-pages: ## update our source ID landing pages + venv/bin/python docs/source-id-landing-pages/auto-generate-source-id-pages.py + .PHONY: docs docs: ## build the docs venv/bin/mkdocs build From e0254f218d888af595bcb6881cad1e6e0eb683f3 Mon Sep 17 00:00:00 2001 From: Zebedee Nicholls Date: Thu, 20 Mar 2025 15:50:45 +0100 Subject: [PATCH 5/7] Add in writing to file step --- docs/source-id-landing-pages/auto-generate-source-id-pages.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/source-id-landing-pages/auto-generate-source-id-pages.py b/docs/source-id-landing-pages/auto-generate-source-id-pages.py index e327e7fdf..5bf7cfebb 100644 --- a/docs/source-id-landing-pages/auto-generate-source-id-pages.py +++ b/docs/source-id-landing-pages/auto-generate-source-id-pages.py @@ -73,6 +73,8 @@ def get_assumed_unique_value(invs: list[Any]) -> Any: f"- contact: {info['contact']}", f"- further_info_url: {info['further_info_url']}", ] + with open(HERE / source_id_filename, "w") as fh: + fh.write("\n".join(to_write)) citation_info = {} contributors_l = [] @@ -122,7 +124,7 @@ def get_assumed_unique_value(invs: list[Any]) -> Any: if creation_years: creation_year = get_assumed_unique_value(creation_years) else: - breakpoint() + raise NotImplementedError creation_dates = ( db_source_id["creation_date"] From c91512f5d9fba3290cfa2df53b07d239fc897ea7 Mon Sep 17 00:00:00 2001 From: Zebedee Nicholls Date: Thu, 20 Mar 2025 15:52:33 +0100 Subject: [PATCH 6/7] Add in CI check step --- .github/workflows/ci.yaml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 0d8387f5f..eae4d6d5b 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -53,6 +53,23 @@ jobs: mkdocs build --strict (! git status --porcelain --untracked-files=no | grep '^.M') || (echo 'Docs are not up to date. Please run `make docs` locally then commit and upload the results.' && exit 1) + check-source-id-landing-pages-up-to-date: + runs-on: ubuntu-latest + steps: + - name: Check out repository + uses: actions/checkout@v4 + + - uses: actions/setup-python@v5 + with: + python-version: "3.11" + + - name: Check docs are up to date + run: | + which pip + pip install -r requirements-docs.txt + python docs/source-id-landing-pages/auto-generate-source-id-pages.py + (! git status --porcelain --untracked-files=no | grep '^.M') || (echo 'Source ID landing pages are not up to date. Please run `make update-source-id-pages` locally then commit and upload the results.' && exit 1) + cvs-load-with-input4mips-validation: runs-on: ubuntu-latest # Ok if this fails, we just want to use it as a warning for us to update input4MIPs-validation From 647542d8a2196c68270a788de3752d0f47013a4f Mon Sep 17 00:00:00 2001 From: Zebedee Nicholls Date: Thu, 20 Mar 2025 15:54:38 +0100 Subject: [PATCH 7/7] Update landing pages --- docs/source-id-landing-pages/UOEXETER-CMIP-1-3-0.md | 2 +- docs/source-id-landing-pages/UOEXETER-CMIP-1-3-1.md | 2 +- docs/source-id-landing-pages/UOEXETER-CMIP-2-0-0.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/source-id-landing-pages/UOEXETER-CMIP-1-3-0.md b/docs/source-id-landing-pages/UOEXETER-CMIP-1-3-0.md index bac1345d5..d5fc8869d 100644 --- a/docs/source-id-landing-pages/UOEXETER-CMIP-1-3-0.md +++ b/docs/source-id-landing-pages/UOEXETER-CMIP-1-3-0.md @@ -12,4 +12,4 @@ - source_id: UOEXETER-CMIP-1-3-0 - contact: t.aubry@exeter.ac.uk -- further_info_url: https://input4mips-controlled-vocabularies-cvs.readthedocs.io/en/latest/dataset-overviews/stratospheric-volcanic-so2-emissions-aod/ \ No newline at end of file +- further_info_url: https://input4mips-cvs.readthedocs.io/en/latest/dataset-overviews/stratospheric-volcanic-so2-emissions-aod/ \ No newline at end of file diff --git a/docs/source-id-landing-pages/UOEXETER-CMIP-1-3-1.md b/docs/source-id-landing-pages/UOEXETER-CMIP-1-3-1.md index e4caf308f..2751ef126 100644 --- a/docs/source-id-landing-pages/UOEXETER-CMIP-1-3-1.md +++ b/docs/source-id-landing-pages/UOEXETER-CMIP-1-3-1.md @@ -12,4 +12,4 @@ - source_id: UOEXETER-CMIP-1-3-1 - contact: t.aubry@exeter.ac.uk -- further_info_url: https://input4mips-controlled-vocabularies-cvs.readthedocs.io/en/latest/dataset-overviews/stratospheric-volcanic-so2-emissions-aod/ \ No newline at end of file +- further_info_url: https://input4mips-cvs.readthedocs.io/en/latest/dataset-overviews/stratospheric-volcanic-so2-emissions-aod/ \ No newline at end of file diff --git a/docs/source-id-landing-pages/UOEXETER-CMIP-2-0-0.md b/docs/source-id-landing-pages/UOEXETER-CMIP-2-0-0.md index faa9b259b..7adbf9e5a 100644 --- a/docs/source-id-landing-pages/UOEXETER-CMIP-2-0-0.md +++ b/docs/source-id-landing-pages/UOEXETER-CMIP-2-0-0.md @@ -12,4 +12,4 @@ - source_id: UOEXETER-CMIP-2-0-0 - contact: t.aubry@exeter.ac.uk -- further_info_url: https://input4mips-controlled-vocabularies-cvs.readthedocs.io/en/latest/dataset-overviews/stratospheric-volcanic-so2-emissions-aod/ \ No newline at end of file +- further_info_url: https://input4mips-cvs.readthedocs.io/en/latest/dataset-overviews/stratospheric-volcanic-so2-emissions-aod/ \ No newline at end of file