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 institution: UoExeter #67

Open github-actions[bot] opened 1 week ago

github-actions[bot] commented 1 week ago

This pull request was automatically created by a GitHub Actions workflow.

Data submitted by @znicholls

Adding the following new data.

{
    "@id": "mip-cmor-tables:organisations/institutions/uoexeter",
    "@type": "institution",
    "acronyms": [],
    "aliases": [],
    "cmip_acronym": "UoExeter",
    "established": 1955,
    "kind": "Education",
    "labels": [],
    "location": {
        "@id": "mip-cmor-tables:organisations/institutions/location/03yghzc09",
        "@type": "location",
        "@nest": {
            "lat": 50.7236,
            "lon": 50.7236,
            "city": "Exeter",
            "country": [
                "United Kingdom",
                "GB"
            ]
        }
    },
    "name": "University of Exeter",
    "ror": "03yghzc09",
    "url": [
        "http://www.exeter.ac.uk/"
    ]
}

Resolves #60