Project

General

Profile

« Previous | Next » 

Revision 53054

grid process implementation

View differences:

modules/dnet-grid-application/trunk/deploy.info
1
{"type_source": "SVN", "goal": "package -U source:jar", 
2
"url": "http://svn-public.driver.research-infrastructures.eu/driver/dnet45/modules/dnet-grid-application/trunk/", "deploy_repository": "dnet45-snapshots", "version": "4", "mail": "sandro.labruzzo@isti.cnr.it,michele.artini@isti.cnr.it, claudio.atzori@isti.cnr.it, alessia.bardi@isti.cnr.it",
3
"deploy_repository_url": "http://maven.research-infrastructures.eu/nexus/content/repositories/dnet45-snapshots", "name": "dnet-grid-application"}
modules/dnet-grid-application/trunk/src/test/java/eu/dnetlib/grid/process/utils/GridUtilsTest.java
1
package eu.dnetlib.grid.process.utils;
2

  
3
import java.io.FileInputStream;
4
import java.io.FileNotFoundException;
5
import java.io.InputStream;
6
import java.util.HashSet;
7
import java.util.Set;
8
import java.util.stream.Collectors;
9

  
10
import org.junit.Before;
11
import org.junit.Test;
12

  
13
import eu.dnetlib.grid.process.model.GridOrganization;
14

  
15
public class GridUtilsTest {
16

  
17
	@Before
18
	public void setUp() throws Exception {}
19

  
20
	@Test
21
	public void test() throws FileNotFoundException {
22
		// final InputStream is = getClass().getResourceAsStream("grid_example.json");
23
		final InputStream is = new FileInputStream("/Users/michele/Desktop/grid.json");
24
		int i = 0;
25
		final Set<String> s = new HashSet<>();
26
		for (final GridOrganization o : GridUtils.getOrganizations(is)) {
27
			System.out.println(++i + " " + o.getId());
28
			o.getAddresses().forEach(a -> s.add(a.getCountry_code()));
29
		}
30
		System.out.println(s.stream().collect(Collectors.joining(", ")));
31

  
32
	}
33

  
34
}
modules/dnet-grid-application/trunk/src/test/resources/eu/dnetlib/grid/process/utils/grid_example.json
1
{
2
	"version": "release_2018_06_25",
3
	"institutes": [
4
		{
5
			"name": "Australian National University",
6
			"wikipedia_url": "http://en.wikipedia.org/wiki/Australian_National_University",
7
			"email_address": null,
8
			"links": [
9
				"http://www.anu.edu.au/"
10
			],
11
			"aliases": [],
12
			"acronyms": [
13
				"ANU"
14
			],
15
			"types": [
16
				"Education"
17
			],
18
			"ip_addresses": [],
19
			"addresses": [
20
				{
21
					"line_1": "",
22
					"line_2": "",
23
					"line_3": null,
24
					"lat": -35.2778,
25
					"lng": 149.1205,
26
					"postcode": "",
27
					"primary": false,
28
					"city": "Canberra",
29
					"state": "Australian Capital Territory",
30
					"state_code": "AU-ACT",
31
					"country": "Australia",
32
					"country_code": "AU",
33
					"geonames_city": {
34
						"id": 2172517,
35
						"city": "Canberra",
36
						"nuts_level1": null,
37
						"nuts_level2": null,
38
						"nuts_level3": null,
39
						"geonames_admin1": {
40
							"name": "ACT",
41
							"ascii_name": "ACT",
42
							"code": "AU.01"
43
						},
44
						"geonames_admin2": null,
45
						"license": {
46
							"attribution": "Data from geonames.org under a CC-BY 3.0 license",
47
							"license": "http://creativecommons.org/licenses/by/3.0/"
48
						}
49
					}
50
				}
51
			],
52
			"labels": [],
53
			"id": "grid.1001.0",
54
			"status": "active",
55
			"established": 1946,
56
			"relationships": [
57
				{
58
					"type": "Related",
59
					"label": "Calvary Hospital",
60
					"id": "grid.460694.9"
61
				},
62
				{
63
					"type": "Related",
64
					"label": "Canberra Hospital",
65
					"id": "grid.413314.0"
66
				},
67
				{
68
					"type": "Related",
69
					"label": "Goulburn Base Hospital",
70
					"id": "grid.460721.6"
71
				}
72
			],
73
			"external_ids": {
74
				"ISNI": {
75
					"preferred": null,
76
					"all": [
77
						"0000 0001 2180 7477"
78
					]
79
				},
80
				"FundRef": {
81
					"preferred": "501100000995",
82
					"all": [
83
						"501100000995",
84
						"100009020",
85
						"501100001151"
86
					]
87
				},
88
				"OrgRef": {
89
					"preferred": null,
90
					"all": [
91
						"285106"
92
					]
93
				},
94
				"Wikidata": {
95
					"preferred": null,
96
					"all": [
97
						"Q127990"
98
					]
99
				}
100
			},
101
			"weight": 1
102
		},
103
		{
104
			"name": "Monash University",
105
			"wikipedia_url": "http://en.wikipedia.org/wiki/Monash_University",
106
			"email_address": null,
107
			"links": [
108
				"http://www.monash.edu/"
109
			],
110
			"aliases": [],
111
			"acronyms": [],
112
			"types": [
113
				"Education"
114
			],
115
			"ip_addresses": [],
116
			"addresses": [
117
				{
118
					"line_1": "",
119
					"line_2": "",
120
					"line_3": null,
121
					"lat": -37.9083,
122
					"lng": 145.138,
123
					"postcode": "",
124
					"primary": false,
125
					"city": "Melbourne",
126
					"state": "Victoria",
127
					"state_code": "AU-VIC",
128
					"country": "Australia",
129
					"country_code": "AU",
130
					"geonames_city": {
131
						"id": 2158177,
132
						"city": "Melbourne",
133
						"nuts_level1": null,
134
						"nuts_level2": null,
135
						"nuts_level3": null,
136
						"geonames_admin1": {
137
							"name": "Victoria",
138
							"ascii_name": "Victoria",
139
							"code": "AU.07"
140
						},
141
						"geonames_admin2": {
142
							"name": "Melbourne",
143
							"ascii_name": "Melbourne",
144
							"code": "AU.07.24600"
145
						},
146
						"license": {
147
							"attribution": "Data from geonames.org under a CC-BY 3.0 license",
148
							"license": "http://creativecommons.org/licenses/by/3.0/"
149
						}
150
					}
151
				}
152
			],
153
			"labels": [],
154
			"id": "grid.1002.3",
155
			"status": "active",
156
			"established": 1958,
157
			"relationships": [
158
				{
159
					"type": "Related",
160
					"label": "Alfred Hospital",
161
					"id": "grid.1623.6"
162
				},
163
				{
164
					"type": "Related",
165
					"label": "Box Hill Hospital",
166
					"id": "grid.414580.c"
167
				},
168
				{
169
					"type": "Related",
170
					"label": "Burnet Institute",
171
					"id": "grid.1056.2"
172
				},
173
				{
174
					"type": "Related",
175
					"label": "Frankston Hospital",
176
					"id": "grid.415031.2"
177
				},
178
				{
179
					"type": "Related",
180
					"label": "Jessie McPherson Private Hospital",
181
					"id": "grid.460735.3"
182
				},
183
				{
184
					"type": "Related",
185
					"label": "Monash Institute of Medical Research",
186
					"id": "grid.416057.1"
187
				},
188
				{
189
					"type": "Related",
190
					"label": "Monash Medical Centre",
191
					"id": "grid.416060.5"
192
				},
193
				{
194
					"type": "Related",
195
					"label": "Monash South Africa",
196
					"id": "grid.470947.9"
197
				},
198
				{
199
					"type": "Child",
200
					"label": "Australian Regenerative Medicine Institute",
201
					"id": "grid.484852.7"
202
				},
203
				{
204
					"type": "Child",
205
					"label": "IITB-Monash Research Academy",
206
					"id": "grid.464914.a"
207
				}
208
			],
209
			"external_ids": {
210
				"ISNI": {
211
					"preferred": null,
212
					"all": [
213
						"0000 0004 1936 7857"
214
					]
215
				},
216
				"FundRef": {
217
					"preferred": "501100001779",
218
					"all": [
219
						"501100001779",
220
						"501100001144",
221
						"501100007917",
222
						"501100006532",
223
						"501100000991",
224
						"501100001198"
225
					]
226
				},
227
				"OrgRef": {
228
					"preferred": null,
229
					"all": [
230
						"149620"
231
					]
232
				},
233
				"Wikidata": {
234
					"preferred": null,
235
					"all": [
236
						"Q598841"
237
					]
238
				}
239
			},
240
			"weight": 1
241
		},
242
		{
243
			"name": "University of Queensland",
244
			"wikipedia_url": "http://en.wikipedia.org/wiki/University_of_Queensland",
245
			"email_address": "",
246
			"links": [
247
				"http://www.uq.edu.au/"
248
			],
249
			"aliases": [],
250
			"acronyms": [
251
				"UQ"
252
			],
253
			"types": [
254
				"Education"
255
			],
256
			"ip_addresses": [],
257
			"addresses": [
258
				{
259
					"line_1": "",
260
					"line_2": "",
261
					"line_3": null,
262
					"lat": -27.495964,
263
					"lng": 153.009627,
264
					"postcode": "",
265
					"primary": false,
266
					"city": "Brisbane",
267
					"state": "Queensland",
268
					"state_code": "AU-QLD",
269
					"country": "Australia",
270
					"country_code": "AU",
271
					"geonames_city": {
272
						"id": 2174003,
273
						"city": "Brisbane",
274
						"nuts_level1": null,
275
						"nuts_level2": null,
276
						"nuts_level3": null,
277
						"geonames_admin1": {
278
							"name": "Queensland",
279
							"ascii_name": "Queensland",
280
							"code": "AU.04"
281
						},
282
						"geonames_admin2": {
283
							"name": "Brisbane",
284
							"ascii_name": "Brisbane",
285
							"code": "AU.04.31000"
286
						},
287
						"license": {
288
							"attribution": "Data from geonames.org under a CC-BY 3.0 license",
289
							"license": "http://creativecommons.org/licenses/by/3.0/"
290
						}
291
					}
292
				}
293
			],
294
			"labels": [],
295
			"id": "grid.1003.2",
296
			"status": "active",
297
			"established": 1909,
298
			"relationships": [
299
				{
300
					"type": "Related",
301
					"label": "Ipswich Hospital",
302
					"id": "grid.460731.7"
303
				},
304
				{
305
					"type": "Related",
306
					"label": "Ochsner Medical Center",
307
					"id": "grid.240416.5"
308
				},
309
				{
310
					"type": "Related",
311
					"label": "Princess Alexandra Hospital",
312
					"id": "grid.412744.0"
313
				},
314
				{
315
					"type": "Related",
316
					"label": "Royal Brisbane and Women's Hospital",
317
					"id": "grid.416100.2"
318
				}
319
			],
320
			"external_ids": {
321
				"ISNI": {
322
					"preferred": null,
323
					"all": [
324
						"0000 0000 9320 7537"
325
					]
326
				},
327
				"FundRef": {
328
					"preferred": "501100001794",
329
					"all": [
330
						"501100001794",
331
						"501100008407",
332
						"501100005268"
333
					]
334
				},
335
				"OrgRef": {
336
					"preferred": null,
337
					"all": [
338
						"192819"
339
					]
340
				},
341
				"Wikidata": {
342
					"preferred": null,
343
					"all": [
344
						"Q866012"
345
					]
346
				}
347
			},
348
			"weight": 1
349
		},
350
		{
351
			"name": "Macquarie University",
352
			"wikipedia_url": "http://en.wikipedia.org/wiki/Macquarie_University",
353
			"email_address": null,
354
			"links": [
355
				"http://mq.edu.au/"
356
			],
357
			"aliases": [],
358
			"acronyms": [],
359
			"types": [
360
				"Education"
361
			],
362
			"ip_addresses": [],
363
			"addresses": [
364
				{
365
					"line_1": "",
366
					"line_2": "",
367
					"line_3": null,
368
					"lat": -33.775259,
369
					"lng": 151.112915,
370
					"postcode": "",
371
					"primary": false,
372
					"city": "Sydney",
373
					"state": "New South Wales",
374
					"state_code": "AU-NSW",
375
					"country": "Australia",
376
					"country_code": "AU",
377
					"geonames_city": {
378
						"id": 2147714,
379
						"city": "Sydney",
380
						"nuts_level1": null,
381
						"nuts_level2": null,
382
						"nuts_level3": null,
383
						"geonames_admin1": {
384
							"name": "New South Wales",
385
							"ascii_name": "New South Wales",
386
							"code": "AU.02"
387
						},
388
						"geonames_admin2": {
389
							"name": "City of Sydney",
390
							"ascii_name": "City of Sydney",
391
							"code": "AU.02.17200"
392
						},
393
						"license": {
394
							"attribution": "Data from geonames.org under a CC-BY 3.0 license",
395
							"license": "http://creativecommons.org/licenses/by/3.0/"
396
						}
397
					}
398
				}
399
			],
400
			"labels": [],
401
			"id": "grid.1004.5",
402
			"status": "active",
403
			"established": 1964,
404
			"relationships": [
405
				{
406
					"type": "Related",
407
					"label": "Sydney Hospital",
408
					"id": "grid.416790.d"
409
				}
410
			],
411
			"external_ids": {
412
				"ISNI": {
413
					"preferred": null,
414
					"all": [
415
						"0000 0001 2158 5405"
416
					]
417
				},
418
				"FundRef": {
419
					"preferred": null,
420
					"all": [
421
						"501100001230"
422
					]
423
				},
424
				"OrgRef": {
425
					"preferred": null,
426
					"all": [
427
						"19735"
428
					]
429
				},
430
				"Wikidata": {
431
					"preferred": null,
432
					"all": [
433
						"Q741082"
434
					]
435
				}
436
			},
437
			"weight": 1
438
		},
439
		{
440
			"name": "UNSW Australia",
441
			"wikipedia_url": "http://en.wikipedia.org/wiki/University_of_New_South_Wales",
442
			"email_address": null,
443
			"links": [
444
				"https://www.unsw.edu.au/"
445
			],
446
			"aliases": [
447
				"University of New South Wales"
448
			],
449
			"acronyms": [
450
				"UNSW"
451
			],
452
			"types": [
453
				"Education"
454
			],
455
			"ip_addresses": [],
456
			"addresses": [
457
				{
458
					"line_1": "",
459
					"line_2": "",
460
					"line_3": null,
461
					"lat": -33.917731,
462
					"lng": 151.230964,
463
					"postcode": "",
464
					"primary": false,
465
					"city": "Sydney",
466
					"state": "New South Wales",
467
					"state_code": "AU-NSW",
468
					"country": "Australia",
469
					"country_code": "AU",
470
					"geonames_city": {
471
						"id": 2147714,
472
						"city": "Sydney",
473
						"nuts_level1": null,
474
						"nuts_level2": null,
475
						"nuts_level3": null,
476
						"geonames_admin1": {
477
							"name": "New South Wales",
478
							"ascii_name": "New South Wales",
479
							"code": "AU.02"
480
						},
481
						"geonames_admin2": {
482
							"name": "City of Sydney",
483
							"ascii_name": "City of Sydney",
484
							"code": "AU.02.17200"
485
						},
486
						"license": {
487
							"attribution": "Data from geonames.org under a CC-BY 3.0 license",
488
							"license": "http://creativecommons.org/licenses/by/3.0/"
489
						}
490
					}
491
				}
492
			],
493
			"labels": [],
494
			"id": "grid.1005.4",
495
			"status": "active",
496
			"established": 1949,
497
			"relationships": [
498
				{
499
					"type": "Related",
500
					"label": "Bankstown Lidcombe Hospital",
501
					"id": "grid.414201.2"
502
				},
503
				{
504
					"type": "Related",
505
					"label": "Black Dog Institute",
506
					"id": "grid.418393.4"
507
				},
508
				{
509
					"type": "Related",
510
					"label": "Children's Cancer Institute Australia",
511
					"id": "grid.413950.a"
512
				},
513
				{
514
					"type": "Related",
515
					"label": "Fairfield Hospital",
516
					"id": "grid.432149.9"
517
				},
518
				{
519
					"type": "Related",
520
					"label": "Ingham Institute",
521
					"id": "grid.429098.e"
522
				},
523
				{
524
					"type": "Related",
525
					"label": "Kenvale College",
526
					"id": "grid.460744.5"
527
				},
528
				{
529
					"type": "Related",
530
					"label": "Neuroscience Research Australia",
531
					"id": "grid.250407.4"
532
				},
533
				{
534
					"type": "Related",
535
					"label": "Prince of Wales Hospital",
536
					"id": "grid.415193.b"
537
				},
538
				{
539
					"type": "Related",
540
					"label": "Royal Hospital for Women",
541
					"id": "grid.416139.8"
542
				},
543
				{
544
					"type": "Related",
545
					"label": "Shellharbour Hospital",
546
					"id": "grid.460804.e"
547
				},
548
				{
549
					"type": "Related",
550
					"label": "Shoalhaven District Memorial Hospital",
551
					"id": "grid.460806.c"
552
				},
553
				{
554
					"type": "Related",
555
					"label": "St George Hospital",
556
					"id": "grid.416398.1"
557
				},
558
				{
559
					"type": "Related",
560
					"label": "Sutherland Hospital",
561
					"id": "grid.460648.8"
562
				},
563
				{
564
					"type": "Related",
565
					"label": "Sydney Children's Hospital",
566
					"id": "grid.414009.8"
567
				},
568
				{
569
					"type": "Related",
570
					"label": "Sydney Hospital",
571
					"id": "grid.416790.d"
572
				},
573
				{
574
					"type": "Related",
575
					"label": "Victor Chang Cardiac Research Institute",
576
					"id": "grid.1057.3"
577
				},
578
				{
579
					"type": "Related",
580
					"label": "Wagga Wagga Rural Referral Hospital",
581
					"id": "grid.460669.b"
582
				}
583
			],
584
			"external_ids": {
585
				"ISNI": {
586
					"preferred": null,
587
					"all": [
588
						"0000 0004 4902 0432"
589
					]
590
				},
591
				"FundRef": {
592
					"preferred": "501100001773",
593
					"all": [
594
						"501100001773",
595
						"501100001143",
596
						"501100007281",
597
						"501100002204",
598
						"501100001156"
599
					]
600
				},
601
				"OrgRef": {
602
					"preferred": "146078",
603
					"all": [
604
						"146078",
605
						"16766976"
606
					]
607
				},
608
				"Wikidata": {
609
					"preferred": null,
610
					"all": [
611
						"Q734764"
612
					]
613
				}
614
			},
615
			"weight": 1
616
		},
617
		{
618
			"name": "Newcastle University",
619
			"wikipedia_url": "http://en.wikipedia.org/wiki/Newcastle_University",
620
			"email_address": null,
621
			"links": [
622
				"http://www.ncl.ac.uk/"
623
			],
624
			"aliases": [
625
				"University of Newcastle upon Tyne"
626
			],
627
			"acronyms": [],
628
			"types": [
629
				"Education"
630
			],
631
			"ip_addresses": [],
632
			"addresses": [
633
				{
634
					"line_1": "",
635
					"line_2": "",
636
					"line_3": null,
637
					"lat": 54.978,
638
					"lng": -1.615,
639
					"postcode": "",
640
					"primary": false,
641
					"city": "Newcastle upon Tyne",
642
					"state": null,
643
					"state_code": "",
644
					"country": "United Kingdom",
645
					"country_code": "GB",
646
					"geonames_city": {
647
						"id": 2641673,
648
						"city": "Newcastle upon Tyne",
649
						"nuts_level1": {
650
							"name": "NORTH EAST (ENGLAND)",
651
							"code": "UKC"
652
						},
653
						"nuts_level2": {
654
							"name": "Northumberland and Tyne and Wear",
655
							"code": "UKC2"
656
						},
657
						"nuts_level3": {
658
							"name": "Tyneside",
659
							"code": "UKC22"
660
						},
661
						"geonames_admin1": {
662
							"name": "England",
663
							"ascii_name": "England",
664
							"code": "GB.ENG"
665
						},
666
						"geonames_admin2": {
667
							"name": "Newcastle upon Tyne",
668
							"ascii_name": "Newcastle upon Tyne",
669
							"code": "GB.ENG.I7"
670
						},
671
						"license": {
672
							"attribution": "Data from geonames.org under a CC-BY 3.0 license",
673
							"license": "http://creativecommons.org/licenses/by/3.0/"
674
						}
675
					}
676
				}
677
			],
678
			"labels": [],
679
			"id": "grid.1006.7",
680
			"status": "active",
681
			"established": 1834,
682
			"relationships": [
683
				{
684
					"type": "Related",
685
					"label": "Freeman Hospital",
686
					"id": "grid.415050.5"
687
				},
688
				{
689
					"type": "Related",
690
					"label": "NIHR Newcastle Biomedical Research Centre",
691
					"id": "grid.454379.8"
692
				},
693
				{
694
					"type": "Related",
695
					"label": "Newcastle Hospitals - Campus for Ageing and Vitality",
696
					"id": "grid.156122.3"
697
				},
698
				{
699
					"type": "Related",
700
					"label": "Newcastle University Medicine Malaysia",
701
					"id": "grid.472342.4"
702
				},
703
				{
704
					"type": "Related",
705
					"label": "Newcastle University Singapore",
706
					"id": "grid.473733.7"
707
				},
708
				{
709
					"type": "Related",
710
					"label": "Queen Elizabeth Hospital",
711
					"id": "grid.415506.3"
712
				},
713
				{
714
					"type": "Related",
715
					"label": "Royal Victoria Infirmary",
716
					"id": "grid.419334.8"
717
				},
718
				{
719
					"type": "Related",
720
					"label": "University Hospital of North Durham",
721
					"id": "grid.414158.d"
722
				},
723
				{
724
					"type": "Related",
725
					"label": "Wellcome Trust Centre for Mitochondrial Research",
726
					"id": "grid.450004.5"
727
				}
728
			],
729
			"external_ids": {
730
				"ISNI": {
731
					"preferred": null,
732
					"all": [
733
						"0000 0001 0462 7212"
734
					]
735
				},
736
				"FundRef": {
737
					"preferred": null,
738
					"all": [
739
						"501100008406",
740
						"501100000774"
741
					]
742
				},
743
				"HESA": {
744
					"preferred": null,
745
					"all": [
746
						"0154"
747
					]
748
				},
749
				"UCAS": {
750
					"preferred": null,
751
					"all": [
752
						"N21"
753
					]
754
				},
755
				"UKPRN": {
756
					"preferred": null,
757
					"all": [
758
						"10007799"
759
					]
760
				},
761
				"OrgRef": {
762
					"preferred": "203338",
763
					"all": [
764
						"203338",
765
						"4329975"
766
					]
767
				},
768
				"Wikidata": {
769
					"preferred": null,
770
					"all": [
771
						"Q837164"
772
					]
773
				}
774
			},
775
			"weight": 1
776
		},
777
		{
778
			"name": "University of Wollongong",
779
			"wikipedia_url": "http://en.wikipedia.org/wiki/University_of_Wollongong",
780
			"email_address": null,
781
			"links": [
782
				"https://www.uow.edu.au/index.html"
783
			],
784
			"aliases": [
785
				"Wollongong University"
786
			],
787
			"acronyms": [
788
				"UOW"
789
			],
790
			"types": [
791
				"Education"
792
			],
793
			"ip_addresses": [],
794
			"addresses": [
795
				{
796
					"line_1": "",
797
					"line_2": "",
798
					"line_3": null,
799
					"lat": -34.405147,
800
					"lng": 150.878387,
801
					"postcode": "",
802
					"primary": false,
803
					"city": "Wollongong",
804
					"state": "New South Wales",
805
					"state_code": "AU-NSW",
806
					"country": "Australia",
807
					"country_code": "AU",
808
					"geonames_city": {
809
						"id": 2171507,
810
						"city": "Wollongong",
811
						"nuts_level1": null,
812
						"nuts_level2": null,
813
						"nuts_level3": null,
814
						"geonames_admin1": {
815
							"name": "New South Wales",
816
							"ascii_name": "New South Wales",
817
							"code": "AU.02"
818
						},
819
						"geonames_admin2": {
820
							"name": "Wollongong",
821
							"ascii_name": "Wollongong",
822
							"code": "AU.02.18450"
823
						},
824
						"license": {
825
							"attribution": "Data from geonames.org under a CC-BY 3.0 license",
826
							"license": "http://creativecommons.org/licenses/by/3.0/"
827
						}
828
					}
829
				}
830
			],
831
			"labels": [],
832
			"id": "grid.1007.6",
833
			"status": "active",
834
			"established": 1951,
835
			"relationships": [
836
				{
837
					"type": "Related",
838
					"label": "Shellharbour Hospital",
839
					"id": "grid.460804.e"
840
				},
841
				{
842
					"type": "Related",
843
					"label": "Shoalhaven District Memorial Hospital",
844
					"id": "grid.460806.c"
845
				},
846
				{
847
					"type": "Related",
848
					"label": "Wollongong Hospital",
849
					"id": "grid.417154.2"
850
				},
851
				{
852
					"type": "Child",
853
					"label": "University of Wollongong in Dubai",
854
					"id": "grid.444532.0"
855
				}
856
			],
857
			"external_ids": {
858
				"ISNI": {
859
					"preferred": null,
860
					"all": [
861
						"0000 0004 0486 528X"
862
					]
863
				},
864
				"FundRef": {
865
					"preferred": null,
866
					"all": [
867
						"501100001777"
868
					]
869
				},
870
				"OrgRef": {
871
					"preferred": null,
872
					"all": [
873
						"461935"
874
					]
875
				},
876
				"Wikidata": {
877
					"preferred": null,
878
					"all": [
879
						"Q1350021"
880
					]
881
				}
882
			},
883
			"weight": 1
884
		},
885
		{
886
			"name": "University of Melbourne",
887
			"wikipedia_url": "http://en.wikipedia.org/wiki/University_of_Melbourne",
888
			"email_address": "",
889
			"links": [
890
				"http://www.unimelb.edu.au/"
891
			],
892
			"aliases": [
893
				"Melbourne University"
894
			],
895
			"acronyms": [],
896
			"types": [
897
				"Education"
898
			],
899
			"ip_addresses": [],
900
			"addresses": [
901
				{
902
					"line_1": "",
903
					"line_2": "",
904
					"line_3": null,
905
					"lat": -37.797115,
906
					"lng": 144.959972,
907
					"postcode": "",
908
					"primary": false,
909
					"city": "Melbourne",
910
					"state": "Victoria",
911
					"state_code": "AU-VIC",
912
					"country": "Australia",
913
					"country_code": "AU",
914
					"geonames_city": {
915
						"id": 2158177,
916
						"city": "Melbourne",
917
						"nuts_level1": null,
918
						"nuts_level2": null,
919
						"nuts_level3": null,
920
						"geonames_admin1": {
921
							"name": "Victoria",
922
							"ascii_name": "Victoria",
923
							"code": "AU.07"
924
						},
925
						"geonames_admin2": {
926
							"name": "Melbourne",
927
							"ascii_name": "Melbourne",
928
							"code": "AU.07.24600"
929
						},
930
						"license": {
931
							"attribution": "Data from geonames.org under a CC-BY 3.0 license",
932
							"license": "http://creativecommons.org/licenses/by/3.0/"
933
						}
934
					}
935
				}
936
			],
937
			"labels": [],
938
			"id": "grid.1008.9",
939
			"status": "active",
940
			"established": 1853,
941
			"relationships": [
942
				{
943
					"type": "Related",
944
					"label": "Austin Health",
945
					"id": "grid.410678.c"
946
				},
947
				{
948
					"type": "Related",
949
					"label": "Austin Hospital",
950
					"id": "grid.414094.c"
951
				},
952
				{
953
					"type": "Related",
954
					"label": "Bionics Institute",
955
					"id": "grid.431365.6"
956
				},
957
				{
958
					"type": "Related",
959
					"label": "Burnet Institute",
960
					"id": "grid.1056.2"
961
				},
962
				{
963
					"type": "Related",
964
					"label": "Centre for Eye Research Australia",
965
					"id": "grid.418002.f"
966
				},
967
				{
968
					"type": "Related",
969
					"label": "Epworth Hospital",
970
					"id": "grid.414539.e"
971
				},
972
				{
973
					"type": "Related",
974
					"label": "Geelong Hospital",
975
					"id": "grid.415335.5"
976
				},
977
				{
978
					"type": "Related",
979
					"label": "Melbourne Health",
980
					"id": "grid.429299.d"
981
				},
982
				{
983
					"type": "Related",
984
					"label": "Mental Health Research Institute",
985
					"id": "grid.415325.4"
986
				},
987
				{
988
					"type": "Related",
989
					"label": "Northern Hospital",
990
					"id": "grid.416536.3"
991
				},
992
				{
993
					"type": "Related",
994
					"label": "Royal Children's Hospital",
995
					"id": "grid.416107.5"
996
				},
997
				{
998
					"type": "Related",
999
					"label": "Royal Women's Hospital",
1000
					"id": "grid.416259.d"
1001
				},
1002
				{
1003
					"type": "Related",
1004
					"label": "St Vincent's Hospital",
1005
					"id": "grid.413105.2"
1006
				},
1007
				{
1008
					"type": "Related",
1009
					"label": "St Vincents Institute of Medical Research",
1010
					"id": "grid.1073.5"
1011
				},
1012
				{
1013
					"type": "Related",
1014
					"label": "The Royal Victorian Eye \u0026 Ear Hospital",
1015
					"id": "grid.410670.4"
1016
				},
1017
				{
1018
					"type": "Child",
1019
					"label": "Peter Doherty Institute",
1020
					"id": "grid.483778.7"
1021
				}
1022
			],
1023
			"external_ids": {
1024
				"ISNI": {
1025
					"preferred": null,
1026
					"all": [
1027
						"0000 0001 2179 088X"
1028
					]
1029
				},
1030
				"FundRef": {
1031
					"preferred": "501100001782",
1032
					"all": [
1033
						"501100001782",
1034
						"501100007961",
1035
						"100008758",
1036
						"501100000986",
1037
						"501100000987",
1038
						"501100001052"
1039
					]
1040
				},
1041
				"OrgRef": {
1042
					"preferred": "363594",
1043
					"all": [
1044
						"363594",
1045
						"47000931",
1046
						"3917352",
1047
						"1007776",
1048
						"6839809",
1049
						"6954088"
1050
					]
1051
				},
1052
				"Wikidata": {
1053
					"preferred": null,
1054
					"all": [
1055
						"Q319078"
1056
					]
1057
				}
1058
			},
1059
			"weight": 1
1060
		},
1061
		{
1062
			"name": "University of Tasmania",
1063
			"wikipedia_url": "http://en.wikipedia.org/wiki/University_of_Tasmania",
1064
			"email_address": null,
1065
			"links": [
1066
				"http://www.utas.edu.au/"
1067
			],
1068
			"aliases": [],
1069
			"acronyms": [
1070
				"UTAS"
1071
			],
1072
			"types": [
1073
				"Education"
1074
			],
1075
			"ip_addresses": [],
1076
			"addresses": [
1077
				{
1078
					"line_1": "",
1079
					"line_2": "",
1080
					"line_3": null,
1081
					"lat": -42.902093,
1082
					"lng": 147.332497,
1083
					"postcode": "",
1084
					"primary": false,
1085
					"city": "Hobart",
1086
					"state": "Tasmania",
1087
					"state_code": "AU-TAS",
1088
					"country": "Australia",
1089
					"country_code": "AU",
1090
					"geonames_city": {
1091
						"id": 2163355,
1092
						"city": "Hobart",
1093
						"nuts_level1": null,
1094
						"nuts_level2": null,
1095
						"nuts_level3": null,
1096
						"geonames_admin1": {
1097
							"name": "Tasmania",
1098
							"ascii_name": "Tasmania",
1099
							"code": "AU.06"
1100
						},
1101
						"geonames_admin2": {
1102
							"name": "Hobart",
1103
							"ascii_name": "Hobart",
1104
							"code": "AU.06.62810"
1105
						},
1106
						"license": {
1107
							"attribution": "Data from geonames.org under a CC-BY 3.0 license",
1108
							"license": "http://creativecommons.org/licenses/by/3.0/"
1109
						}
1110
					}
1111
				}
1112
			],
1113
			"labels": [],
1114
			"id": "grid.1009.8",
1115
			"status": "active",
1116
			"established": 1890,
1117
			"relationships": [
1118
				{
1119
					"type": "Related",
1120
					"label": "Australian Maritime College",
1121
					"id": "grid.454236.2"
1122
				},
1123
				{
1124
					"type": "Related",
1125
					"label": "Launceston General Hospital",
1126
					"id": "grid.415834.f"
1127
				},
1128
				{
1129
					"type": "Related",
1130
					"label": "Royal Hobart Hospital",
1131
					"id": "grid.416131.0"
1132
				}
1133
			],
1134
			"external_ids": {
1135
				"ISNI": {
1136
					"preferred": null,
1137
					"all": [
1138
						"0000 0004 1936 826X"
1139
					]
1140
				},
1141
				"FundRef": {
1142
					"preferred": null,
1143
					"all": [
1144
						"501100001249"
1145
					]
1146
				},
1147
				"OrgRef": {
1148
					"preferred": null,
1149
					"all": [
1150
						"601288"
1151
					]
1152
				},
1153
				"Wikidata": {
1154
					"preferred": null,
1155
					"all": [
1156
						"Q962011"
1157
					]
1158
				}
1159
			},
1160
			"weight": 1
1161
		},
1162
		{
1163
			"name": "University of Adelaide",
1164
			"wikipedia_url": "http://en.wikipedia.org/wiki/University_of_Adelaide",
1165
			"email_address": "",
1166
			"links": [
1167
				"http://www.adelaide.edu.au/"
1168
			],
1169
			"aliases": [
1170
				"Adelaide Uni"
1171
			],
1172
			"acronyms": [],
1173
			"types": [
1174
				"Education"
1175
			],
1176
			"ip_addresses": [],
1177
			"addresses": [
1178
				{
1179
					"line_1": "",
1180
					"line_2": "",
1181
					"line_3": null,
1182
					"lat": -34.920656,
1183
					"lng": 138.605756,
1184
					"postcode": "",
1185
					"primary": false,
1186
					"city": "Adelaide",
1187
					"state": "South Australia",
1188
					"state_code": "AU-SA",
1189
					"country": "Australia",
1190
					"country_code": "AU",
1191
					"geonames_city": {
1192
						"id": 2078025,
1193
						"city": "Adelaide",
1194
						"nuts_level1": null,
1195
						"nuts_level2": null,
1196
						"nuts_level3": null,
1197
						"geonames_admin1": {
1198
							"name": "South Australia",
1199
							"ascii_name": "South Australia",
1200
							"code": "AU.05"
1201
						},
1202
						"geonames_admin2": {
1203
							"name": "Adelaide",
1204
							"ascii_name": "Adelaide",
1205
							"code": "AU.05.40070"
1206
						},
1207
						"license": {
1208
							"attribution": "Data from geonames.org under a CC-BY 3.0 license",
1209
							"license": "http://creativecommons.org/licenses/by/3.0/"
1210
						}
1211
					}
1212
				}
1213
			],
1214
			"labels": [],
1215
			"id": "grid.1010.0",
1216
			"status": "active",
1217
			"established": 1874,
1218
			"relationships": [
1219
				{
1220
					"type": "Related",
1221
					"label": "Hanson Institute",
1222
					"id": "grid.410664.1"
1223
				},
1224
				{
1225
					"type": "Related",
1226
					"label": "Lyell McEwin Hospital",
1227
					"id": "grid.460761.2"
1228
				},
1229
				{
1230
					"type": "Related",
1231
					"label": "Modbury Hospital",
1232
					"id": "grid.416037.7"
1233
				},
1234
				{
1235
					"type": "Related",
1236
					"label": "Royal Adelaide Hospital",
1237
					"id": "grid.416075.1"
1238
				},
1239
				{
1240
					"type": "Related",
1241
					"label": "Women's and Children's Hospital",
1242
					"id": "grid.1694.a"
1243
				}
1244
			],
1245
			"external_ids": {
1246
				"ISNI": {
1247
					"preferred": null,
1248
					"all": [
1249
						"0000 0004 1936 7304"
1250
					]
1251
				},
1252
				"FundRef": {
1253
					"preferred": "501100001786",
1254
					"all": [
1255
						"501100001786",
1256
						"501100007197",
1257
						"501100002678",
1258
						"501100005887"
1259
					]
1260
				},
1261
				"OrgRef": {
1262
					"preferred": null,
1263
					"all": [
1264
						"206748"
1265
					]
1266
				},
1267
				"Wikidata": {
1268
					"preferred": null,
1269
					"all": [
1270
						"Q15574"
1271
					]
1272
				}
1273
			},
1274
			"weight": 1
1275
		},
1276
		{
1277
			"name": "James Cook University",
1278
			"wikipedia_url": "http://en.wikipedia.org/wiki/James_Cook_University",
1279
			"email_address": "",
1280
			"links": [
1281
				"http://www.jcu.edu.au/"
1282
			],
1283
			"aliases": [],
1284
			"acronyms": [
1285
				"JCU"
1286
			],
1287
			"types": [
1288
				"Education"
1289
			],
1290
			"ip_addresses": [],
1291
			"addresses": [
1292
				{
1293
					"line_1": "",
1294
					"line_2": "",
1295
					"line_3": null,
1296
					"lat": -19.327778,
1297
					"lng": 146.758333,
1298
					"postcode": "",
1299
					"primary": false,
1300
					"city": "Townsville",
1301
					"state": "Queensland",
1302
					"state_code": "AU-QLD",
1303
					"country": "Australia",
1304
					"country_code": "AU",
1305
					"geonames_city": {
1306
						"id": 2146142,
1307
						"city": "Townsville",
1308
						"nuts_level1": null,
1309
						"nuts_level2": null,
1310
						"nuts_level3": null,
1311
						"geonames_admin1": {
1312
							"name": "Queensland",
1313
							"ascii_name": "Queensland",
1314
							"code": "AU.04"
1315
						},
1316
						"geonames_admin2": {
1317
							"name": "Townsville",
1318
							"ascii_name": "Townsville",
1319
							"code": "AU.04.37010"
1320
						},
1321
						"license": {
1322
							"attribution": "Data from geonames.org under a CC-BY 3.0 license",
1323
							"license": "http://creativecommons.org/licenses/by/3.0/"
1324
						}
1325
					}
1326
				}
1327
			],
1328
			"labels": [],
1329
			"id": "grid.1011.1",
1330
			"status": "active",
1331
			"established": 1961,
1332
			"relationships": [
1333
				{
1334
					"type": "Related",
1335
					"label": "James Cook University Singapore",
1336
					"id": "grid.456586.c"
1337
				}
1338
			],
1339
			"external_ids": {
1340
				"ISNI": {
1341
					"preferred": null,
1342
					"all": [
1343
						"0000 0004 0474 1797"
1344
					]
1345
				},
1346
				"FundRef": {
1347
					"preferred": null,
1348
					"all": [
1349
						"501100008451",
1350
						"501100001792"
1351
					]
1352
				},
1353
				"OrgRef": {
1354
					"preferred": null,
1355
					"all": [
1356
						"75751"
1357
					]
1358
				},
1359
				"Wikidata": {
1360
					"preferred": null,
1361
					"all": [
1362
						"Q536512"
1363
					]
1364
				}
1365
			},
1366
			"weight": 1
1367
		},
1368
		{
1369
			"name": "University of Western Australia",
1370
			"wikipedia_url": "http://en.wikipedia.org/wiki/University_of_Western_Australia",
1371
			"email_address": null,
1372
			"links": [
1373
				"http://www.uwa.edu.au/"
1374
			],
1375
			"aliases": [],
1376
			"acronyms": [
1377
				"UWA"
1378
			],
1379
			"types": [
1380
				"Education"
1381
			],
1382
			"ip_addresses": [],
1383
			"addresses": [
1384
				{
1385
					"line_1": "",
1386
					"line_2": "",
1387
					"line_3": null,
1388
					"lat": -31.980915,
1389
					"lng": 115.819878,
1390
					"postcode": "",
1391
					"primary": false,
1392
					"city": "Perth",
1393
					"state": "Western Australia",
1394
					"state_code": "AU-WA",
1395
					"country": "Australia",
1396
					"country_code": "AU",
1397
					"geonames_city": {
1398
						"id": 2063523,
1399
						"city": "Perth",
1400
						"nuts_level1": null,
1401
						"nuts_level2": null,
1402
						"nuts_level3": null,
1403
						"geonames_admin1": {
1404
							"name": "Western Australia",
1405
							"ascii_name": "Western Australia",
1406
							"code": "AU.08"
1407
						},
1408
						"geonames_admin2": {
1409
							"name": "City of Perth",
1410
							"ascii_name": "City of Perth",
1411
							"code": "AU.08.57080"
1412
						},
1413
						"license": {
1414
							"attribution": "Data from geonames.org under a CC-BY 3.0 license",
1415
							"license": "http://creativecommons.org/licenses/by/3.0/"
1416
						}
1417
					}
1418
				}
1419
			],
1420
			"labels": [],
1421
			"id": "grid.1012.2",
1422
			"status": "active",
1423
			"established": 1911,
1424
			"relationships": [
1425
				{
1426
					"type": "Related",
1427
					"label": "Fremantle Hospital",
1428
					"id": "grid.415051.4"
1429
				},
1430
				{
1431
					"type": "Related",
1432
					"label": "Lions Eye Institute",
1433
					"id": "grid.1489.4"
1434
				},
1435
				{
1436
					"type": "Related",
1437
					"label": "Royal Perth Hospital",
1438
					"id": "grid.416195.e"
1439
				},
1440
				{
1441
					"type": "Related",
1442
					"label": "Sir Charles Gairdner Hospital",
1443
					"id": "grid.3521.5"
1444
				},
1445
				{
1446
					"type": "Related",
1447
					"label": "Women and Infants Research Foundation",
1448
					"id": "grid.454082.f"
... This diff was truncated because it exceeds the maximum size that can be displayed.

Also available in: Unified diff