From 1f403d73d01d13d806ab8715cd0033db0abfa599 Mon Sep 17 00:00:00 2001 From: znichollscr Date: Mon, 24 Feb 2025 18:09:16 +0000 Subject: [PATCH] New entry CR in institution files. --- src-data/organisation/cr.json | 36 +++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 src-data/organisation/cr.json diff --git a/src-data/organisation/cr.json b/src-data/organisation/cr.json new file mode 100644 index 000000000..2d6f83296 --- /dev/null +++ b/src-data/organisation/cr.json @@ -0,0 +1,36 @@ +{ + "id": "cr", + "type": [ + "wcrp:organisation", + "wcrp:institution", + "universal" + ], + "label": "CR", + "ror": "01kk86953", + "long_label": "Climate Resource (Australia)", + "url": [ + "https://www.climate-resource.com" + ], + "established": 2020, + "kind": "Company", + "labels": [], + "aliases": [ + "Climate Resource", + "Climate Resource Ltd", + "Climate Resource Pty Ltd" + ], + "acronyms": [ + "CR" + ], + "location": { + "id": "universal:location/01kk86953", + "type": "wcrp:location", + "lat": -37.814, + "lon": -37.814, + "city": "Melbourne", + "country": [ + "Australia", + "AU" + ] + } +} \ No newline at end of file