WCRP-CMIP / CMIP6Plus_CVs

Controlled Vocabularies (CVs) for use in CMIP6Plus
Creative Commons Attribution 4.0 International
3 stars 4 forks source link

institution_id should contain homepage/url (copied from CMIP6_CVs) #9

Closed durack1 closed 9 months ago

durack1 commented 1 year ago

Making sure that the info in https://github.com/WCRP-CMIP/CMIP6_CVs/issues/379 is considered as we continue to augment CV formats and contents

wolfiex commented 1 year ago

Reference to (future) discussion for branch ror.

Checklist:

Prototyping format:


"05m7pjf47": {
        "name": "University College Dublin",
        "country": {
            "country_name": "Ireland",
            "country_code": "IE"
        },
        "links": [
            "http://www.ucd.ie/"
        ],
        "addresses": [
            {
                "lng": -6.222682,
                "lat": 53.307211,
                "city": "Dublin"
            }
        ],
        "alt_names": {
            "acronyms": "UCD",
            "aliases": "University College Dublin – National University of Ireland, Dublin",
            "labels": [
                {
                    "label": "An Coláiste Ollscoile Baile Átha Cliath",
                    "iso639": "ga"
                }
            ],
            "CMIPkeys": {
                "CMIP6": null,
                "CMIP5": "",
                "CMIP3": ""
            }
        },
        "establish": 1854
    },
taylor13 commented 1 year ago

It would be nice to be able to determine from the json file directly (without an interface, but by reading):

  1. The list of sources (list of acronyms), possibly grouped by MIP era, that the institution created (had primary responsibility for).
  2. The list of additional sources, that the institution has an affiliation with.
  3. The list of consortia that the institution contributes to.

For a consortium, it would be nice to see in the file:

  1. The list of institutions (by acronym) in the consortium
  2. The list of "lead" institutions for the consortium (or "NA" if the consortium has no lead)

Also, do we want to include an individual contact for each institution, when available, with email/phone/address etc.?

MartinaSt commented 1 year ago

I support the ROR reference but I have to comments:

Let me put all these comments in a suggestion for an alternative (minimal) institution_id structure:

{
  "05m7pjf47": {
    "acronym": "UCD",
    "name": "University College Dublin",
    "url": "http://www.ucd.ie/",
    "ror": "https://ror.org/05m7pjf47",
    "consortia": [
      {
        "drs": "UCD",
        "task": "lead"
      }
    ]
  },
  "03qn8fb07": {
    "acronym": "CSIRO",
    "name": "Commonwealth Scientific and Industrial Research Organisation",
    "url": "http://www.csiro.au/",
    "ror": "https://ror.org/03qn8fb07",
    "consortia": [
      {
        "drs": "CSIRO",
        "task": "lead"
      },
      {
        "drs": "CSIRO-ARCCSS",
        "task": ""
      },
      {
        "drs": "CSIRO-COSIMA",
        "task": ""
      }
    ]
  },
  "0288wcg94": {
    "acronym": "ARCCSS",
    "name": "Australian Research Council Centre of Excellence for Climate System Science",
    "url": "https://www.climatescience.org.au/",
    "ror": "https://ror.org/0288wcg94",
    "consortia": [
      {
        "drs": "CSIRO-ARCCSS",
        "task": ""
      }
    ]
  }
}
wolfiex commented 9 months ago

'Closing' this issue as the institutions are now defined in MIP Tables: https://github.com/PCMDI/mip-cmor-tables/blob/main/MIP_institutions.json

These are course subject to change, and the discussion should be moved there. All feedback is still welcome!