From a57956061307ddc9ed35f78accdefabda45452c4 Mon Sep 17 00:00:00 2001 From: znichollscr Date: Mon, 24 Feb 2025 17:54:56 +0000 Subject: [PATCH] New entry UCLA in institution files. --- src-data/organisation/ucla.json | 36 +++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 src-data/organisation/ucla.json diff --git a/src-data/organisation/ucla.json b/src-data/organisation/ucla.json new file mode 100644 index 00000000..57052657 --- /dev/null +++ b/src-data/organisation/ucla.json @@ -0,0 +1,36 @@ +{ + "id": "ucla", + "type": [ + "wcrp:organisation", + "wcrp:institution", + "universal" + ], + "label": "UCLA", + "ror": "046rm7j60", + "long_label": "University of California, Los Angeles", + "url": [ + "https://www.ucla.edu" + ], + "established": 1919, + "kind": "Education", + "labels": [], + "aliases": [ + "State Normal School at Los Angeles", + "University of California Southern Branch", + "University of California at Los Angeles" + ], + "acronyms": [ + "UCLA" + ], + "location": { + "id": "universal:location/046rm7j60", + "type": "wcrp:location", + "lat": 34.05223, + "lon": 34.05223, + "city": "Los Angeles", + "country": [ + "United States", + "US" + ] + } +} \ No newline at end of file