-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c3ec77a
commit d0a715d
Showing
18 changed files
with
3,119 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,103 @@ | ||
{ | ||
"id": "https://ror.org/0030f2a11", | ||
"name": "Universitätsklinikum Erlangen", | ||
"email_address": null, | ||
"ip_addresses": [], | ||
"established": 1815, | ||
"types": [ | ||
"Healthcare" | ||
], | ||
"relationships": [ | ||
{ | ||
"label": "Friedrich-Alexander-Universität Erlangen-Nürnberg", | ||
"type": "Related", | ||
"id": "https://ror.org/00f7hpc57" | ||
} | ||
], | ||
"addresses": [ | ||
{ | ||
"lat": 49.59099, | ||
"lng": 11.00783, | ||
"state": null, | ||
"state_code": null, | ||
"city": "Erlangen", | ||
"geonames_city": { | ||
"id": 2929567, | ||
"city": "Erlangen", | ||
"geonames_admin1": { | ||
"name": "Bavaria", | ||
"id": 2951839, | ||
"ascii_name": "Bavaria", | ||
"code": "DE.02" | ||
}, | ||
"geonames_admin2": { | ||
"name": "Middle Franconia", | ||
"id": 2870736, | ||
"ascii_name": "Middle Franconia", | ||
"code": "DE.02.095" | ||
}, | ||
"license": { | ||
"attribution": "Data from geonames.org under a CC-BY 3.0 license", | ||
"license": "http://creativecommons.org/licenses/by/3.0/" | ||
}, | ||
"nuts_level1": { | ||
"name": null, | ||
"code": null | ||
}, | ||
"nuts_level2": { | ||
"name": null, | ||
"code": null | ||
}, | ||
"nuts_level3": { | ||
"name": null, | ||
"code": null | ||
} | ||
}, | ||
"postcode": null, | ||
"primary": false, | ||
"line": null, | ||
"country_geonames_id": 2921044 | ||
} | ||
], | ||
"links": [ | ||
"http://www.uk-erlangen.de/en/" | ||
], | ||
"aliases": [], | ||
"acronyms": [], | ||
"status": "active", | ||
"wikipedia_url": "", | ||
"labels": [ | ||
{ | ||
"label": "University Hospital Erlangen", | ||
"iso639": "en" | ||
} | ||
], | ||
"country": { | ||
"country_name": "Germany", | ||
"country_code": "DE" | ||
}, | ||
"external_ids": { | ||
"ISNI": { | ||
"preferred": null, | ||
"all": [ | ||
"0000 0000 9935 6525" | ||
] | ||
}, | ||
"FundRef": { | ||
"preferred": "501100018935", | ||
"all": [ | ||
"501100018935" | ||
] | ||
}, | ||
"Wikidata": { | ||
"preferred": null, | ||
"all": [ | ||
"Q1544159" | ||
] | ||
}, | ||
"GRID": { | ||
"preferred": "grid.411668.c", | ||
"all": "grid.411668.c" | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,87 @@ | ||
{ | ||
"id": "https://ror.org/013rctf62", | ||
"name": "Van Leeuwenhoek Centre for Advanced Microscopy", | ||
"email_address": null, | ||
"ip_addresses": [], | ||
"established": 2011, | ||
"types": [ | ||
"Facility" | ||
], | ||
"relationships": [ | ||
{ | ||
"label": "University of Amsterdam", | ||
"type": "Parent", | ||
"id": "https://ror.org/04dkp9463" | ||
}, | ||
{ | ||
"label": "The Netherlands Cancer Institute", | ||
"type": "Parent", | ||
"id": "https://ror.org/03xqtf034" | ||
}, | ||
{ | ||
"label": "Euro-BioImaging ERIC", | ||
"type": "Related", | ||
"id": "https://ror.org/05d78xc36" | ||
} | ||
], | ||
"addresses": [ | ||
{ | ||
"lat": 52.37403, | ||
"lng": 4.88969, | ||
"state": null, | ||
"state_code": null, | ||
"city": "Amsterdam", | ||
"geonames_city": { | ||
"id": 2759794, | ||
"city": "Amsterdam", | ||
"geonames_admin1": { | ||
"name": "North Holland", | ||
"id": 2749879, | ||
"ascii_name": "North Holland", | ||
"code": "NL.07" | ||
}, | ||
"geonames_admin2": { | ||
"name": "Gemeente Amsterdam", | ||
"id": 2759793, | ||
"ascii_name": "Gemeente Amsterdam", | ||
"code": "NL.07.0363" | ||
}, | ||
"license": { | ||
"attribution": "Data from geonames.org under a CC-BY 3.0 license", | ||
"license": "http://creativecommons.org/licenses/by/3.0/" | ||
}, | ||
"nuts_level1": { | ||
"name": null, | ||
"code": null | ||
}, | ||
"nuts_level2": { | ||
"name": null, | ||
"code": null | ||
}, | ||
"nuts_level3": { | ||
"name": null, | ||
"code": null | ||
} | ||
}, | ||
"postcode": null, | ||
"primary": false, | ||
"line": null, | ||
"country_geonames_id": 2750405 | ||
} | ||
], | ||
"links": [ | ||
"http://www.lcam.nl" | ||
], | ||
"aliases": [], | ||
"acronyms": [ | ||
"LCAM" | ||
], | ||
"status": "active", | ||
"wikipedia_url": null, | ||
"labels": [], | ||
"country": { | ||
"country_name": "Netherlands", | ||
"country_code": "NL" | ||
}, | ||
"external_ids": {} | ||
} |
Oops, something went wrong.