Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add institutions post JSONLD update #56

Open
wolfiex opened this issue Jun 28, 2024 · 8 comments
Open

Add institutions post JSONLD update #56

wolfiex opened this issue Jun 28, 2024 · 8 comments

Comments

@wolfiex
Copy link
Collaborator

wolfiex commented Jun 28, 2024

General Issue

@wolfiex
Copy link
Collaborator Author

wolfiex commented Jun 28, 2024

"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

This comment was marked as resolved.

@berndfunke
Copy link
Contributor

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

@znichollscr

This comment was marked as resolved.

@wolfiex
Copy link
Collaborator Author

wolfiex commented Jul 15, 2024

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
Copy link
Collaborator Author

wolfiex commented Jul 15, 2024

@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
Copy link
Collaborator Author

wolfiex commented Jul 15, 2024

NB also see #52

@wolfiex
Copy link
Collaborator Author

wolfiex commented Jul 19, 2024

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']

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants