PCMDI / mip-cmor-tables

JSON tables for CMOR3 to create Model Intercomparison Project (MIP) datasets
Creative Commons Attribution 4.0 International
2 stars 4 forks source link

Add institutions post JSONLD update #56

Open wolfiex opened 4 months ago

wolfiex commented 4 months ago

General Issue

wolfiex commented 4 months ago

"name": "Remote Sensing Systems (United States)", -> "name": "Remote Sensing Systems"

"name": "Lawrence Livermore National Laboratory", -> "name": "Program for Climate Model Diagnosis and Intercomparison", There is already an LLNL defined, with same ROR

"Freie Universität Berlin" -> "Freie Universitat Berlin",

Did we want to ascii (0-127 char) wash these, they will not likely play nice with HTML

https://github.com/PCMDI/mip-cmor-tables/blob/jsonld/JSONLD/scripts/output/MIP_organisations.json#L85-L90

"Centre National d'Études Spatiales" -> "Centre National dEtudes Spatiales"

Did we want to ascii (0-127 char) wash these, they will not likely play nice with HTML

https://github.com/PCMDI/mip-cmor-tables/blob/jsonld/JSONLD/scripts/output/MIP_organisations.json#L85-L90

"Centre National d'Études Spatiales" -> "Centre National dEtudes Spatiales"

znichollscr commented 4 months ago

Hi @wolfiex, for our input4MIPs work we will also need to add Climate Resource. I wasn't sure how exactly this would work, but a JSON-LD entry I think would work for Climate Resource is below. I'm happy to make a PR or read some docs on how to do this registration once you have the headspace/time to reply.

Notes on the below:

{
    "@id": "mip-cmor-tables:organisations/institutions/cr",
    "@type": "institution",
    "cmip_acronym": "CR",
    "ror": "01kk86953",
    "name": "Climate Resource (Australia)",
    "url": [
        "https://www.climate-resource.com/"
    ],
    "established": 2020,
    "type": "Company",
    "labels": [],
    "aliases": [
         "Climate Resource",
         "Climate Resource Ltd",
         "Climate Resource Pty Ltd"
    ],
    "acronyms": [
        "CR"
    ],
    "location": {
        "@id": "mip-cmor-tables:organisations/institutions/location/01kk86953",
        "@type": "location",
        "@nest": {
            "lat": -37.814,
            "lon": 144.96332,
            "city": "Melbourne",
            "country": "Australia"
        }
    }
}
berndfunke commented 4 months ago

Hi @wolfiex, it looks like "@id": "mip-cmor-tables:organisations/institutions/iaa-csic" is still missing in JSONLD/organisations/institutions

znichollscr commented 4 months ago

@wolfiex ignore my comment above, I will try adding a new institution using the bot via https://github.com/PCMDI/mip-cmor-tables/issues/57 (nice work on the bot!)

wolfiex commented 4 months ago

Some more missing institutions:

MIROC

Japan Agency for Marine-Earth Science and Technology, Atmosphere and Ocean Research Institute, University of Tokyo, National Institute for Environmental Studies, RIKEN Center for Computational Science

                {
                    "institution": "mip-cmor-tables:organisations/institutions/jamstec"
                },
                {
                    "institution": "mip-cmor-tables:organisations/institutions/aori"
                },
                {
                    "institution": "mip-cmor-tables:organisations/institutions/nies"
                },
                {
                    "institution": "mip-cmor-tables:organisations/institutions/r-ccs"
                }

NCC

update to NorESM consortium???

NorESM Climate modeling Consortium consisting of CICERO (Center for International Climate and Environmental Research, Oslo 0349), MET-Norway (Norwegian Meteorological Institute, Oslo 0313), NERSC (Nansen Environmental and Remote Sensing Center, Bergen 5006), NILU (Norwegian Institute for Air Research, Kjeller 2027), UiB (University of Bergen, Bergen 5007), UiO (University of Oslo, Oslo 0313) and UNI (Uni Research, Bergen 5008), Norway.

Mailing address: NCC, c/o MET-Norway, Henrik Mohns plass 1, Oslo 0313, Norway (NCC) in native nominal resolutions: aerosol: 250 km, atmos: 250 km, atmosChem: 250 km, land: 250 km, landIce: 250 km, ocean: 100 km, ocnBgchem: 100 km, seaIce: 100 km.

                    "institution": "mip-cmor-tables:organisations/institutions/noresm"
                },
                {
                    "institution": "mip-cmor-tables:organisations/institutions/met-norway"
                },
                {
                    "institution": "mip-cmor-tables:organisations/institutions/nersc"
                },
                {
                    "institution": "mip-cmor-tables:organisations/institutions/nilu"
                },
                {
                    "institution": "mip-cmor-tables:organisations/institutions/uib"
                },
                {
                    "institution": "mip-cmor-tables:organisations/institutions/uio"
                },
                {
                    "institution": "mip-cmor-tables:organisations/institutions/uni"

@durack1 can you confirm?

wolfiex commented 4 months ago

@berndfunke @znichollscr Thanks for the heads up. Working on getting the cmip6plus jsonld sorted - which as you can see holds a good few institution updates and corrections.

Once the JSONLD branch is merged, I will add these using the github action (which has been updated for JSONLD) but not yet active on the main branch.

Is there anything that needs to be visible imminently? I could manually add it in the meantime. This issue is my to-do list so thanks for updating it! :)

wolfiex commented 4 months ago

NB also see https://github.com/PCMDI/mip-cmor-tables/issues/52

wolfiex commented 4 months ago

Scraping the combination for CMIP6+ and MIPTables means the following need addressing:

['mip-cmor-tables:organisations/institutions/r-ccs',
 'cmip6:experiment/id/hist-aer',
 'mip-cmor-tables:organisations/institutions/met-norway',
 'mip-cmor-tables:organisations/institutions/aori',
 'mip-cmor-tables:organisations/institutions/nilu',
 'mip-cmor-tables:organisations/institutions/uni',
 'mip-cmor-tables:organisations/institutions/nersc',
 'mip-cmor-tables:organisations/institutions/nies',
 'mip-cmor-tables:auxillary/native-nominal-resolution/none',
 'cmip6:experiment/id/picontrol',
 'mip-cmor-tables:organisations/institutions/lasp',
 'cmip6:experiment/id/hist-sol',
 'si:km',
 'mip-cmor-tables:auxillary/realm/ocnbgchem',
 'cmip6:experiment/id/picontrol-spinup',
 'mip-cmor-tables:auxillary/realm/landice',
 'cmip6:experiment/id/hist-ghg',
 'mip-cmor-tables:organisations/institutions/gsfc',
 'mip-cmor-tables:organisations/institutions/noresm',
 'cmip6:experiment/id/esm-picontrol-spinup',
 'cmip6:experiment/id/hist-totalo3',
 'cmip6:experiment/id/hist-volc',
 'mip-cmor-tables:organisations/institutions/uio',
 'mip-cmor-tables:organisations/institutions/jamstec',
 'mip-cmor-tables:organisations/institutions/iaa-csic',
 'mip-cmor-tables:organisations/institutions/uib',
 'mip-cmor-tables:organisations/institutions/geomar',
 'cmip6:experiment/id/esm-picontrol']
znichollscr commented 1 week ago

@wolfiex we now need GEOMAR for input4MIPs so if it is possible to pull this back up to the next set of things to be registered/re-introduced, that would be great