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: UoBern #70

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 @wolfiex

Adding the following new data.

{
    "@id": "mip-cmor-tables:organisations/institutions/uobern",
    "@type": "institution",
    "acronyms": [
        "UB"
    ],
    "aliases": [],
    "cmip_acronym": "UoBern",
    "established": 1834,
    "kind": "Education",
    "labels": [],
    "location": {
        "@id": "mip-cmor-tables:organisations/institutions/location/02k7v4d05",
        "@type": "location",
        "@nest": {
            "lat": 46.94809,
            "lon": 46.94809,
            "city": "Bern",
            "country": [
                "Switzerland",
                "CH"
            ]
        }
    },
    "name": "University of Bern",
    "ror": "02k7v4d05",
    "url": [
        "http://www.unibe.ch/eng/"
    ]
}

Resolves #69