From f9fa23680c7a940b3e48698c98b57ef761b706e9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20K=C3=B6nig?= Date: Tue, 25 Jul 2023 12:38:35 +0200 Subject: [PATCH] bugfix for identifiers webservice --- release-notes/0.3.9.md | 10 + src/pymetadata/core/annotation.py | 3 - src/pymetadata/identifiers/registry.py | 4 + src/pymetadata/ontologies/ontology.py | 1 - .../resources/identifiers_registry.json | 11808 +++++++++++----- src/pymetadata/unichem.py | 2 - 6 files changed, 8170 insertions(+), 3658 deletions(-) create mode 100644 release-notes/0.3.9.md diff --git a/release-notes/0.3.9.md b/release-notes/0.3.9.md new file mode 100644 index 0000000..59c6f60 --- /dev/null +++ b/release-notes/0.3.9.md @@ -0,0 +1,10 @@ +# Release notes for pymetadata 0.3.9 +![pymetadata](https://github.com/matthiaskoenig/pymetadata/raw/develop/docs/images/favicon/pymetadata-100x100-300dpi.png) + +We are pleased to release the next version of pymetadata including the +following changes: + +## Features +- bugfixes for changing identifiers web service + +Your pymetadata team diff --git a/src/pymetadata/core/annotation.py b/src/pymetadata/core/annotation.py index 0c37fdc..dd23906 100644 --- a/src/pymetadata/core/annotation.py +++ b/src/pymetadata/core/annotation.py @@ -100,7 +100,6 @@ def __init__(self, qualifier: Union[BQB, BQM], resource: str): elif resource.startswith("urn:miriam:"): match3 = MIRIAM_URN_PATTERN.match(resource) if match3: - tokens = match3.group(1).split(":") self.collection = tokens[0] self.term = ":".join(tokens[1:]).replace("%3A", ":") @@ -240,7 +239,6 @@ def __init__(self, annotation: RDFAnnotation): self.errors: List = [] if self.collection: - # register MIRIAM xrefs namespace = REGISTRY.ns_dict.get(self.collection, None) if not namespace: @@ -254,7 +252,6 @@ def __init__(self, annotation: RDFAnnotation): namespace.resources = [] for ns_resource in namespace.resources: - # create url url = ns_resource.urlPattern diff --git a/src/pymetadata/identifiers/registry.py b/src/pymetadata/identifiers/registry.py index 9abc262..98c28d1 100644 --- a/src/pymetadata/identifiers/registry.py +++ b/src/pymetadata/identifiers/registry.py @@ -37,6 +37,10 @@ class Resource: location: dict = field(repr=False) deprecated: bool = field(repr=False) deprecationDate: str = field(repr=False) + protectedUrls: bool = field(repr=False, default=False) + renderProtectedLanding: bool = field(repr=False, default=False) + authHelpUrl: Optional[str] = field(repr=False, default=None) + authHelpDescription: Optional[str] = field(repr=False, default=None) @dataclass diff --git a/src/pymetadata/ontologies/ontology.py b/src/pymetadata/ontologies/ontology.py index 15b0b70..36e688c 100644 --- a/src/pymetadata/ontologies/ontology.py +++ b/src/pymetadata/ontologies/ontology.py @@ -160,7 +160,6 @@ def update_ontology_file(ofile: OntologyFile) -> None: r.raise_for_status() with open(owl_path, "wb") as f: for chunk in r.iter_content(chunk_size=8192): - f.write(chunk) # only store gzip version diff --git a/src/pymetadata/resources/identifiers_registry.json b/src/pymetadata/resources/identifiers_registry.json index aaf1451..e3824c8 100644 --- a/src/pymetadata/resources/identifiers_registry.json +++ b/src/pymetadata/resources/identifiers_registry.json @@ -34,35 +34,11 @@ "countryName": "United Kingdom" }, "deprecated": false, - "deprecationDate": null - }, - { - "id": 4, - "providerCode": "ols", - "name": "ChEBI through OLS", - "urlPattern": "https://www.ebi.ac.uk/ols/ontologies/chebi/terms?obo_id=CHEBI:{$id}", - "mirId": "MIR:00100158", - "description": "ChEBI through OLS", - "official": false, - "sampleId": "36927", - "resourceHomeUrl": "https://www.ebi.ac.uk/ols/ontologies/chebi", - "institution": { - "id": 2, - "name": "European Bioinformatics Institute", - "homeUrl": "https://www.ebi.ac.uk", - "description": "At EMBL-EBI, we make the world\u2019s public biological data freely available to the scientific community via a range of services and tools, perform basic research and provide professional training in bioinformatics. \nWe are part of the European Molecular Biology Laboratory (EMBL), an international, innovative and interdisciplinary research organisation funded by 26 member states and two associate member states.", - "rorId": "https://ror.org/02catss52", - "location": { - "countryCode": "GB", - "countryName": "United Kingdom" - } - }, - "location": { - "countryCode": "GB", - "countryName": "United Kingdom" - }, - "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null }, { "id": 6, @@ -77,8 +53,8 @@ "institution": { "id": 5, "name": "National Center for Biomedical Ontology, Stanford", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", + "homeUrl": "https://ncbo.bioontology.org/", + "description": "The goal of the National Center for Biomedical Ontology is to support biomedical researchers in their knowledge-intensive work, by providing online tools and a Web portal enabling them to access, review, and integrate disparate ontological resources in all aspects of biomedical investigation and clinical practice. A major focus of our work involves the use of biomedical ontologies to aid in the management and analysis of data derived from complex experiments.", "rorId": null, "location": { "countryCode": "US", @@ -90,7 +66,43 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null + }, + { + "id": 4, + "providerCode": "ols", + "name": "ChEBI through OLS", + "urlPattern": "https://www.ebi.ac.uk/ols4/ontologies/chebi/terms?obo_id=CHEBI:{$id}", + "mirId": "MIR:00100158", + "description": "ChEBI through OLS", + "official": false, + "sampleId": "36927", + "resourceHomeUrl": "https://www.ebi.ac.uk/ols4/ontologies/chebi", + "institution": { + "id": 2, + "name": "European Bioinformatics Institute", + "homeUrl": "https://www.ebi.ac.uk", + "description": "At EMBL-EBI, we make the world\u2019s public biological data freely available to the scientific community via a range of services and tools, perform basic research and provide professional training in bioinformatics. \nWe are part of the European Molecular Biology Laboratory (EMBL), an international, innovative and interdisciplinary research organisation funded by 26 member states and two associate member states.", + "rorId": "https://ror.org/02catss52", + "location": { + "countryCode": "GB", + "countryName": "United Kingdom" + } + }, + "location": { + "countryCode": "GB", + "countryName": "United Kingdom" + }, + "deprecated": false, + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:15:26.925+0000", @@ -134,7 +146,11 @@ "countryName": "United Kingdom" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null }, { "id": 16, @@ -149,8 +165,8 @@ "institution": { "id": 15, "name": "Kyoto University Bioinformatics Center", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", + "homeUrl": "https://www.bic.kyoto-u.ac.jp/", + "description": "The Bioinformatics Center aims at developing new informatics technologies for deciphering the genome, especially from the viewpoint of how life operates as a system, and promoting both basic and applied research areas in bioinformatics. The Center consists of three research laboratories, named Chemical Life Science, Mathematical Bioinformatics, and Bio-Knowledge Engineering, which focus on scientific discovery, algorithms, and data mining, respectively. ", "rorId": null, "location": { "countryCode": "JP", @@ -162,7 +178,11 @@ "countryName": "Japan" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null }, { "id": 20, @@ -177,9 +197,9 @@ "institution": { "id": 19, "name": "Trinity College, Dublin", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", - "rorId": null, + "homeUrl": "https://www.tcd.ie/", + "description": "Our university is pulsing with people, energy and ideas. Discover more about our community of staff, students and alumni, and how one of the world\u2019s great cities is home to one of the world\u2019s great universities \u2013 Trinity College Dublin. #ThinkTrinity", + "rorId": "https://ror.org/02tyrky19", "location": { "countryCode": "IE", "countryName": "Ireland" @@ -190,7 +210,11 @@ "countryName": "Ireland" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null }, { "id": 22, @@ -205,8 +229,8 @@ "institution": { "id": 21, "name": "Enzyme Portal at European Bioinformatics Institute, Hinxton, Cambridge", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", + "homeUrl": "https://www.ebi.ac.uk/enzymeportal/", + "description": "Enzyme Portal integrates publicly available information about enzymes, such as reaction mechanism, small-molecule chemistry, biochemical pathways and drug compounds.", "rorId": null, "location": { "countryCode": "GB", @@ -218,7 +242,11 @@ "countryName": "United Kingdom" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null }, { "id": 18, @@ -246,7 +274,11 @@ "countryName": "Switzerland" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:15:28.483+0000", @@ -290,7 +322,11 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null }, { "id": 25, @@ -305,8 +341,8 @@ "institution": { "id": 24, "name": "UniProt Consortium", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", + "homeUrl": "https://www.uniprot.org", + "description": "The Universal Protein Resource (UniProt) is a comprehensive resource for protein sequence and annotation data. The UniProt databases are the UniProt Knowledgebase (UniProtKB), the UniProt Reference Clusters (UniRef), and the UniProt Archive (UniParc). The UniProt consortium and host institutions EMBL-EBI, SIB and PIR are committed to the long-term preservation of the UniProt databases.", "rorId": null, "location": { "countryCode": "GB", @@ -318,7 +354,11 @@ "countryName": "United Kingdom" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:15:29.457+0000", @@ -362,7 +402,11 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null }, { "id": 30, @@ -377,8 +421,8 @@ "institution": { "id": 24, "name": "UniProt Consortium", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", + "homeUrl": "https://www.uniprot.org", + "description": "The Universal Protein Resource (UniProt) is a comprehensive resource for protein sequence and annotation data. The UniProt databases are the UniProt Knowledgebase (UniProtKB), the UniProt Reference Clusters (UniRef), and the UniProt Archive (UniParc). The UniProt consortium and host institutions EMBL-EBI, SIB and PIR are committed to the long-term preservation of the UniProt databases.", "rorId": null, "location": { "countryCode": "GB", @@ -390,7 +434,11 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null }, { "id": 31, @@ -418,7 +466,11 @@ "countryName": "United Kingdom" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null }, { "id": 32, @@ -433,8 +485,8 @@ "institution": { "id": 5, "name": "National Center for Biomedical Ontology, Stanford", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", + "homeUrl": "https://ncbo.bioontology.org/", + "description": "The goal of the National Center for Biomedical Ontology is to support biomedical researchers in their knowledge-intensive work, by providing online tools and a Web portal enabling them to access, review, and integrate disparate ontological resources in all aspects of biomedical investigation and clinical practice. A major focus of our work involves the use of biomedical ontologies to aid in the management and analysis of data derived from complex experiments.", "rorId": null, "location": { "countryCode": "US", @@ -446,35 +498,11 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null - }, - { - "id": 35, - "providerCode": "ols", - "name": "NCBI Taxonomy through OLS", - "urlPattern": "https://www.ebi.ac.uk/ols/ontologies/ncbitaxon/terms?short_form=NCBITaxon_{$id}", - "mirId": "MIR:00100770", - "description": "NCBI Taxonomy through OLS", - "official": false, - "sampleId": "9606", - "resourceHomeUrl": "https://www.ebi.ac.uk/ols/ontologies/ncbitaxon/", - "institution": { - "id": 2, - "name": "European Bioinformatics Institute", - "homeUrl": "https://www.ebi.ac.uk", - "description": "At EMBL-EBI, we make the world\u2019s public biological data freely available to the scientific community via a range of services and tools, perform basic research and provide professional training in bioinformatics. \nWe are part of the European Molecular Biology Laboratory (EMBL), an international, innovative and interdisciplinary research organisation funded by 26 member states and two associate member states.", - "rorId": "https://ror.org/02catss52", - "location": { - "countryCode": "GB", - "countryName": "United Kingdom" - } - }, - "location": { - "countryCode": "GB", - "countryName": "United Kingdom" - }, - "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null }, { "id": 34, @@ -502,7 +530,43 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null + }, + { + "id": 35, + "providerCode": "ols", + "name": "NCBI Taxonomy through OLS", + "urlPattern": "https://www.ebi.ac.uk/ols4/ontologies/ncbitaxon/terms?short_form=NCBITaxon_{$id}", + "mirId": "MIR:00100770", + "description": "NCBI Taxonomy through OLS", + "official": false, + "sampleId": "9606", + "resourceHomeUrl": "https://www.ebi.ac.uk/ols4/ontologies/ncbitaxon/", + "institution": { + "id": 2, + "name": "European Bioinformatics Institute", + "homeUrl": "https://www.ebi.ac.uk", + "description": "At EMBL-EBI, we make the world\u2019s public biological data freely available to the scientific community via a range of services and tools, perform basic research and provide professional training in bioinformatics. \nWe are part of the European Molecular Biology Laboratory (EMBL), an international, innovative and interdisciplinary research organisation funded by 26 member states and two associate member states.", + "rorId": "https://ror.org/02catss52", + "location": { + "countryCode": "GB", + "countryName": "United Kingdom" + } + }, + "location": { + "countryCode": "GB", + "countryName": "United Kingdom" + }, + "deprecated": false, + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:15:29.882+0000", @@ -546,7 +610,11 @@ "countryName": "United Kingdom" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null }, { "id": 39, @@ -561,9 +629,9 @@ "institution": { "id": 38, "name": "California Institute of Technology", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", - "rorId": null, + "homeUrl": "https://ror.org/05dxps055", + "description": "Caltech is a world-renowned science and engineering institute that marshals some of the world's brightest minds and most innovative tools to address fundamental scientific questions and pressing societal challenges.\nThe Institute manages JPL for NASA, sending probes to explore the planets of our solar system and quantify changes on our home planet. Caltech also owns and operates large-scale research facilities such as the Seismological Laboratory and a global network of astronomical observatories, including the Palomar and W. M. Keck Observatories; and cofounded and comanages LIGO.", + "rorId": "https://ror.org/05dxps055", "location": { "countryCode": "US", "countryName": "United States" @@ -574,7 +642,11 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null }, { "id": 40, @@ -602,7 +674,11 @@ "countryName": "United Kingdom" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:15:30.877+0000", @@ -633,8 +709,8 @@ "institution": { "id": 44, "name": "German Institute of Medical Documentation and Information", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", + "homeUrl": "https://www.bfarm.de/EN/Home/_node.html", + "description": "The German Institute for Medical Documentation and Information (German: Deutsches Institut f\u00fcr Medizinische Dokumentation und Information), abbreviated DIMDI, was a German organization responsible for medical information classification and management. It was a government Institute of the German Federal Ministry of Health and was located in Cologne, Germany. The DIMDI published official medical classifications such as ICD-10-GM and OPS (German Procedure Classification) and maintained medical terminology dictionaries, thesauri, nomenclatures and catalogs (e.g. MeSH, UMDNS, Alpha-ID, LOINC, OID) that are important for health information exchange and other applications. DIMDI also developed and operated database-supported information systems for drugs and medical devices and was responsible for a program of health technology assessment (HTA). It also provided information intended for patients. On 26 May 2020, the DIMDI was merged with the Federal Institute for Drugs and Medical Devices (BfArM) into a single agency under the auspices of the BfArM \"to combine the resources and expertise of both authorities\".", "rorId": null, "location": { "countryCode": "DE", @@ -646,7 +722,11 @@ "countryName": "Germany" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:15:31.658+0000", @@ -690,7 +770,11 @@ "countryName": "United Kingdom" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:15:31.920+0000", @@ -734,7 +818,11 @@ "countryName": "United Kingdom" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null }, { "id": 50, @@ -762,7 +850,11 @@ "countryName": "United Kingdom" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:15:32.153+0000", @@ -793,8 +885,8 @@ "institution": { "id": 15, "name": "Kyoto University Bioinformatics Center", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", + "homeUrl": "https://www.bic.kyoto-u.ac.jp/", + "description": "The Bioinformatics Center aims at developing new informatics technologies for deciphering the genome, especially from the viewpoint of how life operates as a system, and promoting both basic and applied research areas in bioinformatics. The Center consists of three research laboratories, named Chemical Life Science, Mathematical Bioinformatics, and Bio-Knowledge Engineering, which focus on scientific discovery, algorithms, and data mining, respectively. ", "rorId": null, "location": { "countryCode": "JP", @@ -806,7 +898,11 @@ "countryName": "Japan" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:15:32.480+0000", @@ -837,8 +933,8 @@ "institution": { "id": 15, "name": "Kyoto University Bioinformatics Center", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", + "homeUrl": "https://www.bic.kyoto-u.ac.jp/", + "description": "The Bioinformatics Center aims at developing new informatics technologies for deciphering the genome, especially from the viewpoint of how life operates as a system, and promoting both basic and applied research areas in bioinformatics. The Center consists of three research laboratories, named Chemical Life Science, Mathematical Bioinformatics, and Bio-Knowledge Engineering, which focus on scientific discovery, algorithms, and data mining, respectively. ", "rorId": null, "location": { "countryCode": "JP", @@ -850,7 +946,11 @@ "countryName": "Japan" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:15:32.730+0000", @@ -881,8 +981,8 @@ "institution": { "id": 15, "name": "Kyoto University Bioinformatics Center", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", + "homeUrl": "https://www.bic.kyoto-u.ac.jp/", + "description": "The Bioinformatics Center aims at developing new informatics technologies for deciphering the genome, especially from the viewpoint of how life operates as a system, and promoting both basic and applied research areas in bioinformatics. The Center consists of three research laboratories, named Chemical Life Science, Mathematical Bioinformatics, and Bio-Knowledge Engineering, which focus on scientific discovery, algorithms, and data mining, respectively. ", "rorId": null, "location": { "countryCode": "JP", @@ -894,7 +994,11 @@ "countryName": "Japan" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:15:32.930+0000", @@ -938,7 +1042,11 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null }, { "id": 60, @@ -966,7 +1074,11 @@ "countryName": "United Kingdom" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null }, { "id": 62, @@ -981,8 +1093,8 @@ "institution": { "id": 61, "name": "Europe PubMed Central partners", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", + "homeUrl": "https://europepmc.org/", + "description": "Europe PMC provides comprehensive access to life sciences literature from trusted sources. It's available to anyone, anywhere for free. With Europe PMC you can search and read 42.1 million publications, preprints and other documents enriched with links to supporting data, reviews, protocols, and other relevant resources. ", "rorId": null, "location": { "countryCode": "GB", @@ -994,7 +1106,11 @@ "countryName": "United Kingdom" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null }, { "id": 64, @@ -1009,8 +1125,8 @@ "institution": { "id": 63, "name": "Linkedlifedata, Ontotext, Sofia", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", + "homeUrl": "http://linkedlifedata.com/", + "description": "Linked Life Data (LLD) is a data-as-a-service platform that provides access to 25 public biomedical databases through a single access point. The service allows writing of complex data analytical queries, answering complex bioinformatics questions such as 'give me all human genes located in Y-chromosome with the known molecular interactions'; simply navigate through the information, or export subsets like 'all approved drugs and their brand names'. ", "rorId": null, "location": { "countryCode": "BG", @@ -1022,7 +1138,11 @@ "countryName": "Bulgaria" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null }, { "id": 2466, @@ -1050,7 +1170,11 @@ "countryName": "Netherlands" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:15:33.142+0000", @@ -1081,9 +1205,9 @@ "institution": { "id": 66, "name": "Johns Hopkins University, Baltimore, Maryland", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", - "rorId": null, + "homeUrl": "https://www.jhu.edu/", + "description": "A place that has revolutionized higher education in the U.S. and continues to bring knowledge and discoveries to the world.", + "rorId": "https://ror.org/00za53h95", "location": { "countryCode": "US", "countryName": "United States" @@ -1094,7 +1218,11 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null }, { "id": 68, @@ -1109,9 +1237,9 @@ "institution": { "id": 66, "name": "Johns Hopkins University, Baltimore, Maryland", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", - "rorId": null, + "homeUrl": "https://www.jhu.edu/", + "description": "A place that has revolutionized higher education in the U.S. and continues to bring knowledge and discoveries to the world.", + "rorId": "https://ror.org/00za53h95", "location": { "countryCode": "US", "countryName": "United States" @@ -1122,7 +1250,11 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:15:33.878+0000", @@ -1153,9 +1285,9 @@ "institution": { "id": 70, "name": "Georgetown University Medical Center", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", - "rorId": null, + "homeUrl": "https://gumc.georgetown.edu", + "description": "As one of approximately 140 academic health and science centers in the United States, Georgetown University Medical Center seeks to provide, in a synergistic fashion, excellence in education \u2014 training physicians, nurses and other health care professionals, as well as biomedical scientists \u2014 and cutting-edge interdisciplinary research collaboration, enhancing our basic science and translational biomedical research capacity in order to improve human health. We have identified several areas of focus for our research. ", + "rorId": "https://ror.org/00hjz7x27", "location": { "countryCode": "US", "countryName": "United States" @@ -1166,7 +1298,11 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:15:34.294+0000", @@ -1210,7 +1346,11 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:15:34.555+0000", @@ -1228,34 +1368,6 @@ "description": "The Protein Data Bank is the single worldwide archive of structural data of biological macromolecules.", "mirId": "MIR:00000020", "resources": [ - { - "id": 83, - "providerCode": "CURATOR_REVIEW", - "name": "Proteopedia", - "urlPattern": "http://proteopedia.org/wiki/index.php/{$id}", - "mirId": "MIR:00100096", - "description": "Proteopedia", - "official": false, - "sampleId": "2gc4", - "resourceHomeUrl": "http://www.proteopedia.org/", - "institution": { - "id": 82, - "name": "Weizmann Institute of Science", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", - "rorId": null, - "location": { - "countryCode": "IL", - "countryName": "Israel" - } - }, - "location": { - "countryCode": "IL", - "countryName": "Israel" - }, - "deprecated": false, - "deprecationDate": null - }, { "id": 86, "providerCode": "ebi", @@ -1282,7 +1394,11 @@ "countryName": "United Kingdom" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null }, { "id": 80, @@ -1297,9 +1413,9 @@ "institution": { "id": 79, "name": "Rutgers, The State University of New Jersey", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", - "rorId": null, + "homeUrl": "https://www.rutgers.edu/", + "description": "Rutgers, The State University of New Jersey, stands among America\u2019s highest-ranked, most diverse public research universities. The oldest, largest, and top-ranked public university in the New York/New Jersey metropolitan area, you\u2019ll find us at our main locations in three New Jersey cities, and our footprint can be seen around the region. We\u2019re an academic, health, and research powerhouse and a university of opportunity.", + "rorId": "https://ror.org/05vt9qd57", "location": { "countryCode": "US", "countryName": "United States" @@ -1310,7 +1426,11 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null }, { "id": 85, @@ -1325,8 +1445,8 @@ "institution": { "id": 84, "name": "Institute for Protein Research, Osaka University", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", + "homeUrl": "http://www.protein.osaka-u.ac.jp/en/", + "description": "In the genome-to-life process, there are complex networks driven by various molecules including proteins. In order to understand the principle of the network, the technologies that connect and analyze those molecular information are indispensable. Focusing on protein structure science, which is one of the strengths of this institute, we would like to promote cutting-edge protein research by combining technologies for network prediction, verification, design and synthesis. We appreciate your continued support and encouragement. ", "rorId": null, "location": { "countryCode": "JP", @@ -1338,7 +1458,11 @@ "countryName": "Japan" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null }, { "id": 81, @@ -1366,7 +1490,11 @@ "countryName": "United Kingdom" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null }, { "id": 3061, @@ -1394,7 +1522,43 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null + }, + { + "id": 83, + "providerCode": "CURATOR_REVIEW", + "name": "Proteopedia", + "urlPattern": "http://proteopedia.org/wiki/index.php/{$id}", + "mirId": "MIR:00100096", + "description": "Proteopedia", + "official": false, + "sampleId": "2gc4", + "resourceHomeUrl": "http://www.proteopedia.org/", + "institution": { + "id": 328, + "name": "Weizmann Institute", + "homeUrl": "https://www.weizmann.ac.il/pages/", + "description": "The Weizmann Institute of Science is one of the world\u2019s leading multidisciplinary basic research institutions in the natural and exact sciences. It is located in Rehovot, Israel, just south of Tel Aviv. It was initially established as the Daniel Sieff Institute in 1934, by Israel and Rebecca Sieff of London in memory of their son Daniel. In 1949, it was renamed for Dr. Chaim Weizmann, the first President of the State of Israel and Founder of the Institute.", + "rorId": "https://ror.org/0316ej306", + "location": { + "countryCode": "IL", + "countryName": "Israel" + } + }, + "location": { + "countryCode": "IL", + "countryName": "Israel" + }, + "deprecated": false, + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:15:35.100+0000", @@ -1438,7 +1602,11 @@ "countryName": "United Kingdom" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null }, { "id": 90, @@ -1453,8 +1621,8 @@ "institution": { "id": 89, "name": "The Gene Ontology Consortium", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", + "homeUrl": "http://geneontology.org/", + "description": "The mission of the GO Consortium is to develop a comprehensive, computational model of biological systems, ranging from the molecular to the organism level, across the multiplicity of species in the tree of life.\n\nThe Gene Ontology (GO) knowledgebase is the world\u2019s largest source of information on the functions of genes. This knowledge is both human-readable and machine-readable, and is a foundation for computational analysis of large-scale molecular biology and genetics experiments in biomedical research. ", "rorId": null, "location": { "countryCode": "US", @@ -1466,7 +1634,11 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null }, { "id": 92, @@ -1481,9 +1653,9 @@ "institution": { "id": 91, "name": "The Jackson Laboratory", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", - "rorId": null, + "homeUrl": "https://www.jax.org/#", + "description": "The Jackson Laboratory (JAX) is an independent, nonprofit biomedical research organization that leverages a unique combination of research, education and resources to achieve our mission: We DISCOVER precise genomic solutions for disease and EMPOWER the global biomedical community in its shared quest to improve human health.", + "rorId": "https://ror.org/021sy4w91", "location": { "countryCode": "US", "countryName": "United States" @@ -1494,7 +1666,11 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null }, { "id": 93, @@ -1509,8 +1685,8 @@ "institution": { "id": 5, "name": "National Center for Biomedical Ontology, Stanford", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", + "homeUrl": "https://ncbo.bioontology.org/", + "description": "The goal of the National Center for Biomedical Ontology is to support biomedical researchers in their knowledge-intensive work, by providing online tools and a Web portal enabling them to access, review, and integrate disparate ontological resources in all aspects of biomedical investigation and clinical practice. A major focus of our work involves the use of biomedical ontologies to aid in the management and analysis of data derived from complex experiments.", "rorId": null, "location": { "countryCode": "US", @@ -1522,7 +1698,11 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null }, { "id": 95, @@ -1537,9 +1717,9 @@ "institution": { "id": 94, "name": "Keck School of Medicine, University of Southern California", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", - "rorId": null, + "homeUrl": "https://www.keckmedicine.org/", + "description": "Keck Medicine of USC is the University of Southern California\u2019s medical enterprise, one of only two university-based medical systems in the Los Angeles area. Keck Medicine combines academic excellence, world-class research and state-of-the-art facilities to provide highly specialized care for some of the most acute patients in the country. ", + "rorId": "https://ror.org/01rq8ck58", "location": { "countryCode": "US", "countryName": "United States" @@ -1550,18 +1730,22 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null }, { "id": 96, "providerCode": "ols", "name": "GO through OLS", - "urlPattern": "https://www.ebi.ac.uk/ols/ontologies/go/terms?obo_id=GO:{$id}", + "urlPattern": "https://www.ebi.ac.uk/ols4/ontologies/go/terms?obo_id=GO:{$id}", "mirId": "MIR:00100675", "description": "GO through OLS", "official": false, "sampleId": "0006915", - "resourceHomeUrl": "https://www.ebi.ac.uk/ols/ontologies/go", + "resourceHomeUrl": "https://www.ebi.ac.uk/ols4/ontologies/go", "institution": { "id": 2, "name": "European Bioinformatics Institute", @@ -1578,7 +1762,11 @@ "countryName": "United Kingdom" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:15:35.970+0000", @@ -1609,9 +1797,9 @@ "institution": { "id": 98, "name": "Stanford University", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", - "rorId": null, + "homeUrl": "http://www.stanford.edu/", + "description": "Stanford was founded almost 150 years ago on a bedrock of societal purpose. Our mission is to contribute to the world by educating students for lives of leadership and purposeful contribution; advancing fundamental knowledge and cultivating creativity; and accelerating solutions and amplifying their impact.", + "rorId": "https://ror.org/00f54p054", "location": { "countryCode": "US", "countryName": "United States" @@ -1622,7 +1810,11 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null }, { "id": 100, @@ -1650,7 +1842,11 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null }, { "id": 102, @@ -1678,7 +1874,11 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null }, { "id": 104, @@ -1706,7 +1906,11 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:15:37.056+0000", @@ -1737,8 +1941,8 @@ "institution": { "id": 5, "name": "National Center for Biomedical Ontology, Stanford", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", + "homeUrl": "https://ncbo.bioontology.org/", + "description": "The goal of the National Center for Biomedical Ontology is to support biomedical researchers in their knowledge-intensive work, by providing online tools and a Web portal enabling them to access, review, and integrate disparate ontological resources in all aspects of biomedical investigation and clinical practice. A major focus of our work involves the use of biomedical ontologies to aid in the management and analysis of data derived from complex experiments.", "rorId": null, "location": { "countryCode": "US", @@ -1750,7 +1954,11 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null }, { "id": 106, @@ -1778,18 +1986,22 @@ "countryName": "United Kingdom" }, "deprecated": true, - "deprecationDate": "2022-11-10T10:15:12.911+0000" + "deprecationDate": "2022-11-10T10:15:12.911+0000", + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null }, { "id": 107, "providerCode": "ols", "name": "SBO through OLS", - "urlPattern": "https://www.ebi.ac.uk/ols/ontologies/sbo/terms?obo_id=SBO:{$id}", + "urlPattern": "https://www.ebi.ac.uk/ols4/ontologies/sbo/terms?obo_id=SBO:{$id}", "mirId": "MIR:00100176", "description": "SBO through OLS", "official": true, "sampleId": "0000262", - "resourceHomeUrl": "https://www.ebi.ac.uk/ols/ontologies/sbo", + "resourceHomeUrl": "https://www.ebi.ac.uk/ols4/ontologies/sbo", "institution": { "id": 2, "name": "European Bioinformatics Institute", @@ -1806,7 +2018,11 @@ "countryName": "United Kingdom" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:15:37.756+0000", @@ -1837,8 +2053,8 @@ "institution": { "id": 15, "name": "Kyoto University Bioinformatics Center", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", + "homeUrl": "https://www.bic.kyoto-u.ac.jp/", + "description": "The Bioinformatics Center aims at developing new informatics technologies for deciphering the genome, especially from the viewpoint of how life operates as a system, and promoting both basic and applied research areas in bioinformatics. The Center consists of three research laboratories, named Chemical Life Science, Mathematical Bioinformatics, and Bio-Knowledge Engineering, which focus on scientific discovery, algorithms, and data mining, respectively. ", "rorId": null, "location": { "countryCode": "JP", @@ -1850,7 +2066,11 @@ "countryName": "Japan" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:15:38.268+0000", @@ -1881,8 +2101,8 @@ "institution": { "id": 15, "name": "Kyoto University Bioinformatics Center", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", + "homeUrl": "https://www.bic.kyoto-u.ac.jp/", + "description": "The Bioinformatics Center aims at developing new informatics technologies for deciphering the genome, especially from the viewpoint of how life operates as a system, and promoting both basic and applied research areas in bioinformatics. The Center consists of three research laboratories, named Chemical Life Science, Mathematical Bioinformatics, and Bio-Knowledge Engineering, which focus on scientific discovery, algorithms, and data mining, respectively. ", "rorId": null, "location": { "countryCode": "JP", @@ -1894,7 +2114,11 @@ "countryName": "Japan" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:15:38.579+0000", @@ -1938,7 +2162,11 @@ "countryName": "United Kingdom" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null }, { "id": 115, @@ -1966,7 +2194,11 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null }, { "id": 116, @@ -1994,7 +2226,11 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:15:38.790+0000", @@ -2025,8 +2261,8 @@ "institution": { "id": 76, "name": "International DOI Foundation", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", + "homeUrl": "https://www.doi.org/", + "description": "The DOI Foundation is a not-for-profit organization. We govern the Digital Object Identifier (DOI) system on behalf of the agencies who manage DOI registries and provide services to their respective communities. We are the registration authority for the ISO standard (ISO 26324) for the DOI system and we are governed by our Registration Agencies.", "rorId": null, "location": { "countryCode": "GB", @@ -2038,7 +2274,11 @@ "countryName": "United Kingdom" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null }, { "id": 2462, @@ -2066,7 +2306,11 @@ "countryName": "Netherlands" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:15:34.841+0000", @@ -2110,7 +2354,11 @@ "countryName": "United Kingdom" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null }, { "id": 10, @@ -2138,7 +2386,11 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null }, { "id": 11, @@ -2166,7 +2418,11 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null }, { "id": 12, @@ -2194,7 +2450,11 @@ "countryName": "Singapore" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:15:27.869+0000", @@ -2215,13 +2475,13 @@ { "id": 118, "providerCode": "ebi", - "name": "Pfam at EMBL-EBI", - "urlPattern": "https://pfam.xfam.org/family/{$id}", + "name": "Pfam via InterPro at EMBL-EBI", + "urlPattern": "https://www.ebi.ac.uk/interpro/entry/pfam/{$id}", "mirId": "MIR:00100685", - "description": "Pfam at EMBL-EBI", + "description": "Pfam via InterPro at EMBL-EBI", "official": true, "sampleId": "PF01234", - "resourceHomeUrl": "https://pfam.xfam.org/", + "resourceHomeUrl": "https://www.ebi.ac.uk/interpro/", "institution": { "id": 2, "name": "European Bioinformatics Institute", @@ -2238,7 +2498,11 @@ "countryName": "United Kingdom" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:15:39.270+0000", @@ -2247,134 +2511,6 @@ "deprecated": false, "deprecationDate": null }, - "insdc": { - "id": 119, - "prefix": "insdc", - "name": "Nucleotide Sequence Database", - "pattern": "^([A-Z]\\d{5}|[A-Z]{2}\\d{6}|[A-Z]{4}\\d{8}|[A-J][A-Z]{2}\\d{5})(\\.\\d+)?$", - "namespaceEmbeddedInLui": false, - "description": "The International Nucleotide Sequence Database Collaboration (INSDC) consists of a joint effort to collect and disseminate databases containing DNA and RNA sequences.", - "mirId": "MIR:00000029", - "resources": [ - { - "id": 120, - "providerCode": "CURATOR_REVIEW", - "name": "INSDC through GenBank", - "urlPattern": "https://www.ncbi.nlm.nih.gov/nuccore/{$id}", - "mirId": "MIR:00100049", - "description": "INSDC through GenBank", - "official": false, - "sampleId": "X58356", - "resourceHomeUrl": "https://www.ncbi.nlm.nih.gov/Genbank/", - "institution": { - "id": 26, - "name": "National Center for Biotechnology Information", - "homeUrl": "https://www.ncbi.nlm.nih.gov/", - "description": "The National Center for Biotechnology Information advances science and health by providing access to biomedical and genomic information.", - "rorId": "https://ror.org/02meqm098", - "location": { - "countryCode": "US", - "countryName": "United States" - } - }, - "location": { - "countryCode": "US", - "countryName": "United States" - }, - "deprecated": false, - "deprecationDate": null - }, - { - "id": 122, - "providerCode": "CURATOR_REVIEW", - "name": "INSDC through DDBJ", - "urlPattern": "http://getentry.ddbj.nig.ac.jp/getentry?database=ddbj&accession_number={$id}", - "mirId": "MIR:00100066", - "description": "INSDC through DDBJ", - "official": false, - "sampleId": "X58356", - "resourceHomeUrl": "http://www.ddbj.nig.ac.jp/", - "institution": { - "id": 121, - "name": "DNA Data Bank of Japan, Mishima, Shizuoka", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", - "rorId": null, - "location": { - "countryCode": "JP", - "countryName": "Japan" - } - }, - "location": { - "countryCode": "JP", - "countryName": "Japan" - }, - "deprecated": false, - "deprecationDate": null - }, - { - "id": 123, - "providerCode": "ebi", - "name": "INSDC through European Nucleotide Archive (ENA)", - "urlPattern": "https://www.ebi.ac.uk/ena/data/view/{$id}", - "mirId": "MIR:00100487", - "description": "INSDC through European Nucleotide Archive (ENA)", - "official": false, - "sampleId": "X58356", - "resourceHomeUrl": "https://www.ebi.ac.uk/ena/", - "institution": { - "id": 2, - "name": "European Bioinformatics Institute", - "homeUrl": "https://www.ebi.ac.uk", - "description": "At EMBL-EBI, we make the world\u2019s public biological data freely available to the scientific community via a range of services and tools, perform basic research and provide professional training in bioinformatics. \nWe are part of the European Molecular Biology Laboratory (EMBL), an international, innovative and interdisciplinary research organisation funded by 26 member states and two associate member states.", - "rorId": "https://ror.org/02catss52", - "location": { - "countryCode": "GB", - "countryName": "United Kingdom" - } - }, - "location": { - "countryCode": "GB", - "countryName": "United Kingdom" - }, - "deprecated": false, - "deprecationDate": null - }, - { - "id": 124, - "providerCode": "ncbi", - "name": "INSDC through Nucleotide database at NCBI", - "urlPattern": "https://www.ncbi.nlm.nih.gov/nuccore/{$id}", - "mirId": "MIR:00100490", - "description": "INSDC through Nucleotide database at NCBI", - "official": false, - "sampleId": "X58356", - "resourceHomeUrl": "https://www.ncbi.nlm.nih.gov/nuccore/", - "institution": { - "id": 26, - "name": "National Center for Biotechnology Information", - "homeUrl": "https://www.ncbi.nlm.nih.gov/", - "description": "The National Center for Biotechnology Information advances science and health by providing access to biomedical and genomic information.", - "rorId": "https://ror.org/02meqm098", - "location": { - "countryCode": "US", - "countryName": "United States" - } - }, - "location": { - "countryCode": "US", - "countryName": "United States" - }, - "deprecated": false, - "deprecationDate": null - } - ], - "created": "2019-06-11T14:15:39.496+0000", - "modified": "2019-06-11T14:15:39.496+0000", - "sampleId": "X58356", - "deprecated": false, - "deprecationDate": null - }, "fb": { "id": 125, "prefix": "fb", @@ -2397,8 +2533,8 @@ "institution": { "id": 126, "name": "The FlyBase Consortium", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", + "homeUrl": "http://flybase.org/", + "description": "The FlyBase project is carried out by a consortium of Drosophila researchers and computer scientists at: Harvard University, University of Cambridge (UK), Indiana University and the University of New Mexico. ", "rorId": null, "location": { "countryCode": "US", @@ -2410,7 +2546,11 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null }, { "id": 128, @@ -2438,7 +2578,11 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null }, { "id": 129, @@ -2466,7 +2610,11 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:15:40.188+0000", @@ -2497,9 +2645,9 @@ "institution": { "id": 131, "name": "Cold Spring Harbor Laboratory", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", - "rorId": null, + "homeUrl": "https://www.cshl.edu/", + "description": "Founded in 1890, Cold Spring Harbor Laboratory has shaped contemporary biomedical research and education with programs in cancer, neuroscience, plant biology and quantitative biology. Home to eight Nobel Prize winners, the private, not-for-profit Laboratory employs 1,000 people including 600 scientists, students and technicians. The Meetings & Courses Program hosts more than 12,000 scientists from around the world each year on its campuses in Long Island and in Suzhou, China. The Laboratory\u2019s education arm also includes an academic publishing house, a graduate school and programs for middle, high school, and undergraduate students and teachers.", + "rorId": "https://ror.org/02qz8b764", "location": { "countryCode": "US", "countryName": "United States" @@ -2510,7 +2658,11 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:15:40.709+0000", @@ -2554,7 +2706,11 @@ "countryName": "Switzerland" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:15:40.983+0000", @@ -2598,7 +2754,11 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:15:41.269+0000", @@ -2642,7 +2802,11 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null }, { "id": 2449, @@ -2670,7 +2834,11 @@ "countryName": "Netherlands" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:15:41.493+0000", @@ -2701,9 +2869,9 @@ "institution": { "id": 141, "name": "Cornell University", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", - "rorId": null, + "homeUrl": "https://ror.org/05bnh6r87", + "description": "Cornell is a privately endowed research university and a partner of the State University of New York. As the federal land-grant institution in New York State, we have a responsibility\u2014unique within the Ivy League\u2014to make contributions in all fields of knowledge in a manner that prioritizes public engagement to help improve the quality of life in our state, the nation, the world.", + "rorId": "https://ror.org/05bnh6r87", "location": { "countryCode": "US", "countryName": "United States" @@ -2714,7 +2882,11 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:15:41.707+0000", @@ -2758,7 +2930,11 @@ "countryName": "United Kingdom" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null }, { "id": 145, @@ -2786,7 +2962,11 @@ "countryName": "United Kingdom" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:15:41.970+0000", @@ -2817,9 +2997,9 @@ "institution": { "id": 91, "name": "The Jackson Laboratory", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", - "rorId": null, + "homeUrl": "https://www.jax.org/#", + "description": "The Jackson Laboratory (JAX) is an independent, nonprofit biomedical research organization that leverages a unique combination of research, education and resources to achieve our mission: We DISCOVER precise genomic solutions for disease and EMPOWER the global biomedical community in its shared quest to improve human health.", + "rorId": "https://ror.org/021sy4w91", "location": { "countryCode": "US", "countryName": "United States" @@ -2830,7 +3010,11 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null }, { "id": 148, @@ -2858,7 +3042,11 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null }, { "id": 149, @@ -2886,7 +3074,11 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:15:42.331+0000", @@ -2917,9 +3109,9 @@ "institution": { "id": 151, "name": "Heidelberg Institute for Theoretical Studies (HITS gGmbH)", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", - "rorId": null, + "homeUrl": "http://www.h-its.org/en/", + "description": "HITS conducts basic research in the natural sciences, mathematical and computer science. Major research directions include complex simulations across scales, making sense of data, and enabling science via computational research. Application areas range from molecular biology to astrophysics. An essential characteristic of the Institute is interdisciplinarity, implemented in numerous cross-group and cross-disciplinary projects. The base funding of HITS is provided by the Klaus Tschira Foundation.", + "rorId": "https://ror.org/01f7bcy98", "location": { "countryCode": "DE", "countryName": "Germany" @@ -2930,7 +3122,11 @@ "countryName": "Germany" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:15:42.838+0000", @@ -2961,8 +3157,8 @@ "institution": { "id": 157, "name": "Division of Biological Sciences, UCSD", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", + "homeUrl": "https://biology.ucsd.edu/", + "description": "Our mission is to advance knowledge of basic biological sciences and apply our research discoveries in ways that improve human health, protect our environment and enrich our economy.", "rorId": null, "location": { "countryCode": "US", @@ -2974,7 +3170,11 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:15:43.342+0000", @@ -3018,7 +3218,11 @@ "countryName": "United Kingdom" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null }, { "id": 161, @@ -3033,8 +3237,8 @@ "institution": { "id": 24, "name": "UniProt Consortium", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", + "homeUrl": "https://www.uniprot.org", + "description": "The Universal Protein Resource (UniProt) is a comprehensive resource for protein sequence and annotation data. The UniProt databases are the UniProt Knowledgebase (UniProtKB), the UniProt Reference Clusters (UniRef), and the UniProt Archive (UniParc). The UniProt consortium and host institutions EMBL-EBI, SIB and PIR are committed to the long-term preservation of the UniProt databases.", "rorId": null, "location": { "countryCode": "GB", @@ -3046,7 +3250,11 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:15:43.590+0000", @@ -3064,34 +3272,6 @@ "description": "The Molecular INTeraction database (MINT) stores, in a structured format, information about molecular interactions by extracting experimental details from work published in peer-reviewed journals.", "mirId": "MIR:00000042", "resources": [ - { - "id": 164, - "providerCode": "CURATOR_REVIEW", - "name": "The Molecular INTeraction database (MINT)", - "urlPattern": "http://mint.bio.uniroma2.it/mint/search/inFrameInteraction.do?interactionAc={$id}", - "mirId": "MIR:00100070", - "description": "The Molecular INTeraction database (MINT)", - "official": false, - "sampleId": "MINT-10000", - "resourceHomeUrl": "http://mint.bio.uniroma2.it/mint/", - "institution": { - "id": 163, - "name": "University of Rome Tor Vergata, Rome", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", - "rorId": null, - "location": { - "countryCode": "IT", - "countryName": "Italy" - } - }, - "location": { - "countryCode": "IT", - "countryName": "Italy" - }, - "deprecated": false, - "deprecationDate": null - }, { "id": 165, "providerCode": "ebi", @@ -3118,7 +3298,43 @@ "countryName": "United Kingdom" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null + }, + { + "id": 164, + "providerCode": "CURATOR_REVIEW", + "name": "The Molecular INTeraction database (MINT)", + "urlPattern": "http://mint.bio.uniroma2.it/mint/search/inFrameInteraction.do?interactionAc={$id}", + "mirId": "MIR:00100070", + "description": "The Molecular INTeraction database (MINT)", + "official": false, + "sampleId": "MINT-10000", + "resourceHomeUrl": "http://mint.bio.uniroma2.it/mint/", + "institution": { + "id": 2604, + "name": "University of Rome Tor Vergata", + "homeUrl": "http://web.uniroma2.it/", + "description": "University of Rome Tor Vergata was established in 1982 and is therefore a relatively young University. It was designed on the model of Anglo-Saxon campuses: it stretches on 600 hectares and hosts important research institutions, such as National Research Council \u2013 CNR and the Italian Space Agency \u2013 ASI.", + "rorId": "https://ror.org/02p77k626", + "location": { + "countryCode": "IT", + "countryName": "Italy" + } + }, + "location": { + "countryCode": "IT", + "countryName": "Italy" + }, + "deprecated": false, + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:15:43.925+0000", @@ -3149,9 +3365,9 @@ "institution": { "id": 167, "name": "UCLA", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", - "rorId": null, + "homeUrl": "http://www.ucla.edu/", + "description": "As a public research university, our mission is the creation, dissemination, preservation and application of knowledge for the betterment of our global society. UCLA combines the close-knit learning environment of a spirited public school with the endless opportunities of a world-class city. Located in beautiful Westwood, minutes from Hollywood and the downtown city center of Los Angeles, the university offers everything you need to reach your full potential.", + "rorId": "https://ror.org/046rm7j60", "location": { "countryCode": "US", "countryName": "United States" @@ -3162,7 +3378,11 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:15:44.329+0000", @@ -3191,11 +3411,11 @@ "sampleId": "A001094", "resourceHomeUrl": "http://www.signaling-gateway.org/molecule", "institution": { - "id": 170, - "name": "UC San Diego", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", - "rorId": null, + "id": 190, + "name": "University of California, San Diego", + "homeUrl": "https://ucsd.edu/", + "description": "is a public research university in San Diego, California.\nEstablished in 1960 near the pre-existing Scripps Institution of Oceanography, UC San Diego is the seventh-oldest of the 10 University of California campuses and offers over 200 undergraduate and graduate degree programs, enrolling approximately 30,000 undergraduate and 8,500 graduate students.", + "rorId": "https://ror.org/0168r3w48", "location": { "countryCode": "US", "countryName": "United States" @@ -3206,7 +3426,11 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:15:44.579+0000", @@ -3235,11 +3459,11 @@ "sampleId": "AA0001", "resourceHomeUrl": "http://pir0.georgetown.edu/resid/", "institution": { - "id": 173, - "name": "Georgetown University Medical Center, Washington", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", - "rorId": null, + "id": 70, + "name": "Georgetown University Medical Center", + "homeUrl": "https://gumc.georgetown.edu", + "description": "As one of approximately 140 academic health and science centers in the United States, Georgetown University Medical Center seeks to provide, in a synergistic fashion, excellence in education \u2014 training physicians, nurses and other health care professionals, as well as biomedical scientists \u2014 and cutting-edge interdisciplinary research collaboration, enhancing our basic science and translational biomedical research capacity in order to improve human health. We have identified several areas of focus for our research. ", + "rorId": "https://ror.org/00hjz7x27", "location": { "countryCode": "US", "countryName": "United States" @@ -3250,7 +3474,11 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:15:44.821+0000", @@ -3281,9 +3509,9 @@ "institution": { "id": 176, "name": "Medical College of Wisconsin", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", - "rorId": null, + "homeUrl": "http://www.mcw.edu/MCW", + "description": "We are a distinguished leader and innovator in the education and development of the next generation of physicians, scientists, pharmacists and health professionals; we discover and translate new knowledge in the biomedical and health sciences; we provide cutting-edge, collaborative patient care of the highest quality; and we improve the health of the communities we serve.", + "rorId": "https://ror.org/00qqv6244", "location": { "countryCode": "US", "countryName": "United States" @@ -3294,7 +3522,11 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null }, { "id": 178, @@ -3322,7 +3554,11 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:15:45.062+0000", @@ -3366,7 +3602,11 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:15:45.813+0000", @@ -3410,7 +3650,11 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:15:46.061+0000", @@ -3454,7 +3698,11 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:15:46.274+0000", @@ -3498,7 +3746,11 @@ "countryName": "Canada" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:15:46.469+0000", @@ -3507,6 +3759,150 @@ "deprecated": false, "deprecationDate": null }, + "insdc": { + "id": 119, + "prefix": "insdc", + "name": "Nucleotide Sequence Database", + "pattern": "^([A-Z]\\d{5}|[A-Z]{2}\\d{6}|[A-Z]{4,6}\\d{8,10}|[A-J][A-Z]{2}\\d{5})(\\.\\d+)?$", + "namespaceEmbeddedInLui": false, + "description": "The International Nucleotide Sequence Database Collaboration (INSDC) consists of a joint effort to collect and disseminate databases containing DNA and RNA sequences.", + "mirId": "MIR:00000029", + "resources": [ + { + "id": 120, + "providerCode": "CURATOR_REVIEW", + "name": "INSDC through GenBank", + "urlPattern": "https://www.ncbi.nlm.nih.gov/nuccore/{$id}", + "mirId": "MIR:00100049", + "description": "INSDC through GenBank", + "official": false, + "sampleId": "X58356", + "resourceHomeUrl": "https://www.ncbi.nlm.nih.gov/Genbank/", + "institution": { + "id": 26, + "name": "National Center for Biotechnology Information", + "homeUrl": "https://www.ncbi.nlm.nih.gov/", + "description": "The National Center for Biotechnology Information advances science and health by providing access to biomedical and genomic information.", + "rorId": "https://ror.org/02meqm098", + "location": { + "countryCode": "US", + "countryName": "United States" + } + }, + "location": { + "countryCode": "US", + "countryName": "United States" + }, + "deprecated": false, + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null + }, + { + "id": 122, + "providerCode": "CURATOR_REVIEW", + "name": "INSDC through DDBJ", + "urlPattern": "http://getentry.ddbj.nig.ac.jp/getentry?database=ddbj&accession_number={$id}", + "mirId": "MIR:00100066", + "description": "INSDC through DDBJ", + "official": false, + "sampleId": "X58356", + "resourceHomeUrl": "http://www.ddbj.nig.ac.jp/", + "institution": { + "id": 121, + "name": "DNA Data Bank of Japan, Mishima, Shizuoka", + "homeUrl": "https://www.ddbj.nig.ac.jp/index-e.html", + "description": "DDBJ Center collects nucleotide sequence data as a member of INSDC(International Nucleotide Sequence Database Collaboration) and provides freely available nucleotide sequence data and supercomputer system, to support research\u3000activities in life science.", + "rorId": null, + "location": { + "countryCode": "JP", + "countryName": "Japan" + } + }, + "location": { + "countryCode": "JP", + "countryName": "Japan" + }, + "deprecated": false, + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null + }, + { + "id": 123, + "providerCode": "ebi", + "name": "INSDC through European Nucleotide Archive (ENA)", + "urlPattern": "https://www.ebi.ac.uk/ena/data/view/{$id}", + "mirId": "MIR:00100487", + "description": "INSDC through European Nucleotide Archive (ENA)", + "official": false, + "sampleId": "X58356", + "resourceHomeUrl": "https://www.ebi.ac.uk/ena/", + "institution": { + "id": 2, + "name": "European Bioinformatics Institute", + "homeUrl": "https://www.ebi.ac.uk", + "description": "At EMBL-EBI, we make the world\u2019s public biological data freely available to the scientific community via a range of services and tools, perform basic research and provide professional training in bioinformatics. \nWe are part of the European Molecular Biology Laboratory (EMBL), an international, innovative and interdisciplinary research organisation funded by 26 member states and two associate member states.", + "rorId": "https://ror.org/02catss52", + "location": { + "countryCode": "GB", + "countryName": "United Kingdom" + } + }, + "location": { + "countryCode": "GB", + "countryName": "United Kingdom" + }, + "deprecated": false, + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null + }, + { + "id": 124, + "providerCode": "ncbi", + "name": "INSDC through Nucleotide database at NCBI", + "urlPattern": "https://www.ncbi.nlm.nih.gov/nuccore/{$id}", + "mirId": "MIR:00100490", + "description": "INSDC through Nucleotide database at NCBI", + "official": false, + "sampleId": "X58356", + "resourceHomeUrl": "https://www.ncbi.nlm.nih.gov/nuccore/", + "institution": { + "id": 26, + "name": "National Center for Biotechnology Information", + "homeUrl": "https://www.ncbi.nlm.nih.gov/", + "description": "The National Center for Biotechnology Information advances science and health by providing access to biomedical and genomic information.", + "rorId": "https://ror.org/02meqm098", + "location": { + "countryCode": "US", + "countryName": "United States" + } + }, + "location": { + "countryCode": "US", + "countryName": "United States" + }, + "deprecated": false, + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null + } + ], + "created": "2019-06-11T14:15:39.496+0000", + "modified": "2023-03-06T09:23:15.163+0000", + "sampleId": "X58356", + "deprecated": false, + "deprecationDate": null + }, "lipidmaps": { "id": 189, "prefix": "lipidmaps", @@ -3519,30 +3915,34 @@ { "id": 191, "providerCode": "CURATOR_REVIEW", - "name": "Department of Bioengineering and the San Diego Supercomputer Center", + "name": "LIPID MAPS", "urlPattern": "http://www.lipidmaps.org/data/LMSDRecord.php?LMID={$id}", "mirId": "MIR:00100080", - "description": "Department of Bioengineering and the San Diego Supercomputer Center", + "description": "Free, open-access lipidomics resource", "official": true, "sampleId": "LMPR0102010012", "resourceHomeUrl": "http://www.lipidmaps.org", "institution": { - "id": 190, - "name": "University of California, San Diego", - "homeUrl": "https://ucsd.edu/", - "description": "is a public research university in San Diego, California.\nEstablished in 1960 near the pre-existing Scripps Institution of Oceanography, UC San Diego is the seventh-oldest of the 10 University of California campuses and offers over 200 undergraduate and graduate degree programs, enrolling approximately 30,000 undergraduate and 8,500 graduate students.", - "rorId": "https://ror.org/0168r3w48", + "id": 3554, + "name": "Cardiff University, University of California San Diego, the Babraham Institute Cambridge, and Swansea University", + "homeUrl": "https://www.lipidmaps.org", + "description": "CURATOR_REVIEW", + "rorId": null, "location": { "countryCode": "US", "countryName": "United States" } }, "location": { - "countryCode": "US", - "countryName": "United States" + "countryCode": "GB", + "countryName": "United Kingdom" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null }, { "id": 2458, @@ -3570,7 +3970,11 @@ "countryName": "Netherlands" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:15:46.708+0000", @@ -3614,7 +4018,11 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:15:46.969+0000", @@ -3658,7 +4066,11 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:15:47.245+0000", @@ -3676,34 +4088,6 @@ "description": "Evidence codes can be used to specify the type of supporting evidence for a piece of knowledge. This allows inference of a 'level of support' between an entity and an annotation made to an entity.", "mirId": "MIR:00000055", "resources": [ - { - "id": 198, - "providerCode": "ols", - "name": "Evidence Codes via the Ontology Lookup Service (OLS)", - "urlPattern": "https://www.ebi.ac.uk/ols/ontologies/eco/terms?obo_id=ECO:{$id}", - "mirId": "MIR:00100083", - "description": "Evidence Codes via the Ontology Lookup Service (OLS)", - "official": false, - "sampleId": "0000006", - "resourceHomeUrl": "https://www.ebi.ac.uk/ols/ontologies/eco", - "institution": { - "id": 2, - "name": "European Bioinformatics Institute", - "homeUrl": "https://www.ebi.ac.uk", - "description": "At EMBL-EBI, we make the world\u2019s public biological data freely available to the scientific community via a range of services and tools, perform basic research and provide professional training in bioinformatics. \nWe are part of the European Molecular Biology Laboratory (EMBL), an international, innovative and interdisciplinary research organisation funded by 26 member states and two associate member states.", - "rorId": "https://ror.org/02catss52", - "location": { - "countryCode": "GB", - "countryName": "United Kingdom" - } - }, - "location": { - "countryCode": "GB", - "countryName": "United Kingdom" - }, - "deprecated": false, - "deprecationDate": null - }, { "id": 199, "providerCode": "bptl", @@ -3717,8 +4101,8 @@ "institution": { "id": 5, "name": "National Center for Biomedical Ontology, Stanford", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", + "homeUrl": "https://ncbo.bioontology.org/", + "description": "The goal of the National Center for Biomedical Ontology is to support biomedical researchers in their knowledge-intensive work, by providing online tools and a Web portal enabling them to access, review, and integrate disparate ontological resources in all aspects of biomedical investigation and clinical practice. A major focus of our work involves the use of biomedical ontologies to aid in the management and analysis of data derived from complex experiments.", "rorId": null, "location": { "countryCode": "US", @@ -3730,7 +4114,43 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null + }, + { + "id": 198, + "providerCode": "ols", + "name": "Evidence Codes via the Ontology Lookup Service (OLS)", + "urlPattern": "https://www.ebi.ac.uk/ols4/ontologies/eco/terms?obo_id=ECO:{$id}", + "mirId": "MIR:00100083", + "description": "Evidence Codes via the Ontology Lookup Service (OLS)", + "official": false, + "sampleId": "0000006", + "resourceHomeUrl": "https://www.ebi.ac.uk/ols4/ontologies/eco", + "institution": { + "id": 2, + "name": "European Bioinformatics Institute", + "homeUrl": "https://www.ebi.ac.uk", + "description": "At EMBL-EBI, we make the world\u2019s public biological data freely available to the scientific community via a range of services and tools, perform basic research and provide professional training in bioinformatics. \nWe are part of the European Molecular Biology Laboratory (EMBL), an international, innovative and interdisciplinary research organisation funded by 26 member states and two associate member states.", + "rorId": "https://ror.org/02catss52", + "location": { + "countryCode": "GB", + "countryName": "United Kingdom" + } + }, + "location": { + "countryCode": "GB", + "countryName": "United Kingdom" + }, + "deprecated": false, + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:15:47.447+0000", @@ -3748,16 +4168,48 @@ "description": "The Proteomics Standards Initiative modification ontology (PSI-MOD) aims to define a concensus nomenclature and ontology reconciling, in a hierarchical representation, the complementary descriptions of residue modifications.", "mirId": "MIR:00000056", "resources": [ + { + "id": 202, + "providerCode": "bptl", + "name": "Protein modifications ontology through BioPortal", + "urlPattern": "http://bioportal.bioontology.org/ontologies/1041?p=terms&conceptid=MOD:{$id}", + "mirId": "MIR:00100239", + "description": "Protein modifications ontology through BioPortal", + "official": false, + "sampleId": "00001", + "resourceHomeUrl": "http://bioportal.bioontology.org/ontologies/PSIMOD", + "institution": { + "id": 5, + "name": "National Center for Biomedical Ontology, Stanford", + "homeUrl": "https://ncbo.bioontology.org/", + "description": "The goal of the National Center for Biomedical Ontology is to support biomedical researchers in their knowledge-intensive work, by providing online tools and a Web portal enabling them to access, review, and integrate disparate ontological resources in all aspects of biomedical investigation and clinical practice. A major focus of our work involves the use of biomedical ontologies to aid in the management and analysis of data derived from complex experiments.", + "rorId": null, + "location": { + "countryCode": "US", + "countryName": "United States" + } + }, + "location": { + "countryCode": "US", + "countryName": "United States" + }, + "deprecated": false, + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null + }, { "id": 201, "providerCode": "ols", "name": "Protein modifications ontology via the Ontology Lookup Service (OLS)", - "urlPattern": "https://www.ebi.ac.uk/ols/ontologies/mod/terms?obo_id=MOD:{$id}", + "urlPattern": "https://www.ebi.ac.uk/ols4/ontologies/mod/terms?obo_id=MOD:{$id}", "mirId": "MIR:00100084", "description": "Protein modifications ontology via the Ontology Lookup Service (OLS)", "official": false, "sampleId": "00001", - "resourceHomeUrl": "https://www.ebi.ac.uk/ols/ontologies/mod", + "resourceHomeUrl": "https://www.ebi.ac.uk/ols4/ontologies/mod", "institution": { "id": 2, "name": "European Bioinformatics Institute", @@ -3774,35 +4226,11 @@ "countryName": "United Kingdom" }, "deprecated": false, - "deprecationDate": null - }, - { - "id": 202, - "providerCode": "bptl", - "name": "Protein modifications ontology through BioPortal", - "urlPattern": "http://bioportal.bioontology.org/ontologies/1041?p=terms&conceptid=MOD:{$id}", - "mirId": "MIR:00100239", - "description": "Protein modifications ontology through BioPortal", - "official": false, - "sampleId": "00001", - "resourceHomeUrl": "http://bioportal.bioontology.org/ontologies/PSIMOD", - "institution": { - "id": 5, - "name": "National Center for Biomedical Ontology, Stanford", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", - "rorId": null, - "location": { - "countryCode": "US", - "countryName": "United States" - } - }, - "location": { - "countryCode": "US", - "countryName": "United States" - }, - "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:15:47.775+0000", @@ -3833,8 +4261,8 @@ "institution": { "id": 204, "name": "SGD, Stanford University", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", + "homeUrl": "https://cherrylab.stanford.edu/projects/saccharomyces-genome-database", + "description": "The SGD is a community and bioinformatic resource distributing facts on yeast chromosomes and genes, their products, their functions and interactions. This project focuses on manual curation and integration of published results from both focused single-gene studies and genomic-scale projects. We optimize the manual curatorial workflow using text mining of full-text from peer-reviewed papers and focused identification of laboratory methods typically associated with the determination of protein function. The captured facts are combined in a database that is used by skilled biocurators and verified by bioinformatic analysts. The assimilated knowledge includes gene function, regulation, interactions, pathways, evolutionary relationships, and all observations from genome analysis. Open source computational tools are provided to assist researchers in this exploration leading to discovery.", "rorId": null, "location": { "countryCode": "US", @@ -3846,7 +4274,11 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:15:48.132+0000", @@ -3877,9 +4309,9 @@ "institution": { "id": 207, "name": "Ontario Cancer Institute", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", - "rorId": null, + "homeUrl": "https://www.cancercareontario.ca/en", + "description": "Cancer Care Ontario is the Ontario government\u2019s principal cancer advisor and a division of CCO. We equip health professionals, organizations and policy-makers with the most up-to-date cancer knowledge and tools to prevent cancer and deliver high-quality patient care.", + "rorId": "https://ror.org/029n6xw55", "location": { "countryCode": "CA", "countryName": "Canada" @@ -3890,7 +4322,11 @@ "countryName": "Canada" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:15:48.429+0000", @@ -3921,9 +4357,9 @@ "institution": { "id": 210, "name": "Wellcome Trust Sanger Institute", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", - "rorId": null, + "homeUrl": "https://www.sanger.ac.uk/", + "description": "We tackle some of the most difficult challenges in genomic research. This demands science at scale; a visionary and creative approach to research that pushes the boundaries of our understanding in ever new and exciting ways.", + "rorId": "https://ror.org/05cy4wa09", "location": { "countryCode": "GB", "countryName": "United Kingdom" @@ -3934,7 +4370,11 @@ "countryName": "United Kingdom" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:15:48.677+0000", @@ -3965,9 +4405,9 @@ "institution": { "id": 94, "name": "Keck School of Medicine, University of Southern California", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", - "rorId": null, + "homeUrl": "https://www.keckmedicine.org/", + "description": "Keck Medicine of USC is the University of Southern California\u2019s medical enterprise, one of only two university-based medical systems in the Los Angeles area. Keck Medicine combines academic excellence, world-class research and state-of-the-art facilities to provide highly specialized care for some of the most acute patients in the country. ", + "rorId": "https://ror.org/01rq8ck58", "location": { "countryCode": "US", "countryName": "United States" @@ -3978,7 +4418,11 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:15:48.923+0000", @@ -4009,9 +4453,9 @@ "institution": { "id": 215, "name": "University of Manchester", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", - "rorId": null, + "homeUrl": "https://www.manchester.ac.uk/", + "description": "The University of Manchester enjoys a reputation for pioneering research and innovation, which vitalise our undergraduate courses and postgraduate programmes, and introduce you to the latest thinking in your chosen field.", + "rorId": "https://ror.org/027m9bs27", "location": { "countryCode": "GB", "countryName": "United Kingdom" @@ -4022,7 +4466,11 @@ "countryName": "United Kingdom" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:15:49.123+0000", @@ -4053,9 +4501,9 @@ "institution": { "id": 79, "name": "Rutgers, The State University of New Jersey", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", - "rorId": null, + "homeUrl": "https://www.rutgers.edu/", + "description": "Rutgers, The State University of New Jersey, stands among America\u2019s highest-ranked, most diverse public research universities. The oldest, largest, and top-ranked public university in the New York/New Jersey metropolitan area, you\u2019ll find us at our main locations in three New Jersey cities, and our footprint can be seen around the region. We\u2019re an academic, health, and research powerhouse and a university of opportunity.", + "rorId": "https://ror.org/05vt9qd57", "location": { "countryCode": "US", "countryName": "United States" @@ -4066,7 +4514,11 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null }, { "id": 219, @@ -4081,9 +4533,9 @@ "institution": { "id": 79, "name": "Rutgers, The State University of New Jersey", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", - "rorId": null, + "homeUrl": "https://www.rutgers.edu/", + "description": "Rutgers, The State University of New Jersey, stands among America\u2019s highest-ranked, most diverse public research universities. The oldest, largest, and top-ranked public university in the New York/New Jersey metropolitan area, you\u2019ll find us at our main locations in three New Jersey cities, and our footprint can be seen around the region. We\u2019re an academic, health, and research powerhouse and a university of opportunity.", + "rorId": "https://ror.org/05vt9qd57", "location": { "countryCode": "US", "countryName": "United States" @@ -4094,7 +4546,11 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:15:49.385+0000", @@ -4125,8 +4581,8 @@ "institution": { "id": 224, "name": "ISNBdb project, San Gabriel, California", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", + "homeUrl": "https://isbndb.com/", + "description": "The ISBNdb database includes over 33 million unique ISBNs with up to 19 data points per book and searchable via our custom API. Choose one of the plans below to access the API for a free 7 day trial.", "rorId": null, "location": { "countryCode": "US", @@ -4138,7 +4594,11 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null }, { "id": 227, @@ -4153,9 +4613,9 @@ "institution": { "id": 226, "name": "OCLC Online Computer Library Center, Inc. Ohio", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", - "rorId": null, + "homeUrl": "https://www.oclc.org/", + "description": "OCLC is a nonprofit global library organization that provides shared technology services, original research, and community programs so that libraries can better fuel learning, research, and innovation.", + "rorId": "https://ror.org/02nv42w72", "location": { "countryCode": "US", "countryName": "United States" @@ -4166,7 +4626,11 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:15:50.037+0000", @@ -4210,7 +4674,11 @@ "countryName": "United Kingdom" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:15:50.454+0000", @@ -4254,7 +4722,11 @@ "countryName": "Japan" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:15:50.652+0000", @@ -4272,34 +4744,6 @@ "description": "The Foundational Model of Anatomy Ontology (FMA) is a biomedical informatics ontology. It is concerned with the representation of classes or types and relationships necessary for the symbolic representation of the phenotypic structure of the human body. Specifically, the FMA is a domain ontology that represents a coherent body of explicit declarative knowledge about human anatomy.", "mirId": "MIR:00000067", "resources": [ - { - "id": 234, - "providerCode": "ols", - "name": "Foundational Model of Anatomy via Ontology Lookup Service (OLS)", - "urlPattern": "https://www.ebi.ac.uk/ols/ontologies/fma/terms?obo_id=FMA:{$id}", - "mirId": "MIR:00100097", - "description": "Foundational Model of Anatomy via Ontology Lookup Service (OLS)", - "official": false, - "sampleId": "67112", - "resourceHomeUrl": "https://www.ebi.ac.uk/ols/ontologies/fma/", - "institution": { - "id": 2, - "name": "European Bioinformatics Institute", - "homeUrl": "https://www.ebi.ac.uk", - "description": "At EMBL-EBI, we make the world\u2019s public biological data freely available to the scientific community via a range of services and tools, perform basic research and provide professional training in bioinformatics. \nWe are part of the European Molecular Biology Laboratory (EMBL), an international, innovative and interdisciplinary research organisation funded by 26 member states and two associate member states.", - "rorId": "https://ror.org/02catss52", - "location": { - "countryCode": "GB", - "countryName": "United Kingdom" - } - }, - "location": { - "countryCode": "GB", - "countryName": "United Kingdom" - }, - "deprecated": false, - "deprecationDate": null - }, { "id": 235, "providerCode": "bptl", @@ -4313,8 +4757,8 @@ "institution": { "id": 5, "name": "National Center for Biomedical Ontology, Stanford", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", + "homeUrl": "https://ncbo.bioontology.org/", + "description": "The goal of the National Center for Biomedical Ontology is to support biomedical researchers in their knowledge-intensive work, by providing online tools and a Web portal enabling them to access, review, and integrate disparate ontological resources in all aspects of biomedical investigation and clinical practice. A major focus of our work involves the use of biomedical ontologies to aid in the management and analysis of data derived from complex experiments.", "rorId": null, "location": { "countryCode": "US", @@ -4326,7 +4770,43 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null + }, + { + "id": 234, + "providerCode": "ols", + "name": "Foundational Model of Anatomy via Ontology Lookup Service (OLS)", + "urlPattern": "https://www.ebi.ac.uk/ols4/ontologies/fma/terms?obo_id=FMA:{$id}", + "mirId": "MIR:00100097", + "description": "Foundational Model of Anatomy via Ontology Lookup Service (OLS)", + "official": false, + "sampleId": "67112", + "resourceHomeUrl": "https://www.ebi.ac.uk/ols4/ontologies/fma/", + "institution": { + "id": 2, + "name": "European Bioinformatics Institute", + "homeUrl": "https://www.ebi.ac.uk", + "description": "At EMBL-EBI, we make the world\u2019s public biological data freely available to the scientific community via a range of services and tools, perform basic research and provide professional training in bioinformatics. \nWe are part of the European Molecular Biology Laboratory (EMBL), an international, innovative and interdisciplinary research organisation funded by 26 member states and two associate member states.", + "rorId": "https://ror.org/02catss52", + "location": { + "countryCode": "GB", + "countryName": "United Kingdom" + } + }, + "location": { + "countryCode": "GB", + "countryName": "United Kingdom" + }, + "deprecated": false, + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:15:50.895+0000", @@ -4355,11 +4835,11 @@ "sampleId": "P00747__P07355", "resourceHomeUrl": "http://matrixdb.univ-lyon1.fr/", "institution": { - "id": 237, - "name": "Institut de Biologie et Chimie des Prot\u00e9ines, Lyon University", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", - "rorId": null, + "id": 618, + "name": "Institut de Biologie et Chimie des Prot\u00e9ines, CNRS, University of Lyon , Lyon-Gerland", + "homeUrl": "https://www.ibcp.fr/?lang=en", + "description": "Cette unit\u00e9 comprend 10 \u00e9quipes (90 personnes) et m\u00e8ne une activit\u00e9 de recherche sur les m\u00e9canismes mol\u00e9culaires des processus infectieux \u00e0 l\u2019origine de pathologies humaines graves avec des approches de biochimie, biologie structurale (RMN et cristallographie aux rayons X), microbiologie et bioinformatique.", + "rorId": "https://ror.org/0019x5d05", "location": { "countryCode": "FR", "countryName": "France" @@ -4370,7 +4850,11 @@ "countryName": "France" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:15:51.252+0000", @@ -4414,7 +4898,11 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null }, { "id": 241, @@ -4442,7 +4930,11 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:15:51.483+0000", @@ -4473,8 +4965,8 @@ "institution": { "id": 15, "name": "Kyoto University Bioinformatics Center", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", + "homeUrl": "https://www.bic.kyoto-u.ac.jp/", + "description": "The Bioinformatics Center aims at developing new informatics technologies for deciphering the genome, especially from the viewpoint of how life operates as a system, and promoting both basic and applied research areas in bioinformatics. The Center consists of three research laboratories, named Chemical Life Science, Mathematical Bioinformatics, and Bio-Knowledge Engineering, which focus on scientific discovery, algorithms, and data mining, respectively. ", "rorId": null, "location": { "countryCode": "JP", @@ -4486,7 +4978,11 @@ "countryName": "Japan" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:15:51.781+0000", @@ -4517,8 +5013,8 @@ "institution": { "id": 245, "name": "Technical University Braunschweig, Institute for Bioinformatics and Biochemistry", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", + "homeUrl": "https://www.tu-braunschweig.de/en/bbt/bioinfo", + "description": "The Department of Bioinformatics and Biochemistry dedicates its research to understanding the role of metabolism during disease development. We are interested in both, the metabolic adaptations of immune cells during inflammation, and the metabolism of microorganisms during an infection. Our research also touches on cells of the central nervous system and how these cells are impacted during neuro-inflammation.", "rorId": null, "location": { "countryCode": "DE", @@ -4530,7 +5026,11 @@ "countryName": "Germany" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:15:51.985+0000", @@ -4574,7 +5074,11 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:15:52.227+0000", @@ -4605,8 +5109,8 @@ "institution": { "id": 5, "name": "National Center for Biomedical Ontology, Stanford", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", + "homeUrl": "https://ncbo.bioontology.org/", + "description": "The goal of the National Center for Biomedical Ontology is to support biomedical researchers in their knowledge-intensive work, by providing online tools and a Web portal enabling them to access, review, and integrate disparate ontological resources in all aspects of biomedical investigation and clinical practice. A major focus of our work involves the use of biomedical ontologies to aid in the management and analysis of data derived from complex experiments.", "rorId": null, "location": { "countryCode": "US", @@ -4618,7 +5122,11 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null }, { "id": 1661, @@ -4646,7 +5154,11 @@ "countryName": "United Kingdom" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:17:58.671+0000", @@ -4675,11 +5187,11 @@ "sampleId": "485991", "resourceHomeUrl": "http://www.pathwaycommons.org/pc/", "institution": { - "id": 250, - "name": "Memorial Sloan-Kettering Cancer Center", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", - "rorId": null, + "id": 1882, + "name": "Memorial Sloan Kettering Cancer Center", + "homeUrl": "https://www.mskcc.org/", + "description": "The people of Memorial Sloan Kettering Cancer Center (MSK) are united by a singular mission: ending cancer for life. Our specialized care teams provide personalized, compassionate, expert care to patients of all ages. Informed by basic research done at our Sloan Kettering Institute, scientists across MSK collaborate to conduct innovative translational and clinical research that is driving a revolution in our understanding of cancer as a disease and improving the ability to prevent, diagnose, and treat it. MSK is dedicated to training the next generation of scientists and clinicians, who go on to pursue our mission at MSK and around the globe. One of the world\u2019s most respected comprehensive centers devoted exclusively to cancer, we have been recognized as one of the top two cancer hospitals in the country by U.S. News & World Report for more than 30 years. ", + "rorId": "https://ror.org/02yrq0923", "location": { "countryCode": "US", "countryName": "United States" @@ -4690,7 +5202,11 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:15:52.436+0000", @@ -4734,7 +5250,11 @@ "countryName": "France" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:15:52.667+0000", @@ -4778,7 +5298,11 @@ "countryName": "France" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:15:52.916+0000", @@ -4822,7 +5346,11 @@ "countryName": "United Kingdom" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:15:53.388+0000", @@ -4853,8 +5381,8 @@ "institution": { "id": 264, "name": "Faculty of Life Sciences, University of Manchester", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", + "homeUrl": "http://www.manchester.ac.uk/lifesciences/", + "description": "Research laboratories are at the core of our Faculty's research.", "rorId": null, "location": { "countryCode": "GB", @@ -4866,7 +5394,11 @@ "countryName": "United Kingdom" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:15:53.607+0000", @@ -4897,8 +5429,8 @@ "institution": { "id": 267, "name": "Zebrafish Information Network, University of Oregon", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", + "homeUrl": "https://zfin.org/", + "description": "The long term goals for ZFIN are a) to be the community database resource for the laboratory use of zebrafish, b) to develop and support integrated zebrafish genetic, genomic and developmental information, c) to maintain the definitive reference data sets of zebrafish research information, d) to link this information extensively to corresponding data in other model organism and human databases, e) to facilitate the use of zebrafish as a model for human biology and f) to serve the needs of the research community.", "rorId": null, "location": { "countryCode": "US", @@ -4910,7 +5442,11 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null }, { "id": 269, @@ -4938,7 +5474,11 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null }, { "id": 270, @@ -4966,7 +5506,11 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:15:53.859+0000", @@ -5010,7 +5554,11 @@ "countryName": "United Kingdom" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:15:54.375+0000", @@ -5041,8 +5589,8 @@ "institution": { "id": 274, "name": "Department of Molecular and Cellular Biology, University of California, Berkeley", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", + "homeUrl": "https://mcb.berkeley.edu/", + "description": "The teaching and research activities of the Department of Molecular and Cell Biology (MCB) concern the molecular structures and processes of cellular life and their roles in the function, reproduction, and development of living organisms. This agenda covers a broad range of specialized disciplines, including biochemistry, biophysics, molecular biology, structural biology, genetics, genomics, bioinformatics, cell biology, developmental biology, tumor biology, microbiology, immunology, pathogenesis and neurobiology. The types of living organisms from which the departmental faculty draws its working materials are as diverse as its disciplinary specializations, ranging from viruses and microbes through plants, roundworms, annelids, arthropods, and mollusks to fish, amphibia, and mammals. The faculty of the department is organized into five divisions: Biochemistry and Molecular Biology; Cell and Developmental Biology; Genetics, Genomics and Development; Neurobiology; and Immunology and Molecular Medicine.", "rorId": null, "location": { "countryCode": "US", @@ -5054,7 +5602,11 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null }, { "id": 276, @@ -5069,8 +5621,8 @@ "institution": { "id": 5, "name": "National Center for Biomedical Ontology, Stanford", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", + "homeUrl": "https://ncbo.bioontology.org/", + "description": "The goal of the National Center for Biomedical Ontology is to support biomedical researchers in their knowledge-intensive work, by providing online tools and a Web portal enabling them to access, review, and integrate disparate ontological resources in all aspects of biomedical investigation and clinical practice. A major focus of our work involves the use of biomedical ontologies to aid in the management and analysis of data derived from complex experiments.", "rorId": null, "location": { "countryCode": "US", @@ -5082,18 +5634,22 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null }, { "id": 277, "providerCode": "ols", "name": "Sequence Ontology through Ontology Lookup Service (OLS)", - "urlPattern": "https://www.ebi.ac.uk/ols/ontologies/so/terms?obo_id=SO:{$id}", + "urlPattern": "https://www.ebi.ac.uk/ols4/ontologies/so/terms?obo_id=SO:{$id}", "mirId": "MIR:00100628", "description": "Sequence Ontology through Ontology Lookup Service (OLS)", "official": false, "sampleId": "0000704", - "resourceHomeUrl": "https://www.ebi.ac.uk/ols/ontologies/so", + "resourceHomeUrl": "https://www.ebi.ac.uk/ols4/ontologies/so", "institution": { "id": 2, "name": "European Bioinformatics Institute", @@ -5110,7 +5666,11 @@ "countryName": "United Kingdom" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:15:54.604+0000", @@ -5154,7 +5714,11 @@ "countryName": "United Kingdom" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null }, { "id": 284, @@ -5182,7 +5746,11 @@ "countryName": "Netherlands" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null }, { "id": 285, @@ -5210,7 +5778,11 @@ "countryName": "United Kingdom" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:15:55.368+0000", @@ -5254,7 +5826,11 @@ "countryName": "United Kingdom" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null }, { "id": 288, @@ -5282,7 +5858,11 @@ "countryName": "Netherlands" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null }, { "id": 289, @@ -5310,7 +5890,11 @@ "countryName": "United Kingdom" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:15:55.880+0000", @@ -5341,9 +5925,9 @@ "institution": { "id": 151, "name": "Heidelberg Institute for Theoretical Studies (HITS gGmbH)", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", - "rorId": null, + "homeUrl": "http://www.h-its.org/en/", + "description": "HITS conducts basic research in the natural sciences, mathematical and computer science. Major research directions include complex simulations across scales, making sense of data, and enabling science via computational research. Application areas range from molecular biology to astrophysics. An essential characteristic of the Institute is interdisciplinarity, implemented in numerous cross-group and cross-disciplinary projects. The base funding of HITS is provided by the Klaus Tschira Foundation.", + "rorId": "https://ror.org/01f7bcy98", "location": { "countryCode": "DE", "countryName": "Germany" @@ -5354,7 +5938,11 @@ "countryName": "Germany" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:15:56.334+0000", @@ -5398,7 +5986,11 @@ "countryName": "United Kingdom" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:15:56.548+0000", @@ -5429,8 +6021,8 @@ "institution": { "id": 295, "name": "World Health Organisation", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", + "homeUrl": "https://www.who.int/", + "description": "Dedicated to the well-being of all people and guided by science, the World Health Organization leads and champions global efforts to give everyone, everywhere an equal chance to live a healthy life. ", "rorId": null, "location": { "countryCode": "CH", @@ -5442,7 +6034,11 @@ "countryName": "Switzerland" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:15:56.747+0000", @@ -5473,8 +6069,8 @@ "institution": { "id": 298, "name": "Department of Genetics, School of Medicine, Stanford University, Stanford, California", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", + "homeUrl": "https://med.stanford.edu/genetics.html", + "description": "A leader in the biomedical revolution, Stanford Medicine has a long tradition of leadership in pioneering research, creative teaching protocols and effective clinical therapies.", "rorId": null, "location": { "countryCode": "US", @@ -5486,7 +6082,11 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:15:57.006+0000", @@ -5517,8 +6117,8 @@ "institution": { "id": 298, "name": "Department of Genetics, School of Medicine, Stanford University, Stanford, California", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", + "homeUrl": "https://med.stanford.edu/genetics.html", + "description": "A leader in the biomedical revolution, Stanford Medicine has a long tradition of leadership in pioneering research, creative teaching protocols and effective clinical therapies.", "rorId": null, "location": { "countryCode": "US", @@ -5530,7 +6130,11 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:15:57.258+0000", @@ -5574,7 +6178,11 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null }, { "id": 2316, @@ -5602,7 +6210,11 @@ "countryName": "Netherlands" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:15:53.125+0000", @@ -5633,8 +6245,8 @@ "institution": { "id": 298, "name": "Department of Genetics, School of Medicine, Stanford University, Stanford, California", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", + "homeUrl": "https://med.stanford.edu/genetics.html", + "description": "A leader in the biomedical revolution, Stanford Medicine has a long tradition of leadership in pioneering research, creative teaching protocols and effective clinical therapies.", "rorId": null, "location": { "countryCode": "US", @@ -5646,7 +6258,11 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:15:57.451+0000", @@ -5677,8 +6293,8 @@ "institution": { "id": 305, "name": "Computational Science Department, National University of Singapore", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", + "homeUrl": "https://www.comp.nus.edu.sg/cs/", + "description": "The NUS School of Computing traces its roots back to the Nanyang University Department of Computer Science that was established in 1975 \u2013 the first of its kind in Singapore. Since then, we have developed into one of the leading computing schools in the world, with faculty members who are both internationally recognised researchers and inspiring teachers.", "rorId": null, "location": { "countryCode": "SG", @@ -5690,7 +6306,11 @@ "countryName": "Singapore" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:15:57.654+0000", @@ -5721,8 +6341,8 @@ "institution": { "id": 305, "name": "Computational Science Department, National University of Singapore", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", + "homeUrl": "https://www.comp.nus.edu.sg/cs/", + "description": "The NUS School of Computing traces its roots back to the Nanyang University Department of Computer Science that was established in 1975 \u2013 the first of its kind in Singapore. Since then, we have developed into one of the leading computing schools in the world, with faculty members who are both internationally recognised researchers and inspiring teachers.", "rorId": null, "location": { "countryCode": "SG", @@ -5734,7 +6354,11 @@ "countryName": "Singapore" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:15:57.896+0000", @@ -5765,8 +6389,8 @@ "institution": { "id": 310, "name": "Yale University School of Medicine", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", + "homeUrl": "https://medicine.yale.edu/", + "description": "Yale School of Medicine educates and nurtures creative leaders in medicine and science, promoting curiosity and critical inquiry in an inclusive environment enriched by diversity. We advance discovery and innovation fostered by partnerships across the university, our local community, and the world. We care for patients with compassion, and commit to improving the health of all people. More about YSM's History, Facts & Figures.", "rorId": null, "location": { "countryCode": "US", @@ -5778,7 +6402,11 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:15:58.106+0000", @@ -5809,8 +6437,8 @@ "institution": { "id": 313, "name": "Krasnow Institute, Virginia", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", + "homeUrl": "https://catalog.gmu.edu/archives/2019-2020/research/krasnow-institute-advanced-study/", + "description": "The Krasnow Institute for Advanced Study seeks to expand the understanding of mind, brain, and intelligence by conducting research at the intersection of the separate fields of cognitive psychology, neurobiology, and the computer-driven study of artificial intelligence and complex adaptive systems, including social systems. These separate disciplines increasingly overlap and promise progressively deeper insight into human thought processes. The institute also examines how new insights from cognitive science research can be applied for human benefit in the areas of mental health, neurological disease, education, computer design, and social system analysis.", "rorId": null, "location": { "countryCode": "US", @@ -5822,7 +6450,11 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:15:58.342+0000", @@ -5853,9 +6485,9 @@ "institution": { "id": 316, "name": "National Library of Medicine, Maryland", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", - "rorId": null, + "homeUrl": "https://www.nlm.nih.gov/", + "description": "The National Library of Medicine (NLM), on the campus of the National Institutes of Health in Bethesda, Maryland, has been a center of information innovation since its founding in 1836. The world\u2019s largest biomedical library, NLM maintains and makes available a vast print collection and produces electronic information resources on a wide range of topics that are searched billions of times each year by millions of people around the globe. It also supports and conducts research, development, and training in biomedical informatics and health information technology. In addition, the Library coordinates an 8,000+ member Network of the National Library of Medicine that promotes and provides access to health information in communities across the United States.", + "rorId": "https://ror.org/0060t0j89", "location": { "countryCode": "US", "countryName": "United States" @@ -5866,7 +6498,11 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:15:58.577+0000", @@ -5910,7 +6546,11 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:15:58.906+0000", @@ -5941,9 +6581,9 @@ "institution": { "id": 321, "name": "The Mount Desert Island Biological Laboratory", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", - "rorId": null, + "homeUrl": "http://mdibl.org/", + "description": "We seek to improve human health by discovering novel mechanisms of tissue repair, aging and regeneration. We translate our discoveries for the benefit of medicine and society and are dedicated to developing the next generation of scientific leaders through hands-on training. We utilize the most advanced scientific technology, computational techniques and comparative model systems to learn how to stimulate tissue repair and regeneration and delay the onset of age-related diseases.", + "rorId": "https://ror.org/04dw1bf40", "location": { "countryCode": "US", "countryName": "United States" @@ -5954,7 +6594,11 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:15:59.108+0000", @@ -5985,9 +6629,9 @@ "institution": { "id": 321, "name": "The Mount Desert Island Biological Laboratory", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", - "rorId": null, + "homeUrl": "http://mdibl.org/", + "description": "We seek to improve human health by discovering novel mechanisms of tissue repair, aging and regeneration. We translate our discoveries for the benefit of medicine and society and are dedicated to developing the next generation of scientific leaders through hands-on training. We utilize the most advanced scientific technology, computational techniques and comparative model systems to learn how to stimulate tissue repair and regeneration and delay the onset of age-related diseases.", + "rorId": "https://ror.org/04dw1bf40", "location": { "countryCode": "US", "countryName": "United States" @@ -5998,7 +6642,11 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:15:59.348+0000", @@ -6029,9 +6677,9 @@ "institution": { "id": 321, "name": "The Mount Desert Island Biological Laboratory", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", - "rorId": null, + "homeUrl": "http://mdibl.org/", + "description": "We seek to improve human health by discovering novel mechanisms of tissue repair, aging and regeneration. We translate our discoveries for the benefit of medicine and society and are dedicated to developing the next generation of scientific leaders through hands-on training. We utilize the most advanced scientific technology, computational techniques and comparative model systems to learn how to stimulate tissue repair and regeneration and delay the onset of age-related diseases.", + "rorId": "https://ror.org/04dw1bf40", "location": { "countryCode": "US", "countryName": "United States" @@ -6042,7 +6690,11 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:15:59.547+0000", @@ -6073,9 +6725,9 @@ "institution": { "id": 328, "name": "Weizmann Institute", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", - "rorId": null, + "homeUrl": "https://www.weizmann.ac.il/pages/", + "description": "The Weizmann Institute of Science is one of the world\u2019s leading multidisciplinary basic research institutions in the natural and exact sciences. It is located in Rehovot, Israel, just south of Tel Aviv. It was initially established as the Daniel Sieff Institute in 1934, by Israel and Rebecca Sieff of London in memory of their son Daniel. In 1949, it was renamed for Dr. Chaim Weizmann, the first President of the State of Israel and Founder of the Institute.", + "rorId": "https://ror.org/0316ej306", "location": { "countryCode": "IL", "countryName": "Israel" @@ -6086,7 +6738,11 @@ "countryName": "Israel" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:15:59.756+0000", @@ -6117,8 +6773,8 @@ "institution": { "id": 331, "name": "Departments of Computing Science & Biological Sciences, University of Alberta", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", + "homeUrl": "https://www.ualberta.ca/index.html", + "description": "We are a Top 5 Canadian university and one of the Top 150 in the world. Find out what makes our student experience so rich, meaningful and life-changing.", "rorId": null, "location": { "countryCode": "CA", @@ -6130,7 +6786,11 @@ "countryName": "Canada" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:16:00.005+0000", @@ -6174,7 +6834,11 @@ "countryName": "Canada" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:16:00.251+0000", @@ -6218,7 +6882,11 @@ "countryName": "Canada" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:16:00.499+0000", @@ -6249,9 +6917,9 @@ "institution": { "id": 339, "name": "Cell Signaling Technology, Inc.", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", - "rorId": null, + "homeUrl": "https://www.cellsignal.com/", + "description": "Cell Signaling Technology (CST) is a different kind of life sciences company\u2014one founded, owned, and run by active research scientists, with the highest standards of product and service quality, technological innovation, and scientific rigor for over 20 years. We consistently provide fellow scientists around the globe with best-in-class products and services to fuel their quests for discovery.", + "rorId": "https://ror.org/03k4zc121", "location": { "countryCode": "US", "countryName": "United States" @@ -6262,7 +6930,11 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:16:00.712+0000", @@ -6293,8 +6965,8 @@ "institution": { "id": 5, "name": "National Center for Biomedical Ontology, Stanford", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", + "homeUrl": "https://ncbo.bioontology.org/", + "description": "The goal of the National Center for Biomedical Ontology is to support biomedical researchers in their knowledge-intensive work, by providing online tools and a Web portal enabling them to access, review, and integrate disparate ontological resources in all aspects of biomedical investigation and clinical practice. A major focus of our work involves the use of biomedical ontologies to aid in the management and analysis of data derived from complex experiments.", "rorId": null, "location": { "countryCode": "US", @@ -6306,7 +6978,11 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null }, { "id": 346, @@ -6334,7 +7010,11 @@ "countryName": "United Kingdom" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:16:01.178+0000", @@ -6365,8 +7045,8 @@ "institution": { "id": 5, "name": "National Center for Biomedical Ontology, Stanford", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", + "homeUrl": "https://ncbo.bioontology.org/", + "description": "The goal of the National Center for Biomedical Ontology is to support biomedical researchers in their knowledge-intensive work, by providing online tools and a Web portal enabling them to access, review, and integrate disparate ontological resources in all aspects of biomedical investigation and clinical practice. A major focus of our work involves the use of biomedical ontologies to aid in the management and analysis of data derived from complex experiments.", "rorId": null, "location": { "countryCode": "US", @@ -6378,18 +7058,22 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null }, { "id": 349, "providerCode": "ols", "name": "KiSAO through OLS", - "urlPattern": "https://www.ebi.ac.uk/ols/ontologies/kisao/terms?short_form={$id}", + "urlPattern": "https://www.ebi.ac.uk/ols4/ontologies/kisao/terms?short_form={$id}", "mirId": "MIR:00100757", "description": "KiSAO through OLS", "official": false, "sampleId": "KISAO_0000057", - "resourceHomeUrl": "https://www.ebi.ac.uk/ols/ontologies/kisao", + "resourceHomeUrl": "https://www.ebi.ac.uk/ols4/ontologies/kisao", "institution": { "id": 2, "name": "European Bioinformatics Institute", @@ -6406,7 +7090,11 @@ "countryName": "United Kingdom" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:16:01.508+0000", @@ -6424,34 +7112,6 @@ "description": "The Cell Ontology is designed as a structured controlled vocabulary for cell types. The ontology was constructed for use by the model organism and other bioinformatics databases, incorporating cell types from prokaryotes to mammals, and includes plants and fungi.", "mirId": "MIR:00000110", "resources": [ - { - "id": 353, - "providerCode": "ols", - "name": "Cell Type Ontology through OLS", - "urlPattern": "https://www.ebi.ac.uk/ols/ontologies/cl/terms?obo_id=CL:{$id}", - "mirId": "MIR:00100143", - "description": "Cell Type Ontology through OLS", - "official": false, - "sampleId": "0000232", - "resourceHomeUrl": "https://www.ebi.ac.uk/ols/ontologies/cl", - "institution": { - "id": 2, - "name": "European Bioinformatics Institute", - "homeUrl": "https://www.ebi.ac.uk", - "description": "At EMBL-EBI, we make the world\u2019s public biological data freely available to the scientific community via a range of services and tools, perform basic research and provide professional training in bioinformatics. \nWe are part of the European Molecular Biology Laboratory (EMBL), an international, innovative and interdisciplinary research organisation funded by 26 member states and two associate member states.", - "rorId": "https://ror.org/02catss52", - "location": { - "countryCode": "GB", - "countryName": "United Kingdom" - } - }, - "location": { - "countryCode": "GB", - "countryName": "United Kingdom" - }, - "deprecated": false, - "deprecationDate": null - }, { "id": 354, "providerCode": "bptl", @@ -6465,8 +7125,8 @@ "institution": { "id": 5, "name": "National Center for Biomedical Ontology, Stanford", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", + "homeUrl": "https://ncbo.bioontology.org/", + "description": "The goal of the National Center for Biomedical Ontology is to support biomedical researchers in their knowledge-intensive work, by providing online tools and a Web portal enabling them to access, review, and integrate disparate ontological resources in all aspects of biomedical investigation and clinical practice. A major focus of our work involves the use of biomedical ontologies to aid in the management and analysis of data derived from complex experiments.", "rorId": null, "location": { "countryCode": "US", @@ -6478,34 +7138,22 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null - } - ], - "created": "2019-06-11T14:16:02.066+0000", - "modified": "2019-06-11T14:16:02.066+0000", - "sampleId": "0000232", - "deprecated": false, - "deprecationDate": null - }, - "bto": { - "id": 355, - "prefix": "bto", - "name": "Brenda Tissue Ontology", - "pattern": "^BTO:\\d{7}$", - "namespaceEmbeddedInLui": true, - "description": "The Brenda tissue ontology is a structured controlled vocabulary eastablished to identify the source of an enzyme cited in the Brenda enzyme database. It comprises terms of tissues, cell lines, cell types and cell cultures from uni- and multicellular organisms.", - "mirId": "MIR:00000111", - "resources": [ + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null + }, { - "id": 356, + "id": 353, "providerCode": "ols", - "name": "Brenda Tissue Ontology through OLS", - "urlPattern": "https://www.ebi.ac.uk/ols/ontologies/bto/terms?obo_id=BTO:{$id}", - "mirId": "MIR:00100144", - "description": "Brenda Tissue Ontology through OLS", + "name": "Cell Type Ontology through OLS", + "urlPattern": "https://www.ebi.ac.uk/ols4/ontologies/cl/terms?obo_id=CL:{$id}", + "mirId": "MIR:00100143", + "description": "Cell Type Ontology through OLS", "official": false, - "sampleId": "0000146", - "resourceHomeUrl": "https://www.ebi.ac.uk/ols/ontologies/bto", + "sampleId": "0000232", + "resourceHomeUrl": "https://www.ebi.ac.uk/ols4/ontologies/cl", "institution": { "id": 2, "name": "European Bioinformatics Institute", @@ -6522,8 +7170,28 @@ "countryName": "United Kingdom" }, "deprecated": false, - "deprecationDate": null - }, + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null + } + ], + "created": "2019-06-11T14:16:02.066+0000", + "modified": "2019-06-11T14:16:02.066+0000", + "sampleId": "0000232", + "deprecated": false, + "deprecationDate": null + }, + "bto": { + "id": 355, + "prefix": "bto", + "name": "Brenda Tissue Ontology", + "pattern": "^BTO:\\d{7}$", + "namespaceEmbeddedInLui": true, + "description": "The Brenda tissue ontology is a structured controlled vocabulary eastablished to identify the source of an enzyme cited in the Brenda enzyme database. It comprises terms of tissues, cell lines, cell types and cell cultures from uni- and multicellular organisms.", + "mirId": "MIR:00000111", + "resources": [ { "id": 357, "providerCode": "bptl", @@ -6537,8 +7205,8 @@ "institution": { "id": 5, "name": "National Center for Biomedical Ontology, Stanford", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", + "homeUrl": "https://ncbo.bioontology.org/", + "description": "The goal of the National Center for Biomedical Ontology is to support biomedical researchers in their knowledge-intensive work, by providing online tools and a Web portal enabling them to access, review, and integrate disparate ontological resources in all aspects of biomedical investigation and clinical practice. A major focus of our work involves the use of biomedical ontologies to aid in the management and analysis of data derived from complex experiments.", "rorId": null, "location": { "countryCode": "US", @@ -6550,7 +7218,43 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null + }, + { + "id": 356, + "providerCode": "ols", + "name": "Brenda Tissue Ontology through OLS", + "urlPattern": "https://www.ebi.ac.uk/ols4/ontologies/bto/terms?obo_id=BTO:{$id}", + "mirId": "MIR:00100144", + "description": "Brenda Tissue Ontology through OLS", + "official": false, + "sampleId": "0000146", + "resourceHomeUrl": "https://www.ebi.ac.uk/ols4/ontologies/bto", + "institution": { + "id": 2, + "name": "European Bioinformatics Institute", + "homeUrl": "https://www.ebi.ac.uk", + "description": "At EMBL-EBI, we make the world\u2019s public biological data freely available to the scientific community via a range of services and tools, perform basic research and provide professional training in bioinformatics. \nWe are part of the European Molecular Biology Laboratory (EMBL), an international, innovative and interdisciplinary research organisation funded by 26 member states and two associate member states.", + "rorId": "https://ror.org/02catss52", + "location": { + "countryCode": "GB", + "countryName": "United Kingdom" + } + }, + "location": { + "countryCode": "GB", + "countryName": "United Kingdom" + }, + "deprecated": false, + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:16:02.399+0000", @@ -6568,16 +7272,48 @@ "description": "PATO is an ontology of phenotypic qualities, intended for use in a number of applications, primarily defining composite phenotypes and phenotype annotation.", "mirId": "MIR:00000112", "resources": [ + { + "id": 360, + "providerCode": "bptl", + "name": "PATO through BioPortal", + "urlPattern": "http://purl.bioontology.org/ontology/PATO/PATO:{$id}", + "mirId": "MIR:00100238", + "description": "PATO through BioPortal", + "official": false, + "sampleId": "0001998", + "resourceHomeUrl": "http://bioportal.bioontology.org/ontologies/PATO", + "institution": { + "id": 5, + "name": "National Center for Biomedical Ontology, Stanford", + "homeUrl": "https://ncbo.bioontology.org/", + "description": "The goal of the National Center for Biomedical Ontology is to support biomedical researchers in their knowledge-intensive work, by providing online tools and a Web portal enabling them to access, review, and integrate disparate ontological resources in all aspects of biomedical investigation and clinical practice. A major focus of our work involves the use of biomedical ontologies to aid in the management and analysis of data derived from complex experiments.", + "rorId": null, + "location": { + "countryCode": "US", + "countryName": "United States" + } + }, + "location": { + "countryCode": "US", + "countryName": "United States" + }, + "deprecated": false, + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null + }, { "id": 359, "providerCode": "ols", "name": "PATO through OLS", - "urlPattern": "https://www.ebi.ac.uk/ols/ontologies/pato/terms?obo_id=PATO:{$id}", + "urlPattern": "https://www.ebi.ac.uk/ols4/ontologies/pato/terms?obo_id=PATO:{$id}", "mirId": "MIR:00100145", "description": "PATO through OLS", "official": false, "sampleId": "0001998", - "resourceHomeUrl": "https://www.ebi.ac.uk/ols/ontologies/pato", + "resourceHomeUrl": "https://www.ebi.ac.uk/ols4/ontologies/pato", "institution": { "id": 2, "name": "European Bioinformatics Institute", @@ -6594,35 +7330,11 @@ "countryName": "United Kingdom" }, "deprecated": false, - "deprecationDate": null - }, - { - "id": 360, - "providerCode": "bptl", - "name": "PATO through BioPortal", - "urlPattern": "http://purl.bioontology.org/ontology/PATO/PATO:{$id}", - "mirId": "MIR:00100238", - "description": "PATO through BioPortal", - "official": false, - "sampleId": "0001998", - "resourceHomeUrl": "http://bioportal.bioontology.org/ontologies/PATO", - "institution": { - "id": 5, - "name": "National Center for Biomedical Ontology, Stanford", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", - "rorId": null, - "location": { - "countryCode": "US", - "countryName": "United States" - } - }, - "location": { - "countryCode": "US", - "countryName": "United States" - }, - "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:16:02.730+0000", @@ -6651,11 +7363,11 @@ "sampleId": "G77500AY", "resourceHomeUrl": "https://glytoucan.org/", "institution": { - "id": 364, - "name": "German Cancer Research Center, Heidelberg", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", - "rorId": null, + "id": 843, + "name": "DKFZ TP3, Heidelberg", + "homeUrl": "http://www.dkfz.de/en/index.html", + "description": "To perform research into cancer is the task of the German Cancer Research Center (Deutsches Krebsforschungszentrum, DKFZ) according to its statutes. DKFZ is the largest biomedical research institute in Germany and a member of the Helmholtz Association of National Research Centers. In more than 100 divisions and research groups, our more than 3,000 employees, of which more than 1,200 are scientists, are investigating the mechanisms of cancer, are identifying cancer risk factors and are trying to find strategies to prevent people from getting cancer.They are developing novel approaches to make tumor diagnosis more precise and treatment of cancer patients more successful.", + "rorId": "https://ror.org/04cdgtt98", "location": { "countryCode": "DE", "countryName": "Germany" @@ -6666,7 +7378,11 @@ "countryName": "Germany" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:16:03.253+0000", @@ -6697,8 +7413,8 @@ "institution": { "id": 367, "name": "Department of Computational Biology, University of Tokyo, Tokyo", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", + "homeUrl": "https://www.cbms.k.u-tokyo.ac.jp/english/index.html", + "description": "he department of Medical Genome Sciences and the department of Computational Biology have been merged, resulting in the establishment of a unique new major that is unprecedented in Japan. The objectives of this new major are to lead the way in information-oriented life science while significantly contributing to life innovation, and to cultivate personnel capable of translating the results in the clinical setting. To this end,we believe that it is necessary to develop personnel with a novel specialty by actively employing on-the-job training in state-of-the-art informatics and medical science research settings and implementing a basic education environment for integrating information science and medical science. This kind of personnel is required not only in medicine, but also in other technical fields such as agricultural sciences, pharmaceutical sciences, environmental studies and biotechnology.", "rorId": null, "location": { "countryCode": "JP", @@ -6710,7 +7426,11 @@ "countryName": "Japan" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:16:03.490+0000", @@ -6741,8 +7461,8 @@ "institution": { "id": 367, "name": "Department of Computational Biology, University of Tokyo, Tokyo", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", + "homeUrl": "https://www.cbms.k.u-tokyo.ac.jp/english/index.html", + "description": "he department of Medical Genome Sciences and the department of Computational Biology have been merged, resulting in the establishment of a unique new major that is unprecedented in Japan. The objectives of this new major are to lead the way in information-oriented life science while significantly contributing to life innovation, and to cultivate personnel capable of translating the results in the clinical setting. To this end,we believe that it is necessary to develop personnel with a novel specialty by actively employing on-the-job training in state-of-the-art informatics and medical science research settings and implementing a basic education environment for integrating information science and medical science. This kind of personnel is required not only in medicine, but also in other technical fields such as agricultural sciences, pharmaceutical sciences, environmental studies and biotechnology.", "rorId": null, "location": { "countryCode": "JP", @@ -6754,7 +7474,11 @@ "countryName": "Japan" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:16:03.735+0000", @@ -6785,9 +7509,9 @@ "institution": { "id": 372, "name": "Laboratoire des Interactions Plantes-Microorganismes, INRA/CNRS", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", - "rorId": null, + "homeUrl": "https://www6.toulouse.inrae.fr/lipm_eng", + "description": "The Laboratory of Plants Microbes and Environment Interactions (LIPME), created in 1981, is a combined INRA-CNRS Research Unit, attached to the CNRS Institutes of Biological Sciences (INSB) and Ecology & Environment (INEE), as well as to the INRAE Departments of Plant Health & Environment (SPE) and Biology & Plant Breeding (BAP). From the outset, the LIPME has focused its research on the interactions between plants and either symbiotic or pathogenic microbes, co-ordinating studies on both plant and microbial partners. This research is performed using a small number of model species (Arabidopsis thaliana, Medicago truncatula), and more recently model plants of agronomic importance such as sunflower, tomato and soybean", + "rorId": "https://ror.org/02gwt2810", "location": { "countryCode": "FR", "countryName": "France" @@ -6798,7 +7522,11 @@ "countryName": "France" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:16:03.923+0000", @@ -6829,9 +7557,9 @@ "institution": { "id": 375, "name": "EMBL, Heidelberg", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", - "rorId": null, + "homeUrl": "http://embl.org/", + "description": "With 28 member states, EMBL has more than 110 independent research groups and service teams covering the spectrum of molecular biology at six sites in Barcelona, Grenoble, Hamburg, Heidelberg, EMBL-EBI Hinxton, and Rome.", + "rorId": "https://ror.org/03mstc592", "location": { "countryCode": "DE", "countryName": "Germany" @@ -6842,7 +7570,11 @@ "countryName": "Germany" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:16:04.151+0000", @@ -6871,11 +7603,11 @@ "sampleId": "cd00400", "resourceHomeUrl": "https://www.ncbi.nlm.nih.gov/sites/entrez?db=cdd", "institution": { - "id": 378, - "name": "National Library of Medicine, National Institutes of Health, Maryland", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", - "rorId": null, + "id": 316, + "name": "National Library of Medicine, Maryland", + "homeUrl": "https://www.nlm.nih.gov/", + "description": "The National Library of Medicine (NLM), on the campus of the National Institutes of Health in Bethesda, Maryland, has been a center of information innovation since its founding in 1836. The world\u2019s largest biomedical library, NLM maintains and makes available a vast print collection and produces electronic information resources on a wide range of topics that are searched billions of times each year by millions of people around the globe. It also supports and conducts research, development, and training in biomedical informatics and health information technology. In addition, the Library coordinates an 8,000+ member Network of the National Library of Medicine that promotes and provides access to health information in communities across the United States.", + "rorId": "https://ror.org/0060t0j89", "location": { "countryCode": "US", "countryName": "United States" @@ -6886,7 +7618,11 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:16:04.400+0000", @@ -6930,18 +7666,22 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null }, { "id": 383, "providerCode": "ols", "name": "OBO Relation Ontology through OLS", - "urlPattern": "https://www.ebi.ac.uk/ols/ontologies/ro/terms?short_form={$id}", + "urlPattern": "https://www.ebi.ac.uk/ols4/ontologies/ro/terms?short_form={$id}", "mirId": "MIR:00100767", "description": "OBO Relation Ontology through OLS", "official": false, "sampleId": "RO_0002533", - "resourceHomeUrl": "https://www.ebi.ac.uk/ols/ontologies/ro", + "resourceHomeUrl": "https://www.ebi.ac.uk/ols4/ontologies/ro", "institution": { "id": 2, "name": "European Bioinformatics Institute", @@ -6958,7 +7698,11 @@ "countryName": "United Kingdom" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:16:04.654+0000", @@ -6987,11 +7731,11 @@ "sampleId": "50885", "resourceHomeUrl": "http://www.ncbi.nlm.nih.gov/sites/entrez?db=structure", "institution": { - "id": 378, - "name": "National Library of Medicine, National Institutes of Health, Maryland", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", - "rorId": null, + "id": 316, + "name": "National Library of Medicine, Maryland", + "homeUrl": "https://www.nlm.nih.gov/", + "description": "The National Library of Medicine (NLM), on the campus of the National Institutes of Health in Bethesda, Maryland, has been a center of information innovation since its founding in 1836. The world\u2019s largest biomedical library, NLM maintains and makes available a vast print collection and produces electronic information resources on a wide range of topics that are searched billions of times each year by millions of people around the globe. It also supports and conducts research, development, and training in biomedical informatics and health information technology. In addition, the Library coordinates an 8,000+ member Network of the National Library of Medicine that promotes and provides access to health information in communities across the United States.", + "rorId": "https://ror.org/0060t0j89", "location": { "countryCode": "US", "countryName": "United States" @@ -7002,7 +7746,11 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:16:05.062+0000", @@ -7046,7 +7794,11 @@ "countryName": "United Kingdom" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null }, { "id": 388, @@ -7074,7 +7826,11 @@ "countryName": "United Kingdom" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:16:05.272+0000", @@ -7105,8 +7861,8 @@ "institution": { "id": 390, "name": "Wodak Lab, Hospital for Sick Children, Toronto", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", + "homeUrl": "https://wodaklab.org/", + "description": "The focus of our laboratory is on investigating the principles that govern these interactions. We use molecular simulation and modeling techniques to study protein-protein protein-DNA and protein-ligand interactions at the atomic scale. We furthermore analyze the properties of known protein structures and sequences in order to gain insight into how evolution has shaped the functional specificity of proteins.", "rorId": null, "location": { "countryCode": "CA", @@ -7118,7 +7874,11 @@ "countryName": "Canada" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:16:05.614+0000", @@ -7149,9 +7909,9 @@ "institution": { "id": 393, "name": "J. Craig Venter Institute, Maryland", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", - "rorId": null, + "homeUrl": "https://www.jcvi.org", + "description": "The J. Craig Venter Institute (JCVI) is a world leader in genomic research with approximately 120 scientists and staff who are bold innovators fearlessly pursuing revolutionary ideas. With a long track-record of creativity and an interdisciplinary approach to genomics, JCVI is committed to accelerating foundational scientific research to drive advances in human health and environmental sustainability.", + "rorId": "https://ror.org/049r1ts75", "location": { "countryCode": "US", "countryName": "United States" @@ -7162,7 +7922,11 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null }, { "id": 395, @@ -7190,7 +7954,11 @@ "countryName": "United Kingdom" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:16:05.849+0000", @@ -7221,9 +7989,9 @@ "institution": { "id": 339, "name": "Cell Signaling Technology, Inc.", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", - "rorId": null, + "homeUrl": "https://www.cellsignal.com/", + "description": "Cell Signaling Technology (CST) is a different kind of life sciences company\u2014one founded, owned, and run by active research scientists, with the highest standards of product and service quality, technological innovation, and scientific rigor for over 20 years. We consistently provide fellow scientists around the globe with best-in-class products and services to fuel their quests for discovery.", + "rorId": "https://ror.org/03k4zc121", "location": { "countryCode": "US", "countryName": "United States" @@ -7234,7 +8002,11 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:16:06.208+0000", @@ -7265,8 +8037,8 @@ "institution": { "id": 399, "name": "Department of Neuroscience, University of California, San Diego", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", + "homeUrl": "https://neurosciences.ucsd.edu/", + "description": "To innovate and advance the science that guides us toward improved understanding of our nervous system and allows us to alleviate suffering of neurological disease. We are a team of clinicians and scientists with shared commitment to neurosciences education and research. We seek to apply our discoveries toward development of transformative advancements in the care of those with neurological disorders.", "rorId": null, "location": { "countryCode": "US", @@ -7278,7 +8050,11 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null }, { "id": 401, @@ -7293,8 +8069,8 @@ "institution": { "id": 5, "name": "National Center for Biomedical Ontology, Stanford", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", + "homeUrl": "https://ncbo.bioontology.org/", + "description": "The goal of the National Center for Biomedical Ontology is to support biomedical researchers in their knowledge-intensive work, by providing online tools and a Web portal enabling them to access, review, and integrate disparate ontological resources in all aspects of biomedical investigation and clinical practice. A major focus of our work involves the use of biomedical ontologies to aid in the management and analysis of data derived from complex experiments.", "rorId": null, "location": { "countryCode": "US", @@ -7306,7 +8082,11 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:16:06.417+0000", @@ -7350,7 +8130,11 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null }, { "id": 405, @@ -7365,8 +8149,8 @@ "institution": { "id": 5, "name": "National Center for Biomedical Ontology, Stanford", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", + "homeUrl": "https://ncbo.bioontology.org/", + "description": "The goal of the National Center for Biomedical Ontology is to support biomedical researchers in their knowledge-intensive work, by providing online tools and a Web portal enabling them to access, review, and integrate disparate ontological resources in all aspects of biomedical investigation and clinical practice. A major focus of our work involves the use of biomedical ontologies to aid in the management and analysis of data derived from complex experiments.", "rorId": null, "location": { "countryCode": "US", @@ -7378,7 +8162,11 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null }, { "id": 406, @@ -7406,7 +8194,11 @@ "countryName": "United Kingdom" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:16:06.780+0000", @@ -7450,7 +8242,11 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:16:44.568+0000", @@ -7479,11 +8275,11 @@ "sampleId": "2.7.1.1", "resourceHomeUrl": "http://sabiork.h-its.org/", "institution": { - "id": 408, - "name": "Heidelberg Institute for Theoretical Studies (HITS gGmbH)", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", - "rorId": null, + "id": 151, + "name": "Heidelberg Institute for Theoretical Studies (HITS gGmbH)", + "homeUrl": "http://www.h-its.org/en/", + "description": "HITS conducts basic research in the natural sciences, mathematical and computer science. Major research directions include complex simulations across scales, making sense of data, and enabling science via computational research. Application areas range from molecular biology to astrophysics. An essential characteristic of the Institute is interdisciplinarity, implemented in numerous cross-group and cross-disciplinary projects. The base funding of HITS is provided by the Klaus Tschira Foundation.", + "rorId": "https://ror.org/01f7bcy98", "location": { "countryCode": "DE", "countryName": "Germany" @@ -7494,7 +8290,11 @@ "countryName": "Germany" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:16:07.366+0000", @@ -7525,8 +8325,8 @@ "institution": { "id": 5, "name": "National Center for Biomedical Ontology, Stanford", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", + "homeUrl": "https://ncbo.bioontology.org/", + "description": "The goal of the National Center for Biomedical Ontology is to support biomedical researchers in their knowledge-intensive work, by providing online tools and a Web portal enabling them to access, review, and integrate disparate ontological resources in all aspects of biomedical investigation and clinical practice. A major focus of our work involves the use of biomedical ontologies to aid in the management and analysis of data derived from complex experiments.", "rorId": null, "location": { "countryCode": "US", @@ -7538,7 +8338,11 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:16:07.624+0000", @@ -7569,8 +8373,8 @@ "institution": { "id": 413, "name": "Department of Biochemistry, Stellenbosch University", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", + "homeUrl": "http://www.sun.ac.za/english/faculty/science/biochemistry", + "description": "Stellenbosch University is a public research university situated in Stellenbosch, a town in the Western Cape province of South Africa. Stellenbosch is the oldest university in South Africa and the oldest extant university in Sub-Saharan Africa, together with the University of Cape Town - which received full university status on the same day in 1918. Stellenbosch University designed and manufactured Africa's first microsatellite, SUNSAT, launched in 1999. Stellenbosch University was the first African university to sign the Berlin Declaration on Open Access to Knowledge in the Sciences and Humanities.", "rorId": null, "location": { "countryCode": "ZA", @@ -7582,7 +8386,11 @@ "countryName": "South Africa" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null }, { "id": 418, @@ -7597,8 +8405,8 @@ "institution": { "id": 417, "name": "Manchester Interdisciplinary Biocentre, University of Manchester", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", + "homeUrl": "https://www.mib.manchester.ac.uk/", + "description": "The Manchester Institute of Biotechnology, formerly the Manchester Interdisciplinary Biocentre (MIB) is a research institute of the University of Manchester, England. The centre has been designed to enable academic communities to explore specific areas of interdisciplinary quantitative bioscience, largely through the efforts of multidisciplinary research teams. Research at MIB follows three broadly defined, interdisciplinary and complementary themes: Biological Mechanism and Catalysis, Molecular Bioengineering, and Systems biology.", "rorId": null, "location": { "countryCode": "GB", @@ -7610,7 +8418,11 @@ "countryName": "United Kingdom" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null }, { "id": 416, @@ -7625,9 +8437,9 @@ "institution": { "id": 415, "name": "University of Amsterdam", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", - "rorId": null, + "homeUrl": "https://www.uva.nl/en/home", + "description": "The University of Amsterdam is ambitious, creative and committed: a leader in international science and a partner in innovation, the UvA has been inspiring generations since 1632. Read our mission and vision.", + "rorId": "https://ror.org/04dkp9463", "location": { "countryCode": "NL", "countryName": "Netherlands" @@ -7638,7 +8450,11 @@ "countryName": "Netherlands" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:16:07.820+0000", @@ -7660,17 +8476,17 @@ "id": 420, "providerCode": "CURATOR_REVIEW", "name": "ModelDB at SenseLab", - "urlPattern": "http://senselab.med.yale.edu/ModelDB/ShowModel.asp?model={$id}", + "urlPattern": "https://modeldb.science/{$id}", "mirId": "MIR:00100171", "description": "ModelDB at SenseLab", "official": false, "sampleId": "45539", - "resourceHomeUrl": "http://senselab.med.yale.edu/ModelDB/", + "resourceHomeUrl": "https://modeldb.science", "institution": { "id": 310, "name": "Yale University School of Medicine", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", + "homeUrl": "https://medicine.yale.edu/", + "description": "Yale School of Medicine educates and nurtures creative leaders in medicine and science, promoting curiosity and critical inquiry in an inclusive environment enriched by diversity. We advance discovery and innovation fostered by partnerships across the university, our local community, and the world. We care for patients with compassion, and commit to improving the health of all people. More about YSM's History, Facts & Figures.", "rorId": null, "location": { "countryCode": "US", @@ -7682,7 +8498,11 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:16:08.429+0000", @@ -7713,7 +8533,7 @@ "institution": { "id": 422, "name": "University of G\u00f6ttingen, Department for General Microbiology", - "homeUrl": "CURATOR_REVIEW", + "homeUrl": "https://uni-goettingen.de/en/577601.html", "description": "CURATOR_REVIEW", "rorId": null, "location": { @@ -7726,7 +8546,11 @@ "countryName": "Germany" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:16:08.635+0000", @@ -7770,7 +8594,11 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:16:08.872+0000", @@ -7801,9 +8629,9 @@ "institution": { "id": 428, "name": "National Centre for Biological Sciences, Bangalore", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", - "rorId": null, + "homeUrl": "https://www.ncbs.res.in/", + "description": "We are a premier research institute with all the necessary facilities that a research scientist may need. Research interests of our faculty members lie in the frontier areas of biology, and the science at NCBS (a part of the Tata Institute of Fundamental Research ) uses experimental and computational approaches in the study of molecules, cells and organisms. We aim to understand biology at each of these levels to advance an integrated view of life processes. The talent and drive of our students and faculty members continues to show us the way to good science.", + "rorId": "https://ror.org/03gf8rp76", "location": { "countryCode": "IN", "countryName": "India" @@ -7814,7 +8642,11 @@ "countryName": "India" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:16:09.111+0000", @@ -7845,9 +8677,9 @@ "institution": { "id": 428, "name": "National Centre for Biological Sciences, Bangalore", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", - "rorId": null, + "homeUrl": "https://www.ncbs.res.in/", + "description": "We are a premier research institute with all the necessary facilities that a research scientist may need. Research interests of our faculty members lie in the frontier areas of biology, and the science at NCBS (a part of the Tata Institute of Fundamental Research ) uses experimental and computational approaches in the study of molecules, cells and organisms. We aim to understand biology at each of these levels to advance an integrated view of life processes. The talent and drive of our students and faculty members continues to show us the way to good science.", + "rorId": "https://ror.org/03gf8rp76", "location": { "countryCode": "IN", "countryName": "India" @@ -7858,7 +8690,11 @@ "countryName": "India" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:16:09.372+0000", @@ -7876,34 +8712,6 @@ "description": "Ontology of standardized units", "mirId": "MIR:00000136", "resources": [ - { - "id": 433, - "providerCode": "ols", - "name": "Unit Ontology via Ontology Lookup Service", - "urlPattern": "https://www.ebi.ac.uk/ols/ontologies/uo/terms?obo_id=UO:{$id}", - "mirId": "MIR:00100178", - "description": "Unit Ontology via Ontology Lookup Service", - "official": false, - "sampleId": "0000080", - "resourceHomeUrl": "https://www.ebi.ac.uk/ols/ontologies/uo", - "institution": { - "id": 2, - "name": "European Bioinformatics Institute", - "homeUrl": "https://www.ebi.ac.uk", - "description": "At EMBL-EBI, we make the world\u2019s public biological data freely available to the scientific community via a range of services and tools, perform basic research and provide professional training in bioinformatics. \nWe are part of the European Molecular Biology Laboratory (EMBL), an international, innovative and interdisciplinary research organisation funded by 26 member states and two associate member states.", - "rorId": "https://ror.org/02catss52", - "location": { - "countryCode": "GB", - "countryName": "United Kingdom" - } - }, - "location": { - "countryCode": "GB", - "countryName": "United Kingdom" - }, - "deprecated": false, - "deprecationDate": null - }, { "id": 434, "providerCode": "bptl", @@ -7917,8 +8725,8 @@ "institution": { "id": 5, "name": "National Center for Biomedical Ontology, Stanford", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", + "homeUrl": "https://ncbo.bioontology.org/", + "description": "The goal of the National Center for Biomedical Ontology is to support biomedical researchers in their knowledge-intensive work, by providing online tools and a Web portal enabling them to access, review, and integrate disparate ontological resources in all aspects of biomedical investigation and clinical practice. A major focus of our work involves the use of biomedical ontologies to aid in the management and analysis of data derived from complex experiments.", "rorId": null, "location": { "countryCode": "US", @@ -7930,7 +8738,43 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null + }, + { + "id": 433, + "providerCode": "ols", + "name": "Unit Ontology via Ontology Lookup Service", + "urlPattern": "https://www.ebi.ac.uk/ols4/ontologies/uo/terms?obo_id=UO:{$id}", + "mirId": "MIR:00100178", + "description": "Unit Ontology via Ontology Lookup Service", + "official": false, + "sampleId": "0000080", + "resourceHomeUrl": "https://www.ebi.ac.uk/ols4/ontologies/uo", + "institution": { + "id": 2, + "name": "European Bioinformatics Institute", + "homeUrl": "https://www.ebi.ac.uk", + "description": "At EMBL-EBI, we make the world\u2019s public biological data freely available to the scientific community via a range of services and tools, perform basic research and provide professional training in bioinformatics. \nWe are part of the European Molecular Biology Laboratory (EMBL), an international, innovative and interdisciplinary research organisation funded by 26 member states and two associate member states.", + "rorId": "https://ror.org/02catss52", + "location": { + "countryCode": "GB", + "countryName": "United Kingdom" + } + }, + "location": { + "countryCode": "GB", + "countryName": "United Kingdom" + }, + "deprecated": false, + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:16:09.596+0000", @@ -7974,7 +8818,11 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:16:09.937+0000", @@ -8005,9 +8853,9 @@ "institution": { "id": 439, "name": "Royal Society of Chemistry, Cambridge", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", - "rorId": null, + "homeUrl": "http://www.rsc.org/", + "description": "We publish new research. We develop, recognise and celebrate professional capabilities. We bring people together to spark new ideas and new partnerships. We support teachers to inspire future generations of scientists. And we speak up to influence the people making decisions that affect us all.", + "rorId": "https://ror.org/025sbr097", "location": { "countryCode": "GB", "countryName": "United Kingdom" @@ -8018,7 +8866,11 @@ "countryName": "United Kingdom" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:16:10.254+0000", @@ -8062,18 +8914,22 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null }, { "id": 444, "providerCode": "ols", "name": "NCIt through OLS", - "urlPattern": "https://www.ebi.ac.uk/ols/ontologies/ncit/terms?short_form=NCIT_{$id}", + "urlPattern": "https://www.ebi.ac.uk/ols4/ontologies/ncit/terms?short_form=NCIT_{$id}", "mirId": "MIR:00100868", "description": "NCIt through OLS", "official": false, "sampleId": "C16353", - "resourceHomeUrl": "https://www.ebi.ac.uk/ols/ontologies/ncit", + "resourceHomeUrl": "https://www.ebi.ac.uk/ols4/ontologies/ncit", "institution": { "id": 2, "name": "European Bioinformatics Institute", @@ -8090,7 +8946,11 @@ "countryName": "United Kingdom" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:16:10.500+0000", @@ -8134,7 +8994,11 @@ "countryName": "United Kingdom" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:16:10.872+0000", @@ -8165,8 +9029,8 @@ "institution": { "id": 452, "name": "Reprogen, Faculty of Veterinary Science, University of Sydney", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", + "homeUrl": "https://www.sydney.edu.au/science/schools/sydney-school-of-veterinary-science.html", + "description": "Leading veterinary education, animal science and research that advances the health and welfare of animals and benefits the community.", "rorId": null, "location": { "countryCode": "AU", @@ -8178,7 +9042,11 @@ "countryName": "Australia" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:16:11.523+0000", @@ -8222,7 +9090,11 @@ "countryName": "United Kingdom" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:16:11.769+0000", @@ -8251,11 +9123,11 @@ "sampleId": "CAL0003079", "resourceHomeUrl": "http://www.candidagenome.org/", "institution": { - "id": 457, - "name": "Stanford University,", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", - "rorId": null, + "id": 98, + "name": "Stanford University", + "homeUrl": "http://www.stanford.edu/", + "description": "Stanford was founded almost 150 years ago on a bedrock of societal purpose. Our mission is to contribute to the world by educating students for lives of leadership and purposeful contribution; advancing fundamental knowledge and cultivating creativity; and accelerating solutions and amplifying their impact.", + "rorId": "https://ror.org/00f54p054", "location": { "countryCode": "US", "countryName": "United States" @@ -8266,7 +9138,11 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:16:11.955+0000", @@ -8297,9 +9173,9 @@ "institution": { "id": 460, "name": "California Academy of Sciences, Goldengate Park, San Francisco", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", - "rorId": null, + "homeUrl": "http://www.calacademy.org/", + "description": "The mission of the California Academy of Sciences is to regenerate the natural world through science, learning, and collaboration.", + "rorId": "https://ror.org/02wb73912", "location": { "countryCode": "US", "countryName": "United States" @@ -8310,7 +9186,11 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:16:12.204+0000", @@ -8341,8 +9221,8 @@ "institution": { "id": 61, "name": "Europe PubMed Central partners", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", + "homeUrl": "https://europepmc.org/", + "description": "Europe PMC provides comprehensive access to life sciences literature from trusted sources. It's available to anyone, anywhere for free. With Europe PMC you can search and read 42.1 million publications, preprints and other documents enriched with links to supporting data, reviews, protocols, and other relevant resources. ", "rorId": null, "location": { "countryCode": "GB", @@ -8354,7 +9234,11 @@ "countryName": "United Kingdom" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null }, { "id": 464, @@ -8382,7 +9266,11 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:16:12.446+0000", @@ -8426,7 +9314,11 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:16:44.811+0000", @@ -8456,9 +9348,9 @@ "resourceHomeUrl": "http://amoebadb.org/amoeba/", "institution": { "id": 467, - "name": "Center for Tropical & Emerging Global Diseases, University of Georgia", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", + "name": "Center for Tropical and Emerging Global Diseases, University of Georgia", + "homeUrl": "https://ctegd.uga.edu/", + "description": "The Center for Tropical and Emerging Global Diseases (CTEGD) of the University of Georgia is a university-wide, interdisciplinary center established in 1998 to foster research, education and service related to tropical and emerging global infectious diseases. ", "rorId": null, "location": { "countryCode": "US", @@ -8470,7 +9362,11 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:16:12.793+0000", @@ -8500,9 +9396,9 @@ "resourceHomeUrl": "https://cryptodb.org/cryptodb/", "institution": { "id": 467, - "name": "Center for Tropical & Emerging Global Diseases, University of Georgia", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", + "name": "Center for Tropical and Emerging Global Diseases, University of Georgia", + "homeUrl": "https://ctegd.uga.edu/", + "description": "The Center for Tropical and Emerging Global Diseases (CTEGD) of the University of Georgia is a university-wide, interdisciplinary center established in 1998 to foster research, education and service related to tropical and emerging global infectious diseases. ", "rorId": null, "location": { "countryCode": "US", @@ -8514,7 +9410,11 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:16:13.024+0000", @@ -8544,9 +9444,9 @@ "resourceHomeUrl": "http://plasmodb.org/plasmo/", "institution": { "id": 467, - "name": "Center for Tropical & Emerging Global Diseases, University of Georgia", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", + "name": "Center for Tropical and Emerging Global Diseases, University of Georgia", + "homeUrl": "https://ctegd.uga.edu/", + "description": "The Center for Tropical and Emerging Global Diseases (CTEGD) of the University of Georgia is a university-wide, interdisciplinary center established in 1998 to foster research, education and service related to tropical and emerging global infectious diseases. ", "rorId": null, "location": { "countryCode": "US", @@ -8558,7 +9458,11 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:16:13.221+0000", @@ -8588,9 +9492,9 @@ "resourceHomeUrl": "https://giardiadb.org/giardiadb/", "institution": { "id": 467, - "name": "Center for Tropical & Emerging Global Diseases, University of Georgia", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", + "name": "Center for Tropical and Emerging Global Diseases, University of Georgia", + "homeUrl": "https://ctegd.uga.edu/", + "description": "The Center for Tropical and Emerging Global Diseases (CTEGD) of the University of Georgia is a university-wide, interdisciplinary center established in 1998 to foster research, education and service related to tropical and emerging global infectious diseases. ", "rorId": null, "location": { "countryCode": "US", @@ -8602,7 +9506,11 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:16:13.424+0000", @@ -8632,9 +9540,9 @@ "resourceHomeUrl": "http://microsporidiadb.org/micro/", "institution": { "id": 467, - "name": "Center for Tropical & Emerging Global Diseases, University of Georgia", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", + "name": "Center for Tropical and Emerging Global Diseases, University of Georgia", + "homeUrl": "https://ctegd.uga.edu/", + "description": "The Center for Tropical and Emerging Global Diseases (CTEGD) of the University of Georgia is a university-wide, interdisciplinary center established in 1998 to foster research, education and service related to tropical and emerging global infectious diseases. ", "rorId": null, "location": { "countryCode": "US", @@ -8646,7 +9554,11 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:16:13.630+0000", @@ -8676,9 +9588,9 @@ "resourceHomeUrl": "http://toxodb.org/toxo/", "institution": { "id": 467, - "name": "Center for Tropical & Emerging Global Diseases, University of Georgia", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", + "name": "Center for Tropical and Emerging Global Diseases, University of Georgia", + "homeUrl": "https://ctegd.uga.edu/", + "description": "The Center for Tropical and Emerging Global Diseases (CTEGD) of the University of Georgia is a university-wide, interdisciplinary center established in 1998 to foster research, education and service related to tropical and emerging global infectious diseases. ", "rorId": null, "location": { "countryCode": "US", @@ -8690,7 +9602,11 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:16:13.817+0000", @@ -8720,9 +9636,9 @@ "resourceHomeUrl": "http://trichdb.org/trichdb/", "institution": { "id": 467, - "name": "Center for Tropical & Emerging Global Diseases, University of Georgia", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", + "name": "Center for Tropical and Emerging Global Diseases, University of Georgia", + "homeUrl": "https://ctegd.uga.edu/", + "description": "The Center for Tropical and Emerging Global Diseases (CTEGD) of the University of Georgia is a university-wide, interdisciplinary center established in 1998 to foster research, education and service related to tropical and emerging global infectious diseases. ", "rorId": null, "location": { "countryCode": "US", @@ -8734,7 +9650,11 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:16:14.019+0000", @@ -8763,11 +9683,11 @@ "sampleId": "Tb927.8.620", "resourceHomeUrl": "http://tritrypdb.org/tritrypdb/", "institution": { - "id": 482, - "name": "Wellcome Trust Sanger Institute, Hinxton", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", - "rorId": null, + "id": 210, + "name": "Wellcome Trust Sanger Institute", + "homeUrl": "https://www.sanger.ac.uk/", + "description": "We tackle some of the most difficult challenges in genomic research. This demands science at scale; a visionary and creative approach to research that pushes the boundaries of our understanding in ever new and exciting ways.", + "rorId": "https://ror.org/05cy4wa09", "location": { "countryCode": "GB", "countryName": "United Kingdom" @@ -8778,7 +9698,11 @@ "countryName": "United Kingdom" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:16:14.213+0000", @@ -8822,7 +9746,11 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:16:14.437+0000", @@ -8866,7 +9794,11 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:16:14.695+0000", @@ -8897,8 +9829,8 @@ "institution": { "id": 491, "name": "Canadian Centre for DNA Barcoding, Biodiversity Institute of Ontario", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", + "homeUrl": "https://ccdb.ca/", + "description": "The Canadian Centre for DNA Barcoding remains open and fully operational. We are closely following University directives and are adhering to both provincial and University guidelines with respect to physical distancing and remote working operations. While we don\u2019t anticipate a delay in service and reporting of results, there may be a delay in us receiving samples which could impact service and turnaround time. We appreciate your patience during this time and look forward to serving you. Should any change in service occur in response to this rapidly evolving situation, an announcement will be made via our website.", "rorId": null, "location": { "countryCode": "CA", @@ -8910,7 +9842,11 @@ "countryName": "Canada" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:16:14.938+0000", @@ -8954,7 +9890,11 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null }, { "id": 495, @@ -8982,7 +9922,11 @@ "countryName": "United Kingdom" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null }, { "id": 496, @@ -8997,8 +9941,8 @@ "institution": { "id": 121, "name": "DNA Data Bank of Japan, Mishima, Shizuoka", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", + "homeUrl": "https://www.ddbj.nig.ac.jp/index-e.html", + "description": "DDBJ Center collects nucleotide sequence data as a member of INSDC(International Nucleotide Sequence Database Collaboration) and provides freely available nucleotide sequence data and supercomputer system, to support research\u3000activities in life science.", "rorId": null, "location": { "countryCode": "JP", @@ -9010,7 +9954,11 @@ "countryName": "Japan" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:16:15.166+0000", @@ -9054,7 +10002,11 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:16:15.607+0000", @@ -9098,7 +10050,11 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null }, { "id": 502, @@ -9126,7 +10082,11 @@ "countryName": "Switzerland" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:16:15.831+0000", @@ -9170,7 +10130,11 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:16:16.225+0000", @@ -9201,8 +10165,8 @@ "institution": { "id": 506, "name": "Miller School of Medicine, University of Miami", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", + "homeUrl": "https://med.miami.edu/", + "description": "The University of Miami Leonard M. Miller School of Medicine was established in 1952 as Florida\u2019s first medical school, with just four faculty members and 28 medical students in its inaugural class. Since then, the Miller School has grown to become an internationally recognized institution with more than 1,700 faculty members, 48 centers and institutes, 29 clinical and basic science departments, and an average annual class cohort of more than 200 students.", "rorId": null, "location": { "countryCode": "US", @@ -9214,7 +10178,11 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:16:16.429+0000", @@ -9258,7 +10226,11 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:16:45.049+0000", @@ -9289,9 +10261,9 @@ "institution": { "id": 509, "name": "Max Planck Institute of Molecular Plant Physiology, Berlin", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", - "rorId": null, + "homeUrl": "http://www.molgen.mpg.de/2168/en", + "description": "Research at the Max Planck Institute for Molecular Genetics (MPIMG) concentrates on understanding function and regulation of the genome in important processes of embryonic development, tissue differentiation, organ formation, and etiology of disease. The focus is on the human genome. The scientists work with automated methods and high-throughput technologies for a systematic analysis of genes and genomes and use a number of different models. The analysis and interpretation of the results is done using computational methods, the close connection of experimental and computational methods is one of the main features of many departments and groups at the MPIMG.", + "rorId": "https://ror.org/03ate3e03", "location": { "countryCode": "DE", "countryName": "Germany" @@ -9302,7 +10274,11 @@ "countryName": "Germany" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:16:16.652+0000", @@ -9346,7 +10322,11 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:16:16.885+0000", @@ -9377,8 +10357,8 @@ "institution": { "id": 515, "name": "National Germplasm Resources Laboratory, Beltsville, Maryland", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", + "homeUrl": "https://www.ars.usda.gov/northeast-area/beltsville-md-barc/beltsville-agricultural-research-center/national-germplasm-resources-laboratory/", + "description": "The Agricultural Research Service (ARS) is the U.S. Department of Agriculture's chief scientific in-house research agency. Our job is finding solutions to agricultural problems that affect Americans every day from field to table. Here are a few numbers to illustrate the scope of our organization: 660 research projects within 15 National Programs; 2,000 scientists and post-docs; 6,000 other employees; 90+ research locations, including overseas laboratories; $1.7 billion fiscal year budget.", "rorId": null, "location": { "countryCode": "US", @@ -9390,7 +10370,11 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:16:17.150+0000", @@ -9434,7 +10418,11 @@ "countryName": "Japan" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:16:17.382+0000", @@ -9478,7 +10466,11 @@ "countryName": "Japan" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:16:17.622+0000", @@ -9522,7 +10514,11 @@ "countryName": "Japan" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:16:17.817+0000", @@ -9553,8 +10549,8 @@ "institution": { "id": 525, "name": "The Forsyth Institute, Boston", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", + "homeUrl": "https://www.forsyth.org/", + "description": "The Forsyth Institute's mission is to improve oral and overall health through a combination of innovative research and community outreach by accelerating the delivery of wellness solutions locally and globally.", "rorId": null, "location": { "countryCode": "US", @@ -9566,7 +10562,11 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:16:18.019+0000", @@ -9597,8 +10597,8 @@ "institution": { "id": 525, "name": "The Forsyth Institute, Boston", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", + "homeUrl": "https://www.forsyth.org/", + "description": "The Forsyth Institute's mission is to improve oral and overall health through a combination of innovative research and community outreach by accelerating the delivery of wellness solutions locally and globally.", "rorId": null, "location": { "countryCode": "US", @@ -9610,7 +10610,11 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:16:18.268+0000", @@ -9641,9 +10645,9 @@ "institution": { "id": 530, "name": "Southwestern Medical Center, University of Texas, Dallas", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", - "rorId": null, + "homeUrl": "https://www.utsouthwestern.edu/", + "description": "UT Southwestern, one of the premier academic medical centers in the nation, integrates pioneering biomedical research with exceptional clinical care and education. The institution\u2019s faculty includes many distinguished members, including six who have been awarded Nobel Prizes since 1985. The faculty of more than 2,800 is responsible for groundbreaking medical advances and is committed to translating science-driven research quickly to new clinical treatments. UT Southwestern physicians provide medical care in about 80 specialties to more than 105,000 hospitalized patients, nearly 370,000 emergency room cases, and oversee approximately 3 million outpatient visits a year.", + "rorId": "https://ror.org/05byvp690", "location": { "countryCode": "US", "countryName": "United States" @@ -9654,7 +10658,11 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:16:18.461+0000", @@ -9685,9 +10693,9 @@ "institution": { "id": 533, "name": "Laboratoire de Microbiologie et G\u00e9n\u00e9tique Mol\u00e9culaires, CNRS, Toulouse", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", - "rorId": null, + "homeUrl": "https://lmgm.cbi-toulouse.fr/en/home/", + "description": "The Laboratoire de Microbiologie et Genetique Moleculaires (LMGM) is part of the Center for Integrative Biology in Toulouse (CBI Toulouse). We study the organization, evolution and expression of the genomes of bacteria. ", + "rorId": "https://ror.org/04rrj3a80", "location": { "countryCode": "FR", "countryName": "France" @@ -9698,7 +10706,11 @@ "countryName": "France" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:16:18.690+0000", @@ -9729,9 +10741,9 @@ "institution": { "id": 536, "name": "RIKEN BioResource Center, Ibaraki", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", - "rorId": null, + "homeUrl": "https://web.brc.riken.jp/en/", + "description": "RIKEN BRC, as one of the world leading scientific infrastructures, contributes to advancement of life science and human welfare in the 21st century.", + "rorId": "https://ror.org/00s05em53", "location": { "countryCode": "JP", "countryName": "Japan" @@ -9742,7 +10754,11 @@ "countryName": "Japan" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:16:18.921+0000", @@ -9771,11 +10787,11 @@ "sampleId": "648028003", "resourceHomeUrl": "http://img.jgi.doe.gov/", "institution": { - "id": 539, - "name": "Lawrence Berkeley National Laboratory, Berkeley", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", - "rorId": null, + "id": 2755, + "name": "Lawrence Berkeley National Laboratory", + "homeUrl": "http://www.lbl.gov/", + "description": "Lawrence Berkeley National Laboratory is advancing the scope of human knowledge & seeking science solutions to the greatest problems facing humankind.", + "rorId": "https://ror.org/02jbv0t02", "location": { "countryCode": "US", "countryName": "United States" @@ -9786,7 +10802,11 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:16:19.173+0000", @@ -9815,11 +10835,11 @@ "sampleId": "638309541", "resourceHomeUrl": "http://img.jgi.doe.gov/", "institution": { - "id": 539, - "name": "Lawrence Berkeley National Laboratory, Berkeley", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", - "rorId": null, + "id": 2755, + "name": "Lawrence Berkeley National Laboratory", + "homeUrl": "http://www.lbl.gov/", + "description": "Lawrence Berkeley National Laboratory is advancing the scope of human knowledge & seeking science solutions to the greatest problems facing humankind.", + "rorId": "https://ror.org/02jbv0t02", "location": { "countryCode": "US", "countryName": "United States" @@ -9830,7 +10850,11 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:16:19.420+0000", @@ -9861,8 +10885,8 @@ "institution": { "id": 544, "name": "Division of Plant Sciences, Missouri", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", + "homeUrl": "https://pst.missouri.edu/", + "description": "The world-class researchers in the Division of Plant Science & Technology continue to excel in cutting-edge research. One of the main goals of the research and scholarly activity in the Division is to identify solutions to real-life problems that threaten the agronomic productivity in Missouri, the U.S., and the world.", "rorId": null, "location": { "countryCode": "US", @@ -9874,7 +10898,11 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:16:19.610+0000", @@ -9905,9 +10933,9 @@ "institution": { "id": 547, "name": "CBS-KNAW Fungal Biodiversity Centre, Utrecht", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", - "rorId": null, + "homeUrl": "https://wi.knaw.nl/", + "description": "The Westerdijk Fungal Biodiversity Institute performs highly innovative mycological research that contributes to the discovery and understanding of fungi and its biodiversity and potential solutions to societal challenges. The Westerdijk Institute has an encompassing and high quality collection of living fungi and related meta data that is highly utilized by public and private parties.\nThe main focus of the Westerdijk Fungal Biodiversity Institute is and will continue to be to explore, study and preserve our fungal collection. We recognize the enormous potential of fungi in the application of solving the world\u2019s biggest challenges. We therefore enhance our partnering with the scientific community, both in the academic, medical, agricultural and industrial field for fundamental and applied research. We also built a new wing to our institute, dedicated to novel product discovery. ", + "rorId": "https://ror.org/030a5r161", "location": { "countryCode": "NL", "countryName": "Netherlands" @@ -9918,7 +10946,11 @@ "countryName": "Netherlands" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:16:19.843+0000", @@ -9949,9 +10981,9 @@ "institution": { "id": 550, "name": "National Institute of Technology Evaluation, Tokyo", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", - "rorId": null, + "homeUrl": "http://www.nite.go.jp/", + "description": "Our aim is to provide reliable technologies and information that underpin public safety and help overcome the challenges of the future.", + "rorId": "https://ror.org/044jdke57", "location": { "countryCode": "JP", "countryName": "Japan" @@ -9962,7 +10994,11 @@ "countryName": "Japan" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:16:20.103+0000", @@ -9993,9 +11029,9 @@ "institution": { "id": 553, "name": "Simon Fraser University, British Columbia", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", - "rorId": null, + "homeUrl": "http://www.sfu.ca/", + "description": "Consistently ranked among Canada\u2019s top research-intensive universities, SFU is world leader in research, knowledge development, sustainability.", + "rorId": "https://ror.org/0213rcc28", "location": { "countryCode": "CA", "countryName": "Canada" @@ -10006,7 +11042,11 @@ "countryName": "Canada" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:16:20.362+0000", @@ -10035,11 +11075,11 @@ "sampleId": "78073", "resourceHomeUrl": "http://www.gramene.org/", "institution": { - "id": 556, - "name": "Cold Spring Harbor Laboratory, New York", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", - "rorId": null, + "id": 131, + "name": "Cold Spring Harbor Laboratory", + "homeUrl": "https://www.cshl.edu/", + "description": "Founded in 1890, Cold Spring Harbor Laboratory has shaped contemporary biomedical research and education with programs in cancer, neuroscience, plant biology and quantitative biology. Home to eight Nobel Prize winners, the private, not-for-profit Laboratory employs 1,000 people including 600 scientists, students and technicians. The Meetings & Courses Program hosts more than 12,000 scientists from around the world each year on its campuses in Long Island and in Suzhou, China. The Laboratory\u2019s education arm also includes an academic publishing house, a graduate school and programs for middle, high school, and undergraduate students and teachers.", + "rorId": "https://ror.org/02qz8b764", "location": { "countryCode": "US", "countryName": "United States" @@ -10050,7 +11090,11 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:16:20.589+0000", @@ -10079,11 +11123,11 @@ "sampleId": "GR:0080039", "resourceHomeUrl": "http://www.gramene.org/", "institution": { - "id": 556, - "name": "Cold Spring Harbor Laboratory, New York", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", - "rorId": null, + "id": 131, + "name": "Cold Spring Harbor Laboratory", + "homeUrl": "https://www.cshl.edu/", + "description": "Founded in 1890, Cold Spring Harbor Laboratory has shaped contemporary biomedical research and education with programs in cancer, neuroscience, plant biology and quantitative biology. Home to eight Nobel Prize winners, the private, not-for-profit Laboratory employs 1,000 people including 600 scientists, students and technicians. The Meetings & Courses Program hosts more than 12,000 scientists from around the world each year on its campuses in Long Island and in Suzhou, China. The Laboratory\u2019s education arm also includes an academic publishing house, a graduate school and programs for middle, high school, and undergraduate students and teachers.", + "rorId": "https://ror.org/02qz8b764", "location": { "countryCode": "US", "countryName": "United States" @@ -10094,7 +11138,11 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:16:20.812+0000", @@ -10123,11 +11171,11 @@ "sampleId": "GR_tax:013681", "resourceHomeUrl": "http://www.gramene.org/", "institution": { - "id": 556, - "name": "Cold Spring Harbor Laboratory, New York", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", - "rorId": null, + "id": 131, + "name": "Cold Spring Harbor Laboratory", + "homeUrl": "https://www.cshl.edu/", + "description": "Founded in 1890, Cold Spring Harbor Laboratory has shaped contemporary biomedical research and education with programs in cancer, neuroscience, plant biology and quantitative biology. Home to eight Nobel Prize winners, the private, not-for-profit Laboratory employs 1,000 people including 600 scientists, students and technicians. The Meetings & Courses Program hosts more than 12,000 scientists from around the world each year on its campuses in Long Island and in Suzhou, China. The Laboratory\u2019s education arm also includes an academic publishing house, a graduate school and programs for middle, high school, and undergraduate students and teachers.", + "rorId": "https://ror.org/02qz8b764", "location": { "countryCode": "US", "countryName": "United States" @@ -10138,7 +11186,11 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:16:21.008+0000", @@ -10167,11 +11219,11 @@ "sampleId": "CQG5", "resourceHomeUrl": "http://www.gramene.org/", "institution": { - "id": 556, - "name": "Cold Spring Harbor Laboratory, New York", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", - "rorId": null, + "id": 131, + "name": "Cold Spring Harbor Laboratory", + "homeUrl": "https://www.cshl.edu/", + "description": "Founded in 1890, Cold Spring Harbor Laboratory has shaped contemporary biomedical research and education with programs in cancer, neuroscience, plant biology and quantitative biology. Home to eight Nobel Prize winners, the private, not-for-profit Laboratory employs 1,000 people including 600 scientists, students and technicians. The Meetings & Courses Program hosts more than 12,000 scientists from around the world each year on its campuses in Long Island and in Suzhou, China. The Laboratory\u2019s education arm also includes an academic publishing house, a graduate school and programs for middle, high school, and undergraduate students and teachers.", + "rorId": "https://ror.org/02qz8b764", "location": { "countryCode": "US", "countryName": "United States" @@ -10182,7 +11234,11 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:16:21.219+0000", @@ -10213,8 +11269,8 @@ "institution": { "id": 565, "name": "Boyce Thompson Institute for Plant Research, New York", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", + "homeUrl": "https://btiscience.org/", + "description": "Boyce Thompson Institute is a premier life sciences research institution located in Ithaca, New York on the Cornell University campus. BTI scientists conduct investigations into fundamental plant and life sciences research with the goals of increasing food security, improving environmental sustainability in agriculture, and making basic discoveries that will enhance human health.", "rorId": null, "location": { "countryCode": "US", @@ -10226,7 +11282,11 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:16:21.425+0000", @@ -10255,10 +11315,10 @@ "sampleId": "1046", "resourceHomeUrl": "http://bioportal.bioontology.org/", "institution": { - "id": 571, - "name": "National Center for Biomedical Ontology, Stanford University", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", + "id": 5, + "name": "National Center for Biomedical Ontology, Stanford", + "homeUrl": "https://ncbo.bioontology.org/", + "description": "The goal of the National Center for Biomedical Ontology is to support biomedical researchers in their knowledge-intensive work, by providing online tools and a Web portal enabling them to access, review, and integrate disparate ontological resources in all aspects of biomedical investigation and clinical practice. A major focus of our work involves the use of biomedical ontologies to aid in the management and analysis of data derived from complex experiments.", "rorId": null, "location": { "countryCode": "US", @@ -10270,7 +11330,11 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:16:21.882+0000", @@ -10314,7 +11378,11 @@ "countryName": "United Kingdom" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:16:22.127+0000", @@ -10345,8 +11413,8 @@ "institution": { "id": 5, "name": "National Center for Biomedical Ontology, Stanford", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", + "homeUrl": "https://ncbo.bioontology.org/", + "description": "The goal of the National Center for Biomedical Ontology is to support biomedical researchers in their knowledge-intensive work, by providing online tools and a Web portal enabling them to access, review, and integrate disparate ontological resources in all aspects of biomedical investigation and clinical practice. A major focus of our work involves the use of biomedical ontologies to aid in the management and analysis of data derived from complex experiments.", "rorId": null, "location": { "countryCode": "US", @@ -10358,7 +11426,11 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null }, { "id": 577, @@ -10386,7 +11458,11 @@ "countryName": "United Kingdom" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:16:22.318+0000", @@ -10430,7 +11506,11 @@ "countryName": "Italy" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:16:22.644+0000", @@ -10461,8 +11541,8 @@ "institution": { "id": 582, "name": "Institute for Molecular Bioscience, The University of Queensland, Brisbane", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", + "homeUrl": "https://imb.uq.edu.au", + "description": "Every cure starts with a scientific discovery by someone who imagined a better future. At the\nInstitute for Molecular Bioscience our goal is to create a better future by making breakthrough\ndiscoveries to improve health and wellbeing.", "rorId": null, "location": { "countryCode": "AU", @@ -10474,7 +11554,11 @@ "countryName": "Australia" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:16:22.902+0000", @@ -10518,7 +11602,11 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:16:23.132+0000", @@ -10562,7 +11650,11 @@ "countryName": "France" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:16:23.358+0000", @@ -10606,7 +11698,11 @@ "countryName": "United Kingdom" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:16:23.594+0000", @@ -10637,9 +11733,9 @@ "institution": { "id": 593, "name": "Macquarie University, Sydney", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", - "rorId": null, + "homeUrl": "http://mq.edu.au/", + "description": "Macquarie University is recognised globally for its pre-eminence in key research disciplines, as well as producing graduates who are among the most sought-after professionals in the world.", + "rorId": "https://ror.org/01sf06y89", "location": { "countryCode": "AU", "countryName": "Australia" @@ -10650,7 +11746,11 @@ "countryName": "Australia" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:16:23.782+0000", @@ -10694,7 +11794,11 @@ "countryName": "Spain" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:16:24.045+0000", @@ -10725,8 +11829,8 @@ "institution": { "id": 602, "name": "Department of Biology (Area 10), University of York, York", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", + "homeUrl": "https://www.york.ac.uk/biology/", + "description": "he Department of Biology at York accepted its first undergraduates in 1965 and moved to its present site in 1968. Over the years it has grown enormously, both in terms of people and infrastructure. As of 2020, we are over 1000 students and more than 300 staff, including around 70 academic staff. We have received considerable investment in infrastructure and facilities to support excellence in Research and Teaching. This includes our innovative Bioscience Technology Facility and the Centre for Novel Agricultural Products (CNAP). The Queen\u2019s Award-winning York Structural Biology Laboratory (YSBL) is part of the Department of Chemistry but located on the Biology site.", "rorId": null, "location": { "countryCode": "GB", @@ -10738,7 +11842,11 @@ "countryName": "United Kingdom" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:16:24.496+0000", @@ -10769,9 +11877,9 @@ "institution": { "id": 1769, "name": "University of Padua", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", - "rorId": null, + "homeUrl": "https://www.unipd.it/en/", + "description": "he University of Padua is one of Europe\u2019s oldest and most prestigious seats of learning. As a multi-disciplinary institute of higher education, the University aims to provide its students with professional training and a solid cultural background. The qualification received from the University of Padua act as a symbol of the ambitious objectives respected and coveted by both students and employers alike.", + "rorId": "https://ror.org/00240q980", "location": { "countryCode": "IT", "countryName": "Italy" @@ -10782,7 +11890,11 @@ "countryName": "Italy" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:16:24.278+0000", @@ -10811,11 +11923,11 @@ "sampleId": "veNOG12876", "resourceHomeUrl": "http://eggnog.embl.de/version_3.0/", "institution": { - "id": 605, - "name": "European Molecular Biology Laboratory, Heidelberg", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", - "rorId": null, + "id": 375, + "name": "EMBL, Heidelberg", + "homeUrl": "http://embl.org/", + "description": "With 28 member states, EMBL has more than 110 independent research groups and service teams covering the spectrum of molecular biology at six sites in Barcelona, Grenoble, Hamburg, Heidelberg, EMBL-EBI Hinxton, and Rome.", + "rorId": "https://ror.org/03mstc592", "location": { "countryCode": "DE", "countryName": "Germany" @@ -10826,7 +11938,11 @@ "countryName": "Germany" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:16:24.719+0000", @@ -10870,7 +11986,11 @@ "countryName": "United Kingdom" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:16:24.944+0000", @@ -10914,7 +12034,11 @@ "countryName": "United Kingdom" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:16:25.183+0000", @@ -10958,7 +12082,11 @@ "countryName": "United Kingdom" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:16:25.396+0000", @@ -11002,7 +12130,11 @@ "countryName": "United Kingdom" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:16:25.597+0000", @@ -11046,7 +12178,11 @@ "countryName": "United Kingdom" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:16:25.804+0000", @@ -11077,9 +12213,9 @@ "institution": { "id": 618, "name": "Institut de Biologie et Chimie des Prot\u00e9ines, CNRS, University of Lyon , Lyon-Gerland", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", - "rorId": null, + "homeUrl": "https://www.ibcp.fr/?lang=en", + "description": "Cette unit\u00e9 comprend 10 \u00e9quipes (90 personnes) et m\u00e8ne une activit\u00e9 de recherche sur les m\u00e9canismes mol\u00e9culaires des processus infectieux \u00e0 l\u2019origine de pathologies humaines graves avec des approches de biochimie, biologie structurale (RMN et cristallographie aux rayons X), microbiologie et bioinformatique.", + "rorId": "https://ror.org/0019x5d05", "location": { "countryCode": "FR", "countryName": "France" @@ -11090,7 +12226,11 @@ "countryName": "France" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:16:26.018+0000", @@ -11121,8 +12261,8 @@ "institution": { "id": 621, "name": "Paris Descartes University, Paris", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", + "homeUrl": "https://u-paris.fr/en/", + "description": "Paris Descartes University (French: Universit\u00e9 Paris 5 Ren\u00e9 Descartes), also known as Paris V, was a French public university located in Paris. It was one of the inheritors of the historic University of Paris, which was split into 13 universities in 1970. Paris Descartes completely merged with Paris Diderot University in 2019 to form a new Paris Cit\u00e9 University. ", "rorId": null, "location": { "countryCode": "FR", @@ -11134,7 +12274,11 @@ "countryName": "France" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:16:26.301+0000", @@ -11165,9 +12309,9 @@ "institution": { "id": 624, "name": "Institute of Structural and Molecular Biology, University College London", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", - "rorId": null, + "homeUrl": "http://www.ismb.lon.ac.uk/", + "description": "The ISMB thrives on scientific excellence and research integrity within a supportive culture of inclusion and diversity. The institute coordinates UCL's and Birkbeck's strategy in our fields of scientific enquiry. The ISMB was founded in 2003 to promote multi-disciplinary research at the interface of structural-, computational- and chemical biology at UCL and Birkbeck. Since then, we have become one of the internationally premier institutions in multidisciplinary life sciences. Scientists at UCL and Birkbeck work hand-in-hand to deliver our mission, to push the frontiers of science and to communicate our discoveries in research-led teaching. Our research portfolio encompasses several foci, including (i) gene expression & RNA biology, (ii) protein folding, membranes & trafficking, (iii) microbiology & synthetic biology, (iv) metabolism, cancer & biological chemistry and (v) evolution, AI & deep learning. Our activities are supported by our host institutions and generous support from the Research Councils UK as well as key global charities including the Wellcome Trust. We are fortunate to harbour sophisticated high-end instrumentation including cryogenic electron microscopy and electron tomography, nuclear magnetic resonance, mass spectrometry, and single-molecule biophysics that play a pivotal role in enableing our aims and objectives.", + "rorId": "https://ror.org/05wsetc54", "location": { "countryCode": "GB", "countryName": "United Kingdom" @@ -11178,7 +12322,11 @@ "countryName": "United Kingdom" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:16:26.635+0000", @@ -11209,9 +12357,9 @@ "institution": { "id": 624, "name": "Institute of Structural and Molecular Biology, University College London", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", - "rorId": null, + "homeUrl": "http://www.ismb.lon.ac.uk/", + "description": "The ISMB thrives on scientific excellence and research integrity within a supportive culture of inclusion and diversity. The institute coordinates UCL's and Birkbeck's strategy in our fields of scientific enquiry. The ISMB was founded in 2003 to promote multi-disciplinary research at the interface of structural-, computational- and chemical biology at UCL and Birkbeck. Since then, we have become one of the internationally premier institutions in multidisciplinary life sciences. Scientists at UCL and Birkbeck work hand-in-hand to deliver our mission, to push the frontiers of science and to communicate our discoveries in research-led teaching. Our research portfolio encompasses several foci, including (i) gene expression & RNA biology, (ii) protein folding, membranes & trafficking, (iii) microbiology & synthetic biology, (iv) metabolism, cancer & biological chemistry and (v) evolution, AI & deep learning. Our activities are supported by our host institutions and generous support from the Research Councils UK as well as key global charities including the Wellcome Trust. We are fortunate to harbour sophisticated high-end instrumentation including cryogenic electron microscopy and electron tomography, nuclear magnetic resonance, mass spectrometry, and single-molecule biophysics that play a pivotal role in enableing our aims and objectives.", + "rorId": "https://ror.org/05wsetc54", "location": { "countryCode": "GB", "countryName": "United Kingdom" @@ -11222,7 +12370,11 @@ "countryName": "United Kingdom" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:16:26.899+0000", @@ -11253,8 +12405,8 @@ "institution": { "id": 629, "name": "Unit\u00e9 de Recherche en G\u00e9nomique V\u00e9g\u00e9tale, Evry", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", + "homeUrl": "https://www.bionity.com/en/research-institutes/56116/unite-de-recherche-en-genomique-vegetale-urgv.html", + "description": "The URGV, located on the Evry Genopole site 30 km south from Paris, is a recently established unit specialising in Plant Genomics supported by INRA, CNRS and Evry University. The URGV occupies 1000 square metres of laboratories in the same buildings as the Centre National de S\u00e9quen\u00e7age (CNS) and the Centre National de G\u00e9notypage (CNG). The URGV is fully equipped for high-throughput projects (robots, microarray facilities, etc.) and has close contact with the CNS and the CNG for large-scale sequencing and genotyping projects. The major goal of the URGV is to develop and apply modern genomics approaches to the study of plants. ", "rorId": null, "location": { "countryCode": "FR", @@ -11266,7 +12418,11 @@ "countryName": "France" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:16:27.145+0000", @@ -11296,10 +12452,10 @@ "resourceHomeUrl": "http://www.gpcrdb.org/", "institution": { "id": 632, - "name": "Radboud University Nijmegen Medical Centre, Nijmegen,", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", - "rorId": null, + "name": "Radboud University Nijmegen Medical Centre, Nijmegen", + "homeUrl": "https://www.radboudumc.nl/EN/Pages/default.aspx", + "description": "Radboud university medical center specializes in patient care, scientific research, teaching and training. Our mission is to have a significant impact on health care. We aim to be pioneers in shaping the health care of the future. We do this in a person-centered and innovative way.", + "rorId": "https://ror.org/05wg1m734", "location": { "countryCode": "NL", "countryName": "Netherlands" @@ -11310,7 +12466,11 @@ "countryName": "Netherlands" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:16:27.419+0000", @@ -11341,9 +12501,9 @@ "institution": { "id": 635, "name": "Laboratoire de Biom\u00e9trie et Biologie Evolutive, CNRS, Lyon", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", - "rorId": null, + "homeUrl": "https://lbbe.univ-lyon1.fr/?lang=en", + "description": "Today, the LBBE is based on three pillars: (i) biometry with methodological developments in statistics, computer science and mathematics for the modelling of living systems; (ii) ecology and evolution approached from molecular and genomic to population and community organization levels; (iii) health, by developing precision medicine and evidence-based medicine The specificity of the laboratory stems from the synergy between methodological challenges and issues in ecology, evolution and health, in order to develop a project on health, dynamics and evolution of living organisms at all scales. In order to successfully orchestrate this research activity, the LBBE is organized into four scientific departments, each composed of multiple research teams (Functional Chart).", + "rorId": "https://ror.org/03skt0t88", "location": { "countryCode": "FR", "countryName": "France" @@ -11354,7 +12514,11 @@ "countryName": "France" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:16:27.678+0000", @@ -11398,7 +12562,11 @@ "countryName": "United Kingdom" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:16:27.950+0000", @@ -11429,8 +12597,8 @@ "institution": { "id": 640, "name": "Protein Design Group, European Molecular Biology Laboratory, Heidelberg", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", + "homeUrl": "www.embl.org/", + "description": "With 28 member states, laboratories at six locations across Europe and thousands of scientists and engineers working together, the European Molecular Biology Laboratory is a powerhouse of biological expertise. The intergovernmental organisation, headquartered in Heidelberg, was founded in 1974 with the mission of promoting molecular biology research in Europe, training young scientists, and developing new technologies.", "rorId": null, "location": { "countryCode": "DE", @@ -11442,7 +12610,11 @@ "countryName": "Germany" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null }, { "id": 643, @@ -11457,8 +12629,8 @@ "institution": { "id": 642, "name": "Nijmegen Centre for Molecular Life Sciences, CMBI, Nijmegen", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", + "homeUrl": "https://www.radboudumc.nl/en/research/departments/center-for-molecular-and-biomolecular-informatics", + "description": " The Center for Molecular and Biomolecular Informatics (CMBI) does research and education, and provides services in bioinformatics and cheminformatics. ", "rorId": null, "location": { "countryCode": "NL", @@ -11470,7 +12642,11 @@ "countryName": "Netherlands" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:16:28.184+0000", @@ -11501,8 +12677,8 @@ "institution": { "id": 645, "name": "Global Health Institute, Lausanne", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", + "homeUrl": "https://www.epfl.ch/schools/sv/ghi/", + "description": "Researchers at the Global Health Institute develop and apply new technologies to investigate human health and infectious diseases spanning from basic to translational sciences.", "rorId": null, "location": { "countryCode": "CH", @@ -11514,7 +12690,11 @@ "countryName": "Switzerland" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:16:28.639+0000", @@ -11545,8 +12725,8 @@ "institution": { "id": 645, "name": "Global Health Institute, Lausanne", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", + "homeUrl": "https://www.epfl.ch/schools/sv/ghi/", + "description": "Researchers at the Global Health Institute develop and apply new technologies to investigate human health and infectious diseases spanning from basic to translational sciences.", "rorId": null, "location": { "countryCode": "CH", @@ -11558,7 +12738,11 @@ "countryName": "Switzerland" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:16:28.887+0000", @@ -11589,8 +12773,8 @@ "institution": { "id": 645, "name": "Global Health Institute, Lausanne", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", + "homeUrl": "https://www.epfl.ch/schools/sv/ghi/", + "description": "Researchers at the Global Health Institute develop and apply new technologies to investigate human health and infectious diseases spanning from basic to translational sciences.", "rorId": null, "location": { "countryCode": "CH", @@ -11602,7 +12786,11 @@ "countryName": "Switzerland" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:16:29.087+0000", @@ -11633,8 +12821,8 @@ "institution": { "id": 645, "name": "Global Health Institute, Lausanne", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", + "homeUrl": "https://www.epfl.ch/schools/sv/ghi/", + "description": "Researchers at the Global Health Institute develop and apply new technologies to investigate human health and infectious diseases spanning from basic to translational sciences.", "rorId": null, "location": { "countryCode": "CH", @@ -11646,7 +12834,11 @@ "countryName": "Switzerland" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:16:29.310+0000", @@ -11677,9 +12869,9 @@ "institution": { "id": 654, "name": "Inserm, H\u00f4pital Broussais, Paris", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", - "rorId": null, + "homeUrl": "https://www.inserm.fr/en/home/", + "description": "Founded in 1964, Inserm is a public scientific and technological institute which operates under the joint authority of the French Ministries of Health and Research. The institute is dedicated to biomedical research and human health, and is involved in the entire range of activities from the laboratory to the patient\u2019s bedside. It also partners with the most prestigious research institutions in the world that are committed to scientific challenges and progress in these fields.", + "rorId": "https://ror.org/02vjkv261", "location": { "countryCode": "FR", "countryName": "France" @@ -11690,7 +12882,11 @@ "countryName": "France" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null }, { "id": 656, @@ -11718,7 +12914,11 @@ "countryName": "France" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:16:29.544+0000", @@ -11749,8 +12949,8 @@ "institution": { "id": 658, "name": "Department of Genetic Medicine and Development, Swiss Institute of Bioinformatics, Geneva", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", + "homeUrl": "https://www.sib.swiss", + "description": "The SIB Swiss Institute of Bioinformatics is an internationally recognized non-profit organization dedicated to biological and biomedical data science. It is present in the main academic institutions of Switzerland and leads numerous national and international projects with a major impact on life science research and health. ", "rorId": null, "location": { "countryCode": "CH", @@ -11762,7 +12962,11 @@ "countryName": "Switzerland" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:16:29.860+0000", @@ -11793,8 +12997,8 @@ "institution": { "id": 661, "name": "Department of Plant Biology, University of Geneva, Geneva", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", + "homeUrl": "https://biveg.unige.ch/", + "description": "Department of Plant Biology of the University of Geneva", "rorId": null, "location": { "countryCode": "CH", @@ -11806,7 +13010,11 @@ "countryName": "Switzerland" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:16:30.097+0000", @@ -11850,7 +13058,11 @@ "countryName": "Spain" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:16:30.326+0000", @@ -11894,7 +13106,11 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:16:30.547+0000", @@ -11938,7 +13154,11 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:16:30.793+0000", @@ -11982,7 +13202,11 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:16:31.086+0000", @@ -12013,8 +13237,8 @@ "institution": { "id": 674, "name": "Biozentrum, University of Basel, Basel", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", + "homeUrl": "https://www.biozentrum.unibas.ch/", + "description": "The primary focus of this interdisciplinary institute is basic molecular and biomedical research and teaching. The Biozentrum holds a leading position nationally and internationally and closely networks with partners from the academic world and industry.", "rorId": null, "location": { "countryCode": "CH", @@ -12026,7 +13250,11 @@ "countryName": "Switzerland" }, "deprecated": true, - "deprecationDate": "2020-03-03T06:27:49.602+0000" + "deprecationDate": "2020-03-03T06:27:49.602+0000", + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:16:31.282+0000", @@ -12057,9 +13285,9 @@ "institution": { "id": 677, "name": "Hebrew University, Jerusalem", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", - "rorId": null, + "homeUrl": "https://en.huji.ac.il/", + "description": " The Hebrew University of Jerusalem was the first major Zionist institution established in Israel, as early as 1925. Its founders include some of the greatest scientists and intellectuals of the twentieth century: Albert Einstein, Chaim Weizmann, Haim Nahman Bialik, Martin Buber, and Sigmund Freud. Since its inception, the university's researchers have been at the forefront of global research and have won numerous prestigious awards, including eight Nobel Prizes and hundreds of Israel Prizes. Additionally, over the years, many heads of state and industry leaders have studied at the university. ", + "rorId": "https://ror.org/03qxff017", "location": { "countryCode": "IL", "countryName": "Israel" @@ -12070,7 +13298,11 @@ "countryName": "Israel" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:16:31.529+0000", @@ -12101,9 +13333,9 @@ "institution": { "id": 677, "name": "Hebrew University, Jerusalem", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", - "rorId": null, + "homeUrl": "https://en.huji.ac.il/", + "description": " The Hebrew University of Jerusalem was the first major Zionist institution established in Israel, as early as 1925. Its founders include some of the greatest scientists and intellectuals of the twentieth century: Albert Einstein, Chaim Weizmann, Haim Nahman Bialik, Martin Buber, and Sigmund Freud. Since its inception, the university's researchers have been at the forefront of global research and have won numerous prestigious awards, including eight Nobel Prizes and hundreds of Israel Prizes. Additionally, over the years, many heads of state and industry leaders have studied at the university. ", + "rorId": "https://ror.org/03qxff017", "location": { "countryCode": "IL", "countryName": "Israel" @@ -12114,7 +13346,11 @@ "countryName": "Israel" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:16:31.786+0000", @@ -12145,9 +13381,9 @@ "institution": { "id": 682, "name": "New England Biolabs, Ipswich, Massachusetts", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", - "rorId": null, + "homeUrl": "https://international.neb.com/", + "description": "Created \"by scientists for scientists\", NEB is renowned for consistently providing exceptional product quality and unsurpassed technical support. For over four decades, NEB has been shaping the landscape of bioscience research by discovering, developing and supporting superior research reagents. From our founding principles \u2013 placing the advancement of science and the stewardship of the environment as our highest priorities \u2013 to our unique corporate culture, NEB\u2019s philosophy can be distilled down to three core values: passion, humility and being genuine. ", + "rorId": "https://ror.org/04ywg3445", "location": { "countryCode": "US", "countryName": "United States" @@ -12158,7 +13394,11 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:16:32.004+0000", @@ -12189,8 +13429,8 @@ "institution": { "id": 685, "name": "Biozentrum, University of Basel and SIB Swiss Institute of Bioinformatics, Basel", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", + "homeUrl": "https://www.biozentrum.unibas.ch/", + "description": "The primary focus of this interdisciplinary institute is basic molecular and biomedical research and teaching. The Biozentrum holds a leading position nationally and internationally and closely networks with partners from the academic world and industry.", "rorId": null, "location": { "countryCode": "CH", @@ -12202,7 +13442,11 @@ "countryName": "Switzerland" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:16:32.267+0000", @@ -12246,7 +13490,11 @@ "countryName": "United Kingdom" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:16:32.515+0000", @@ -12277,8 +13525,8 @@ "institution": { "id": 264, "name": "Faculty of Life Sciences, University of Manchester", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", + "homeUrl": "http://www.manchester.ac.uk/lifesciences/", + "description": "Research laboratories are at the core of our Faculty's research.", "rorId": null, "location": { "countryCode": "GB", @@ -12290,7 +13538,11 @@ "countryName": "United Kingdom" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:16:33.415+0000", @@ -12334,7 +13586,11 @@ "countryName": "Switzerland" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:16:33.634+0000", @@ -12364,7 +13620,7 @@ "resourceHomeUrl": "https://commonchemistry.cas.org/", "institution": { "id": 702, - "name": "CAS American Chemical Society", + "name": "CAS of the American Chemical Society", "homeUrl": "https://www.cas.org", "description": "CAS is a global organization of expert scientists, technologists, and business leaders with a successful and extended history of delivering scientific information opportunities.", "rorId": null, @@ -12378,7 +13634,11 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null }, { "id": 2454, @@ -12406,7 +13666,11 @@ "countryName": "Netherlands" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:16:33.869+0000", @@ -12435,10 +13699,10 @@ "sampleId": "eco", "resourceHomeUrl": "http://www.genome.jp/kegg/catalog/org_list.html", "institution": { - "id": 705, - "name": "Kyoto University Bioinformatics Center, Kyoto", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", + "id": 15, + "name": "Kyoto University Bioinformatics Center", + "homeUrl": "https://www.bic.kyoto-u.ac.jp/", + "description": "The Bioinformatics Center aims at developing new informatics technologies for deciphering the genome, especially from the viewpoint of how life operates as a system, and promoting both basic and applied research areas in bioinformatics. The Center consists of three research laboratories, named Chemical Life Science, Mathematical Bioinformatics, and Bio-Knowledge Engineering, which focus on scientific discovery, algorithms, and data mining, respectively. ", "rorId": null, "location": { "countryCode": "JP", @@ -12450,7 +13714,11 @@ "countryName": "Japan" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:16:34.113+0000", @@ -12479,10 +13747,10 @@ "sampleId": "T30002", "resourceHomeUrl": "http://www.genome.jp/kegg/catalog/org_list3.html", "institution": { - "id": 705, - "name": "Kyoto University Bioinformatics Center, Kyoto", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", + "id": 15, + "name": "Kyoto University Bioinformatics Center", + "homeUrl": "https://www.bic.kyoto-u.ac.jp/", + "description": "The Bioinformatics Center aims at developing new informatics technologies for deciphering the genome, especially from the viewpoint of how life operates as a system, and promoting both basic and applied research areas in bioinformatics. The Center consists of three research laboratories, named Chemical Life Science, Mathematical Bioinformatics, and Bio-Knowledge Engineering, which focus on scientific discovery, algorithms, and data mining, respectively. ", "rorId": null, "location": { "countryCode": "JP", @@ -12494,7 +13762,11 @@ "countryName": "Japan" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:16:34.345+0000", @@ -12525,8 +13797,8 @@ "institution": { "id": 710, "name": "NARCIS, Royal Netherlands Academy of Science and Arts", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", + "homeUrl": "https://www.narcis.nl/", + "description": "NARCIS is the main national portal for those looking for information about researchers and their work. Besides researchers, NARCIS is also used by students, journalists and people working in educational and government institutions as well as the business sector.", "rorId": null, "location": { "countryCode": "NL", @@ -12538,7 +13810,11 @@ "countryName": "Netherlands" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:16:34.542+0000", @@ -12569,9 +13845,9 @@ "institution": { "id": 713, "name": "Japan Science and Technology Agency", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", - "rorId": null, + "homeUrl": "https://www.jst.go.jp/", + "description": "JST (Japan Science and Technology Agency) is a national research and development Agency that plays a central role in the Science, Technology and Innovation Basic Plan* and aims to promote science and technology. In order to promote science and technology and provide solutions to social issues, JST comprehensively implements diverse projects in collaboration with universities, research institutions, and industries in Japan and overseas, and makes contributions to the sustainable development of society and the creation of science, technology, and innovation.", + "rorId": "https://ror.org/00097mb19", "location": { "countryCode": "JP", "countryName": "Japan" @@ -12582,7 +13858,11 @@ "countryName": "Japan" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:16:34.772+0000", @@ -12611,11 +13891,11 @@ "sampleId": "0000208", "resourceHomeUrl": "http://rgd.mcw.edu/rgdweb/ontology/search.html", "institution": { - "id": 716, - "name": "Medical College of Wisconsin, Wisconsin", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", - "rorId": null, + "id": 176, + "name": "Medical College of Wisconsin", + "homeUrl": "http://www.mcw.edu/MCW", + "description": "We are a distinguished leader and innovator in the education and development of the next generation of physicians, scientists, pharmacists and health professionals; we discover and translate new knowledge in the biomedical and health sciences; we provide cutting-edge, collaborative patient care of the highest quality; and we improve the health of the communities we serve.", + "rorId": "https://ror.org/00qqv6244", "location": { "countryCode": "US", "countryName": "United States" @@ -12626,18 +13906,22 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null }, { "id": 718, "providerCode": "ols", "name": "Pathway Ontology through OLS", - "urlPattern": "https://www.ebi.ac.uk/ols/ontologies/pw/terms?obo_id=PW:{$id}", + "urlPattern": "https://www.ebi.ac.uk/ols4/ontologies/pw/terms?obo_id=PW:{$id}", "mirId": "MIR:00100310", "description": "Pathway Ontology through OLS", "official": false, "sampleId": "0000208", - "resourceHomeUrl": "https://www.ebi.ac.uk/ols/ontologies/pw", + "resourceHomeUrl": "https://www.ebi.ac.uk/ols4/ontologies/pw", "institution": { "id": 2, "name": "European Bioinformatics Institute", @@ -12654,7 +13938,11 @@ "countryName": "United Kingdom" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null }, { "id": 720, @@ -12667,10 +13955,10 @@ "sampleId": "0000208", "resourceHomeUrl": "http://bioportal.bioontology.org/ontologies/PW", "institution": { - "id": 719, - "name": "National Center for Biomedical Ontology, Stanford, California", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", + "id": 5, + "name": "National Center for Biomedical Ontology, Stanford", + "homeUrl": "https://ncbo.bioontology.org/", + "description": "The goal of the National Center for Biomedical Ontology is to support biomedical researchers in their knowledge-intensive work, by providing online tools and a Web portal enabling them to access, review, and integrate disparate ontological resources in all aspects of biomedical investigation and clinical practice. A major focus of our work involves the use of biomedical ontologies to aid in the management and analysis of data derived from complex experiments.", "rorId": null, "location": { "countryCode": "US", @@ -12682,7 +13970,11 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:16:35.052+0000", @@ -12704,7 +13996,7 @@ "id": 695, "providerCode": "ols", "name": "Cell Cycle Ontology through OLS", - "urlPattern": "https://www.ebi.ac.uk/ols/ontologies/cco/terms?obo_id=CCO:{$id}", + "urlPattern": "https://www.ebi.ac.uk/ols4/ontologies/cco/terms?obo_id=CCO:{$id}", "mirId": "MIR:00100294", "description": "Cell Cycle Ontology through OLS", "official": false, @@ -12726,7 +14018,11 @@ "countryName": "United Kingdom" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:16:33.213+0000", @@ -12770,7 +14066,11 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null }, { "id": 723, @@ -12798,7 +14098,11 @@ "countryName": "United Kingdom" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null }, { "id": 724, @@ -12813,8 +14117,8 @@ "institution": { "id": 121, "name": "DNA Data Bank of Japan, Mishima, Shizuoka", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", + "homeUrl": "https://www.ddbj.nig.ac.jp/index-e.html", + "description": "DDBJ Center collects nucleotide sequence data as a member of INSDC(International Nucleotide Sequence Database Collaboration) and provides freely available nucleotide sequence data and supercomputer system, to support research\u3000activities in life science.", "rorId": null, "location": { "countryCode": "JP", @@ -12826,7 +14130,11 @@ "countryName": "Japan" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:16:35.560+0000", @@ -12857,8 +14165,8 @@ "institution": { "id": 726, "name": "Department of Genetics, Washington University Medical School, St Louis, Missouri", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", + "homeUrl": "http://genetics.wustl.edu/", + "description": "Our mission is to create an exciting and collegial environment where world-class research in Genetics and Genomics is translated into improvements in human health through better understanding of the molecular underpinnings of disease. We have traditional strengths in computational biology, genome science, as well as model organism, evolutionary, and human genetics. More recently, our faculty have focused on neurological disorders, cellular bioenergetics, epigenomics, personalized medicine, and genome technology development.", "rorId": null, "location": { "countryCode": "US", @@ -12870,7 +14178,11 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:16:35.987+0000", @@ -12901,8 +14213,8 @@ "institution": { "id": 298, "name": "Department of Genetics, School of Medicine, Stanford University, Stanford, California", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", + "homeUrl": "https://med.stanford.edu/genetics.html", + "description": "A leader in the biomedical revolution, Stanford Medicine has a long tradition of leadership in pioneering research, creative teaching protocols and effective clinical therapies.", "rorId": null, "location": { "countryCode": "US", @@ -12914,7 +14226,11 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:16:36.222+0000", @@ -12945,8 +14261,8 @@ "institution": { "id": 731, "name": "Institute of Molecular Biology, Adam Mickiewicz University, Poznan", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", + "homeUrl": "https://amu.edu.pl/en/main-page/amu-directory/faculties/faculty-of-biology", + "description": "The Faculty of Biology's fundamental rule is the integrity of research, education, and knowledge popularization. Its high scientific status has been confirmed by the prestigious title of the National Scientific Leadership Center (KNOW), obtained together with the Institute of Bioorganic Chemistry, Polish Academy of Sciences, Pozna\u0144, awarded to scientific institutions conducting world-class research.", "rorId": null, "location": { "countryCode": "PL", @@ -12958,7 +14274,11 @@ "countryName": "Poland" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:16:36.416+0000", @@ -13002,7 +14322,11 @@ "countryName": "France" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:16:36.669+0000", @@ -13046,7 +14370,11 @@ "countryName": "China" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:16:36.900+0000", @@ -13075,11 +14403,11 @@ "sampleId": "virsi1909", "resourceHomeUrl": "http://crdd.osdd.net/servers/virsirnadb", "institution": { - "id": 740, - "name": "Institute of Microbial Technology, Council of Scientific and Industrial Research (CSIR), Chandigarh, India", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", - "rorId": null, + "id": 1018, + "name": "Institute of Microbial Technology, Council of Scientific and Industrial Research (CSIR), Chandigarh", + "homeUrl": "http://www.imtech.res.in/", + "description": "Established in 1984, the CSIR-Institute of Microbial Technology (IMTech) is one among the chain of 38 national laboratories, 6 units and 39 outreach centres of the Council of Scientific & Industrial Research. Set-up to be a fore-runner in the niche domain of microbial biotechnology, the Institute in its initial years functioned from a start-up laboratory that provided a truly world-class R&D ambience in an area of over 10,000 sq. ft. to its researchers. In September, 1989, upon completion of the permanent campus, the Institute shifted to occupy an area of about 47 acres, of which the labs covered 22 acres and the residential campus 25 acres. The Institute covering a built up area of about 3.60 lakh sq. ft., is spread over four main buildings, namely, Main R&D block, Fermentation block, Animal House, Workshop, Stores and Services area, several service building including a guest house and Cafeteria. Recently another block of almost 50000 sq. ft. area (the G.N. Ramachandran Protein Centre) has been added, to cater to R&D in all aspects of Protein science and engineering. The Institute provides laboratories which are functionally modular and offer large, air-conditioned, clean research areas to all the scientists.", + "rorId": "https://ror.org/055rjs771", "location": { "countryCode": "IN", "countryName": "India" @@ -13090,7 +14418,11 @@ "countryName": "India" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:16:37.163+0000", @@ -13121,8 +14453,8 @@ "institution": { "id": 743, "name": "Structural and Computational Biology, European Molecular Biology Laboratory, Heidelberg", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", + "homeUrl": "https://www.embl.org/research/units/structural-and-computational-biology/", + "description": "The unit pursues an ambitious research programme in integrated structural and computational systems biology bridging between various spatial and temporal scales.", "rorId": null, "location": { "countryCode": "DE", @@ -13134,7 +14466,11 @@ "countryName": "Germany" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:16:37.386+0000", @@ -13165,8 +14501,8 @@ "institution": { "id": 746, "name": "Key Laboratory for Neuroinformation of Ministry of Education, University of Electronic Science and Technology of China, Sichuan", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", + "homeUrl": "https://neuro.uestc.edu.cn/en/", + "description": "The overall positioning of the laboratory is to become a scientific research center, an academic exchange center and a high-level talent training base that can represent the national research level, have strong independent innovation capabilities, and can demonstrate China's status as a major country in the neuro-information intersection field.", "rorId": null, "location": { "countryCode": "CN", @@ -13178,7 +14514,11 @@ "countryName": "China" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:16:37.622+0000", @@ -13209,9 +14549,9 @@ "institution": { "id": 749, "name": "Novosibirsk State University, Novosibirsk", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", - "rorId": null, + "homeUrl": "http://www.nsu.ru/exp/index.jz?lang=en", + "description": "Novosibirsk State University is located in the world-famous scientific center \u2013 Akademgorodok. 80% of NSU faculty members are scientists from the Siberian Branch of the Russian Academy of Sciences. That means education is closely connected to world-class scientific achievements. ", + "rorId": "https://ror.org/04t2ss102", "location": { "countryCode": "RU", "countryName": "Russian Federation" @@ -13222,7 +14562,11 @@ "countryName": "Russian Federation" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:16:37.867+0000", @@ -13266,7 +14610,11 @@ "countryName": "France" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:16:38.105+0000", @@ -13297,8 +14645,8 @@ "institution": { "id": 582, "name": "Institute for Molecular Bioscience, The University of Queensland, Brisbane", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", + "homeUrl": "https://imb.uq.edu.au", + "description": "Every cure starts with a scientific discovery by someone who imagined a better future. At the\nInstitute for Molecular Bioscience our goal is to create a better future by making breakthrough\ndiscoveries to improve health and wellbeing.", "rorId": null, "location": { "countryCode": "AU", @@ -13310,7 +14658,11 @@ "countryName": "Australia" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:16:38.340+0000", @@ -13341,8 +14693,8 @@ "institution": { "id": 757, "name": "Department of Oral Biological and Medical Sciences, University of British Columbia, Vancouver", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", + "homeUrl": "https://www.grad.ubc.ca/unit/department-oral-biological-medical-sciences", + "description": "In support of the University of British Columbia\u2019s mission to be one of the world\u2019s very best universities, the Faculty of Graduate and Postdoctoral Studies strives to elevate achievement and enhance the education of graduate students in a global context, providing", "rorId": null, "location": { "countryCode": "CA", @@ -13354,7 +14706,11 @@ "countryName": "Canada" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:16:38.521+0000", @@ -13385,8 +14741,8 @@ "institution": { "id": 760, "name": "Department of Biological Sciences and Bioengineering, Indian Institute of Technology Kanpur, Kanpur", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", + "homeUrl": "http://www.iitk.ac.in/bsbe/", + "description": "The department is engaged in cutting-edge research and training in basic biology, biomedical and bioengineering fields. Its aim is to produce quality professionals in modern biology and allied fields who will engage in addressing country\u2019s challenges by advancing the discovery in biology and applying the knowledge that can help to improve the quality of life of the citizens. The department currently offers three academic programs; B. Tech, M. Tech and PhD in biological sciences & bioengineering. The department is housed in a three storied building, with 16 research labs, 6 labs for core facilities, and 3 teaching labs, besides the office space. From the initial strength of 4 faculty members in 2002, today the BSBE department has grown with 16 faculty members and about 100 postgraduate (75 PhD. and 25 M. Tech.) and 145 undergraduate students. Ongoing research projects are spread in broadly three major domains that include (a) molecular, cellular and developmental biology, (b) structural and computational biology and (c) bioengineering. In years to come, BSBE aspires to become one of the world\u2019s leading centers for biomedical research, training and teaching. For this the department wishes to increase the faculty strength to 35-40 for strengthening the existing research areas and to expand the bioengineering domain. This requires substantial addition of the laboratory space and core facilities. To attract bright students, the department plans to offer more cross-disciplinary and innovative UG & PG teaching and research programs in the near future, and some of them could be in partnership with leading universities in the world.", "rorId": null, "location": { "countryCode": "IN", @@ -13398,7 +14754,11 @@ "countryName": "India" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:16:38.756+0000", @@ -13442,7 +14802,11 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:16:38.984+0000", @@ -13486,7 +14850,11 @@ "countryName": "Italy" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null }, { "id": 771, @@ -13500,9 +14868,9 @@ "resourceHomeUrl": "http://www.be.cabri.org/", "institution": { "id": 770, - "name": "BCCM", + "name": "Belgian Coordinated Collections of Microorganisms", "homeUrl": "http://bccm.belspo.be/", - "description": "he BCCM consortium has grown to become one of the most important culture collections in the world, both in terms of the size and quality of the collections (bacteria, yeasts, moulds, plasmids, diatoms, DNA libraries) and its expertise. Not only does the consortium keep more than 200,000 quality controlled, characterised and documented units of biological material, but it also offers its expertise through services and partnership projects.", + "description": "The BCCM consortium has grown to become one of the most important culture collections in the world, both in terms of the size and quality of the collections (bacteria, yeasts, moulds, plasmids, diatoms, DNA libraries) and its expertise. Not only does the consortium keep more than 200,000 quality controlled, characterised and documented units of biological material, but it also offers its expertise through services and partnership projects.", "rorId": null, "location": { "countryCode": "BE", @@ -13514,7 +14882,11 @@ "countryName": "Belgium" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:16:39.396+0000", @@ -13543,11 +14915,11 @@ "sampleId": "KIAA0001", "resourceHomeUrl": "http://www.kazusa.or.jp/huge/", "institution": { - "id": 773, - "name": "Kazusa DNA Research Institute, Chiba", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", - "rorId": null, + "id": 859, + "name": "Kazusa DNA Research Institute, Chiba", + "homeUrl": "http://www.kazusa.or.jp/e/index.html", + "description": "KDRI was founded in 1991 and has since then been engaged in large-scale sequencing and analysis of the genomes of plants and related bacteria as well as human cDNAs. Based on these results, research has been carried out on various genes that function in plant and human cells. ", + "rorId": "https://ror.org/04pnjx786", "location": { "countryCode": "JP", "countryName": "Japan" @@ -13558,7 +14930,11 @@ "countryName": "Japan" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:16:39.763+0000", @@ -13602,7 +14978,11 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:16:39.982+0000", @@ -13646,7 +15026,11 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:16:45.247+0000", @@ -13675,11 +15059,11 @@ "sampleId": "P53350", "resourceHomeUrl": "http://string.embl.de/", "institution": { - "id": 605, - "name": "European Molecular Biology Laboratory, Heidelberg", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", - "rorId": null, + "id": 375, + "name": "EMBL, Heidelberg", + "homeUrl": "http://embl.org/", + "description": "With 28 member states, EMBL has more than 110 independent research groups and service teams covering the spectrum of molecular biology at six sites in Barcelona, Grenoble, Hamburg, Heidelberg, EMBL-EBI Hinxton, and Rome.", + "rorId": "https://ror.org/03mstc592", "location": { "countryCode": "DE", "countryName": "Germany" @@ -13690,7 +15074,11 @@ "countryName": "Germany" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null }, { "id": 780, @@ -13703,11 +15091,11 @@ "sampleId": "P53350", "resourceHomeUrl": "http://string-db.org/", "institution": { - "id": 605, - "name": "European Molecular Biology Laboratory, Heidelberg", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", - "rorId": null, + "id": 375, + "name": "EMBL, Heidelberg", + "homeUrl": "http://embl.org/", + "description": "With 28 member states, EMBL has more than 110 independent research groups and service teams covering the spectrum of molecular biology at six sites in Barcelona, Grenoble, Hamburg, Heidelberg, EMBL-EBI Hinxton, and Rome.", + "rorId": "https://ror.org/03mstc592", "location": { "countryCode": "DE", "countryName": "Germany" @@ -13718,7 +15106,11 @@ "countryName": "Germany" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:16:40.213+0000", @@ -13747,11 +15139,11 @@ "sampleId": "BQJCRHHNABKAKU", "resourceHomeUrl": "http://stitch.embl.de/", "institution": { - "id": 605, - "name": "European Molecular Biology Laboratory, Heidelberg", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", - "rorId": null, + "id": 375, + "name": "EMBL, Heidelberg", + "homeUrl": "http://embl.org/", + "description": "With 28 member states, EMBL has more than 110 independent research groups and service teams covering the spectrum of molecular biology at six sites in Barcelona, Grenoble, Hamburg, Heidelberg, EMBL-EBI Hinxton, and Rome.", + "rorId": "https://ror.org/03mstc592", "location": { "countryCode": "DE", "countryName": "Germany" @@ -13762,7 +15154,11 @@ "countryName": "Germany" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:16:40.524+0000", @@ -13793,8 +15189,8 @@ "institution": { "id": 295, "name": "World Health Organisation", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", + "homeUrl": "https://www.who.int/", + "description": "Dedicated to the well-being of all people and guided by science, the World Health Organization leads and champions global efforts to give everyone, everywhere an equal chance to live a healthy life. ", "rorId": null, "location": { "countryCode": "CH", @@ -13806,7 +15202,11 @@ "countryName": "Switzerland" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:16:40.712+0000", @@ -13850,7 +15250,11 @@ "countryName": "Canada" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:16:40.928+0000", @@ -13881,8 +15285,8 @@ "institution": { "id": 789, "name": "The Health Informatics Service, NHS, West Yorkshire", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", + "homeUrl": "https://www.this.nhs.uk/home", + "description": "The Health Informatics Service is an innovative, collaborative NHS organisation providing digital and IT services to health and care providers across the UK in primary, secondary and third sectors. Our tried and trusted solutions have been developed and refined by our dedicated team of health informatics experts who share the sector\u2019s passion and values for providing the best possible care, insight and service for patients and customers. Take a look through our range of expert services and support, and the benefits and opportunities these offer to health and care organisations and stakeholders. Get in touch to discuss your particular needs, ambitions and solutions. We\u2019re here to help and guide the UK\u2019s health and care community.", "rorId": null, "location": { "countryCode": "GB", @@ -13894,7 +15298,11 @@ "countryName": "United Kingdom" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:16:41.184+0000", @@ -13923,11 +15331,11 @@ "sampleId": "17186", "resourceHomeUrl": "http://www.nlm.nih.gov/mesh/", "institution": { - "id": 792, - "name": "U.S. National Library of Medicine, National Institute of Health, Maryland", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", - "rorId": null, + "id": 316, + "name": "National Library of Medicine, Maryland", + "homeUrl": "https://www.nlm.nih.gov/", + "description": "The National Library of Medicine (NLM), on the campus of the National Institutes of Health in Bethesda, Maryland, has been a center of information innovation since its founding in 1836. The world\u2019s largest biomedical library, NLM maintains and makes available a vast print collection and produces electronic information resources on a wide range of topics that are searched billions of times each year by millions of people around the globe. It also supports and conducts research, development, and training in biomedical informatics and health information technology. In addition, the Library coordinates an 8,000+ member Network of the National Library of Medicine that promotes and provides access to health information in communities across the United States.", + "rorId": "https://ror.org/0060t0j89", "location": { "countryCode": "US", "countryName": "United States" @@ -13938,7 +15346,11 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:16:41.417+0000", @@ -13969,9 +15381,9 @@ "institution": { "id": 798, "name": "Health Canada, Ottawa, Ontario", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", - "rorId": null, + "homeUrl": "http://www.hc-sc.gc.ca/index-eng.php", + "description": "Health Canada is responsible for helping Canadians maintain and improve their health. It ensures that high-quality health services are accessible, and works to reduce health risks.", + "rorId": "https://ror.org/05p8nb362", "location": { "countryCode": "CA", "countryName": "Canada" @@ -13982,7 +15394,11 @@ "countryName": "Canada" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:16:41.852+0000", @@ -14013,9 +15429,9 @@ "institution": { "id": 806, "name": "Max Planck Institute of Molecular Plant Physiology, Potsdam", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", - "rorId": null, + "homeUrl": "http://www.mpimp-golm.mpg.de/2168/en", + "description": "The Max Planck Institute of Molecular Plant Physiology (MPI-MP) was founded in 1994, as one of 18 institutes on the territory of the former GDR. The founding director was Prof. Dr. Dr. h.c. Lothar Willmitzer, who is the director of one of the three departments which have been established since then. From originally only 16 employees the institute grew into a large institute, which now employs about 360 people from all over the world, who put their combined efforts into elucidating the secrets of plants.", + "rorId": "https://ror.org/01fbde567", "location": { "countryCode": "DE", "countryName": "Germany" @@ -14026,7 +15442,11 @@ "countryName": "Germany" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:16:42.514+0000", @@ -14070,7 +15490,11 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null }, { "id": 810, @@ -14098,7 +15522,11 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:16:42.733+0000", @@ -14127,11 +15555,11 @@ "sampleId": "c0001", "resourceHomeUrl": "http://umbbd.ethz.ch/", "institution": { - "id": 812, - "name": "ETH, Zurich", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", - "rorId": null, + "id": 2483, + "name": "ETH Zurich", + "homeUrl": "https://ethz.ch/en.html", + "description": "We serve society by educating the next generations of critical and creative thinkers and doers. With our research, we create knowledge and develop technologies to meet the global challenges of our time. We project a future-\u200b\u200boriented and innovative image of Switzerland to the world and network our country with the global community. Together with our partners from science, business, politics and society, we rely on the power of teamwork and strive for excellence - in everything we do.", + "rorId": "https://ror.org/05a28rw58", "location": { "countryCode": "CH", "countryName": "Switzerland" @@ -14142,7 +15570,11 @@ "countryName": "Switzerland" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:16:42.994+0000", @@ -14186,7 +15618,11 @@ "countryName": "Spain" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:16:43.224+0000", @@ -14217,8 +15653,8 @@ "institution": { "id": 818, "name": "Eppley Institute for Research in Cancer and Allied Diseases, University of Nebraska Medical Center, Omaha", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", + "homeUrl": "https://www.unmc.edu/eppley/", + "description": "The Eppley Institute for Research in Cancer and Allied Diseases is a multidisciplinary cancer research institute at the University of Nebraska Medical Center (UNMC) in Omaha, Nebraska. Created in 1960 with a $2.5 million grant from the Eugene C. Eppley Foundation and funds from the National Institutes of Health and the University of Nebraska, the Eppley Institute currently has 31 faculty members who conduct basic and translational cancer research in state-of-the-art laboratories. ", "rorId": null, "location": { "countryCode": "US", @@ -14230,7 +15666,11 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:16:43.451+0000", @@ -14261,9 +15701,9 @@ "institution": { "id": 821, "name": "University of California, Irvine", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", - "rorId": null, + "homeUrl": "https://uci.edu/", + "description": "In 1965, the University of California, Irvine was founded with a mission to catalyze the community and enhance lives through rigorous academics, cutting-edge research, and dedicated public service. Today, we draw on the unyielding spirit of our pioneering faculty, staff and students who arrived on campus with a dream to inspire change and generate new ideas. We believe that true progress is made when different perspectives come together to advance our understanding of the world around us. And we enlighten our communities and point the way to a better future. At UCI, we shine brighter.", + "rorId": "https://ror.org/04gyf1771", "location": { "countryCode": "US", "countryName": "United States" @@ -14274,7 +15714,11 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:16:43.696+0000", @@ -14318,7 +15762,11 @@ "countryName": "United Kingdom" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:16:43.916+0000", @@ -14349,9 +15797,9 @@ "institution": { "id": 827, "name": "Centre for Cardiovascular Science, University of Edinburgh, Edinburgh", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", - "rorId": null, + "homeUrl": "https://www.ed.ac.uk/cardiovascular-science", + "description": "The Centre for Cardiovascular Science (CVS) was one of the first multidisciplinary research centers in Edinburgh and has been a model for many more. Initiated in 1998 by a \u00a37M Wellcome Trust Cardiovascular Research Initiative Award and consolidated by over \u00a320M in serial BHF strategic awards, the groups constituting the CVS came together on the Little France campus in 2005 to form a \"Centre for Cardiovascular Risk & Resolution\" in the Queen's Medical Research Institute (QMRI). Today CVS has core facilities and training programs across three buildings at Little France - the QMRI, the Chancellor's Building, and the Scottish Centre for Regenerative Medicine.", + "rorId": "https://ror.org/002g4nt27", "location": { "countryCode": "GB", "countryName": "United Kingdom" @@ -14362,7 +15810,11 @@ "countryName": "United Kingdom" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:16:44.139+0000", @@ -14406,7 +15858,11 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:16:44.374+0000", @@ -14450,7 +15906,11 @@ "countryName": "Germany" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null }, { "id": 802, @@ -14465,8 +15925,8 @@ "institution": { "id": 801, "name": "The MassBank Consortium", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", + "homeUrl": "http://www.massbank.jp/", + "description": "MassBank is an open source mass spectral library for the identification of small chemical molecules of metabolomics, exposomics and environmental relevance. The vast majority of MassBank contents now features high-resolution mass spectrometry data, although all kinds of mass spectral data are accepted. A range of search options are available for browsing the data. The MassBank library is based on text file records containing the record metadata and the mass spectral information in the MassBank record format. All data is archived on GitHub and Zenodo; the code is also on GitHub. The MassBank library can be downloaded in different formats such as text records, database files (sql) and MSP files.", "rorId": null, "location": { "countryCode": "JP", @@ -14478,7 +15938,11 @@ "countryName": "Japan" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:16:42.071+0000", @@ -14509,9 +15973,9 @@ "institution": { "id": 843, "name": "DKFZ TP3, Heidelberg", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", - "rorId": null, + "homeUrl": "http://www.dkfz.de/en/index.html", + "description": "To perform research into cancer is the task of the German Cancer Research Center (Deutsches Krebsforschungszentrum, DKFZ) according to its statutes. DKFZ is the largest biomedical research institute in Germany and a member of the Helmholtz Association of National Research Centers. In more than 100 divisions and research groups, our more than 3,000 employees, of which more than 1,200 are scientists, are investigating the mechanisms of cancer, are identifying cancer risk factors and are trying to find strategies to prevent people from getting cancer.They are developing novel approaches to make tumor diagnosis more precise and treatment of cancer patients more successful.", + "rorId": "https://ror.org/04cdgtt98", "location": { "countryCode": "DE", "countryName": "Germany" @@ -14522,7 +15986,11 @@ "countryName": "Germany" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null }, { "id": 846, @@ -14550,7 +16018,11 @@ "countryName": "France" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:16:45.469+0000", @@ -14581,9 +16053,9 @@ "institution": { "id": 848, "name": "Center for Cancer Systems Biology, Harvard Medical School, Massachusetts", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", - "rorId": null, + "homeUrl": "https://csb.mgh.harvard.edu/", + "description": "At CSB we develop innovative technologies to enable the discovery of new biology, drug targets, and diagnostics. Our approach is to develop new integrated systems for subcellular analysis and use innovative imaging tools to decipher dynamic networks. This allows us to interrogate networks at multiple scales from populations to molecules. ", + "rorId": "https://ror.org/05r3dyn47", "location": { "countryCode": "US", "countryName": "United States" @@ -14594,7 +16066,11 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:16:45.846+0000", @@ -14625,8 +16101,8 @@ "institution": { "id": 851, "name": "National Institute of Genetics, Shizuoka", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", + "homeUrl": "http://www.nig.ac.jp/nig/", + "description": "National Institute of Genetics is the national research institute on genetics. Our mission is to provide infrastructure and opportunities for international collaboration, to train young scientists, and to build new frontiers of life sciences. ", "rorId": null, "location": { "countryCode": "JP", @@ -14638,7 +16114,11 @@ "countryName": "Japan" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:16:46.065+0000", @@ -14669,8 +16149,8 @@ "institution": { "id": 854, "name": "USDA-ARS-CICGRU, Iowa State University, Iowa", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", + "homeUrl": "https://monarch.ent.iastate.edu/usda-ars-corn-insects-and-crop-genetics-research-unit", + "description": "The mission of the Unit is to increase crop productivity by basic and applied research on insects, cereals and legumes.", "rorId": null, "location": { "countryCode": "US", @@ -14682,7 +16162,11 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:16:46.310+0000", @@ -14726,7 +16210,11 @@ "countryName": "Switzerland" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:16:46.532+0000", @@ -14757,9 +16245,9 @@ "institution": { "id": 859, "name": "Kazusa DNA Research Institute, Chiba", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", - "rorId": null, + "homeUrl": "http://www.kazusa.or.jp/e/index.html", + "description": "KDRI was founded in 1991 and has since then been engaged in large-scale sequencing and analysis of the genomes of plants and related bacteria as well as human cDNAs. Based on these results, research has been carried out on various genes that function in plant and human cells. ", + "rorId": "https://ror.org/04pnjx786", "location": { "countryCode": "JP", "countryName": "Japan" @@ -14770,7 +16258,11 @@ "countryName": "Japan" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:16:46.721+0000", @@ -14814,7 +16306,11 @@ "countryName": "United Kingdom" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:16:46.944+0000", @@ -14844,9 +16340,9 @@ "resourceHomeUrl": "http://cgsc.biology.yale.edu/index.php", "institution": { "id": 864, - "name": "Dept. of Molecular, Cellular, and Developmental Biology, Yale University, Conneticut", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", + "name": "Dept. of Molecular, Cellular, and Developmental Biology, Yale University, Connecticut", + "homeUrl": "https://mcdb.yale.edu/", + "description": "Research groups in the Department of Molecular, Cellular and Developmental Biology share a common interest in exploring the mechanisms underlying the coordinated behaviors of molecules, cells and tissues to form living organisms. We combine genetic, biochemical, molecular, cell biological and quantitative approaches to investigate fundamental biological processes across a range of organisms, from viruses and microbes to plants, worms, flies, fish and mammals. We are committed to excellence in research and teaching, and offer students a diversity of course offerings and research opportunities. The commonalities of our research interests combined with varied experimental approaches help forge a rigorous yet interdisciplinary and collaborative environment.", "rorId": null, "location": { "countryCode": "US", @@ -14858,7 +16354,11 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:16:47.138+0000", @@ -14889,9 +16389,9 @@ "institution": { "id": 867, "name": "University of British Columbia, Vancouver", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", - "rorId": null, + "homeUrl": "https://www.ubc.ca/", + "description": "The University of British Columbia is a global centre for teaching, learning and research, consistently ranked among the top 20 public universities in the world. UBC embraces innovation and transforms ideas into action. Since 1915, UBC has been opening doors of opportunity for people with the curiosity, drive and vision to shape a better world.", + "rorId": "https://ror.org/03rmrcq20", "location": { "countryCode": "CA", "countryName": "Canada" @@ -14902,7 +16402,11 @@ "countryName": "Canada" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:16:47.375+0000", @@ -14933,9 +16437,9 @@ "institution": { "id": 867, "name": "University of British Columbia, Vancouver", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", - "rorId": null, + "homeUrl": "https://www.ubc.ca/", + "description": "The University of British Columbia is a global centre for teaching, learning and research, consistently ranked among the top 20 public universities in the world. UBC embraces innovation and transforms ideas into action. Since 1915, UBC has been opening doors of opportunity for people with the curiosity, drive and vision to shape a better world.", + "rorId": "https://ror.org/03rmrcq20", "location": { "countryCode": "CA", "countryName": "Canada" @@ -14946,7 +16450,11 @@ "countryName": "Canada" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:16:47.607+0000", @@ -14977,9 +16485,9 @@ "institution": { "id": 867, "name": "University of British Columbia, Vancouver", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", - "rorId": null, + "homeUrl": "https://www.ubc.ca/", + "description": "The University of British Columbia is a global centre for teaching, learning and research, consistently ranked among the top 20 public universities in the world. UBC embraces innovation and transforms ideas into action. Since 1915, UBC has been opening doors of opportunity for people with the curiosity, drive and vision to shape a better world.", + "rorId": "https://ror.org/03rmrcq20", "location": { "countryCode": "CA", "countryName": "Canada" @@ -14990,7 +16498,11 @@ "countryName": "Canada" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:16:47.798+0000", @@ -15021,9 +16533,9 @@ "institution": { "id": 867, "name": "University of British Columbia, Vancouver", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", - "rorId": null, + "homeUrl": "https://www.ubc.ca/", + "description": "The University of British Columbia is a global centre for teaching, learning and research, consistently ranked among the top 20 public universities in the world. UBC embraces innovation and transforms ideas into action. Since 1915, UBC has been opening doors of opportunity for people with the curiosity, drive and vision to shape a better world.", + "rorId": "https://ror.org/03rmrcq20", "location": { "countryCode": "CA", "countryName": "Canada" @@ -15034,7 +16546,11 @@ "countryName": "Canada" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:16:47.981+0000", @@ -15064,10 +16580,10 @@ "resourceHomeUrl": "http://catalog.loc.gov/webvoy.htm", "institution": { "id": 876, - "name": "Library of Congress Online Catalogue, Washington DC", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", - "rorId": null, + "name": "Library of Congress, Washington DC", + "homeUrl": "http://www.loc.gov/", + "description": "The Library of Congress is the largest library in the world, with millions of books, films and video, audio recordings, photographs, newspapers, maps and manuscripts in its collections. The Library is the main research arm of the U.S. Congress and the home of the U.S. Copyright Office.", + "rorId": "https://ror.org/04p405e02", "location": { "countryCode": "US", "countryName": "United States" @@ -15078,7 +16594,11 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null }, { "id": 879, @@ -15093,8 +16613,8 @@ "institution": { "id": 878, "name": "ISSN International Centre, Paris", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", + "homeUrl": "https://www.issn.org/", + "description": "The CIEPS, also known as the ISSN International Centre, is an intergovernmental organization which manages at the international level the identification and description of serial publications and ongoing resources, print and online, in any subject.", "rorId": null, "location": { "countryCode": "FR", @@ -15106,7 +16626,11 @@ "countryName": "France" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:16:48.189+0000", @@ -15135,11 +16659,11 @@ "sampleId": "S1", "resourceHomeUrl": "http://merops.sanger.ac.uk/index.htm", "institution": { - "id": 482, - "name": "Wellcome Trust Sanger Institute, Hinxton", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", - "rorId": null, + "id": 210, + "name": "Wellcome Trust Sanger Institute", + "homeUrl": "https://www.sanger.ac.uk/", + "description": "We tackle some of the most difficult challenges in genomic research. This demands science at scale; a visionary and creative approach to research that pushes the boundaries of our understanding in ever new and exciting ways.", + "rorId": "https://ror.org/05cy4wa09", "location": { "countryCode": "GB", "countryName": "United Kingdom" @@ -15150,7 +16674,11 @@ "countryName": "United Kingdom" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:16:48.579+0000", @@ -15168,34 +16696,6 @@ "description": "The MGED Ontology (MO) provides terms for annotating all aspects of a microarray experiment from the design of the experiment and array layout, through to the preparation of the biological sample and the protocols used to hybridize the RNA and analyze the data.", "mirId": "MIR:00000303", "resources": [ - { - "id": 883, - "providerCode": "bptl", - "name": "MGED Ontology at BioPortal", - "urlPattern": "http://purl.bioontology.org/ontology/MO/{$id}", - "mirId": "MIR:00100385", - "description": "MGED Ontology at BioPortal", - "official": false, - "sampleId": "ArrayGroup", - "resourceHomeUrl": "http://bioportal.bioontology.org/", - "institution": { - "id": 571, - "name": "National Center for Biomedical Ontology, Stanford University", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", - "rorId": null, - "location": { - "countryCode": "US", - "countryName": "United States" - } - }, - "location": { - "countryCode": "US", - "countryName": "United States" - }, - "deprecated": false, - "deprecationDate": null - }, { "id": 885, "providerCode": "ebi", @@ -15222,7 +16722,43 @@ "countryName": "United Kingdom" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null + }, + { + "id": 883, + "providerCode": "bptl", + "name": "MGED Ontology at BioPortal", + "urlPattern": "http://purl.bioontology.org/ontology/MO/{$id}", + "mirId": "MIR:00100385", + "description": "MGED Ontology at BioPortal", + "official": false, + "sampleId": "ArrayGroup", + "resourceHomeUrl": "http://bioportal.bioontology.org/", + "institution": { + "id": 5, + "name": "National Center for Biomedical Ontology, Stanford", + "homeUrl": "https://ncbo.bioontology.org/", + "description": "The goal of the National Center for Biomedical Ontology is to support biomedical researchers in their knowledge-intensive work, by providing online tools and a Web portal enabling them to access, review, and integrate disparate ontological resources in all aspects of biomedical investigation and clinical practice. A major focus of our work involves the use of biomedical ontologies to aid in the management and analysis of data derived from complex experiments.", + "rorId": null, + "location": { + "countryCode": "US", + "countryName": "United States" + } + }, + "location": { + "countryCode": "US", + "countryName": "United States" + }, + "deprecated": false, + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:16:48.772+0000", @@ -15253,8 +16789,8 @@ "institution": { "id": 887, "name": "The Nottingham Arabidopsis Stock Centre, University of Nottingham", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", + "homeUrl": "https://arabidopsis.info/", + "description": "The Nottingham Arabidopsis Stock Centre (NASC) provides seed and information resources to the International Arabidopsis Genome Programme and the wider research community. ", "rorId": null, "location": { "countryCode": "GB", @@ -15266,7 +16802,11 @@ "countryName": "United Kingdom" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:16:49.131+0000", @@ -15297,9 +16837,9 @@ "institution": { "id": 890, "name": "National Institute on Aging, NIH", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", - "rorId": null, + "homeUrl": "https://www.nia.nih.gov/", + "description": "NIA leads a broad scientific effort to understand the nature of aging and to extend the healthy, active years of life. NIA is the primary federal agency supporting and conducting Alzheimer's disease research.", + "rorId": "https://ror.org/049v75w11", "location": { "countryCode": "US", "countryName": "United States" @@ -15310,7 +16850,11 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:16:49.376+0000", @@ -15341,8 +16885,8 @@ "institution": { "id": 893, "name": "Centre for Molecular Medicine and Therapeutics, University of British Columbia, Vancouver", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", + "homeUrl": "https://www.grad.ubc.ca/research-centre/centre-molecular-medicine-therapeutics", + "description": "The Centre for Molecular Medicine and Therapeutics is dedicated to unravelling and solving the many genetic questions surrounding human illness and well-being, and finding novel approaches to treatment and prevention that can overcome the causes of illness.", "rorId": null, "location": { "countryCode": "CA", @@ -15354,7 +16898,11 @@ "countryName": "Canada" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:16:49.605+0000", @@ -15372,34 +16920,6 @@ "description": "The Plant Ontology is a structured vocabulary and database resource that links plant anatomy, morphology and growth and development to plant genomics data.", "mirId": "MIR:00000307", "resources": [ - { - "id": 897, - "providerCode": "amigo", - "name": "Plant Ontology through Amigo", - "urlPattern": "http://www.plantontology.org/amigo/go.cgi?view=details&query=PO:{$id}", - "mirId": "MIR:00100389", - "description": "Plant Ontology through Amigo", - "official": false, - "sampleId": "0009089", - "resourceHomeUrl": "http://www.plantontology.org/", - "institution": { - "id": 896, - "name": "Cold Spring Harbor Laboratory, Cold Spring Harbor, New York", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", - "rorId": null, - "location": { - "countryCode": "US", - "countryName": "United States" - } - }, - "location": { - "countryCode": "US", - "countryName": "United States" - }, - "deprecated": false, - "deprecationDate": null - }, { "id": 898, "providerCode": "bptl", @@ -15413,8 +16933,8 @@ "institution": { "id": 5, "name": "National Center for Biomedical Ontology, Stanford", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", + "homeUrl": "https://ncbo.bioontology.org/", + "description": "The goal of the National Center for Biomedical Ontology is to support biomedical researchers in their knowledge-intensive work, by providing online tools and a Web portal enabling them to access, review, and integrate disparate ontological resources in all aspects of biomedical investigation and clinical practice. A major focus of our work involves the use of biomedical ontologies to aid in the management and analysis of data derived from complex experiments.", "rorId": null, "location": { "countryCode": "US", @@ -15426,18 +16946,22 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null }, { "id": 899, "providerCode": "ols", "name": "Plant Ontology through OLS", - "urlPattern": "https://www.ebi.ac.uk/ols/ontologies/po/terms?obo_id=PO:{$id}", + "urlPattern": "https://www.ebi.ac.uk/ols4/ontologies/po/terms?obo_id=PO:{$id}", "mirId": "MIR:00100676", "description": "Plant Ontology through OLS", "official": false, "sampleId": "0009089", - "resourceHomeUrl": "https://www.ebi.ac.uk/ols/ontologies/po", + "resourceHomeUrl": "https://www.ebi.ac.uk/ols4/ontologies/po", "institution": { "id": 2, "name": "European Bioinformatics Institute", @@ -15454,7 +16978,43 @@ "countryName": "United Kingdom" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null + }, + { + "id": 897, + "providerCode": "amigo", + "name": "Plant Ontology through Amigo", + "urlPattern": "http://www.plantontology.org/amigo/go.cgi?view=details&query=PO:{$id}", + "mirId": "MIR:00100389", + "description": "Plant Ontology through Amigo", + "official": false, + "sampleId": "0009089", + "resourceHomeUrl": "http://www.plantontology.org/", + "institution": { + "id": 131, + "name": "Cold Spring Harbor Laboratory", + "homeUrl": "https://www.cshl.edu/", + "description": "Founded in 1890, Cold Spring Harbor Laboratory has shaped contemporary biomedical research and education with programs in cancer, neuroscience, plant biology and quantitative biology. Home to eight Nobel Prize winners, the private, not-for-profit Laboratory employs 1,000 people including 600 scientists, students and technicians. The Meetings & Courses Program hosts more than 12,000 scientists from around the world each year on its campuses in Long Island and in Suzhou, China. The Laboratory\u2019s education arm also includes an academic publishing house, a graduate school and programs for middle, high school, and undergraduate students and teachers.", + "rorId": "https://ror.org/02qz8b764", + "location": { + "countryCode": "US", + "countryName": "United States" + } + }, + "location": { + "countryCode": "US", + "countryName": "United States" + }, + "deprecated": false, + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:16:49.830+0000", @@ -15485,8 +17045,8 @@ "institution": { "id": 901, "name": "Department of Medicinal Chemistry and Department of Biochemistry, University of Utah, Salt Lake City, Utah", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", + "homeUrl": "https://medicine.utah.edu/biochemistry", + "description": "We are a diverse and inclusive community conducting biochemical research at the forefront of current knowledge; educating medical students, graduate students and fellows; and serving the institution, the extended scientific community, and society at large. Our particular focus is the characterization of macromolecules and biological processes at the molecular level. Research groups in the department determine the structures of biological macromolecules, elucidate the mechanisms by which they function, and translate this information to advance research technology and medicine.", "rorId": null, "location": { "countryCode": "US", @@ -15498,7 +17058,11 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:16:50.326+0000", @@ -15542,7 +17106,11 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:16:50.556+0000", @@ -15571,11 +17139,11 @@ "sampleId": "3305", "resourceHomeUrl": "http://www.cellsignal.com/catalog/index.html", "institution": { - "id": 1233, - "name": "Cell Signaling Technology, Inc., Danvers, Massachusetts", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", - "rorId": null, + "id": 339, + "name": "Cell Signaling Technology, Inc.", + "homeUrl": "https://www.cellsignal.com/", + "description": "Cell Signaling Technology (CST) is a different kind of life sciences company\u2014one founded, owned, and run by active research scientists, with the highest standards of product and service quality, technological innovation, and scientific rigor for over 20 years. We consistently provide fellow scientists around the globe with best-in-class products and services to fuel their quests for discovery.", + "rorId": "https://ror.org/03k4zc121", "location": { "countryCode": "US", "countryName": "United States" @@ -15586,7 +17154,11 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:17:18.559+0000", @@ -15617,8 +17189,8 @@ "institution": { "id": 298, "name": "Department of Genetics, School of Medicine, Stanford University, Stanford, California", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", + "homeUrl": "https://med.stanford.edu/genetics.html", + "description": "A leader in the biomedical revolution, Stanford Medicine has a long tradition of leadership in pioneering research, creative teaching protocols and effective clinical therapies.", "rorId": null, "location": { "countryCode": "US", @@ -15630,7 +17202,11 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:16:50.779+0000", @@ -15661,8 +17237,8 @@ "institution": { "id": 909, "name": "The Institute for Genomic Research, Rockville, Maryland", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", + "homeUrl": "https://www.jcvi.org/", + "description": "The J. Craig Venter Institute (JCVI) is a world leader in genomic research with approximately 120 scientists and staff who are bold innovators fearlessly pursuing revolutionary ideas. With a long track-record of creativity and an interdisciplinary approach to genomics, JCVI is committed to accelerating foundational scientific research to drive advances in human health and environmental sustainability.", "rorId": null, "location": { "countryCode": "US", @@ -15674,7 +17250,11 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:16:50.975+0000", @@ -15718,7 +17298,11 @@ "countryName": "China" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:16:51.241+0000", @@ -15762,7 +17346,11 @@ "countryName": "United Kingdom" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:16:51.481+0000", @@ -15806,7 +17394,11 @@ "countryName": "Canada" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:16:51.708+0000", @@ -15837,9 +17429,9 @@ "institution": { "id": 921, "name": "National Institute of Advanced Industrial Science and Technology (AIST)", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", - "rorId": null, + "homeUrl": "https://www.aist.go.jp/index_en.html", + "description": "The National Institute of Advanced Industrial Science and Technology (AIST), one of the largest public research organizations in Japan, focuses on the creation and practical realization of technologies useful to Japanese industry and society, and on \u201cbridging\u201d the gap between innovative technological seeds and commercialization.", + "rorId": "https://ror.org/01703db54", "location": { "countryCode": "JP", "countryName": "Japan" @@ -15850,7 +17442,11 @@ "countryName": "Japan" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:16:51.940+0000", @@ -15881,8 +17477,8 @@ "institution": { "id": 924, "name": "Department of Experimental Immunology, German Research Centre for Biotechnology, Braunschweig", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", + "homeUrl": "http://www.helmholtz-hzi.de", + "description": "HZI is Germany\u2019s largest academic institution dedicated exclusively to infection research. In line with its mission, the centre develops new strategies for the early detection, prevention, and treatment of infectious diseases. HZI researchers investigate bacterial and viral pathogens of high clinical relevance, elucidate their interactions with the host\u2018s immune system and explore new ways to prevent and combat infections.", "rorId": null, "location": { "countryCode": "DE", @@ -15894,7 +17490,11 @@ "countryName": "Germany" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:16:52.167+0000", @@ -15938,7 +17538,11 @@ "countryName": "Israel" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:16:52.396+0000", @@ -15969,9 +17573,9 @@ "institution": { "id": 930, "name": "Scripps Research Institute, San Diego", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", - "rorId": null, + "homeUrl": "http://www.scripps.edu/", + "description": "Scripps Research is ranked the most influential institution in the world for its impact on innovation. We expand basic knowledge in the biosciences, and use these fundamental advancements to develop profound innovations that improve wellbeing. Our researchers lead breakthrough studies that address the world\u2019s most pressing health concerns. Our educational and training programs mold talented and committed students and postdocs into the next generation of leading scientists. We are accelerating the creation and delivery of medical breakthroughs to better human health around the globe.", + "rorId": "https://ror.org/02dxx6824", "location": { "countryCode": "US", "countryName": "United States" @@ -15982,7 +17586,11 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:16:52.640+0000", @@ -16013,8 +17621,8 @@ "institution": { "id": 933, "name": "Department of Molecular Genetics, Weizmann Institute of Science, Rehovot", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", + "homeUrl": "https://www.weizmann.ac.il/molgen/", + "description": "The Department of Molecular Genetics investigates the molecular, cellular and genetic mechanisms that underlie basic biological processes in complex organisms, such as human, mouse and fruit fly, at the level of single cell organisms, including bacteria and yeast.", "rorId": null, "location": { "countryCode": "IL", @@ -16026,7 +17634,11 @@ "countryName": "Israel" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:16:52.858+0000", @@ -16057,9 +17669,9 @@ "institution": { "id": 936, "name": "University of North Carolina", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", - "rorId": null, + "homeUrl": "https://uncw.edu/", + "description": "UNCW students enjoy a powerful and supportive academic experience that nurtures creative inquiry, stimulates critical thinking and welcomes thoughtful expression in a beautiful coastal setting. One of 17 institutions in the UNC System, UNCW is a nationally recognized large public doctoral university with a private feel.", + "rorId": "https://ror.org/02t0qr014", "location": { "countryCode": "US", "countryName": "United States" @@ -16070,7 +17682,11 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:16:53.082+0000", @@ -16099,11 +17715,11 @@ "sampleId": "r0001", "resourceHomeUrl": "http://umbbd.ethz.ch/", "institution": { - "id": 812, - "name": "ETH, Zurich", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", - "rorId": null, + "id": 2483, + "name": "ETH Zurich", + "homeUrl": "https://ethz.ch/en.html", + "description": "We serve society by educating the next generations of critical and creative thinkers and doers. With our research, we create knowledge and develop technologies to meet the global challenges of our time. We project a future-\u200b\u200boriented and innovative image of Switzerland to the world and network our country with the global community. Together with our partners from science, business, politics and society, we rely on the power of teamwork and strive for excellence - in everything we do.", + "rorId": "https://ror.org/05a28rw58", "location": { "countryCode": "CH", "countryName": "Switzerland" @@ -16114,7 +17730,11 @@ "countryName": "Switzerland" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:16:53.335+0000", @@ -16143,11 +17763,11 @@ "sampleId": "e0333", "resourceHomeUrl": "http://umbbd.ethz.ch/", "institution": { - "id": 812, - "name": "ETH, Zurich", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", - "rorId": null, + "id": 2483, + "name": "ETH Zurich", + "homeUrl": "https://ethz.ch/en.html", + "description": "We serve society by educating the next generations of critical and creative thinkers and doers. With our research, we create knowledge and develop technologies to meet the global challenges of our time. We project a future-\u200b\u200boriented and innovative image of Switzerland to the world and network our country with the global community. Together with our partners from science, business, politics and society, we rely on the power of teamwork and strive for excellence - in everything we do.", + "rorId": "https://ror.org/05a28rw58", "location": { "countryCode": "CH", "countryName": "Switzerland" @@ -16158,7 +17778,11 @@ "countryName": "Switzerland" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:16:53.546+0000", @@ -16187,11 +17811,11 @@ "sampleId": "ala", "resourceHomeUrl": "http://umbbd.ethz.ch/", "institution": { - "id": 812, - "name": "ETH, Zurich", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", - "rorId": null, + "id": 2483, + "name": "ETH Zurich", + "homeUrl": "https://ethz.ch/en.html", + "description": "We serve society by educating the next generations of critical and creative thinkers and doers. With our research, we create knowledge and develop technologies to meet the global challenges of our time. We project a future-\u200b\u200boriented and innovative image of Switzerland to the world and network our country with the global community. Together with our partners from science, business, politics and society, we rely on the power of teamwork and strive for excellence - in everything we do.", + "rorId": "https://ror.org/05a28rw58", "location": { "countryCode": "CH", "countryName": "Switzerland" @@ -16202,7 +17826,11 @@ "countryName": "Switzerland" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:16:53.741+0000", @@ -16231,11 +17859,11 @@ "sampleId": "bt0001", "resourceHomeUrl": "http://umbbd.ethz.ch/servlets/pageservlet?ptype=allrules", "institution": { - "id": 812, - "name": "ETH, Zurich", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", - "rorId": null, + "id": 2483, + "name": "ETH Zurich", + "homeUrl": "https://ethz.ch/en.html", + "description": "We serve society by educating the next generations of critical and creative thinkers and doers. With our research, we create knowledge and develop technologies to meet the global challenges of our time. We project a future-\u200b\u200boriented and innovative image of Switzerland to the world and network our country with the global community. Together with our partners from science, business, politics and society, we rely on the power of teamwork and strive for excellence - in everything we do.", + "rorId": "https://ror.org/05a28rw58", "location": { "countryCode": "CH", "countryName": "Switzerland" @@ -16246,7 +17874,11 @@ "countryName": "Switzerland" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:16:53.927+0000", @@ -16277,8 +17909,8 @@ "institution": { "id": 731, "name": "Institute of Molecular Biology, Adam Mickiewicz University, Poznan", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", + "homeUrl": "https://amu.edu.pl/en/main-page/amu-directory/faculties/faculty-of-biology", + "description": "The Faculty of Biology's fundamental rule is the integrity of research, education, and knowledge popularization. Its high scientific status has been confirmed by the prestigious title of the National Scientific Leadership Center (KNOW), obtained together with the Institute of Bioorganic Chemistry, Polish Academy of Sciences, Pozna\u0144, awarded to scientific institutions conducting world-class research.", "rorId": null, "location": { "countryCode": "PL", @@ -16290,7 +17922,11 @@ "countryName": "Poland" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:16:54.147+0000", @@ -16334,7 +17970,11 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:16:54.345+0000", @@ -16365,9 +18005,9 @@ "institution": { "id": 1769, "name": "University of Padua", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", - "rorId": null, + "homeUrl": "https://www.unipd.it/en/", + "description": "he University of Padua is one of Europe\u2019s oldest and most prestigious seats of learning. As a multi-disciplinary institute of higher education, the University aims to provide its students with professional training and a solid cultural background. The qualification received from the University of Padua act as a symbol of the ambitious objectives respected and coveted by both students and employers alike.", + "rorId": "https://ror.org/00240q980", "location": { "countryCode": "IT", "countryName": "Italy" @@ -16378,7 +18018,11 @@ "countryName": "Italy" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:18:08.223+0000", @@ -16422,7 +18066,11 @@ "countryName": "United Kingdom" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:16:54.535+0000", @@ -16453,8 +18101,8 @@ "institution": { "id": 953, "name": "Department of Biology, Indiana University, Bloomington", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", + "homeUrl": "https://biology.indiana.edu/", + "description": "IU Biology is nationally recognized as an outstanding example of an integrated and unified department. We provide undergraduate and graduate students access to the full breadth of the exciting and dynamic fields within the biological sciences. Our students benefit from vibrant research programs and access to the latest technologies in research and teaching facilities.", "rorId": null, "location": { "countryCode": "US", @@ -16466,7 +18114,11 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:16:54.741+0000", @@ -16497,8 +18149,8 @@ "institution": { "id": 956, "name": "Department of Medicinal Chemistry, College of Pharmacy, University of Michigan", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", + "homeUrl": "https://pharmacy.umich.edu/medchem", + "description": "Our well-earned reputation for academic and research excellence makes Michigan\u2019s PharmD and PhD programs among the most sought out in the U.S. Contributing to our standing is our enviable record of faculty and alumni success. No college of pharmacy has had \u2014 or continues to have \u2014 a greater positive impact on the world than has the University of Michigan College of Pharmacy. ", "rorId": null, "location": { "countryCode": "US", @@ -16510,7 +18162,11 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:16:54.970+0000", @@ -16554,7 +18210,11 @@ "countryName": "Italy" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:16:55.214+0000", @@ -16585,8 +18245,8 @@ "institution": { "id": 962, "name": "Cambridge Systems Biology Centre, Department of Biochemistry, University of Cambridge", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", + "homeUrl": "https://www.sysbiol.cam.ac.uk/", + "description": "The Cambridge Systems Biology Centre (CSBC) is a virtual centre bringing together research groups from across the University of Cambridge with an interest in the development and integration of the large-scale experimental technologies that facilitate systems research. The centre also promotes access to these technologies for the wider Cambridge research communities.", "rorId": null, "location": { "countryCode": "GB", @@ -16598,7 +18258,11 @@ "countryName": "United Kingdom" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:16:55.438+0000", @@ -16629,8 +18293,8 @@ "institution": { "id": 965, "name": "Department of Proteomics, School of Biotechnology, AlbaNova University Center, Stockholm", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", + "homeUrl": "https://www.albanova.se/", + "description": "AlbaNova University Center, the Stockholm Center for Physics, Astronomy and Biotechnology (in Swedish, AlbaNova universitetscentrum, Stockholms centrum f\u00f6r fysik, astronomi och bioteknik) is an exciting interdisciplinary project linking three subject areas,", "rorId": null, "location": { "countryCode": "SE", @@ -16642,7 +18306,11 @@ "countryName": "Sweden" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:16:55.662+0000", @@ -16671,11 +18339,11 @@ "sampleId": "005012", "resourceHomeUrl": "http://jaxmice.jax.org/", "institution": { - "id": 968, - "name": "The Jackson Laboratory, Sacremento, California", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", - "rorId": null, + "id": 91, + "name": "The Jackson Laboratory", + "homeUrl": "https://www.jax.org/#", + "description": "The Jackson Laboratory (JAX) is an independent, nonprofit biomedical research organization that leverages a unique combination of research, education and resources to achieve our mission: We DISCOVER precise genomic solutions for disease and EMPOWER the global biomedical community in its shared quest to improve human health.", + "rorId": "https://ror.org/021sy4w91", "location": { "countryCode": "US", "countryName": "United States" @@ -16686,7 +18354,11 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:16:55.877+0000", @@ -16717,9 +18389,9 @@ "institution": { "id": 971, "name": "Marine Biological Laboratory, Woods Hole, Massachusetts", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", - "rorId": null, + "homeUrl": "http://www.mbl.edu/", + "description": "The Marine Biological Laboratory (MBL) is dedicated to scientific discovery \u2013 exploring fundamental biology, understanding biodiversity and the environment, and informing the human condition through research and education. Founded in Woods Hole, Massachusetts in 1888, the MBL is a private, nonprofit institution and an affiliate of the University of Chicago.", + "rorId": "https://ror.org/046dg4z72", "location": { "countryCode": "US", "countryName": "United States" @@ -16730,7 +18402,11 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:16:56.122+0000", @@ -16761,8 +18437,8 @@ "institution": { "id": 974, "name": "Department of Molecular Genetics, Terrence Donnelly Centre for Cellular and Biomolecular Research, University of Toronto, Toronto", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", + "homeUrl": "https://thedonnellycentre.utoronto.ca", + "description": "Our scientific team encompasses both newly-emerging and highly-recognized leaders in fields ranging from systems biology to bioengineering and computer science, and they have made some of the key technological advances that have transformed research in biology over the past decade.", "rorId": null, "location": { "countryCode": "CA", @@ -16774,7 +18450,11 @@ "countryName": "Canada" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:16:56.366+0000", @@ -16805,8 +18485,8 @@ "institution": { "id": 977, "name": "DIANA-Lab, Department of Electrical & Computer Engineering, University of Thessaly", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", + "homeUrl": "https://www.e-ce.uth.gr/?lang=en", + "description": "The Department of Electrical and Computer Engineering belongs to the School of Engineering of the University of Thessaly, Greece. It was founded in March 2000 and accepted its first students in September of the same year. In June 2003, the department was granted administrative independence. Annual enrollment is approximately 150-200 undergraduates, including transfer and special status students, and 60-70 graduate students.", "rorId": null, "location": { "countryCode": "GR", @@ -16818,7 +18498,11 @@ "countryName": "Greece" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:16:56.599+0000", @@ -16847,11 +18531,11 @@ "sampleId": "CH_001923", "resourceHomeUrl": "http://www.jcvi.org/charprotdb", "institution": { - "id": 980, - "name": "J Craig Venter institute, Rockville, Maryland", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", - "rorId": null, + "id": 393, + "name": "J. Craig Venter Institute, Maryland", + "homeUrl": "https://www.jcvi.org", + "description": "The J. Craig Venter Institute (JCVI) is a world leader in genomic research with approximately 120 scientists and staff who are bold innovators fearlessly pursuing revolutionary ideas. With a long track-record of creativity and an interdisciplinary approach to genomics, JCVI is committed to accelerating foundational scientific research to drive advances in human health and environmental sustainability.", + "rorId": "https://ror.org/049r1ts75", "location": { "countryCode": "US", "countryName": "United States" @@ -16862,7 +18546,11 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:16:56.827+0000", @@ -16891,11 +18579,11 @@ "sampleId": "HUMAN16963", "resourceHomeUrl": "https://omabrowser.org/cgi-bin/gateway.pl", "institution": { - "id": 983, - "name": "ETH Zurich, Computer Science, Zurich", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", - "rorId": null, + "id": 2483, + "name": "ETH Zurich", + "homeUrl": "https://ethz.ch/en.html", + "description": "We serve society by educating the next generations of critical and creative thinkers and doers. With our research, we create knowledge and develop technologies to meet the global challenges of our time. We project a future-\u200b\u200boriented and innovative image of Switzerland to the world and network our country with the global community. Together with our partners from science, business, politics and society, we rely on the power of teamwork and strive for excellence - in everything we do.", + "rorId": "https://ror.org/05a28rw58", "location": { "countryCode": "CH", "countryName": "Switzerland" @@ -16906,7 +18594,11 @@ "countryName": "Switzerland" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:16:57.058+0000", @@ -16935,11 +18627,11 @@ "sampleId": "LCSCCPN", "resourceHomeUrl": "https://omabrowser.org/cgi-bin/gateway.pl", "institution": { - "id": 983, - "name": "ETH Zurich, Computer Science, Zurich", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", - "rorId": null, + "id": 2483, + "name": "ETH Zurich", + "homeUrl": "https://ethz.ch/en.html", + "description": "We serve society by educating the next generations of critical and creative thinkers and doers. With our research, we create knowledge and develop technologies to meet the global challenges of our time. We project a future-\u200b\u200boriented and innovative image of Switzerland to the world and network our country with the global community. Together with our partners from science, business, politics and society, we rely on the power of teamwork and strive for excellence - in everything we do.", + "rorId": "https://ror.org/05a28rw58", "location": { "countryCode": "CH", "countryName": "Switzerland" @@ -16950,7 +18642,11 @@ "countryName": "Switzerland" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:16:57.285+0000", @@ -16994,7 +18690,11 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:16:57.477+0000", @@ -17038,7 +18738,11 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:16:57.671+0000", @@ -17082,7 +18786,11 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:16:57.856+0000", @@ -17126,7 +18834,11 @@ "countryName": "Israel" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:16:58.089+0000", @@ -17170,7 +18882,11 @@ "countryName": "Israel" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:16:58.347+0000", @@ -17188,34 +18904,6 @@ "description": "BioProject provides an organizational framework to access metadata about research projects and the data from the projects that are deposited into different databases. It provides information about a project\u2019s scope, material, objectives, funding source and general relevance categories.", "mirId": "MIR:00000349", "resources": [ - { - "id": 1001, - "providerCode": "CURATOR_REVIEW", - "name": "BioProject at DNA Data Bank of Japan", - "urlPattern": "http://trace.ddbj.nig.ac.jp/BPSearch/bioproject?acc={$id}", - "mirId": "MIR:00100444", - "description": "BioProject at DNA Data Bank of Japan", - "official": false, - "sampleId": "PRJDB3", - "resourceHomeUrl": "http://trace.ddbj.nig.ac.jp/bioproject/", - "institution": { - "id": 1000, - "name": "DNA Data Bank of Japan, Shizuoka", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", - "rorId": null, - "location": { - "countryCode": "JP", - "countryName": "Japan" - } - }, - "location": { - "countryCode": "JP", - "countryName": "Japan" - }, - "deprecated": false, - "deprecationDate": null - }, { "id": 1002, "providerCode": "ncbi", @@ -17242,7 +18930,43 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null + }, + { + "id": 1001, + "providerCode": "CURATOR_REVIEW", + "name": "BioProject at DNA Data Bank of Japan", + "urlPattern": "http://trace.ddbj.nig.ac.jp/BPSearch/bioproject?acc={$id}", + "mirId": "MIR:00100444", + "description": "BioProject at DNA Data Bank of Japan", + "official": false, + "sampleId": "PRJDB3", + "resourceHomeUrl": "http://trace.ddbj.nig.ac.jp/bioproject/", + "institution": { + "id": 121, + "name": "DNA Data Bank of Japan, Mishima, Shizuoka", + "homeUrl": "https://www.ddbj.nig.ac.jp/index-e.html", + "description": "DDBJ Center collects nucleotide sequence data as a member of INSDC(International Nucleotide Sequence Database Collaboration) and provides freely available nucleotide sequence data and supercomputer system, to support research\u3000activities in life science.", + "rorId": null, + "location": { + "countryCode": "JP", + "countryName": "Japan" + } + }, + "location": { + "countryCode": "JP", + "countryName": "Japan" + }, + "deprecated": false, + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null }, { "id": 1003, @@ -17270,7 +18994,11 @@ "countryName": "United Kingdom" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:16:58.543+0000", @@ -17314,7 +19042,11 @@ "countryName": "United Kingdom" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null }, { "id": 1006, @@ -17342,7 +19074,11 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null }, { "id": 1008, @@ -17355,10 +19091,10 @@ "sampleId": "SAMD00005257", "resourceHomeUrl": "http://trace.ddbj.nig.ac.jp/biosample/", "institution": { - "id": 1007, - "name": "Institution DNA Data Bank of Japan, Shizuoka", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", + "id": 121, + "name": "DNA Data Bank of Japan, Mishima, Shizuoka", + "homeUrl": "https://www.ddbj.nig.ac.jp/index-e.html", + "description": "DDBJ Center collects nucleotide sequence data as a member of INSDC(International Nucleotide Sequence Database Collaboration) and provides freely available nucleotide sequence data and supercomputer system, to support research\u3000activities in life science.", "rorId": null, "location": { "countryCode": "JP", @@ -17370,7 +19106,11 @@ "countryName": "Japan" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:16:59.017+0000", @@ -17399,10 +19139,10 @@ "sampleId": "TA14985", "resourceHomeUrl": "http://piroplasmadb.org/", "institution": { - "id": 1010, - "name": "Center for Tropical & Emerging Global Diseases, University of Georgia, Georgia", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", + "id": 467, + "name": "Center for Tropical and Emerging Global Diseases, University of Georgia", + "homeUrl": "https://ctegd.uga.edu/", + "description": "The Center for Tropical and Emerging Global Diseases (CTEGD) of the University of Georgia is a university-wide, interdisciplinary center established in 1998 to foster research, education and service related to tropical and emerging global infectious diseases. ", "rorId": null, "location": { "countryCode": "US", @@ -17414,7 +19154,11 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:16:59.494+0000", @@ -17445,8 +19189,8 @@ "institution": { "id": 1013, "name": "Institute of Botany, University of Tartu, Tartu", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", + "homeUrl": "https://botany.ut.ee/en", + "description": "Our department studies ecology and systematics of plants at several organisational levels \u2013 from photosynthetic apparatus to global vegetation patterns. Molecular methods have found their way into all branches of biology. Our department attempts to be at the cutting edge \u2013 utilisation of novel molecular techniques has become the rule rather than exception. At the same time, we have not forgotten classical botany and ecology \u2013 we still respect our plants and fungi and teach our students to be able to identify them from sight.", "rorId": null, "location": { "countryCode": "EE", @@ -17458,7 +19202,11 @@ "countryName": "Estonia" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:16:59.723+0000", @@ -17502,7 +19250,11 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:16:59.945+0000", @@ -17533,9 +19285,9 @@ "institution": { "id": 1018, "name": "Institute of Microbial Technology, Council of Scientific and Industrial Research (CSIR), Chandigarh", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", - "rorId": null, + "homeUrl": "http://www.imtech.res.in/", + "description": "Established in 1984, the CSIR-Institute of Microbial Technology (IMTech) is one among the chain of 38 national laboratories, 6 units and 39 outreach centres of the Council of Scientific & Industrial Research. Set-up to be a fore-runner in the niche domain of microbial biotechnology, the Institute in its initial years functioned from a start-up laboratory that provided a truly world-class R&D ambience in an area of over 10,000 sq. ft. to its researchers. In September, 1989, upon completion of the permanent campus, the Institute shifted to occupy an area of about 47 acres, of which the labs covered 22 acres and the residential campus 25 acres. The Institute covering a built up area of about 3.60 lakh sq. ft., is spread over four main buildings, namely, Main R&D block, Fermentation block, Animal House, Workshop, Stores and Services area, several service building including a guest house and Cafeteria. Recently another block of almost 50000 sq. ft. area (the G.N. Ramachandran Protein Centre) has been added, to cater to R&D in all aspects of Protein science and engineering. The Institute provides laboratories which are functionally modular and offer large, air-conditioned, clean research areas to all the scientists.", + "rorId": "https://ror.org/055rjs771", "location": { "countryCode": "IN", "countryName": "India" @@ -17546,7 +19298,11 @@ "countryName": "India" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:17:00.162+0000", @@ -17577,9 +19333,9 @@ "institution": { "id": 682, "name": "New England Biolabs, Ipswich, Massachusetts", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", - "rorId": null, + "homeUrl": "https://international.neb.com/", + "description": "Created \"by scientists for scientists\", NEB is renowned for consistently providing exceptional product quality and unsurpassed technical support. For over four decades, NEB has been shaping the landscape of bioscience research by discovering, developing and supporting superior research reagents. From our founding principles \u2013 placing the advancement of science and the stewardship of the environment as our highest priorities \u2013 to our unique corporate culture, NEB\u2019s philosophy can be distilled down to three core values: passion, humility and being genuine. ", + "rorId": "https://ror.org/04ywg3445", "location": { "countryCode": "US", "countryName": "United States" @@ -17590,7 +19346,11 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:17:00.403+0000", @@ -17620,9 +19380,9 @@ "resourceHomeUrl": "http://www.receptors.org/nucleardb/", "institution": { "id": 1023, - "name": "CMBI, Radboud University Nijmegen Medical Centre, Dreijenplein, Wageningen", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", + "name": " Center for Molecular and Biomolecular Informatics (CMBI), Radboud University Nijmegen Medical Centre", + "homeUrl": "https://www.radboudumc.nl/en/research", + "description": "Radboud university medical center is a university medical center for patient care, research, and education, located in Nijmegen. Radboud university medical center strives to be at the forefront of shaping the health and healthcare of the future. This is reflected in our mission: \u201cto have a significant impact on health (care)\u201d. It demands that we innovate and reinvigorate through collaboration within our networks and with a focus on the individual person. We mainly concentrate on prevention, meaningful and prudent healthcare, sustainability, artificial intelligence, and data-driven systems, the molecular mechanisms of diseases and new treatments, and training the professionals of tomorrow.", "rorId": null, "location": { "countryCode": "NL", @@ -17634,7 +19394,11 @@ "countryName": "Netherlands" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:17:00.593+0000", @@ -17665,9 +19429,9 @@ "institution": { "id": 1026, "name": "MRC Laboratory of Molecular Biology, Cambridge", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", - "rorId": null, + "homeUrl": "http://www2.mrc-lmb.cam.ac.uk/", + "description": "The MRC Laboratory of Molecular Biology (LMB) is a research institute dedicated to the understanding of important biological processes at the levels of atoms, molecules, cells and organisms. In doing so, we provide knowledge needed to solve key problems in human health.", + "rorId": "https://ror.org/00tw3jy02", "location": { "countryCode": "GB", "countryName": "United Kingdom" @@ -17678,7 +19442,11 @@ "countryName": "United Kingdom" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:17:00.815+0000", @@ -17709,8 +19477,8 @@ "institution": { "id": 909, "name": "The Institute for Genomic Research, Rockville, Maryland", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", + "homeUrl": "https://www.jcvi.org/", + "description": "The J. Craig Venter Institute (JCVI) is a world leader in genomic research with approximately 120 scientists and staff who are bold innovators fearlessly pursuing revolutionary ideas. With a long track-record of creativity and an interdisciplinary approach to genomics, JCVI is committed to accelerating foundational scientific research to drive advances in human health and environmental sustainability.", "rorId": null, "location": { "countryCode": "US", @@ -17722,7 +19490,11 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:17:01.041+0000", @@ -17753,9 +19525,9 @@ "institution": { "id": 1031, "name": "Garvan Institute of Medical Research, Sydney", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", - "rorId": null, + "homeUrl": "https://www.garvan.org.au/", + "description": "The Garvan Institute of Medical Research brings together clinicians with world-leading basic and translational researchers. We are patient-focused \u2014 our researchers break down barriers between traditional scientific disciplines to find solutions to disease.", + "rorId": "https://ror.org/01b3dvp57", "location": { "countryCode": "AU", "countryName": "Australia" @@ -17766,7 +19538,11 @@ "countryName": "Australia" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:17:01.276+0000", @@ -17810,7 +19586,11 @@ "countryName": "Switzerland" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:17:01.500+0000", @@ -17841,8 +19621,8 @@ "institution": { "id": 1037, "name": "Department of Computing Science, Food and Nutritional Science, University of Alberta, Edmonton", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", + "homeUrl": "https://www.ualberta.ca/agricultural-food-nutritional-science/index.html", + "description": "The department of Agricultural, Food & Nutritional Science (AFNS) offers research and teachings related to the fields of Animal Science, Food Science and Bioresource, Human Nutrition and Plant Biosystems. AFNS offers undergraduate Bachelor of Science degrees in Agriculture, Animal Health, Agricultural/Food Business Science and Nutrition & Food Science each with a variety of majors. AFNS students can also pursue a course-based or thesis-based Master of Agriculture, Master of Science or a PhD.", "rorId": null, "location": { "countryCode": "CA", @@ -17854,7 +19634,11 @@ "countryName": "Canada" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:17:01.735+0000", @@ -17898,7 +19682,11 @@ "countryName": "United Kingdom" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:17:01.955+0000", @@ -17929,9 +19717,9 @@ "institution": { "id": 94, "name": "Keck School of Medicine, University of Southern California", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", - "rorId": null, + "homeUrl": "https://www.keckmedicine.org/", + "description": "Keck Medicine of USC is the University of Southern California\u2019s medical enterprise, one of only two university-based medical systems in the Los Angeles area. Keck Medicine combines academic excellence, world-class research and state-of-the-art facilities to provide highly specialized care for some of the most acute patients in the country. ", + "rorId": "https://ror.org/01rq8ck58", "location": { "countryCode": "US", "countryName": "United States" @@ -17942,7 +19730,11 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:17:02.153+0000", @@ -17973,8 +19765,8 @@ "institution": { "id": 1044, "name": "Oxford e-Research Centre, University of Oxford, Oxford", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", + "homeUrl": "https://oerc.ox.ac.uk/", + "description": "We are a multidisciplinary data science research and education institute, part of the University of Oxford's Department of Engineering Science. We research and implement innovative digital methodologies, information and computational solutions for academic research and industrial applications. The Centre provides a world-leading environment for over 50 staff, including academics, students, data scientists, postdocs, as well as professional research software and knowledge engineers, who work together on interdisciplinary projects for the benefit of research and society.", "rorId": null, "location": { "countryCode": "GB", @@ -17986,7 +19778,11 @@ "countryName": "United Kingdom" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:17:02.358+0000", @@ -18017,8 +19813,8 @@ "institution": { "id": 1047, "name": "Department of Plant Pathology & Microbiology, University of California, Riverside, California", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", + "homeUrl": "https://microplantpath.ucr.edu/", + "description": "The department of Microbiology and Plant Pathology at the University of California, Riverside is committed to conducting research on the basic biology of plant pathogens and microbes; developing methods for the management of plant and microbiological diseases of organisms; providing a quality education to its students; and, providing expert advice on plant diseases and microbiology to the citizens of California and the world.", "rorId": null, "location": { "countryCode": "US", @@ -18030,7 +19826,11 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:17:02.591+0000", @@ -18061,9 +19861,9 @@ "institution": { "id": 98, "name": "Stanford University", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", - "rorId": null, + "homeUrl": "http://www.stanford.edu/", + "description": "Stanford was founded almost 150 years ago on a bedrock of societal purpose. Our mission is to contribute to the world by educating students for lives of leadership and purposeful contribution; advancing fundamental knowledge and cultivating creativity; and accelerating solutions and amplifying their impact.", + "rorId": "https://ror.org/00f54p054", "location": { "countryCode": "US", "countryName": "United States" @@ -18074,7 +19874,11 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:18:08.473+0000", @@ -18118,7 +19922,11 @@ "countryName": "Germany" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:17:02.814+0000", @@ -18149,8 +19957,8 @@ "institution": { "id": 1053, "name": "Department of Genetics, Harvard Medical School, Boston, Massachusetts", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", + "homeUrl": "https://genetics.hms.harvard.edu/", + "description": "the Department of Genetics at Harvard Medical School houses a faculty working on diverse problems, using a variety of approaches and model organisms, and having a unified focus on the genome as an organizing principle for understanding biological phenomena.", "rorId": null, "location": { "countryCode": "US", @@ -18162,7 +19970,11 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:17:03.033+0000", @@ -18193,8 +20005,8 @@ "institution": { "id": 1056, "name": "Centre for Genetics and Genomics, The University of Nottingham, Queen's Medical Centre, Nottingham", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", + "homeUrl": "http://www.nottingham.ac.uk/genetics/", + "description": "Our vision is to develop inspirational leaders of education, research and commercial innovation within a supportive and professional environment at the forefront of research in the Life Sciences for human and planet health.", "rorId": null, "location": { "countryCode": "GB", @@ -18206,7 +20018,11 @@ "countryName": "United Kingdom" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:17:03.255+0000", @@ -18237,8 +20053,8 @@ "institution": { "id": 1056, "name": "Centre for Genetics and Genomics, The University of Nottingham, Queen's Medical Centre, Nottingham", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", + "homeUrl": "http://www.nottingham.ac.uk/genetics/", + "description": "Our vision is to develop inspirational leaders of education, research and commercial innovation within a supportive and professional environment at the forefront of research in the Life Sciences for human and planet health.", "rorId": null, "location": { "countryCode": "GB", @@ -18250,7 +20066,11 @@ "countryName": "United Kingdom" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:17:03.475+0000", @@ -18281,8 +20101,8 @@ "institution": { "id": 1061, "name": "Graduate School of Information Science, Nagoya University, Furo-cho, Chikusa-ku", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", + "homeUrl": "https://en.nagoya-u.ac.jp/about_nu/admin/sch/deta/is.html", + "description": "The Graduate School of Information Science (GSIS) consists of fi ve Departments established in April 2003, i.e. the Department of Computer Science and Mathematical Informatics, the Department of Information Engineering, the Department of Media Science, the Department of Complex Systems Science, and the Department of Systems and Social Informatics. The GSIS covers widely fundamental science, applied science, and interdisciplinary fields, as an academic education/ research university organization for promoting the information communication technology age.", "rorId": null, "location": { "countryCode": "JP", @@ -18294,7 +20114,11 @@ "countryName": "Japan" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:17:03.650+0000", @@ -18338,7 +20162,11 @@ "countryName": "United Kingdom" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null }, { "id": 1067, @@ -18366,7 +20194,11 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:17:03.870+0000", @@ -18410,7 +20242,11 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null }, { "id": 1069, @@ -18438,7 +20274,11 @@ "countryName": "United Kingdom" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:17:04.223+0000", @@ -18482,7 +20322,11 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:17:04.514+0000", @@ -18513,9 +20357,9 @@ "institution": { "id": 94, "name": "Keck School of Medicine, University of Southern California", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", - "rorId": null, + "homeUrl": "https://www.keckmedicine.org/", + "description": "Keck Medicine of USC is the University of Southern California\u2019s medical enterprise, one of only two university-based medical systems in the Los Angeles area. Keck Medicine combines academic excellence, world-class research and state-of-the-art facilities to provide highly specialized care for some of the most acute patients in the country. ", + "rorId": "https://ror.org/01rq8ck58", "location": { "countryCode": "US", "countryName": "United States" @@ -18526,7 +20370,11 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:17:04.735+0000", @@ -18570,7 +20418,11 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:17:04.925+0000", @@ -18601,9 +20453,9 @@ "institution": { "id": 1087, "name": "Institute of Bioinformatics, International Tech Park, Bangalore", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", - "rorId": null, + "homeUrl": "http://www.ibioinformatics.org/", + "description": "The Institute of Bioinformatics is a not-for-profit organization engaged in research in Bioinformatics. This institute is located in Bangalore, India and was established in May 2002. Bangalore is a prime center for research and development and is the hub of information technology in India. The Institute of Bioinformatics emphasizes cutting edge research in Databases, Computational Genomics, Proteomics Comparative Genomics, Metabolomics and Lipidomics. The initial goal of this Institute was to create a freely available Human Protein Reference Database using open source technologies and to experimentally verify predicted human genes using molecular biology and proteomics-based methods.", + "rorId": "https://ror.org/04hqfvm50", "location": { "countryCode": "IN", "countryName": "India" @@ -18614,7 +20466,11 @@ "countryName": "India" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:17:05.741+0000", @@ -18658,7 +20514,11 @@ "countryName": "United Kingdom" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:17:05.964+0000", @@ -18702,7 +20562,11 @@ "countryName": "United Kingdom" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null }, { "id": 1093, @@ -18730,7 +20594,11 @@ "countryName": "United Kingdom" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:17:06.163+0000", @@ -18774,7 +20642,11 @@ "countryName": "United Kingdom" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null }, { "id": 1096, @@ -18802,7 +20674,11 @@ "countryName": "United Kingdom" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:17:06.457+0000", @@ -18811,50 +20687,6 @@ "deprecated": false, "deprecationDate": null }, - "nbn": { - "id": 1097, - "prefix": "nbn", - "name": "National Bibliography Number", - "pattern": "^urn\\:nbn\\:[A-Za-z_0-9]+\\:([A-Za-z_0-9]+)-[A-Za-z_0-9]+$", - "namespaceEmbeddedInLui": false, - "description": "The National Bibliography Number (NBN), is a URN-based publication identifier system employed by a variety of national libraries such as those of Germany, the Netherlands and Switzerland. They are used to identify documents archived in national libraries, in their native format or language, and are typically used for documents which do not have a publisher-assigned identifier.", - "mirId": "MIR:00000381", - "resources": [ - { - "id": 1099, - "providerCode": "CURATOR_REVIEW", - "name": "NBN through URN Resolver at German National Library", - "urlPattern": "http://nbn-resolving.org/resolver?identifier={$id}&verb=redirect", - "mirId": "MIR:00100488", - "description": "NBN through URN Resolver at German National Library", - "official": false, - "sampleId": "urn:nbn:fi:tkk-004781", - "resourceHomeUrl": "http://nbn-resolving.org/resolve_urn.htm", - "institution": { - "id": 1098, - "name": "Deutsche Nationalbibliothek, Frankfurt", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", - "rorId": null, - "location": { - "countryCode": "DE", - "countryName": "Germany" - } - }, - "location": { - "countryCode": "DE", - "countryName": "Germany" - }, - "deprecated": false, - "deprecationDate": null - } - ], - "created": "2019-06-11T14:17:06.748+0000", - "modified": "2019-06-11T14:17:06.748+0000", - "sampleId": "urn:nbn:fi:tkk-004781", - "deprecated": false, - "deprecationDate": null - }, "orcid": { "id": 1100, "prefix": "orcid", @@ -18877,9 +20709,9 @@ "institution": { "id": 1101, "name": "ORCID Inc, Bethesda, Mayrland", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", - "rorId": null, + "homeUrl": "http://orcid.org/", + "description": "ORCID, which stands for Open Researcher and Contributor ID, is a global, not-for-profit organization sustained by fees from our member organizations. We are community-built and governed by a Board of Directors representative of our membership with wide stakeholder representation. ORCID is supported by a dedicated and knowledgeable professional staff.", + "rorId": "https://ror.org/04fa4r544", "location": { "countryCode": "US", "countryName": "United States" @@ -18890,7 +20722,11 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:17:06.994+0000", @@ -18921,9 +20757,9 @@ "institution": { "id": 439, "name": "Royal Society of Chemistry, Cambridge", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", - "rorId": null, + "homeUrl": "http://www.rsc.org/", + "description": "We publish new research. We develop, recognise and celebrate professional capabilities. We bring people together to spark new ideas and new partnerships. We support teachers to inspire future generations of scientists. And we speak up to influence the people making decisions that affect us all.", + "rorId": "https://ror.org/025sbr097", "location": { "countryCode": "GB", "countryName": "United Kingdom" @@ -18934,7 +20770,11 @@ "countryName": "United Kingdom" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null }, { "id": 1108, @@ -18949,9 +20789,9 @@ "institution": { "id": 1107, "name": "National Institute of Standards and Technology, Gaithersburg, Maryland", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", - "rorId": null, + "homeUrl": "http://www.nist.gov/", + "description": "NIST promotes U.S. innovation and industrial competitiveness by advancing measurement science, standards, and technology in ways that enhance economic security and improve our quality of life. ", + "rorId": "https://ror.org/05xpvk416", "location": { "countryCode": "US", "countryName": "United States" @@ -18962,7 +20802,11 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null }, { "id": 1109, @@ -18990,7 +20834,11 @@ "countryName": "United Kingdom" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null }, { "id": 1105, @@ -19018,7 +20866,11 @@ "countryName": "Netherlands" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:17:07.236+0000", @@ -19049,9 +20901,9 @@ "institution": { "id": 1111, "name": "Wikimedia Foundation, San Francisco, California", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", - "rorId": null, + "homeUrl": "https://wikimediafoundation.org/", + "description": "The nonprofit Wikimedia Foundation provides the essential infrastructure for free knowledge. We host Wikipedia, the free online encyclopedia, created, edited, and verified by volunteers around the world, as well as many other vital community projects. All of which is made possible thanks to donations from individuals like you. We welcome anyone who shares our vision to join us in collecting and sharing knowledge that fully represents human diversity.", + "rorId": "https://ror.org/032q98j12", "location": { "countryCode": "US", "countryName": "United States" @@ -19062,7 +20914,11 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null }, { "id": 1114, @@ -19077,9 +20933,9 @@ "institution": { "id": 1113, "name": "OpenLink Software, Burlington, Massachusetts", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", - "rorId": null, + "homeUrl": "https://www.openlinksw.com/", + "description": "OpenLink Software is an acclaimed technology innovator and leading vendor of secure, high-performance, platform-independent technology for data access, integration, virtualization, and management. Everything we build is an expression of what's possible using existing open standards -- ensuring that you retain a perpetual freedom to mix and match \"best of class\" technologies when developing and deploying solutions.", + "rorId": "https://ror.org/03sqxy896", "location": { "countryCode": "US", "countryName": "United States" @@ -19090,7 +20946,11 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:17:07.845+0000", @@ -19121,8 +20981,8 @@ "institution": { "id": 1116, "name": "Department of Computer Science and Information Engineering, National Taiwan University", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", + "homeUrl": "https://en.ntnu.edu.tw/p-Computerscience.php", + "description": "Founded in 1985 as Department of Information and Computer Education, then officially renamed to Computer Science and Information Engineering in 2006. The department offers Bachelor, Master and Doctoral degrees with special emphasis in all fields of computer science and engineering. Currently there are approximately 200 undergraduate students and 150 graduate students enrolled, and there are 16 full-time faculties.", "rorId": null, "location": { "countryCode": "CN", @@ -19134,7 +20994,11 @@ "countryName": "China" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:17:08.222+0000", @@ -19165,8 +21029,8 @@ "institution": { "id": 1116, "name": "Department of Computer Science and Information Engineering, National Taiwan University", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", + "homeUrl": "https://en.ntnu.edu.tw/p-Computerscience.php", + "description": "Founded in 1985 as Department of Information and Computer Education, then officially renamed to Computer Science and Information Engineering in 2006. The department offers Bachelor, Master and Doctoral degrees with special emphasis in all fields of computer science and engineering. Currently there are approximately 200 undergraduate students and 150 graduate students enrolled, and there are 16 full-time faculties.", "rorId": null, "location": { "countryCode": "CN", @@ -19178,7 +21042,11 @@ "countryName": "China" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:17:08.458+0000", @@ -19209,9 +21077,9 @@ "institution": { "id": 439, "name": "Royal Society of Chemistry, Cambridge", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", - "rorId": null, + "homeUrl": "http://www.rsc.org/", + "description": "We publish new research. We develop, recognise and celebrate professional capabilities. We bring people together to spark new ideas and new partnerships. We support teachers to inspire future generations of scientists. And we speak up to influence the people making decisions that affect us all.", + "rorId": "https://ror.org/025sbr097", "location": { "countryCode": "GB", "countryName": "United Kingdom" @@ -19222,7 +21090,11 @@ "countryName": "United Kingdom" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null }, { "id": 1122, @@ -19250,7 +21122,11 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null }, { "id": 2470, @@ -19278,7 +21154,11 @@ "countryName": "Netherlands" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:17:08.649+0000", @@ -19309,8 +21189,8 @@ "institution": { "id": 24, "name": "UniProt Consortium", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", + "homeUrl": "https://www.uniprot.org", + "description": "The Universal Protein Resource (UniProt) is a comprehensive resource for protein sequence and annotation data. The UniProt databases are the UniProt Knowledgebase (UniProtKB), the UniProt Reference Clusters (UniRef), and the UniProt Archive (UniParc). The UniProt consortium and host institutions EMBL-EBI, SIB and PIR are committed to the long-term preservation of the UniProt databases.", "rorId": null, "location": { "countryCode": "GB", @@ -19322,7 +21202,11 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null }, { "id": 1125, @@ -19337,8 +21221,8 @@ "institution": { "id": 24, "name": "UniProt Consortium", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", + "homeUrl": "https://www.uniprot.org", + "description": "The Universal Protein Resource (UniProt) is a comprehensive resource for protein sequence and annotation data. The UniProt databases are the UniProt Knowledgebase (UniProtKB), the UniProt Reference Clusters (UniRef), and the UniProt Archive (UniParc). The UniProt consortium and host institutions EMBL-EBI, SIB and PIR are committed to the long-term preservation of the UniProt databases.", "rorId": null, "location": { "countryCode": "GB", @@ -19350,7 +21234,11 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null }, { "id": 1126, @@ -19365,8 +21253,8 @@ "institution": { "id": 24, "name": "UniProt Consortium", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", + "homeUrl": "https://www.uniprot.org", + "description": "The Universal Protein Resource (UniProt) is a comprehensive resource for protein sequence and annotation data. The UniProt databases are the UniProt Knowledgebase (UniProtKB), the UniProt Reference Clusters (UniRef), and the UniProt Archive (UniParc). The UniProt consortium and host institutions EMBL-EBI, SIB and PIR are committed to the long-term preservation of the UniProt databases.", "rorId": null, "location": { "countryCode": "GB", @@ -19378,7 +21266,11 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:17:08.943+0000", @@ -19409,8 +21301,8 @@ "institution": { "id": 15, "name": "Kyoto University Bioinformatics Center", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", + "homeUrl": "https://www.bic.kyoto-u.ac.jp/", + "description": "The Bioinformatics Center aims at developing new informatics technologies for deciphering the genome, especially from the viewpoint of how life operates as a system, and promoting both basic and applied research areas in bioinformatics. The Center consists of three research laboratories, named Chemical Life Science, Mathematical Bioinformatics, and Bio-Knowledge Engineering, which focus on scientific discovery, algorithms, and data mining, respectively. ", "rorId": null, "location": { "countryCode": "JP", @@ -19422,7 +21314,11 @@ "countryName": "Japan" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:17:09.349+0000", @@ -19454,7 +21350,7 @@ "id": 1130, "name": "Ospedale San Martino", "homeUrl": "http://www.ospedalesanmartino.it", - "description": "NOTE - No international description has been found on its website, so it's not been possible to include a brief summary here.", + "description": "The San Martino Polyclinic Hospital has always been a point of reference for the health needs of the citizens of the Genoese and Ligurian metropolitan area.\nIn five centuries of history, the high level and quality of the services offered have attracted users from all over Italy and abroad, helping to make this structure an important reference centre.", "rorId": "https://ror.org/04d7es448", "location": { "countryCode": "IT", @@ -19466,7 +21362,11 @@ "countryName": "Italy" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:17:09.531+0000", @@ -19484,34 +21384,6 @@ "description": "The Experimental Factor Ontology (EFO) provides a systematic description of many experimental variables available in EBI databases. It combines parts of several biological ontologies, such as anatomy, disease and chemical compounds. The scope of EFO is to support the annotation, analysis and visualization of data handled by the EBI Functional Genomics Team.", "mirId": "MIR:00000391", "resources": [ - { - "id": 1133, - "providerCode": "ols", - "name": "EFO through OLS", - "urlPattern": "https://www.ebi.ac.uk/ols/ontologies/efo/terms?obo_id=EFO:{$id}", - "mirId": "MIR:00100509", - "description": "EFO through OLS", - "official": false, - "sampleId": "0004859", - "resourceHomeUrl": "https://www.ebi.ac.uk/ols/ontologies/efo", - "institution": { - "id": 2, - "name": "European Bioinformatics Institute", - "homeUrl": "https://www.ebi.ac.uk", - "description": "At EMBL-EBI, we make the world\u2019s public biological data freely available to the scientific community via a range of services and tools, perform basic research and provide professional training in bioinformatics. \nWe are part of the European Molecular Biology Laboratory (EMBL), an international, innovative and interdisciplinary research organisation funded by 26 member states and two associate member states.", - "rorId": "https://ror.org/02catss52", - "location": { - "countryCode": "GB", - "countryName": "United Kingdom" - } - }, - "location": { - "countryCode": "GB", - "countryName": "United Kingdom" - }, - "deprecated": false, - "deprecationDate": null - }, { "id": 1134, "providerCode": "bptl", @@ -19525,8 +21397,8 @@ "institution": { "id": 5, "name": "National Center for Biomedical Ontology, Stanford", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", + "homeUrl": "https://ncbo.bioontology.org/", + "description": "The goal of the National Center for Biomedical Ontology is to support biomedical researchers in their knowledge-intensive work, by providing online tools and a Web portal enabling them to access, review, and integrate disparate ontological resources in all aspects of biomedical investigation and clinical practice. A major focus of our work involves the use of biomedical ontologies to aid in the management and analysis of data derived from complex experiments.", "rorId": null, "location": { "countryCode": "US", @@ -19538,7 +21410,11 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null }, { "id": 1135, @@ -19566,7 +21442,43 @@ "countryName": "United Kingdom" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null + }, + { + "id": 1133, + "providerCode": "ols", + "name": "EFO through OLS", + "urlPattern": "https://www.ebi.ac.uk/ols4/ontologies/efo/terms?obo_id=EFO:{$id}", + "mirId": "MIR:00100509", + "description": "EFO through OLS", + "official": false, + "sampleId": "0004859", + "resourceHomeUrl": "https://www.ebi.ac.uk/ols4/ontologies/efo", + "institution": { + "id": 2, + "name": "European Bioinformatics Institute", + "homeUrl": "https://www.ebi.ac.uk", + "description": "At EMBL-EBI, we make the world\u2019s public biological data freely available to the scientific community via a range of services and tools, perform basic research and provide professional training in bioinformatics. \nWe are part of the European Molecular Biology Laboratory (EMBL), an international, innovative and interdisciplinary research organisation funded by 26 member states and two associate member states.", + "rorId": "https://ror.org/02catss52", + "location": { + "countryCode": "GB", + "countryName": "United Kingdom" + } + }, + "location": { + "countryCode": "GB", + "countryName": "United Kingdom" + }, + "deprecated": false, + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:17:09.753+0000", @@ -19597,9 +21509,9 @@ "institution": { "id": 1137, "name": "Cardiff University, Cardiff", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", - "rorId": null, + "homeUrl": "https://www.cardiff.ac.uk/", + "description": "Founded in 1883, Cardiff University is established as one of Britain's leading research universities. Our ambition is to rank consistently among the top 100 universities in the world and the top 20 in the UK. We excel in education, research, and innovation and are building strong international relationships whilst demonstrating our commitment to Wales. We have a significant economic and social impact on Wales and the UK as a whole, contributing in areas such as employment, research funding, and teaching and learning activities. Explore our history from the mergers that created the University to a timeline that gives a unique view of the events that have shaped who we are now.", + "rorId": "https://ror.org/03kk7td41", "location": { "countryCode": "GB", "countryName": "United Kingdom" @@ -19610,7 +21522,11 @@ "countryName": "United Kingdom" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:17:10.208+0000", @@ -19654,7 +21570,11 @@ "countryName": "France" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:17:10.425+0000", @@ -19698,7 +21618,11 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null }, { "id": 1145, @@ -19726,7 +21650,11 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:17:10.647+0000", @@ -19770,7 +21698,11 @@ "countryName": "China" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:17:10.973+0000", @@ -19814,7 +21746,11 @@ "countryName": "United Kingdom" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:17:11.199+0000", @@ -19858,7 +21794,11 @@ "countryName": "China" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:17:11.437+0000", @@ -19902,7 +21842,11 @@ "countryName": "Japan" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:17:11.651+0000", @@ -19933,8 +21877,8 @@ "institution": { "id": 1159, "name": "Korean Bioinformation Center, Korea Research Institute of Bioscience and Biotechnology, Daejeon", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", + "homeUrl": "https://www.kribb.re.kr/eng/sub02/sub02_07_03.jsp", + "description": "The Korean Bioinformation Center (KOBIC) is the national research center for bioinformatics which plays a key role in various areas such as genomics, proteomics, systems biology, and personalized medicine. KOBIC is also responsible for the integration and management of bioresource/biodiversity information from various research laboratories and institutions across the country. ", "rorId": null, "location": { "countryCode": "KR", @@ -19946,7 +21890,11 @@ "countryName": "Korea, Republic of" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:17:11.871+0000", @@ -19977,8 +21925,8 @@ "institution": { "id": 1162, "name": "UCSD Skaggs School of Pharmacy and Pharmaceutical Sciences, La Jolla, California", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", + "homeUrl": "https://pharmacy.ucsd.edu/", + "description": "UC San Diego SSPPS offers students an innovative and flexible curriculum leading to the Doctor of Pharmacy (Pharm.D.) degree, taught by a stellar health sciences faculty in a program closely associated with the outstanding clinical, research and academic programs in the School of Medicine. The steady-state enrollment is 280 Pharm.D. students.", "rorId": null, "location": { "countryCode": "US", @@ -19990,7 +21938,11 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:17:12.099+0000", @@ -20034,7 +21986,11 @@ "countryName": "United Kingdom" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:17:12.749+0000", @@ -20078,7 +22034,11 @@ "countryName": "United Kingdom" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:17:12.968+0000", @@ -20109,9 +22069,9 @@ "institution": { "id": 1175, "name": "University of Arizona", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", - "rorId": null, + "homeUrl": "https://www.arizona.edu/", + "description": "As Arizona\u2019s land-grant university, we are driven to do great things. It\u2019s our passion to transform the lives of our student Wildcats and to solve some of the biggest challenges facing our state and the world.", + "rorId": "https://ror.org/03m2x1q45", "location": { "countryCode": "US", "countryName": "United States" @@ -20122,7 +22082,11 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:17:13.167+0000", @@ -20153,8 +22117,8 @@ "institution": { "id": 5, "name": "National Center for Biomedical Ontology, Stanford", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", + "homeUrl": "https://ncbo.bioontology.org/", + "description": "The goal of the National Center for Biomedical Ontology is to support biomedical researchers in their knowledge-intensive work, by providing online tools and a Web portal enabling them to access, review, and integrate disparate ontological resources in all aspects of biomedical investigation and clinical practice. A major focus of our work involves the use of biomedical ontologies to aid in the management and analysis of data derived from complex experiments.", "rorId": null, "location": { "countryCode": "US", @@ -20166,7 +22130,43 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null + }, + { + "id": 1179, + "providerCode": "CURATOR_REVIEW", + "name": "VariO at Lund University", + "urlPattern": "http://www.ontobee.org/search?ontology=VariO&keywords=VariO_{$id}&submit=Search+terms", + "mirId": "MIR:00100526", + "description": "VariO at Lund University", + "official": false, + "sampleId": "0294", + "resourceHomeUrl": "http://www.variationontology.org/", + "institution": { + "id": 1178, + "name": "Department of Experimental Medical Science, Lund University", + "homeUrl": "https://www.medicine.lu.se/faculty-medicine-lund-university/departments/department-experimental-medical-science", + "description": "Our mission is to perform molecular, cellular and integrative research at the highest international level and to train a new generation of successful scientists. We study biological processes that govern normal human bodily functions that are involved in disease pathogenesis. Several of our research environments have been recognized as outstanding both on the national and the European level. ", + "rorId": null, + "location": { + "countryCode": "SE", + "countryName": "Sweden" + } + }, + "location": { + "countryCode": "SE", + "countryName": "Sweden" + }, + "deprecated": false, + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null }, { "id": 1181, @@ -20194,35 +22194,11 @@ "countryName": "United Kingdom" }, "deprecated": false, - "deprecationDate": null - }, - { - "id": 1179, - "providerCode": "CURATOR_REVIEW", - "name": "VariO at Lund University", - "urlPattern": "http://www.ontobee.org/search?ontology=VariO&keywords=VariO_{$id}&submit=Search+terms", - "mirId": "MIR:00100526", - "description": "VariO at Lund University", - "official": false, - "sampleId": "0294", - "resourceHomeUrl": "http://www.variationontology.org/", - "institution": { - "id": 1178, - "name": "Department of Experimental Medical Science, Lund University", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", - "rorId": null, - "location": { - "countryCode": "SE", - "countryName": "Sweden" - } - }, - "location": { - "countryCode": "SE", - "countryName": "Sweden" - }, - "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:17:13.429+0000", @@ -20251,11 +22227,11 @@ "sampleId": "BeAn 70563", "resourceHomeUrl": "http://www.viprbrc.org/brc/home.do?decorator=vipr", "institution": { - "id": 1183, - "name": "J. Craig Venter Institute, San Diego, California", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", - "rorId": null, + "id": 393, + "name": "J. Craig Venter Institute, Maryland", + "homeUrl": "https://www.jcvi.org", + "description": "The J. Craig Venter Institute (JCVI) is a world leader in genomic research with approximately 120 scientists and staff who are bold innovators fearlessly pursuing revolutionary ideas. With a long track-record of creativity and an interdisciplinary approach to genomics, JCVI is committed to accelerating foundational scientific research to drive advances in human health and environmental sustainability.", + "rorId": "https://ror.org/049r1ts75", "location": { "countryCode": "US", "countryName": "United States" @@ -20266,7 +22242,11 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:17:13.893+0000", @@ -20288,12 +22268,12 @@ "id": 1186, "providerCode": "sib", "name": "EPD at Swiss Institute of Bioinformatics", - "urlPattern": "http://epd.vital-it.ch/cgi-bin/query_result.pl?out_format=NICE&Entry_0={$id}", + "urlPattern": "https://epd.expasy.org/cgi-bin/epd/query_result.pl?out_format=NICE&Entry_0={$id}", "mirId": "MIR:00100528", "description": "EPD at Swiss Institute of Bioinformatics", "official": false, "sampleId": "TA_H3", - "resourceHomeUrl": "http://epd.vital-it.ch/", + "resourceHomeUrl": "https://epd.expasy.org/epd", "institution": { "id": 1730, "name": "SIB Swiss Institute of Bioinformatics", @@ -20310,7 +22290,11 @@ "countryName": "Switzerland" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:17:14.109+0000", @@ -20354,7 +22338,11 @@ "countryName": "United Kingdom" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:17:14.331+0000", @@ -20383,11 +22371,11 @@ "sampleId": "2224", "resourceHomeUrl": "http://www.fungalbarcoding.org/", "institution": { - "id": 1190, - "name": "Fungal Biodiversity Centre, Utrecht", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", - "rorId": null, + "id": 547, + "name": "CBS-KNAW Fungal Biodiversity Centre, Utrecht", + "homeUrl": "https://wi.knaw.nl/", + "description": "The Westerdijk Fungal Biodiversity Institute performs highly innovative mycological research that contributes to the discovery and understanding of fungi and its biodiversity and potential solutions to societal challenges. The Westerdijk Institute has an encompassing and high quality collection of living fungi and related meta data that is highly utilized by public and private parties.\nThe main focus of the Westerdijk Fungal Biodiversity Institute is and will continue to be to explore, study and preserve our fungal collection. We recognize the enormous potential of fungi in the application of solving the world\u2019s biggest challenges. We therefore enhance our partnering with the scientific community, both in the academic, medical, agricultural and industrial field for fundamental and applied research. We also built a new wing to our institute, dedicated to novel product discovery. ", + "rorId": "https://ror.org/030a5r161", "location": { "countryCode": "NL", "countryName": "Netherlands" @@ -20398,7 +22386,11 @@ "countryName": "Netherlands" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:17:14.533+0000", @@ -20429,8 +22421,8 @@ "institution": { "id": 1193, "name": "Department of Plant Biology, University of Minnesota, Minnesota", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", + "homeUrl": "https://cbs.umn.edu/pmb", + "description": "The Department of Plant and Microbial Biology is the academic home for a diverse and integrative group of scientists who study the genetics, ecology, evolution, and molecular biology of plants, fungi, and microbes. ", "rorId": null, "location": { "countryCode": "US", @@ -20442,7 +22434,11 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:17:14.756+0000", @@ -20471,10 +22467,10 @@ "sampleId": "ASPL0000349247", "resourceHomeUrl": "http://www.aspgd.org/", "institution": { - "id": 1196, - "name": "Department of Genetics, Stanford University Medical School, Stanford, California", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", + "id": 298, + "name": "Department of Genetics, School of Medicine, Stanford University, Stanford, California", + "homeUrl": "https://med.stanford.edu/genetics.html", + "description": "A leader in the biomedical revolution, Stanford Medicine has a long tradition of leadership in pioneering research, creative teaching protocols and effective clinical therapies.", "rorId": null, "location": { "countryCode": "US", @@ -20486,7 +22482,11 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:17:14.975+0000", @@ -20515,10 +22515,10 @@ "sampleId": "ASPL0000349247", "resourceHomeUrl": "http://www.aspgd.org/", "institution": { - "id": 1196, - "name": "Department of Genetics, Stanford University Medical School, Stanford, California", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", + "id": 298, + "name": "Department of Genetics, School of Medicine, Stanford University, Stanford, California", + "homeUrl": "https://med.stanford.edu/genetics.html", + "description": "A leader in the biomedical revolution, Stanford Medicine has a long tradition of leadership in pioneering research, creative teaching protocols and effective clinical therapies.", "rorId": null, "location": { "countryCode": "US", @@ -20530,7 +22530,11 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:17:15.227+0000", @@ -20549,20 +22553,20 @@ "mirId": "MIR:00000431", "resources": [ { - "id": 1239, + "id": 1240, "providerCode": "CURATOR_REVIEW", - "name": "National Drug Code at Food and Drug Administration", - "urlPattern": "http://www.hipaaspace.com/Medical_Billing/Coding/National.Drug.Codes/{$id}", - "mirId": "MIR:00100554", - "description": "National Drug Code at Food and Drug Administration", - "official": true, + "name": "Bio2RDF", + "urlPattern": "http://ndc.bio2rdf.org/describe/?url=http://bio2rdf.org/ndc:{$id}", + "mirId": "MIR:00100700", + "description": "Bio2RDF", + "official": false, "sampleId": "0002-1975-61", - "resourceHomeUrl": "http://www.accessdata.fda.gov/scripts/cder/ndc/", + "resourceHomeUrl": "http://ndc.bio2rdf.org/fct", "institution": { - "id": 1238, - "name": "U.S. Food and Drug Administration, Maryland", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", + "id": 33, + "name": "Bio2RDF.org", + "homeUrl": "https://bio2rdf.org", + "description": "Bio2RDF is an open-source project that uses Semantic Web technologies to build and provide the largest network of Linked Data for the Life Sciences. Bio2RDF defines a set of simple conventions to create RDF(S) compatible Linked Data from a diverse set of heterogeneously formatted sources obtained from multiple data providers.", "rorId": null, "location": { "countryCode": "US", @@ -20574,23 +22578,27 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null }, { - "id": 1240, + "id": 1239, "providerCode": "CURATOR_REVIEW", - "name": "Bio2RDF", - "urlPattern": "http://ndc.bio2rdf.org/describe/?url=http://bio2rdf.org/ndc:{$id}", - "mirId": "MIR:00100700", - "description": "Bio2RDF", - "official": false, + "name": "National Drug Code at Food and Drug Administration", + "urlPattern": "http://www.hipaaspace.com/Medical_Billing/Coding/National.Drug.Codes/{$id}", + "mirId": "MIR:00100554", + "description": "National Drug Code at Food and Drug Administration", + "official": true, "sampleId": "0002-1975-61", - "resourceHomeUrl": "http://ndc.bio2rdf.org/fct", + "resourceHomeUrl": "http://www.accessdata.fda.gov/scripts/cder/ndc/", "institution": { - "id": 33, - "name": "Bio2RDF.org", - "homeUrl": "https://bio2rdf.org", - "description": "Bio2RDF is an open-source project that uses Semantic Web technologies to build and provide the largest network of Linked Data for the Life Sciences. Bio2RDF defines a set of simple conventions to create RDF(S) compatible Linked Data from a diverse set of heterogeneously formatted sources obtained from multiple data providers.", + "id": 1238, + "name": "U.S. Food and Drug Administration, Maryland", + "homeUrl": "CURATOR_REVIEW", + "description": "CURATOR_REVIEW", "rorId": null, "location": { "countryCode": "US", @@ -20602,7 +22610,11 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:17:18.754+0000", @@ -20633,9 +22645,9 @@ "institution": { "id": 1201, "name": "MindSpec Inc., Fairfax, Virginia", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", - "rorId": null, + "homeUrl": "http://www.mindspec.org/", + "description": "Our core mission at MindSpec, a 501(c)(3) non profit organization, is to advance research on neurodevelopmental conditions. Founded in 2006, MindSpec is an independent, non-profit research organization established to facilitate the discovery of a cure for autism. Although we initially focused on autism, we hope to expand our research to other types of neuropsychiatric illness.", + "rorId": "https://ror.org/033p51247", "location": { "countryCode": "US", "countryName": "United States" @@ -20646,7 +22658,11 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:17:15.426+0000", @@ -20677,8 +22693,8 @@ "institution": { "id": 1037, "name": "Department of Computing Science, Food and Nutritional Science, University of Alberta, Edmonton", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", + "homeUrl": "https://www.ualberta.ca/agricultural-food-nutritional-science/index.html", + "description": "The department of Agricultural, Food & Nutritional Science (AFNS) offers research and teachings related to the fields of Animal Science, Food Science and Bioresource, Human Nutrition and Plant Biosystems. AFNS offers undergraduate Bachelor of Science degrees in Agriculture, Animal Health, Agricultural/Food Business Science and Nutrition & Food Science each with a variety of majors. AFNS students can also pursue a course-based or thesis-based Master of Agriculture, Master of Science or a PhD.", "rorId": null, "location": { "countryCode": "CA", @@ -20690,7 +22706,11 @@ "countryName": "Canada" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:17:15.634+0000", @@ -20699,91 +22719,99 @@ "deprecated": false, "deprecationDate": null }, - "bgee.family": { - "id": 1205, - "prefix": "bgee.family", - "name": "Bgee family", - "pattern": "^(ENSFM|ENSGTV:)\\d+$", + "biocarta.pathway": { + "id": 1215, + "prefix": "biocarta.pathway", + "name": "BioCarta Pathway", + "pattern": "^([hm]\\_)?\\w+Pathway$", "namespaceEmbeddedInLui": false, - "description": "Bgee is a database of gene expression patterns within particular anatomical structures within a species, and between different animal species. This collection refers to expression across species.", - "mirId": "MIR:00000417", + "description": "BioCarta is a supplier and distributor of characterized reagents and assays for biopharmaceutical and academic research. It catalogs community produced online maps depicting molecular relationships from areas of active research, generating classical pathways as well as suggestions for new pathways. This collections references pathway maps.", + "mirId": "MIR:00000421", "resources": [ { - "id": 1207, - "providerCode": "sib", - "name": "Bgee at Lausanne", - "urlPattern": "http://bgee.unil.ch/bgee/bgee?page=gene_family&action=family_details&gene_family_id={$id}", - "mirId": "MIR:00100540", - "description": "Bgee at Lausanne", - "official": false, - "sampleId": "ENSFM00500000270089", - "resourceHomeUrl": "http://bgee.unil.ch/bgee/bgee", + "id": 1216, + "providerCode": "CURATOR_REVIEW", + "name": "BioCarta Pathway at NCI", + "urlPattern": "https://cgap.nci.nih.gov/Pathways/BioCarta/{$id}", + "mirId": "MIR:00100544", + "description": "BioCarta Pathway at NCI", + "official": true, + "sampleId": "h_aktPathway", + "resourceHomeUrl": "https://www.biocarta.com/", "institution": { - "id": 1730, - "name": "SIB Swiss Institute of Bioinformatics", - "homeUrl": "https://www.sib.swiss", - "description": "SIB provides bioinformatics services and resources for scientists and clinicians from academia and industry in Switzerland and worldwide.", - "rorId": "https://ror.org/002n09z45", + "id": 442, + "name": "National Cancer Institute, Center for Bioinformatics, Maryland", + "homeUrl": "CURATOR_REVIEW", + "description": "CURATOR_REVIEW", + "rorId": null, "location": { - "countryCode": "CH", - "countryName": "Switzerland" + "countryCode": "US", + "countryName": "United States" } }, "location": { - "countryCode": "CH", - "countryName": "Switzerland" + "countryCode": "US", + "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], - "created": "2019-06-11T14:17:15.821+0000", - "modified": "2019-06-11T14:17:15.821+0000", - "sampleId": "ENSFM00500000270089", + "created": "2019-06-11T14:17:16.688+0000", + "modified": "2019-06-11T14:17:16.688+0000", + "sampleId": "h_aktPathway", "deprecated": false, "deprecationDate": null }, - "bgee.gene": { - "id": 1208, - "prefix": "bgee.gene", - "name": "Bgee gene", - "pattern": "^[A-Za-z]+\\d+$", + "gmd.profile": { + "id": 1219, + "prefix": "gmd.profile", + "name": "Golm Metabolome Database Profile", + "pattern": "^([0-9a-fA-F]){8}(-([0-9a-fA-F]){4}){3}-([0-9a-fA-F]){12}$", "namespaceEmbeddedInLui": false, - "description": "Bgee is a database to retrieve and compare gene expression patterns in multiple species, produced from multiple data types (RNA-Seq, Affymetrix, in situ hybridization, and EST data). This collection references genes in Bgee.", - "mirId": "MIR:00000418", + "description": "Golm Metabolome Database (GMD) provides public access to custom mass spectral libraries, metabolite profiling experiments as well as additional information and tools. GMD's metabolite profiles provide relative metabolite concentrations normalised according to fresh weight (or comparable quantitative data, such as volume, cell count, etc.) and internal standards (e.g. ribotol) of biological reference conditions and tissues.", + "mirId": "MIR:00000423", "resources": [ { - "id": 1210, - "providerCode": "sib", - "name": "Bgee gene", - "urlPattern": "https://bgee.org/?page=gene&gene_id={$id}", - "mirId": "MIR:00100541", - "description": "Bgee gene", + "id": 1220, + "providerCode": "CURATOR_REVIEW", + "name": "Golm Metabolome Database (Profile) at Max Planck Institute of Molecular Plant Physiology", + "urlPattern": "http://gmd.mpimp-golm.mpg.de/profile/default.aspx?XemlId={$id}", + "mirId": "MIR:00100546", + "description": "Golm Metabolome Database (Profile) at Max Planck Institute of Molecular Plant Physiology", "official": false, - "sampleId": "FBgn0000015", - "resourceHomeUrl": "https://bgee.org/", + "sampleId": "10b38aaf-b977-4950-85b8-f4775f66658d", + "resourceHomeUrl": "http://gmd.mpimp-golm.mpg.de/", "institution": { - "id": 1730, - "name": "SIB Swiss Institute of Bioinformatics", - "homeUrl": "https://www.sib.swiss", - "description": "SIB provides bioinformatics services and resources for scientists and clinicians from academia and industry in Switzerland and worldwide.", - "rorId": "https://ror.org/002n09z45", + "id": 806, + "name": "Max Planck Institute of Molecular Plant Physiology, Potsdam", + "homeUrl": "http://www.mpimp-golm.mpg.de/2168/en", + "description": "The Max Planck Institute of Molecular Plant Physiology (MPI-MP) was founded in 1994, as one of 18 institutes on the territory of the former GDR. The founding director was Prof. Dr. Dr. h.c. Lothar Willmitzer, who is the director of one of the three departments which have been established since then. From originally only 16 employees the institute grew into a large institute, which now employs about 360 people from all over the world, who put their combined efforts into elucidating the secrets of plants.", + "rorId": "https://ror.org/01fbde567", "location": { - "countryCode": "CH", - "countryName": "Switzerland" + "countryCode": "DE", + "countryName": "Germany" } }, "location": { - "countryCode": "CH", - "countryName": "Switzerland" + "countryCode": "DE", + "countryName": "Germany" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], - "created": "2019-06-11T14:17:16.067+0000", - "modified": "2019-06-11T14:17:16.067+0000", - "sampleId": "FBgn0000015", + "created": "2019-06-11T14:17:17.038+0000", + "modified": "2019-06-11T14:17:17.038+0000", + "sampleId": "10b38aaf-b977-4950-85b8-f4775f66658d", "deprecated": false, "deprecationDate": null }, @@ -20822,14 +22850,18 @@ "countryName": "Switzerland" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:17:16.333+0000", - "modified": "2019-06-11T14:17:16.333+0000", + "modified": "2023-07-04T10:26:40.175+0000", "sampleId": "HsapDO:0000004", - "deprecated": false, - "deprecationDate": null + "deprecated": true, + "deprecationDate": "2023-07-04T10:26:40.148+0000" }, "bgee.organ": { "id": 1213, @@ -20866,102 +22898,66 @@ "countryName": "Switzerland" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:17:16.514+0000", - "modified": "2019-06-11T14:17:16.514+0000", + "modified": "2023-07-04T10:26:56.709+0000", "sampleId": "EHDAA:2185", - "deprecated": false, - "deprecationDate": null - }, - "biocarta.pathway": { - "id": 1215, - "prefix": "biocarta.pathway", - "name": "BioCarta Pathway", - "pattern": "^([hm]\\_)?\\w+Pathway$", - "namespaceEmbeddedInLui": false, - "description": "BioCarta is a supplier and distributor of characterized reagents and assays for biopharmaceutical and academic research. It catalogs community produced online maps depicting molecular relationships from areas of active research, generating classical pathways as well as suggestions for new pathways. This collections references pathway maps.", - "mirId": "MIR:00000421", - "resources": [ - { - "id": 1216, - "providerCode": "CURATOR_REVIEW", - "name": "BioCarta Pathway at NCI", - "urlPattern": "https://cgap.nci.nih.gov/Pathways/BioCarta/{$id}", - "mirId": "MIR:00100544", - "description": "BioCarta Pathway at NCI", - "official": true, - "sampleId": "h_aktPathway", - "resourceHomeUrl": "https://www.biocarta.com/", - "institution": { - "id": 442, - "name": "National Cancer Institute, Center for Bioinformatics, Maryland", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", - "rorId": null, - "location": { - "countryCode": "US", - "countryName": "United States" - } - }, - "location": { - "countryCode": "US", - "countryName": "United States" - }, - "deprecated": false, - "deprecationDate": null - } - ], - "created": "2019-06-11T14:17:16.688+0000", - "modified": "2019-06-11T14:17:16.688+0000", - "sampleId": "h_aktPathway", - "deprecated": false, - "deprecationDate": null + "deprecated": true, + "deprecationDate": "2023-07-04T10:26:56.707+0000" }, - "gmd.profile": { - "id": 1219, - "prefix": "gmd.profile", - "name": "Golm Metabolome Database Profile", - "pattern": "^([0-9a-fA-F]){8}(-([0-9a-fA-F]){4}){3}-([0-9a-fA-F]){12}$", + "bgee.family": { + "id": 1205, + "prefix": "bgee.family", + "name": "Bgee family", + "pattern": "^(ENSFM|ENSGTV:)\\d+$", "namespaceEmbeddedInLui": false, - "description": "Golm Metabolome Database (GMD) provides public access to custom mass spectral libraries, metabolite profiling experiments as well as additional information and tools. GMD's metabolite profiles provide relative metabolite concentrations normalised according to fresh weight (or comparable quantitative data, such as volume, cell count, etc.) and internal standards (e.g. ribotol) of biological reference conditions and tissues.", - "mirId": "MIR:00000423", + "description": "Bgee is a database of gene expression patterns within particular anatomical structures within a species, and between different animal species. This collection refers to expression across species.", + "mirId": "MIR:00000417", "resources": [ { - "id": 1220, - "providerCode": "CURATOR_REVIEW", - "name": "Golm Metabolome Database (Profile) at Max Planck Institute of Molecular Plant Physiology", - "urlPattern": "http://gmd.mpimp-golm.mpg.de/profile/default.aspx?XemlId={$id}", - "mirId": "MIR:00100546", - "description": "Golm Metabolome Database (Profile) at Max Planck Institute of Molecular Plant Physiology", + "id": 1207, + "providerCode": "sib", + "name": "Bgee at Lausanne", + "urlPattern": "http://bgee.unil.ch/bgee/bgee?page=gene_family&action=family_details&gene_family_id={$id}", + "mirId": "MIR:00100540", + "description": "Bgee at Lausanne", "official": false, - "sampleId": "10b38aaf-b977-4950-85b8-f4775f66658d", - "resourceHomeUrl": "http://gmd.mpimp-golm.mpg.de/", + "sampleId": "ENSFM00500000270089", + "resourceHomeUrl": "http://bgee.unil.ch/bgee/bgee", "institution": { - "id": 806, - "name": "Max Planck Institute of Molecular Plant Physiology, Potsdam", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", - "rorId": null, + "id": 1730, + "name": "SIB Swiss Institute of Bioinformatics", + "homeUrl": "https://www.sib.swiss", + "description": "SIB provides bioinformatics services and resources for scientists and clinicians from academia and industry in Switzerland and worldwide.", + "rorId": "https://ror.org/002n09z45", "location": { - "countryCode": "DE", - "countryName": "Germany" + "countryCode": "CH", + "countryName": "Switzerland" } }, "location": { - "countryCode": "DE", - "countryName": "Germany" + "countryCode": "CH", + "countryName": "Switzerland" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], - "created": "2019-06-11T14:17:17.038+0000", - "modified": "2019-06-11T14:17:17.038+0000", - "sampleId": "10b38aaf-b977-4950-85b8-f4775f66658d", - "deprecated": false, - "deprecationDate": null + "created": "2019-06-11T14:17:15.821+0000", + "modified": "2023-07-04T10:27:03.696+0000", + "sampleId": "ENSFM00500000270089", + "deprecated": true, + "deprecationDate": "2023-07-04T10:27:03.694+0000" }, "gmd.gcms": { "id": 1221, @@ -20985,9 +22981,9 @@ "institution": { "id": 806, "name": "Max Planck Institute of Molecular Plant Physiology, Potsdam", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", - "rorId": null, + "homeUrl": "http://www.mpimp-golm.mpg.de/2168/en", + "description": "The Max Planck Institute of Molecular Plant Physiology (MPI-MP) was founded in 1994, as one of 18 institutes on the territory of the former GDR. The founding director was Prof. Dr. Dr. h.c. Lothar Willmitzer, who is the director of one of the three departments which have been established since then. From originally only 16 employees the institute grew into a large institute, which now employs about 360 people from all over the world, who put their combined efforts into elucidating the secrets of plants.", + "rorId": "https://ror.org/01fbde567", "location": { "countryCode": "DE", "countryName": "Germany" @@ -20998,7 +22994,11 @@ "countryName": "Germany" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:17:17.255+0000", @@ -21029,9 +23029,9 @@ "institution": { "id": 806, "name": "Max Planck Institute of Molecular Plant Physiology, Potsdam", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", - "rorId": null, + "homeUrl": "http://www.mpimp-golm.mpg.de/2168/en", + "description": "The Max Planck Institute of Molecular Plant Physiology (MPI-MP) was founded in 1994, as one of 18 institutes on the territory of the former GDR. The founding director was Prof. Dr. Dr. h.c. Lothar Willmitzer, who is the director of one of the three departments which have been established since then. From originally only 16 employees the institute grew into a large institute, which now employs about 360 people from all over the world, who put their combined efforts into elucidating the secrets of plants.", + "rorId": "https://ror.org/01fbde567", "location": { "countryCode": "DE", "countryName": "Germany" @@ -21042,7 +23042,11 @@ "countryName": "Germany" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:17:17.475+0000", @@ -21073,9 +23077,9 @@ "institution": { "id": 806, "name": "Max Planck Institute of Molecular Plant Physiology, Potsdam", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", - "rorId": null, + "homeUrl": "http://www.mpimp-golm.mpg.de/2168/en", + "description": "The Max Planck Institute of Molecular Plant Physiology (MPI-MP) was founded in 1994, as one of 18 institutes on the territory of the former GDR. The founding director was Prof. Dr. Dr. h.c. Lothar Willmitzer, who is the director of one of the three departments which have been established since then. From originally only 16 employees the institute grew into a large institute, which now employs about 360 people from all over the world, who put their combined efforts into elucidating the secrets of plants.", + "rorId": "https://ror.org/01fbde567", "location": { "countryCode": "DE", "countryName": "Germany" @@ -21086,7 +23090,11 @@ "countryName": "Germany" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:17:17.661+0000", @@ -21130,7 +23138,11 @@ "countryName": "United Kingdom" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:17:17.850+0000", @@ -21159,11 +23171,11 @@ "sampleId": "PTPN1", "resourceHomeUrl": "http://www.depod.bioss.uni-freiburg.de", "institution": { - "id": 1230, - "name": "European Molecular Biology Laboratory EMBL, Heidelberg", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", - "rorId": null, + "id": 375, + "name": "EMBL, Heidelberg", + "homeUrl": "http://embl.org/", + "description": "With 28 member states, EMBL has more than 110 independent research groups and service teams covering the spectrum of molecular biology at six sites in Barcelona, Grenoble, Hamburg, Heidelberg, EMBL-EBI Hinxton, and Rome.", + "rorId": "https://ror.org/03mstc592", "location": { "countryCode": "DE", "countryName": "Germany" @@ -21174,7 +23186,11 @@ "countryName": "Germany" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:17:18.034+0000", @@ -21203,11 +23219,11 @@ "sampleId": "Akt_PKB", "resourceHomeUrl": "http://www.cellsignal.com/pathways/index.html", "institution": { - "id": 1233, - "name": "Cell Signaling Technology, Inc., Danvers, Massachusetts", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", - "rorId": null, + "id": 339, + "name": "Cell Signaling Technology, Inc.", + "homeUrl": "https://www.cellsignal.com/", + "description": "Cell Signaling Technology (CST) is a different kind of life sciences company\u2014one founded, owned, and run by active research scientists, with the highest standards of product and service quality, technological innovation, and scientific rigor for over 20 years. We consistently provide fellow scientists around the globe with best-in-class products and services to fuel their quests for discovery.", + "rorId": "https://ror.org/03k4zc121", "location": { "countryCode": "US", "countryName": "United States" @@ -21218,7 +23234,11 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:17:18.324+0000", @@ -21262,7 +23282,11 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:17:19.049+0000", @@ -21293,9 +23317,9 @@ "institution": { "id": 1245, "name": "Pasteur Institute, Paris", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", - "rorId": null, + "homeUrl": "http://www.pasteur.fr/en", + "description": "The Institut Pasteur is a private, non-profit foundation. Its mission is to help prevent and treat diseases, mainly those of infectious origin, through research, teaching, and public health initiatives.", + "rorId": "https://ror.org/0495fxg12", "location": { "countryCode": "FR", "countryName": "France" @@ -21306,7 +23330,11 @@ "countryName": "France" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:17:19.310+0000", @@ -21335,11 +23363,11 @@ "sampleId": "973a9333-fec7-46dd-8eb5-25738f06ee54", "resourceHomeUrl": "https://dailymed.nlm.nih.gov/dailymed/", "institution": { - "id": 1248, - "name": "U.S. National Library of Medicine, Bethesda, Maryland", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", - "rorId": null, + "id": 316, + "name": "National Library of Medicine, Maryland", + "homeUrl": "https://www.nlm.nih.gov/", + "description": "The National Library of Medicine (NLM), on the campus of the National Institutes of Health in Bethesda, Maryland, has been a center of information innovation since its founding in 1836. The world\u2019s largest biomedical library, NLM maintains and makes available a vast print collection and produces electronic information resources on a wide range of topics that are searched billions of times each year by millions of people around the globe. It also supports and conducts research, development, and training in biomedical informatics and health information technology. In addition, the Library coordinates an 8,000+ member Network of the National Library of Medicine that promotes and provides access to health information in communities across the United States.", + "rorId": "https://ror.org/0060t0j89", "location": { "countryCode": "US", "countryName": "United States" @@ -21350,7 +23378,11 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:17:19.532+0000", @@ -21379,10 +23411,10 @@ "sampleId": "2244", "resourceHomeUrl": "http://sideeffects.embl.de/", "institution": { - "id": 1251, - "name": "Structural and Computational Biology Unit, European Molecular Biology Laboratory, Heidelberg", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", + "id": 743, + "name": "Structural and Computational Biology, European Molecular Biology Laboratory, Heidelberg", + "homeUrl": "https://www.embl.org/research/units/structural-and-computational-biology/", + "description": "The unit pursues an ambitious research programme in integrated structural and computational systems biology bridging between various spatial and temporal scales.", "rorId": null, "location": { "countryCode": "DE", @@ -21394,7 +23426,11 @@ "countryName": "Germany" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:17:19.846+0000", @@ -21423,10 +23459,10 @@ "sampleId": "C0017565", "resourceHomeUrl": "http://sideeffects.embl.de/", "institution": { - "id": 1251, - "name": "Structural and Computational Biology Unit, European Molecular Biology Laboratory, Heidelberg", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", + "id": 743, + "name": "Structural and Computational Biology, European Molecular Biology Laboratory, Heidelberg", + "homeUrl": "https://www.embl.org/research/units/structural-and-computational-biology/", + "description": "The unit pursues an ambitious research programme in integrated structural and computational systems biology bridging between various spatial and temporal scales.", "rorId": null, "location": { "countryCode": "DE", @@ -21438,7 +23474,11 @@ "countryName": "Germany" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:17:20.079+0000", @@ -21469,8 +23509,8 @@ "institution": { "id": 1256, "name": "Computer Science and Artificial Intelligence Laboratory, Massachusetts Institute of Technology, Cambridge, Massachusetts", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", + "homeUrl": "https://www.csail.mit.edu/", + "description": "MIT's Computer Science and Artificial Intelligence Laboratory pioneers research in computing that improves the way people work, play, and learn. We focus on developing fundamentally new technologies, conducting basic research that furthers the field of computing, and inspiring and educating future generations of scientists and technologists.", "rorId": null, "location": { "countryCode": "US", @@ -21482,7 +23522,11 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:17:20.303+0000", @@ -21513,9 +23557,9 @@ "institution": { "id": 1259, "name": "Broad Institute of MIT and Harvard, Cambridge, Massachuchetts", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", - "rorId": null, + "homeUrl": "https://ror.org/05a0ya142", + "description": "The Broad Institute of MIT and Harvard is a research organization that convenes a community of researchers from across many disciplines and partner institutions\u2014MIT, Harvard, and Harvard-affiliated hospitals.", + "rorId": "https://ror.org/05a0ya142", "location": { "countryCode": "US", "countryName": "United States" @@ -21526,7 +23570,11 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:17:20.539+0000", @@ -21557,9 +23605,9 @@ "institution": { "id": 1262, "name": "Coriell Institute for Medical Research, New Jersey", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", - "rorId": null, + "homeUrl": "https://ror.org/04npwsp41", + "description": "Research is our driving mission at Coriell. We supply the global scientific community with the high quality cells and DNA needed to conduct their research and offer our laboratory and biobanking expertise to researchers who require assistance processing, storing and distributing their samples.", + "rorId": "https://ror.org/04npwsp41", "location": { "countryCode": "US", "countryName": "United States" @@ -21570,7 +23618,11 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:17:20.763+0000", @@ -21614,7 +23666,11 @@ "countryName": "Germany" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:17:20.995+0000", @@ -21645,8 +23701,8 @@ "institution": { "id": 1268, "name": "Texas Agrilife Research, Texas A&M University College Station", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", + "homeUrl": "https://agriliferesearch.tamu.edu/", + "description": "Texas A&M AgriLife Research is the state\u2019s premier research agency in agriculture, natural resources and the life sciences. We conduct hundreds of projects spanning many scientific disciplines to deliver life-sustaining and industry-changing impacts to Texans and around the world. We are a state agriculture agency part of Texas A&M AgriLife, which allows us to fund research across many fields.", "rorId": null, "location": { "countryCode": "US", @@ -21658,7 +23714,11 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:17:21.287+0000", @@ -21702,7 +23762,11 @@ "countryName": "United Kingdom" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:17:21.507+0000", @@ -21733,9 +23797,9 @@ "institution": { "id": 1273, "name": "Ithaka Harbors, Inc., New York", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", - "rorId": null, + "homeUrl": "https://www.ithaka.org/", + "description": "We are a nonprofit with a mission to improve access to knowledge and education for people around the world. We believe education is key to the well-being of individuals and society, and we work to make it more effective and affordable. We help make higher education and access to knowledge more affordable; we improve outcomes for students and researchers; and we preserve knowledge for future generations.", + "rorId": "https://ror.org/018xens77", "location": { "countryCode": "US", "countryName": "United States" @@ -21746,7 +23810,11 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:17:21.690+0000", @@ -21777,8 +23845,8 @@ "institution": { "id": 5, "name": "National Center for Biomedical Ontology, Stanford", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", + "homeUrl": "https://ncbo.bioontology.org/", + "description": "The goal of the National Center for Biomedical Ontology is to support biomedical researchers in their knowledge-intensive work, by providing online tools and a Web portal enabling them to access, review, and integrate disparate ontological resources in all aspects of biomedical investigation and clinical practice. A major focus of our work involves the use of biomedical ontologies to aid in the management and analysis of data derived from complex experiments.", "rorId": null, "location": { "countryCode": "US", @@ -21790,18 +23858,54 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null + }, + { + "id": 1279, + "providerCode": "CURATOR_REVIEW", + "name": "Mouse Adult Gross Anatomy at The Jackson Laboratory", + "urlPattern": "http://www.informatics.jax.org/searches/AMA.cgi?id=MA:{$id}", + "mirId": "MIR:00100578", + "description": "Mouse Adult Gross Anatomy at The Jackson Laboratory", + "official": true, + "sampleId": "0002502", + "resourceHomeUrl": "http://www.informatics.jax.org/", + "institution": { + "id": 91, + "name": "The Jackson Laboratory", + "homeUrl": "https://www.jax.org/#", + "description": "The Jackson Laboratory (JAX) is an independent, nonprofit biomedical research organization that leverages a unique combination of research, education and resources to achieve our mission: We DISCOVER precise genomic solutions for disease and EMPOWER the global biomedical community in its shared quest to improve human health.", + "rorId": "https://ror.org/021sy4w91", + "location": { + "countryCode": "US", + "countryName": "United States" + } + }, + "location": { + "countryCode": "US", + "countryName": "United States" + }, + "deprecated": false, + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null }, { "id": 1277, "providerCode": "ols", "name": "Mouse Adult Gross Anatomy through OLS", - "urlPattern": "https://www.ebi.ac.uk/ols/ontologies/ma/terms?obo_id=MA:{$id}", + "urlPattern": "https://www.ebi.ac.uk/ols4/ontologies/ma/terms?obo_id=MA:{$id}", "mirId": "MIR:00100577", "description": "Mouse Adult Gross Anatomy through OLS", "official": false, "sampleId": "0002502", - "resourceHomeUrl": "https://www.ebi.ac.uk/ols/ontologies/ma", + "resourceHomeUrl": "https://www.ebi.ac.uk/ols4/ontologies/ma", "institution": { "id": 2, "name": "European Bioinformatics Institute", @@ -21818,35 +23922,11 @@ "countryName": "United Kingdom" }, "deprecated": false, - "deprecationDate": null - }, - { - "id": 1279, - "providerCode": "CURATOR_REVIEW", - "name": "Mouse Adult Gross Anatomy at The Jackson Laboratory", - "urlPattern": "http://www.informatics.jax.org/searches/AMA.cgi?id=MA:{$id}", - "mirId": "MIR:00100578", - "description": "Mouse Adult Gross Anatomy at The Jackson Laboratory", - "official": true, - "sampleId": "0002502", - "resourceHomeUrl": "http://www.informatics.jax.org/", - "institution": { - "id": 1278, - "name": "The Jackson Laboratory, Bar Harbor, Maine", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", - "rorId": null, - "location": { - "countryCode": "US", - "countryName": "United States" - } - }, - "location": { - "countryCode": "US", - "countryName": "United States" - }, - "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:17:21.919+0000", @@ -21877,8 +23957,8 @@ "institution": { "id": 1284, "name": "Matrix Science Ltd., London", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", + "homeUrl": "https://www.matrixscience.com/", + "description": " Matrix Science is an independent provider of bioinformatics tools to proteomics researchers and scientists, enabling the rapid, confident identification and quantitation of proteins. The company was founded in 1998 and is based in London, United Kingdom. ", "rorId": null, "location": { "countryCode": "GB", @@ -21890,7 +23970,11 @@ "countryName": "United Kingdom" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:17:22.748+0000", @@ -21934,7 +24018,11 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:17:22.962+0000", @@ -21978,7 +24066,11 @@ "countryName": "Switzerland" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:17:23.207+0000", @@ -22007,11 +24099,11 @@ "sampleId": "1354581", "resourceHomeUrl": "http://rgd.mcw.edu/", "institution": { - "id": 1295, - "name": "Medical College of Wisconsin, Milwaukee, Wisconsin", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", - "rorId": null, + "id": 176, + "name": "Medical College of Wisconsin", + "homeUrl": "http://www.mcw.edu/MCW", + "description": "We are a distinguished leader and innovator in the education and development of the next generation of physicians, scientists, pharmacists and health professionals; we discover and translate new knowledge in the biomedical and health sciences; we provide cutting-edge, collaborative patient care of the highest quality; and we improve the health of the communities we serve.", + "rorId": "https://ror.org/00qqv6244", "location": { "countryCode": "US", "countryName": "United States" @@ -22022,7 +24114,11 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:17:23.659+0000", @@ -22051,11 +24147,11 @@ "sampleId": "5688061", "resourceHomeUrl": "http://rgd.mcw.edu/", "institution": { - "id": 1295, - "name": "Medical College of Wisconsin, Milwaukee, Wisconsin", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", - "rorId": null, + "id": 176, + "name": "Medical College of Wisconsin", + "homeUrl": "http://www.mcw.edu/MCW", + "description": "We are a distinguished leader and innovator in the education and development of the next generation of physicians, scientists, pharmacists and health professionals; we discover and translate new knowledge in the biomedical and health sciences; we provide cutting-edge, collaborative patient care of the highest quality; and we improve the health of the communities we serve.", + "rorId": "https://ror.org/00qqv6244", "location": { "countryCode": "US", "countryName": "United States" @@ -22066,7 +24162,11 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:17:23.876+0000", @@ -22097,8 +24197,8 @@ "institution": { "id": 1300, "name": "Computational Systems Biology Laboratory, Department of Biochemistry and Molecular Biology, University of Georgia, Athens, Georgia", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", + "homeUrl": "http://csbl.bmb.uga.edu/new/", + "description": "The Computational Systems Biology Lab (CSBL) in the Department of Biochemistry and Molecular Biology at the University of Georgia consists of scientists with highly diversified training backgrounds, ranging from biochemistry, computational chemistry, molecular biology, biophysics, physics to computer science, statistics, and mathematics. Our common interests are in the development of computational tools for solving biological problems. Our work ranges from the construction of mathematical/statistical models to the development of algorithms to code implementation to applications of computational tools to solve various bio-data analysis and modeling problems.", "rorId": null, "location": { "countryCode": "US", @@ -22110,7 +24210,11 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:17:24.062+0000", @@ -22140,9 +24244,9 @@ "resourceHomeUrl": "http://degradome.uniovi.es/", "institution": { "id": 1303, - "name": "Departamento de Bioquímica y Biología Molecular, Facultad de Medicina, Universidad de Oviedo", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", + "name": "Departamento de Bioqu\u00edmica y Biolog\u00eda Molecular, Facultad de Medicina, Universidad de Oviedo", + "homeUrl": "https://bbm.uniovi.es/", + "description": "El Departamento de Bioqu\u00edmica y Biolog\u00eda Molecular es la unidad de docencia e investigaci\u00f3n encargada de coordinar las ense\u00f1anzas en este \u00e1rea de acuerdo con la programaci\u00f3n docente de la Universidad de Oviedo, as\u00ed como de apoyar e impulsar las actividades e iniciativas docentes e investigadoras del profesorado en esta materia.", "rorId": null, "location": { "countryCode": "ES", @@ -22154,7 +24258,11 @@ "countryName": "Spain" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:17:24.294+0000", @@ -22185,9 +24293,9 @@ "institution": { "id": 1026, "name": "MRC Laboratory of Molecular Biology, Cambridge", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", - "rorId": null, + "homeUrl": "http://www2.mrc-lmb.cam.ac.uk/", + "description": "The MRC Laboratory of Molecular Biology (LMB) is a research institute dedicated to the understanding of important biological processes at the levels of atoms, molecules, cells and organisms. In doing so, we provide knowledge needed to solve key problems in human health.", + "rorId": "https://ror.org/00tw3jy02", "location": { "countryCode": "GB", "countryName": "United Kingdom" @@ -22198,7 +24306,11 @@ "countryName": "United Kingdom" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:17:24.514+0000", @@ -22231,7 +24343,7 @@ "name": "Peking University", "homeUrl": "http://english.pku.edu.cn/", "description": "Peking University is a comprehensive and national key university. The campus, known as \"Yan Yuan\"\uff08the garden of Yan\uff09, is situated at Haidian District in the western suburb of Beijing, with a total area of 2,743,532 square metres (or 274 hectares). It stands near to the Yuanmingyuan Garden and the Summer Palace.\nPeking University is proud of its outstanding faculty, including 48 members of the Chinese Academy of Sciences (CAS), 9 members of the Chinese Academy of Engineering (CAE), and 21 members of the Third World Academy of Sciences (TWAS).", - "rorId": null, + "rorId": "https://ror.org/02v51f717", "location": { "countryCode": "CN", "countryName": "China" @@ -22242,7 +24354,11 @@ "countryName": "China" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:17:24.701+0000", @@ -22273,9 +24389,9 @@ "institution": { "id": 827, "name": "Centre for Cardiovascular Science, University of Edinburgh, Edinburgh", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", - "rorId": null, + "homeUrl": "https://www.ed.ac.uk/cardiovascular-science", + "description": "The Centre for Cardiovascular Science (CVS) was one of the first multidisciplinary research centers in Edinburgh and has been a model for many more. Initiated in 1998 by a \u00a37M Wellcome Trust Cardiovascular Research Initiative Award and consolidated by over \u00a320M in serial BHF strategic awards, the groups constituting the CVS came together on the Little France campus in 2005 to form a \"Centre for Cardiovascular Risk & Resolution\" in the Queen's Medical Research Institute (QMRI). Today CVS has core facilities and training programs across three buildings at Little France - the QMRI, the Chancellor's Building, and the Scottish Centre for Regenerative Medicine.", + "rorId": "https://ror.org/002g4nt27", "location": { "countryCode": "GB", "countryName": "United Kingdom" @@ -22286,7 +24402,11 @@ "countryName": "United Kingdom" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:17:24.936+0000", @@ -22315,11 +24435,11 @@ "sampleId": "128796-39-4", "resourceHomeUrl": "http://www.molbase.com/", "institution": { - "id": 1313, - "name": "Chinese Academy of Sciences, Xuhui District Shanghai", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", - "rorId": null, + "id": 737, + "name": "Chinese Academy of Sciences", + "homeUrl": "http://english.cas.cn/", + "description": "The Chinese Academy of Sciences is the linchpin of China\u2019s drive to explore and harness high technology and the natural sciences for the benefit of China and the world. CAS brings together scientists and engineers from China and around the world to address both theoretical and applied problems using world-class scientific and management approaches.", + "rorId": "https://ror.org/034t30j35", "location": { "countryCode": "CN", "countryName": "China" @@ -22330,7 +24450,11 @@ "countryName": "China" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:17:25.144+0000", @@ -22361,8 +24485,8 @@ "institution": { "id": 1316, "name": "Department of Biochemistry, University of Washington, Seattle", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", + "homeUrl": "https://sites.uw.edu/biochemistry/", + "description": "The Department of Biochemistry at the University of Washington has contributed to many phases of this research. Initially recognized for incisive studies of the structure and function of proteins, and the mechanisms of enzyme action, the department branched out into a multitude of other areas. These included: developmental biology of flies, fish, frogs, and mice; molecular mechanisms of aging in yeast and mammals; vertebrate visual and immune responses; chromosome dynamics, cell division, DNA replication and repair; energy transduction during photosynthesis; protein secretion and membrane fusion; translational control and regulated protein degradation; protein structure determination by crystallography and NMR spectroscopy; and protein structure prediction and enzyme design.", "rorId": null, "location": { "countryCode": "US", @@ -22374,7 +24498,11 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:17:25.397+0000", @@ -22418,7 +24546,11 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:17:25.610+0000", @@ -22447,10 +24579,10 @@ "sampleId": "10194", "resourceHomeUrl": "http://func.mshri.on.ca/fly", "institution": { - "id": 1322, - "name": "Harvard Medical School, Boston, Massachusetts", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", + "id": 2745, + "name": "Harvard Medical School", + "homeUrl": "https://hms.harvard.edu/", + "description": "Since the School was established in 1782, faculty members have improved human health by innovating in their roles as physicians, mentors and scholars. They\u2019ve piloted educational models, developed new curricula to address emerging needs in health care, and produced thousands of leaders and compassionate caregivers who are shaping the fields of science and medicine throughout the world with their expertise and passion.", "rorId": null, "location": { "countryCode": "US", @@ -22462,7 +24594,11 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:17:25.854+0000", @@ -22491,10 +24627,10 @@ "sampleId": "119514", "resourceHomeUrl": "http://func.mshri.on.ca/human/", "institution": { - "id": 1322, - "name": "Harvard Medical School, Boston, Massachusetts", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", + "id": 2745, + "name": "Harvard Medical School", + "homeUrl": "https://hms.harvard.edu/", + "description": "Since the School was established in 1782, faculty members have improved human health by innovating in their roles as physicians, mentors and scholars. They\u2019ve piloted educational models, developed new curricula to address emerging needs in health care, and produced thousands of leaders and compassionate caregivers who are shaping the fields of science and medicine throughout the world with their expertise and passion.", "rorId": null, "location": { "countryCode": "US", @@ -22506,7 +24642,11 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:17:26.074+0000", @@ -22535,10 +24675,10 @@ "sampleId": "1351341", "resourceHomeUrl": "http://func.mshri.on.ca/mouse/", "institution": { - "id": 1322, - "name": "Harvard Medical School, Boston, Massachusetts", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", + "id": 2745, + "name": "Harvard Medical School", + "homeUrl": "https://hms.harvard.edu/", + "description": "Since the School was established in 1782, faculty members have improved human health by innovating in their roles as physicians, mentors and scholars. They\u2019ve piloted educational models, developed new curricula to address emerging needs in health care, and produced thousands of leaders and compassionate caregivers who are shaping the fields of science and medicine throughout the world with their expertise and passion.", "rorId": null, "location": { "countryCode": "US", @@ -22550,7 +24690,11 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:17:26.285+0000", @@ -22581,9 +24725,9 @@ "institution": { "id": 1882, "name": "Memorial Sloan Kettering Cancer Center", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", - "rorId": null, + "homeUrl": "https://www.mskcc.org/", + "description": "The people of Memorial Sloan Kettering Cancer Center (MSK) are united by a singular mission: ending cancer for life. Our specialized care teams provide personalized, compassionate, expert care to patients of all ages. Informed by basic research done at our Sloan Kettering Institute, scientists across MSK collaborate to conduct innovative translational and clinical research that is driving a revolution in our understanding of cancer as a disease and improving the ability to prevent, diagnose, and treat it. MSK is dedicated to training the next generation of scientists and clinicians, who go on to pursue our mission at MSK and around the globe. One of the world\u2019s most respected comprehensive centers devoted exclusively to cancer, we have been recognized as one of the top two cancer hospitals in the country by U.S. News & World Report for more than 30 years. ", + "rorId": "https://ror.org/02yrq0923", "location": { "countryCode": "US", "countryName": "United States" @@ -22594,7 +24738,11 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:18:18.874+0000", @@ -22623,10 +24771,10 @@ "sampleId": "2701", "resourceHomeUrl": "http://func.mshri.on.ca/yeast", "institution": { - "id": 1322, - "name": "Harvard Medical School, Boston, Massachusetts", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", + "id": 2745, + "name": "Harvard Medical School", + "homeUrl": "https://hms.harvard.edu/", + "description": "Since the School was established in 1782, faculty members have improved human health by innovating in their roles as physicians, mentors and scholars. They\u2019ve piloted educational models, developed new curricula to address emerging needs in health care, and produced thousands of leaders and compassionate caregivers who are shaping the fields of science and medicine throughout the world with their expertise and passion.", "rorId": null, "location": { "countryCode": "US", @@ -22638,7 +24786,11 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:17:26.470+0000", @@ -22669,9 +24821,9 @@ "institution": { "id": 1331, "name": "Stanford University School of Medicine, Stanford, California", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", - "rorId": null, + "homeUrl": "http://med.stanford.edu/", + "description": "A leader in the biomedical revolution, Stanford Medicine has a long tradition of leadership in pioneering research, creative teaching protocols and effective clinical therapies.", + "rorId": "https://ror.org/03mtd9a03", "location": { "countryCode": "US", "countryName": "United States" @@ -22682,7 +24834,11 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:17:26.654+0000", @@ -22726,7 +24882,11 @@ "countryName": "United Kingdom" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:17:26.886+0000", @@ -22755,11 +24915,11 @@ "sampleId": "46977", "resourceHomeUrl": "http://caps.ncbs.res.in/pass2/", "institution": { - "id": 1336, - "name": "National centre for Biological Sciences, TIFR, GKVK campus, Bangalore, Karnataka", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", - "rorId": null, + "id": 428, + "name": "National Centre for Biological Sciences, Bangalore", + "homeUrl": "https://www.ncbs.res.in/", + "description": "We are a premier research institute with all the necessary facilities that a research scientist may need. Research interests of our faculty members lie in the frontier areas of biology, and the science at NCBS (a part of the Tata Institute of Fundamental Research ) uses experimental and computational approaches in the study of molecules, cells and organisms. We aim to understand biology at each of these levels to advance an integrated view of life processes. The talent and drive of our students and faculty members continues to show us the way to good science.", + "rorId": "https://ror.org/03gf8rp76", "location": { "countryCode": "IN", "countryName": "India" @@ -22770,7 +24930,11 @@ "countryName": "India" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:17:27.086+0000", @@ -22814,7 +24978,11 @@ "countryName": "China" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:17:27.338+0000", @@ -22858,7 +25026,11 @@ "countryName": "China" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:17:27.601+0000", @@ -22902,7 +25074,11 @@ "countryName": "China" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:17:27.811+0000", @@ -22946,7 +25122,11 @@ "countryName": "China" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:17:28.027+0000", @@ -22975,11 +25155,11 @@ "sampleId": "17165", "resourceHomeUrl": "http://www.nlm.nih.gov/mesh/", "institution": { - "id": 792, - "name": "U.S. National Library of Medicine, National Institute of Health, Maryland", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", - "rorId": null, + "id": 316, + "name": "National Library of Medicine, Maryland", + "homeUrl": "https://www.nlm.nih.gov/", + "description": "The National Library of Medicine (NLM), on the campus of the National Institutes of Health in Bethesda, Maryland, has been a center of information innovation since its founding in 1836. The world\u2019s largest biomedical library, NLM maintains and makes available a vast print collection and produces electronic information resources on a wide range of topics that are searched billions of times each year by millions of people around the globe. It also supports and conducts research, development, and training in biomedical informatics and health information technology. In addition, the Library coordinates an 8,000+ member Network of the National Library of Medicine that promotes and provides access to health information in communities across the United States.", + "rorId": "https://ror.org/0060t0j89", "location": { "countryCode": "US", "countryName": "United States" @@ -22990,7 +25170,11 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:17:28.224+0000", @@ -23021,8 +25205,8 @@ "institution": { "id": 367, "name": "Department of Computational Biology, University of Tokyo, Tokyo", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", + "homeUrl": "https://www.cbms.k.u-tokyo.ac.jp/english/index.html", + "description": "he department of Medical Genome Sciences and the department of Computational Biology have been merged, resulting in the establishment of a unique new major that is unprecedented in Japan. The objectives of this new major are to lead the way in information-oriented life science while significantly contributing to life innovation, and to cultivate personnel capable of translating the results in the clinical setting. To this end,we believe that it is necessary to develop personnel with a novel specialty by actively employing on-the-job training in state-of-the-art informatics and medical science research settings and implementing a basic education environment for integrating information science and medical science. This kind of personnel is required not only in medicine, but also in other technical fields such as agricultural sciences, pharmaceutical sciences, environmental studies and biotechnology.", "rorId": null, "location": { "countryCode": "JP", @@ -23034,7 +25218,11 @@ "countryName": "Japan" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:17:28.414+0000", @@ -23063,10 +25251,10 @@ "sampleId": "H00076", "resourceHomeUrl": "http://www.genome.jp/kegg/disease/", "institution": { - "id": 705, - "name": "Kyoto University Bioinformatics Center, Kyoto", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", + "id": 15, + "name": "Kyoto University Bioinformatics Center", + "homeUrl": "https://www.bic.kyoto-u.ac.jp/", + "description": "The Bioinformatics Center aims at developing new informatics technologies for deciphering the genome, especially from the viewpoint of how life operates as a system, and promoting both basic and applied research areas in bioinformatics. The Center consists of three research laboratories, named Chemical Life Science, Mathematical Bioinformatics, and Bio-Knowledge Engineering, which focus on scientific discovery, algorithms, and data mining, respectively. ", "rorId": null, "location": { "countryCode": "JP", @@ -23078,7 +25266,11 @@ "countryName": "Japan" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:17:28.601+0000", @@ -23122,7 +25314,11 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:17:28.795+0000", @@ -23153,8 +25349,8 @@ "institution": { "id": 1361, "name": "Kawasaki laboratory, Research Center for Glycobiotechnology, Ritsumeikan University", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", + "homeUrl": "https://en.ritsumei.ac.jp/research/overview/", + "description": "Ritsumeikan will pursue the creation of universal values based on academic freedom and search for solutions to the pressing issues facing humankind, with its educational endeavours based on its founding spirit and educational ideals, bearing in mind \u201cto believe in the future, to live for the future.\u201d Ritsumeikan will foster learning and the development of individual talents in order to nurture just and ethical global citizens. Ritsumeikan, as an institute of education and research, pledges to promote peace, democracy and sustainable development in Japan and throughout the world, in keeping with the spirit of this Charter. ", "rorId": null, "location": { "countryCode": "JP", @@ -23166,7 +25362,11 @@ "countryName": "Japan" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:17:29.214+0000", @@ -23210,7 +25410,11 @@ "countryName": "Japan" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:17:29.437+0000", @@ -23254,7 +25458,11 @@ "countryName": "China" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:17:29.649+0000", @@ -23285,9 +25493,9 @@ "institution": { "id": 1885, "name": "The University of Cambridge", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", - "rorId": null, + "homeUrl": "https://www.cam.ac.uk/", + "description": "The mission of the University of Cambridge is to contribute to society through education, learning and research at the highest international level.", + "rorId": "https://ror.org/013meh722", "location": { "countryCode": "GB", "countryName": "United Kingdom" @@ -23298,7 +25506,11 @@ "countryName": "United Kingdom" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:18:19.150+0000", @@ -23342,7 +25554,11 @@ "countryName": "China" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:17:29.833+0000", @@ -23373,9 +25589,9 @@ "institution": { "id": 1371, "name": "Genetic Strains Research Center, National Institute of Genetics, Mishima, Shizuoka", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", - "rorId": null, + "homeUrl": "http://www.nig.ac.jp/nig/", + "description": "Research NIG conducts top-level research in life sciences leveraging on approaches and resources in Genetics. NIG also develops new research fields within the broader concept of Genetics. ", + "rorId": "https://ror.org/02xg1m795", "location": { "countryCode": "JP", "countryName": "Japan" @@ -23386,7 +25602,11 @@ "countryName": "Japan" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:17:30.027+0000", @@ -23417,9 +25637,9 @@ "institution": { "id": 1371, "name": "Genetic Strains Research Center, National Institute of Genetics, Mishima, Shizuoka", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", - "rorId": null, + "homeUrl": "http://www.nig.ac.jp/nig/", + "description": "Research NIG conducts top-level research in life sciences leveraging on approaches and resources in Genetics. NIG also develops new research fields within the broader concept of Genetics. ", + "rorId": "https://ror.org/02xg1m795", "location": { "countryCode": "JP", "countryName": "Japan" @@ -23430,7 +25650,11 @@ "countryName": "Japan" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:17:30.248+0000", @@ -23461,9 +25685,9 @@ "institution": { "id": 1371, "name": "Genetic Strains Research Center, National Institute of Genetics, Mishima, Shizuoka", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", - "rorId": null, + "homeUrl": "http://www.nig.ac.jp/nig/", + "description": "Research NIG conducts top-level research in life sciences leveraging on approaches and resources in Genetics. NIG also develops new research fields within the broader concept of Genetics. ", + "rorId": "https://ror.org/02xg1m795", "location": { "countryCode": "JP", "countryName": "Japan" @@ -23474,7 +25698,11 @@ "countryName": "Japan" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:17:30.425+0000", @@ -23505,9 +25733,9 @@ "institution": { "id": 1371, "name": "Genetic Strains Research Center, National Institute of Genetics, Mishima, Shizuoka", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", - "rorId": null, + "homeUrl": "http://www.nig.ac.jp/nig/", + "description": "Research NIG conducts top-level research in life sciences leveraging on approaches and resources in Genetics. NIG also develops new research fields within the broader concept of Genetics. ", + "rorId": "https://ror.org/02xg1m795", "location": { "countryCode": "JP", "countryName": "Japan" @@ -23518,7 +25746,11 @@ "countryName": "Japan" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:17:30.616+0000", @@ -23562,7 +25794,11 @@ "countryName": "France" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:17:30.833+0000", @@ -23593,9 +25829,9 @@ "institution": { "id": 1111, "name": "Wikimedia Foundation, San Francisco, California", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", - "rorId": null, + "homeUrl": "https://wikimediafoundation.org/", + "description": "The nonprofit Wikimedia Foundation provides the essential infrastructure for free knowledge. We host Wikipedia, the free online encyclopedia, created, edited, and verified by volunteers around the world, as well as many other vital community projects. All of which is made possible thanks to donations from individuals like you. We welcome anyone who shares our vision to join us in collecting and sharing knowledge that fully represents human diversity.", + "rorId": "https://ror.org/032q98j12", "location": { "countryCode": "US", "countryName": "United States" @@ -23606,7 +25842,11 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:17:31.086+0000", @@ -23637,8 +25877,8 @@ "institution": { "id": 1385, "name": "Institute of Molecular Life Sciences, University of Zurich, Zurich", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", + "homeUrl": "https://www.mls.uzh.ch/en.html", + "description": "Bottom-up research to enhance our understanding of the molecular basis of life. It is only by understanding how biological processes work that we can hope to intervene in cases where things go awry.", "rorId": null, "location": { "countryCode": "CH", @@ -23650,7 +25890,11 @@ "countryName": "Switzerland" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:17:31.315+0000", @@ -23681,8 +25925,8 @@ "institution": { "id": 1385, "name": "Institute of Molecular Life Sciences, University of Zurich, Zurich", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", + "homeUrl": "https://www.mls.uzh.ch/en.html", + "description": "Bottom-up research to enhance our understanding of the molecular basis of life. It is only by understanding how biological processes work that we can hope to intervene in cases where things go awry.", "rorId": null, "location": { "countryCode": "CH", @@ -23694,7 +25938,11 @@ "countryName": "Switzerland" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:17:31.566+0000", @@ -23725,9 +25973,9 @@ "institution": { "id": 79, "name": "Rutgers, The State University of New Jersey", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", - "rorId": null, + "homeUrl": "https://www.rutgers.edu/", + "description": "Rutgers, The State University of New Jersey, stands among America\u2019s highest-ranked, most diverse public research universities. The oldest, largest, and top-ranked public university in the New York/New Jersey metropolitan area, you\u2019ll find us at our main locations in three New Jersey cities, and our footprint can be seen around the region. We\u2019re an academic, health, and research powerhouse and a university of opportunity.", + "rorId": "https://ror.org/05vt9qd57", "location": { "countryCode": "US", "countryName": "United States" @@ -23738,7 +25986,11 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null }, { "id": 1391, @@ -23766,7 +26018,11 @@ "countryName": "United Kingdom" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:17:31.784+0000", @@ -23795,11 +26051,11 @@ "sampleId": "I31.952", "resourceHomeUrl": "http://merops.sanger.ac.uk/index.htm", "institution": { - "id": 1393, - "name": "Wellcome Trust Sanger Institute, Wellcome Trust Genome Campus, Hinxton, Cambridge", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", - "rorId": null, + "id": 210, + "name": "Wellcome Trust Sanger Institute", + "homeUrl": "https://www.sanger.ac.uk/", + "description": "We tackle some of the most difficult challenges in genomic research. This demands science at scale; a visionary and creative approach to research that pushes the boundaries of our understanding in ever new and exciting ways.", + "rorId": "https://ror.org/05cy4wa09", "location": { "countryCode": "GB", "countryName": "United Kingdom" @@ -23810,7 +26066,11 @@ "countryName": "United Kingdom" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:17:32.129+0000", @@ -23854,7 +26114,11 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:17:32.366+0000", @@ -23885,8 +26149,8 @@ "institution": { "id": 1399, "name": "Department of Genomic Drug Discovery Science, Graduate School of Pharmaceutical Sciences, Kyoto University, Sakyo-ku, Kyoto", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", + "homeUrl": "https://www.pharm.kyoto-u.ac.jp/en/research/research-organization/research-profile/ciepps/", + "description": "Development of tissue/intracellular targeted drug delivery systems using biomolecular recognition mechanisms. Development of pharmacokinetics and toxicity evaluation systems using the microfluidic devices. Information analysis of adverse event databases and its application to risk assessment. Molecular dynamics and pharmacological analysis of adverse reaction and research on development for prevention and treatment.", "rorId": null, "location": { "countryCode": "JP", @@ -23898,7 +26162,11 @@ "countryName": "Japan" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:17:32.633+0000", @@ -23929,8 +26197,8 @@ "institution": { "id": 1399, "name": "Department of Genomic Drug Discovery Science, Graduate School of Pharmaceutical Sciences, Kyoto University, Sakyo-ku, Kyoto", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", + "homeUrl": "https://www.pharm.kyoto-u.ac.jp/en/research/research-organization/research-profile/ciepps/", + "description": "Development of tissue/intracellular targeted drug delivery systems using biomolecular recognition mechanisms. Development of pharmacokinetics and toxicity evaluation systems using the microfluidic devices. Information analysis of adverse event databases and its application to risk assessment. Molecular dynamics and pharmacological analysis of adverse reaction and research on development for prevention and treatment.", "rorId": null, "location": { "countryCode": "JP", @@ -23942,7 +26210,11 @@ "countryName": "Japan" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:17:32.872+0000", @@ -23986,7 +26258,11 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:17:33.087+0000", @@ -24030,7 +26306,11 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:17:37.549+0000", @@ -24074,7 +26354,11 @@ "countryName": "United Kingdom" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:17:37.784+0000", @@ -24118,7 +26402,11 @@ "countryName": "Canada" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:17:33.340+0000", @@ -24149,8 +26437,8 @@ "institution": { "id": 1410, "name": "Genome Technology Branch, National Human Genome Research Institute, National Institutes of Health, Bethesda, Maryland", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", + "homeUrl": "https://www.genome.gov/", + "description": "Led by Director Eric Green, M.D., Ph.D., the National Human Genome Research Institute (NHGRI) is the driving force for advancing genomics research at the National Institutes of Health (NIH), the largest biomedical research agency in the world. ", "rorId": null, "location": { "countryCode": "US", @@ -24162,7 +26450,11 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:17:33.593+0000", @@ -24206,7 +26498,11 @@ "countryName": "France" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:17:33.862+0000", @@ -24237,8 +26533,8 @@ "institution": { "id": 1416, "name": "Center for Medical Informatics, Yale University School of Medicine, New Haven, Connecticut", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", + "homeUrl": "https://medicine.yale.edu/intmed/drc/research/institutional/ycmi/", + "description": "The YCMI serves as a focus for training and systems development for a range of research projects. YCMI occupies 8,000 sq ft in the same building as the Keck Lab. It is headed by Perry Miller, M.D.,Ph.D., and has 15 core faculty members. It offers DERC investigators access to a novel data base management system, Trial/DB, a powerful, flexible, web-accessible database designed to support clinical trials and clinical research in a variety of areas, including diabetes.", "rorId": null, "location": { "countryCode": "US", @@ -24250,7 +26546,11 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:17:34.104+0000", @@ -24281,8 +26581,8 @@ "institution": { "id": 1416, "name": "Center for Medical Informatics, Yale University School of Medicine, New Haven, Connecticut", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", + "homeUrl": "https://medicine.yale.edu/intmed/drc/research/institutional/ycmi/", + "description": "The YCMI serves as a focus for training and systems development for a range of research projects. YCMI occupies 8,000 sq ft in the same building as the Keck Lab. It is headed by Perry Miller, M.D.,Ph.D., and has 15 core faculty members. It offers DERC investigators access to a novel data base management system, Trial/DB, a powerful, flexible, web-accessible database designed to support clinical trials and clinical research in a variety of areas, including diabetes.", "rorId": null, "location": { "countryCode": "US", @@ -24294,7 +26594,11 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:17:34.340+0000", @@ -24325,8 +26629,8 @@ "institution": { "id": 1421, "name": "Department of Computer Science, University of Missouri, Columbia, Missouri", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", + "homeUrl": "https://engineering.missouri.edu/departments/eecs/", + "description": "Mizzou Engineering educates engineering leaders who are driven by curiosity, wonder and a desire to make the world a better place. Here, you will have opportunities to collaborate with peers and faculty across campus to gain hands-on experience that complements your in-class coursework. And with 50+ engineering organizations and more than 600 student clubs at Mizzou, you will be able to connect with fellow Tigers who share your interests and passions.", "rorId": null, "location": { "countryCode": "US", @@ -24338,7 +26642,11 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:17:34.528+0000", @@ -24369,8 +26677,8 @@ "institution": { "id": 1421, "name": "Department of Computer Science, University of Missouri, Columbia, Missouri", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", + "homeUrl": "https://engineering.missouri.edu/departments/eecs/", + "description": "Mizzou Engineering educates engineering leaders who are driven by curiosity, wonder and a desire to make the world a better place. Here, you will have opportunities to collaborate with peers and faculty across campus to gain hands-on experience that complements your in-class coursework. And with 50+ engineering organizations and more than 600 student clubs at Mizzou, you will be able to connect with fellow Tigers who share your interests and passions.", "rorId": null, "location": { "countryCode": "US", @@ -24382,7 +26690,11 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:17:34.763+0000", @@ -24413,9 +26725,9 @@ "institution": { "id": 1426, "name": "Institute of Enzymology, Hungarian Academy of Sciences, Budapest", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", - "rorId": null, + "homeUrl": "http://www.ttk.hu/ei/en/", + "description": "The Institute of Enzymology pursues research goals stretching across multiple fields of science, resulting in interdisciplinary research using the methods of biology, chemistry physics and informatics at the same time. Structural biological basic research of the institute is directed towards understanding physiological and pathophysiological processes on the scale of molecules and cells. Research topics are continuously extended from structural biology towards system biology to reveal complex biological processes by the utilization of advances in proteomics and bioinformatics.\n", + "rorId": "https://ror.org/04t4pws42", "location": { "countryCode": "HU", "countryName": "Hungary" @@ -24426,7 +26738,11 @@ "countryName": "Hungary" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:17:35.217+0000", @@ -24470,7 +26786,11 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:17:35.485+0000", @@ -24514,7 +26834,11 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:17:35.752+0000", @@ -24558,7 +26882,11 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:17:35.969+0000", @@ -24602,7 +26930,11 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:17:36.183+0000", @@ -24646,7 +26978,11 @@ "countryName": "United Kingdom" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:17:36.594+0000", @@ -24690,7 +27026,11 @@ "countryName": "United Kingdom" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null }, { "id": 1443, @@ -24718,7 +27058,11 @@ "countryName": "United Kingdom" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:17:36.823+0000", @@ -24762,7 +27106,11 @@ "countryName": "United Kingdom" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null }, { "id": 1446, @@ -24790,7 +27138,11 @@ "countryName": "United Kingdom" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:17:37.233+0000", @@ -24834,7 +27186,11 @@ "countryName": "United Kingdom" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null }, { "id": 1455, @@ -24862,7 +27218,11 @@ "countryName": "United Kingdom" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:17:38.030+0000", @@ -24893,8 +27253,8 @@ "institution": { "id": 1457, "name": "Neuroscience Information Framework, University of California, San Diego, California", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", + "homeUrl": "https://neuinfo.org/", + "description": "The Neuroscience Information Framework is a dynamic inventory of Web-based neuroscience resources: data, materials, and tools accessible via any computer connected.", "rorId": null, "location": { "countryCode": "US", @@ -24906,7 +27266,11 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:17:38.379+0000", @@ -24937,8 +27301,8 @@ "institution": { "id": 5, "name": "National Center for Biomedical Ontology, Stanford", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", + "homeUrl": "https://ncbo.bioontology.org/", + "description": "The goal of the National Center for Biomedical Ontology is to support biomedical researchers in their knowledge-intensive work, by providing online tools and a Web portal enabling them to access, review, and integrate disparate ontological resources in all aspects of biomedical investigation and clinical practice. A major focus of our work involves the use of biomedical ontologies to aid in the management and analysis of data derived from complex experiments.", "rorId": null, "location": { "countryCode": "US", @@ -24950,7 +27314,11 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null }, { "id": 1461, @@ -24978,7 +27346,11 @@ "countryName": "United Kingdom" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:17:38.625+0000", @@ -24996,34 +27368,6 @@ "description": "The Plant Environment Ontology is a set of standardized controlled vocabularies to describe various types of treatments given to an individual plant / a population or a cultured tissue and/or cell type sample to evaluate the response on its exposure. It also includes the study types, where the terms can be used to identify the growth study facility. Each growth facility such as field study, growth chamber, green house etc is a environment on its own it may also involve instances of biotic and abiotic environments as supplemental treatments used in these studies.", "mirId": "MIR:00000518", "resources": [ - { - "id": 1463, - "providerCode": "CURATOR_REVIEW", - "name": "Plant Environment Ontology through Gramene", - "urlPattern": "http://archive.gramene.org/db/ontology/search?query=EO:{$id}", - "mirId": "MIR:00100667", - "description": "Plant Environment Ontology through Gramene", - "official": false, - "sampleId": "0007404", - "resourceHomeUrl": "http://archive.gramene.org/db/ontology/search_term?id=EO:0007359", - "institution": { - "id": 556, - "name": "Cold Spring Harbor Laboratory, New York", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", - "rorId": null, - "location": { - "countryCode": "US", - "countryName": "United States" - } - }, - "location": { - "countryCode": "US", - "countryName": "United States" - }, - "deprecated": false, - "deprecationDate": null - }, { "id": 1464, "providerCode": "bptl", @@ -25037,8 +27381,8 @@ "institution": { "id": 5, "name": "National Center for Biomedical Ontology, Stanford", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", + "homeUrl": "https://ncbo.bioontology.org/", + "description": "The goal of the National Center for Biomedical Ontology is to support biomedical researchers in their knowledge-intensive work, by providing online tools and a Web portal enabling them to access, review, and integrate disparate ontological resources in all aspects of biomedical investigation and clinical practice. A major focus of our work involves the use of biomedical ontologies to aid in the management and analysis of data derived from complex experiments.", "rorId": null, "location": { "countryCode": "US", @@ -25050,7 +27394,11 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null }, { "id": 1465, @@ -25078,7 +27426,43 @@ "countryName": "United Kingdom" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null + }, + { + "id": 1463, + "providerCode": "CURATOR_REVIEW", + "name": "Plant Environment Ontology through Gramene", + "urlPattern": "http://archive.gramene.org/db/ontology/search?query=EO:{$id}", + "mirId": "MIR:00100667", + "description": "Plant Environment Ontology through Gramene", + "official": false, + "sampleId": "0007404", + "resourceHomeUrl": "http://archive.gramene.org/db/ontology/search_term?id=EO:0007359", + "institution": { + "id": 131, + "name": "Cold Spring Harbor Laboratory", + "homeUrl": "https://www.cshl.edu/", + "description": "Founded in 1890, Cold Spring Harbor Laboratory has shaped contemporary biomedical research and education with programs in cancer, neuroscience, plant biology and quantitative biology. Home to eight Nobel Prize winners, the private, not-for-profit Laboratory employs 1,000 people including 600 scientists, students and technicians. The Meetings & Courses Program hosts more than 12,000 scientists from around the world each year on its campuses in Long Island and in Suzhou, China. The Laboratory\u2019s education arm also includes an academic publishing house, a graduate school and programs for middle, high school, and undergraduate students and teachers.", + "rorId": "https://ror.org/02qz8b764", + "location": { + "countryCode": "US", + "countryName": "United States" + } + }, + "location": { + "countryCode": "US", + "countryName": "United States" + }, + "deprecated": false, + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:17:38.985+0000", @@ -25122,7 +27506,11 @@ "countryName": "United Kingdom" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:17:39.487+0000", @@ -25166,7 +27554,11 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:17:39.906+0000", @@ -25197,8 +27589,8 @@ "institution": { "id": 1473, "name": "Center for Bioinformatics and Computational Biology, University of Maryland, Maryland", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", + "homeUrl": "https://www.cbcb.umd.edu/", + "description": "The University of Maryland Center for Bioinformatics and Computational Biology is a multidisciplinary center dedicated to research on questions arising from the genome revolution. CBCB brings together scientists and engineers from many fields, including computer science, molecular biology, genomics, genetics, mathematics, statistics, and physics, all of whom share a common interest in gaining a better understanding of how life works. The Center for Bioinformatics and Computational Biology is organized as a center within the University of Maryland Institute for Advanced Computer Studies (UMIACS), an interdisciplinary research institute supporting high-impact computing research across the College Park campus. ", "rorId": null, "location": { "countryCode": "US", @@ -25210,7 +27602,11 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:17:40.104+0000", @@ -25241,8 +27637,8 @@ "institution": { "id": 1476, "name": "Center for Integrated Protein Science, Munich,", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", + "homeUrl": "https://www.cipsm.de/", + "description": "CIPSM brings together internationally recognized scientists in the Munich area from the two leading Universities in Germany, LMU, and TUM, as well as from the neighboring Max Planck Institutes and the Helmholtz society. CISPM forms an umbrella under which the individual research facilities can develop their expertise jointly to form a center of scientific gravity in southern Germany. The Center will strengthen existing expertise by hiring new research groups to work on complementary aspects. These measures will catalyze the transition from classical protein science scattered over the Munich region to a new systemic protein science that is expected to dominate research in the molecular life sciences beyond the funding period.", "rorId": null, "location": { "countryCode": "DE", @@ -25254,7 +27650,11 @@ "countryName": "Germany" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:17:40.344+0000", @@ -25285,9 +27685,9 @@ "institution": { "id": 1479, "name": "Center for Integrated Protein Science, Munich", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", - "rorId": null, + "homeUrl": "https://www.cipsm.de/", + "description": "CIPSM brings together internationally recognized scientists in the Munich area from the two leading Universities in Germany, LMU, and TUM, as well as from the neighboring Max Planck Institutes and the Helmholtz society. CISPM forms an umbrella under which the individual research facilities can develop their expertise jointly to form a center of scientific gravity in southern Germany. The Center will strengthen existing expertise by hiring new research groups to work on complementary aspects. These measures will catalyze the transition from classical protein science scattered over the Munich region to a new systemic protein science that is expected to dominate research in the molecular life sciences beyond the funding period.", + "rorId": "https://ror.org/032hzb643", "location": { "countryCode": "DE", "countryName": "Germany" @@ -25298,7 +27698,11 @@ "countryName": "Germany" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:17:40.583+0000", @@ -25329,9 +27733,9 @@ "institution": { "id": 1087, "name": "Institute of Bioinformatics, International Tech Park, Bangalore", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", - "rorId": null, + "homeUrl": "http://www.ibioinformatics.org/", + "description": "The Institute of Bioinformatics is a not-for-profit organization engaged in research in Bioinformatics. This institute is located in Bangalore, India and was established in May 2002. Bangalore is a prime center for research and development and is the hub of information technology in India. The Institute of Bioinformatics emphasizes cutting edge research in Databases, Computational Genomics, Proteomics Comparative Genomics, Metabolomics and Lipidomics. The initial goal of this Institute was to create a freely available Human Protein Reference Database using open source technologies and to experimentally verify predicted human genes using molecular biology and proteomics-based methods.", + "rorId": "https://ror.org/04hqfvm50", "location": { "countryCode": "IN", "countryName": "India" @@ -25342,7 +27746,11 @@ "countryName": "India" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:17:40.825+0000", @@ -25373,9 +27781,9 @@ "institution": { "id": 1087, "name": "Institute of Bioinformatics, International Tech Park, Bangalore", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", - "rorId": null, + "homeUrl": "http://www.ibioinformatics.org/", + "description": "The Institute of Bioinformatics is a not-for-profit organization engaged in research in Bioinformatics. This institute is located in Bangalore, India and was established in May 2002. Bangalore is a prime center for research and development and is the hub of information technology in India. The Institute of Bioinformatics emphasizes cutting edge research in Databases, Computational Genomics, Proteomics Comparative Genomics, Metabolomics and Lipidomics. The initial goal of this Institute was to create a freely available Human Protein Reference Database using open source technologies and to experimentally verify predicted human genes using molecular biology and proteomics-based methods.", + "rorId": "https://ror.org/04hqfvm50", "location": { "countryCode": "IN", "countryName": "India" @@ -25386,7 +27794,11 @@ "countryName": "India" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:17:41.032+0000", @@ -25415,10 +27827,10 @@ "sampleId": "BE0000048", "resourceHomeUrl": "http://www.drugbank.ca/targets", "institution": { - "id": 1486, - "name": "Departments of Computing Science, Biological Sciences, University of Alberta", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", + "id": 331, + "name": "Departments of Computing Science & Biological Sciences, University of Alberta", + "homeUrl": "https://www.ualberta.ca/index.html", + "description": "We are a Top 5 Canadian university and one of the Top 150 in the world. Find out what makes our student experience so rich, meaningful and life-changing.", "rorId": null, "location": { "countryCode": "CA", @@ -25430,7 +27842,11 @@ "countryName": "Canada" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:17:41.273+0000", @@ -25461,8 +27877,8 @@ "institution": { "id": 1489, "name": "Shoichet Laboratory, Department of Pharmaceutical Chemistry, University of California, San Francisco", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", + "homeUrl": "https://bkslab.org/home", + "description": "The Shoichet lab seeks to bring chemical reagents to biology, combining computation and experiment. In a protein-centric approach, molecular docking, we discover new ligands that complement protein structures. Using a ligand-centric approach, we discover new targets for known drugs and reagents. A focus for both is the discovery of reagents to modulate G-Protein Coupled Receptors (GPCRs). ", "rorId": null, "location": { "countryCode": "US", @@ -25474,7 +27890,11 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:17:41.559+0000", @@ -25518,7 +27938,11 @@ "countryName": "Canada" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:17:41.796+0000", @@ -25547,11 +27971,11 @@ "sampleId": "3G6A5W338E", "resourceHomeUrl": "http://fdasis.nlm.nih.gov/srs/", "institution": { - "id": 1238, - "name": "U.S. Food and Drug Administration, Maryland", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", - "rorId": null, + "id": 3440, + "name": "United States Food and Drug Administration", + "homeUrl": "https://www.fda.gov/", + "description": "Organization information obtained from ROR API using ROR ID 'https://ror.org/034xvzb47' with Wikidata IDs [Q204711], and ISNI IDs [0000 0001 2243 3366]", + "rorId": "https://ror.org/034xvzb47", "location": { "countryCode": "US", "countryName": "United States" @@ -25562,7 +27986,11 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null }, { "id": 3441, @@ -25579,7 +28007,7 @@ "name": "United States Food and Drug Administration", "homeUrl": "https://www.fda.gov/", "description": "Organization information obtained from ROR API using ROR ID 'https://ror.org/034xvzb47' with Wikidata IDs [Q204711], and ISNI IDs [0000 0001 2243 3366]", - "rorId": null, + "rorId": "https://ror.org/034xvzb47", "location": { "countryCode": "US", "countryName": "United States" @@ -25590,7 +28018,11 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:17:41.988+0000", @@ -25634,7 +28066,11 @@ "countryName": "United Kingdom" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:17:42.194+0000", @@ -25678,7 +28114,11 @@ "countryName": "United Kingdom" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:17:42.461+0000", @@ -25722,7 +28162,11 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:17:42.685+0000", @@ -25766,7 +28210,11 @@ "countryName": "United Kingdom" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:17:42.938+0000", @@ -25796,13 +28244,13 @@ "resourceHomeUrl": "https://www.clinicaltrialsregister.eu/", "institution": { "id": 1505, - "name": "European Medicines Agency, London", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", - "rorId": null, + "name": "European Medicines Agency", + "homeUrl": "http://www.ema.europa.eu/ema/", + "description": "EMA guarantees the scientific evaluation, supervision & safety monitoring of human & veterinary medicines in the EU.", + "rorId": "https://ror.org/01z0wsw92", "location": { - "countryCode": "GB", - "countryName": "United Kingdom" + "countryCode": "NL", + "countryName": "Netherlands" } }, "location": { @@ -25810,7 +28258,11 @@ "countryName": "United Kingdom" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:17:43.129+0000", @@ -25841,9 +28293,9 @@ "institution": { "id": 1508, "name": "Google Incorporated", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", - "rorId": null, + "homeUrl": "https://www.google.co.uk/", + "description": "Google LLC is an American multinational technology company focusing on online advertising, search engine technology, cloud computing, computer software, quantum computing, e-commerce, artificial intelligence, and consumer electronics.", + "rorId": "https://ror.org/024bc3e07", "location": { "countryCode": "GB", "countryName": "United Kingdom" @@ -25854,7 +28306,11 @@ "countryName": "United Kingdom" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:17:43.371+0000", @@ -25885,9 +28341,9 @@ "institution": { "id": 1511, "name": "United States Patent and Trademark Office", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", - "rorId": null, + "homeUrl": "https://www.uspto.gov/", + "description": "The United States Patent and Trademark Office (USPTO) is the federal agency for granting U.S. patents and registering trademarks. In doing this, the USPTO fulfills the mandate of Article I, Section 8, Clause 8, of the Constitution that the legislative branch \"promote the Progress of Science and useful Arts, by securing for limited Times to Authors and Inventors the exclusive Right to their respective Writings and Discoveries.\" The USPTO registers trademarks based on the commerce clause of the Constitution (Article I, Section 8, Clause 3). Under this system of protection, American industry has flourished. New products have been invented, new uses for old ones discovered, and employment opportunities created for millions of Americans. The strength and vitality of the U.S. economy depends directly on effective mechanisms that protect new ideas and investments in innovation and creativity. The continued demand for patents and trademarks underscores the ingenuity of American inventors and entrepreneurs. The USPTO is at the cutting edge of the nation's technological progress and achievement.", + "rorId": "https://ror.org/0114yjq47", "location": { "countryCode": "US", "countryName": "United States" @@ -25898,7 +28354,11 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:17:43.583+0000", @@ -25929,9 +28389,9 @@ "institution": { "id": 1514, "name": "Espace, European Patent Office", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", - "rorId": null, + "homeUrl": "https://worldwide.espacenet.com/", + "description": " The Office's core activity is the search and examination of patent applications and the grant of European patents. We also provide patent information and training services. ", + "rorId": "https://ror.org/016vvkz13", "location": { "countryCode": "US", "countryName": "United States" @@ -25942,7 +28402,11 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:17:43.853+0000", @@ -25973,8 +28437,8 @@ "institution": { "id": 1079, "name": "Department of Genetics, University of Leicester, Leicester", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", + "homeUrl": "https://le.ac.uk/ggb", + "description": "We are an internationally-recognised centre for pioneering research into genetics with specific expertise in patterns of human inheritance, identification of genetic determinants of human diseases, cancer genetics, circadian rhythms and microbial pathogenesis. Our renowned research includes the discovery by Professor Sir Alec Jeffreys of the technique of DNA fingerprinting and, more recently, for the identification of the bones of Richard III. We are proud of our cross-organism approach, which emphasises the fundamental importance of genetics as a common language for understanding the biology of organisms as diverse as bacteriophages, bacteria, yeast, fruit flies, insects, plants and humans.", "rorId": null, "location": { "countryCode": "GB", @@ -25986,7 +28450,11 @@ "countryName": "United Kingdom" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:17:44.062+0000", @@ -26017,8 +28485,8 @@ "institution": { "id": 1519, "name": "Exome Aggregation Consortium (ExAC), Cambridge, Massachusetts", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", + "homeUrl": "https://exac.broadinstitute.org/", + "description": "The Exome Aggregation Consortium (ExAC) was a coalition of investigators seeking to aggregate and harmonize exome sequencing data from a variety of large-scale sequencing projects, and to make summary data available for the wider scientific community. ", "rorId": null, "location": { "countryCode": "US", @@ -26030,7 +28498,11 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:17:44.275+0000", @@ -26061,8 +28533,8 @@ "institution": { "id": 1079, "name": "Department of Genetics, University of Leicester, Leicester", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", + "homeUrl": "https://le.ac.uk/ggb", + "description": "We are an internationally-recognised centre for pioneering research into genetics with specific expertise in patterns of human inheritance, identification of genetic determinants of human diseases, cancer genetics, circadian rhythms and microbial pathogenesis. Our renowned research includes the discovery by Professor Sir Alec Jeffreys of the technique of DNA fingerprinting and, more recently, for the identification of the bones of Richard III. We are proud of our cross-organism approach, which emphasises the fundamental importance of genetics as a common language for understanding the biology of organisms as diverse as bacteriophages, bacteria, yeast, fruit flies, insects, plants and humans.", "rorId": null, "location": { "countryCode": "GB", @@ -26074,7 +28546,11 @@ "countryName": "United Kingdom" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:17:44.511+0000", @@ -26083,50 +28559,6 @@ "deprecated": false, "deprecationDate": null }, - "bigg.metabolite": { - "id": 1555, - "prefix": "bigg.metabolite", - "name": "BiGG Metabolite", - "pattern": "^[a-z_A-Z0-9]+$", - "namespaceEmbeddedInLui": false, - "description": "BiGG is a knowledgebase of Biochemically, Genetically and Genomically structured genome-scale metabolic network reconstructions. It more published genome-scale metabolic networks into a single database with a set of stardized identifiers called BiGG IDs. Genes in the BiGG models are mapped to NCBI genome annotations, and metabolites are linked to many external databases (KEGG, PubChem, and many more). This collection references individual metabolotes.", - "mirId": "MIR:00000556", - "resources": [ - { - "id": 1556, - "providerCode": "ucsd", - "name": "BiGG Metabolite at University of Cakifornia", - "urlPattern": "http://bigg.ucsd.edu/models/universal/metabolites/{$id}", - "mirId": "MIR:00100733", - "description": "BiGG Metabolite at University of Cakifornia", - "official": false, - "sampleId": "12dgr161", - "resourceHomeUrl": "http://bigg.ucsd.edu/universal/metabolites", - "institution": { - "id": 190, - "name": "University of California, San Diego", - "homeUrl": "https://ucsd.edu/", - "description": "is a public research university in San Diego, California.\nEstablished in 1960 near the pre-existing Scripps Institution of Oceanography, UC San Diego is the seventh-oldest of the 10 University of California campuses and offers over 200 undergraduate and graduate degree programs, enrolling approximately 30,000 undergraduate and 8,500 graduate students.", - "rorId": "https://ror.org/0168r3w48", - "location": { - "countryCode": "US", - "countryName": "United States" - } - }, - "location": { - "countryCode": "US", - "countryName": "United States" - }, - "deprecated": false, - "deprecationDate": null - } - ], - "created": "2019-06-11T14:17:47.850+0000", - "modified": "2019-06-11T14:17:47.850+0000", - "sampleId": "12dgr161", - "deprecated": false, - "deprecationDate": null - }, "lincs.cell": { "id": 1525, "prefix": "lincs.cell", @@ -26162,7 +28594,11 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:17:44.903+0000", @@ -26191,10 +28627,10 @@ "sampleId": "200282", "resourceHomeUrl": "http://lincs.hms.harvard.edu/db/proteins/", "institution": { - "id": 1322, - "name": "Harvard Medical School, Boston, Massachusetts", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", + "id": 2745, + "name": "Harvard Medical School", + "homeUrl": "https://hms.harvard.edu/", + "description": "Since the School was established in 1782, faculty members have improved human health by innovating in their roles as physicians, mentors and scholars. They\u2019ve piloted educational models, developed new curricula to address emerging needs in health care, and produced thousands of leaders and compassionate caregivers who are shaping the fields of science and medicine throughout the world with their expertise and passion.", "rorId": null, "location": { "countryCode": "US", @@ -26206,7 +28642,11 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:17:45.145+0000", @@ -26250,7 +28690,11 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:17:45.396+0000", @@ -26281,8 +28725,8 @@ "institution": { "id": 1519, "name": "Exome Aggregation Consortium (ExAC), Cambridge, Massachusetts", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", + "homeUrl": "https://exac.broadinstitute.org/", + "description": "The Exome Aggregation Consortium (ExAC) was a coalition of investigators seeking to aggregate and harmonize exome sequencing data from a variety of large-scale sequencing projects, and to make summary data available for the wider scientific community. ", "rorId": null, "location": { "countryCode": "US", @@ -26294,7 +28738,11 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:17:45.691+0000", @@ -26325,8 +28773,8 @@ "institution": { "id": 1519, "name": "Exome Aggregation Consortium (ExAC), Cambridge, Massachusetts", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", + "homeUrl": "https://exac.broadinstitute.org/", + "description": "The Exome Aggregation Consortium (ExAC) was a coalition of investigators seeking to aggregate and harmonize exome sequencing data from a variety of large-scale sequencing projects, and to make summary data available for the wider scientific community. ", "rorId": null, "location": { "countryCode": "US", @@ -26338,7 +28786,11 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:17:45.890+0000", @@ -26382,7 +28834,11 @@ "countryName": "Switzerland" }, "deprecated": true, - "deprecationDate": "2019-10-01T12:10:54.792+0000" + "deprecationDate": "2019-10-01T12:10:54.792+0000", + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:17:46.612+0000", @@ -26426,7 +28882,11 @@ "countryName": "United States" }, "deprecated": true, - "deprecationDate": "2019-10-08T08:49:23.021+0000" + "deprecationDate": "2019-10-08T08:49:23.021+0000", + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:17:46.875+0000", @@ -26470,7 +28930,11 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:17:47.133+0000", @@ -26514,7 +28978,11 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:17:47.362+0000", @@ -26558,7 +29026,11 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:17:47.621+0000", @@ -26589,9 +29061,9 @@ "institution": { "id": 1111, "name": "Wikimedia Foundation, San Francisco, California", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", - "rorId": null, + "homeUrl": "https://wikimediafoundation.org/", + "description": "The nonprofit Wikimedia Foundation provides the essential infrastructure for free knowledge. We host Wikipedia, the free online encyclopedia, created, edited, and verified by volunteers around the world, as well as many other vital community projects. All of which is made possible thanks to donations from individuals like you. We welcome anyone who shares our vision to join us in collecting and sharing knowledge that fully represents human diversity.", + "rorId": "https://ror.org/032q98j12", "location": { "countryCode": "US", "countryName": "United States" @@ -26602,7 +29074,11 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:17:46.087+0000", @@ -26646,7 +29122,11 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:17:48.059+0000", @@ -26677,8 +29157,8 @@ "institution": { "id": 63, "name": "Linkedlifedata, Ontotext, Sofia", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", + "homeUrl": "http://linkedlifedata.com/", + "description": "Linked Life Data (LLD) is a data-as-a-service platform that provides access to 25 public biomedical databases through a single access point. The service allows writing of complex data analytical queries, answering complex bioinformatics questions such as 'give me all human genes located in Y-chromosome with the known molecular interactions'; simply navigate through the information, or export subsets like 'all approved drugs and their brand names'. ", "rorId": null, "location": { "countryCode": "BG", @@ -26690,7 +29170,11 @@ "countryName": "Bulgaria" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:17:48.502+0000", @@ -26699,50 +29183,6 @@ "deprecated": false, "deprecationDate": null }, - "emdb": { - "id": 1565, - "prefix": "emdb", - "name": "Electron Microscopy Data Bank", - "pattern": "^EMD-\\d{4}$", - "namespaceEmbeddedInLui": false, - "description": "The Electron Microscopy Data Bank (EMDB) is a public repository for electron microscopy density maps of macromolecular complexes and subcellular structures. It covers a variety of techniques, including single-particle analysis, electron tomography, and electron (2D) crystallography. The EMDB map distribution format follows the CCP4 definition, which is widely recognized by software packages used by the structural biology community.", - "mirId": "MIR:00000561", - "resources": [ - { - "id": 1566, - "providerCode": "ebi", - "name": "EMDB at Protein Data Bank in Europe", - "urlPattern": "https://www.ebi.ac.uk/pdbe/entry/emdb/{$id}", - "mirId": "MIR:00100738", - "description": "EMDB at Protein Data Bank in Europe", - "official": false, - "sampleId": "EMD-1001", - "resourceHomeUrl": "https://www.ebi.ac.uk/pdbe/emdb/", - "institution": { - "id": 2, - "name": "European Bioinformatics Institute", - "homeUrl": "https://www.ebi.ac.uk", - "description": "At EMBL-EBI, we make the world\u2019s public biological data freely available to the scientific community via a range of services and tools, perform basic research and provide professional training in bioinformatics. \nWe are part of the European Molecular Biology Laboratory (EMBL), an international, innovative and interdisciplinary research organisation funded by 26 member states and two associate member states.", - "rorId": "https://ror.org/02catss52", - "location": { - "countryCode": "GB", - "countryName": "United Kingdom" - } - }, - "location": { - "countryCode": "GB", - "countryName": "United Kingdom" - }, - "deprecated": false, - "deprecationDate": null - } - ], - "created": "2019-06-11T14:17:48.947+0000", - "modified": "2019-06-11T14:17:48.947+0000", - "sampleId": "EMD-1001", - "deprecated": false, - "deprecationDate": null - }, "mirtarbase": { "id": 1567, "prefix": "mirtarbase", @@ -26765,8 +29205,8 @@ "institution": { "id": 1568, "name": "Institute of Bioinformatics and Systems Biology, National Chiao Tung University, Hsinchu", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", + "homeUrl": "http://bioinfo.nctu.edu.tw/", + "description": "The NCTU Institute of Bioinformatics and Systems Biology carries out research in structural bioinformatics, systems biology (e.g. gene networks and metabolic pathways), drug discovery, biological databases and algorithms, molecular evolution, computational chemistry, and functional genomics. Supporting by National Science Council and Ministry of Education, the Institute has installed the sole Structural Bioinformatics and Computer-aided Drug Design Core Facilities. On average, each faculty publishes 5 papers/year and the sum of impact factor is over 20/year; and the grant is over 3,000,000/year. These Principle Investigators have produced renowned computational packages and databases: GEMDOCK, for drug design; 3D-BLAST, for a super fast structure database search; miRNAMap, genomic maps of microRNAs in mammalian genomes; and CELLO, for sub-cellular localization prediction.", "rorId": null, "location": { "countryCode": "TW", @@ -26778,7 +29218,11 @@ "countryName": "Taiwan, Province of China" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:17:49.171+0000", @@ -26809,8 +29253,8 @@ "institution": { "id": 5, "name": "National Center for Biomedical Ontology, Stanford", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", + "homeUrl": "https://ncbo.bioontology.org/", + "description": "The goal of the National Center for Biomedical Ontology is to support biomedical researchers in their knowledge-intensive work, by providing online tools and a Web portal enabling them to access, review, and integrate disparate ontological resources in all aspects of biomedical investigation and clinical practice. A major focus of our work involves the use of biomedical ontologies to aid in the management and analysis of data derived from complex experiments.", "rorId": null, "location": { "countryCode": "US", @@ -26822,7 +29266,11 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:17:49.428+0000", @@ -26853,8 +29301,8 @@ "institution": { "id": 1573, "name": "Department of Pathology and Laboratory Medicine, University of Pennsylvania, Philadelphia", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", + "homeUrl": "https://pathology.med.upenn.edu/", + "description": "Combining the full gamut of possible activities found within academic pathology departments, the Department has solidified its national reputation as one of the leading, fully integrated academic departments of its kind. It has also positioned itself at the crossroads of the intellectual life at Penn, as the home to many of the School of Medicine\u2019s centralized resource laboratories and with substantive ties to multiple centers, institutes, departments and other schools on campus.", "rorId": null, "location": { "countryCode": "US", @@ -26866,7 +29314,11 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:17:49.634+0000", @@ -26897,8 +29349,8 @@ "institution": { "id": 1573, "name": "Department of Pathology and Laboratory Medicine, University of Pennsylvania, Philadelphia", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", + "homeUrl": "https://pathology.med.upenn.edu/", + "description": "Combining the full gamut of possible activities found within academic pathology departments, the Department has solidified its national reputation as one of the leading, fully integrated academic departments of its kind. It has also positioned itself at the crossroads of the intellectual life at Penn, as the home to many of the School of Medicine\u2019s centralized resource laboratories and with substantive ties to multiple centers, institutes, departments and other schools on campus.", "rorId": null, "location": { "countryCode": "US", @@ -26910,7 +29362,11 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:17:49.866+0000", @@ -26940,10 +29396,10 @@ "resourceHomeUrl": "http://mona.fiehnlab.ucdavis.edu/", "institution": { "id": 1578, - "name": "University of Californai, Davis, California", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", - "rorId": null, + "name": "University of California, Davis, California", + "homeUrl": "https://www.ucdavis.edu/", + "description": "UC Davis was founded in 1908 to serve the state of California. We do and we always will. And today, the seed that was planted those years ago has grown into one of the world\u2019s top universities. ", + "rorId": "https://ror.org/05rrcem69", "location": { "countryCode": "US", "countryName": "United States" @@ -26954,7 +29410,11 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:17:50.083+0000", @@ -26983,11 +29443,11 @@ "sampleId": "C000100", "resourceHomeUrl": "http://id.nlm.nih.gov/mesh/", "institution": { - "id": 792, - "name": "U.S. National Library of Medicine, National Institute of Health, Maryland", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", - "rorId": null, + "id": 316, + "name": "National Library of Medicine, Maryland", + "homeUrl": "https://www.nlm.nih.gov/", + "description": "The National Library of Medicine (NLM), on the campus of the National Institutes of Health in Bethesda, Maryland, has been a center of information innovation since its founding in 1836. The world\u2019s largest biomedical library, NLM maintains and makes available a vast print collection and produces electronic information resources on a wide range of topics that are searched billions of times each year by millions of people around the globe. It also supports and conducts research, development, and training in biomedical informatics and health information technology. In addition, the Library coordinates an 8,000+ member Network of the National Library of Medicine that promotes and provides access to health information in communities across the United States.", + "rorId": "https://ror.org/0060t0j89", "location": { "countryCode": "US", "countryName": "United States" @@ -26998,7 +29458,11 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:17:48.752+0000", @@ -27029,8 +29493,8 @@ "institution": { "id": 1581, "name": "Vital-IT group, SIB Swiss Institute of Bioinformatics, Lausanne", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", + "homeUrl": "https://www.vital-it.ch/", + "description": "Vital-IT is a Competency Centre in Bioinformatics and Computational Biology that provides support and technological R&D for life science and clinical research in Switzerland and internationally.", "rorId": null, "location": { "countryCode": "CH", @@ -27042,7 +29506,11 @@ "countryName": "Switzerland" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:17:50.332+0000", @@ -27073,8 +29541,8 @@ "institution": { "id": 1581, "name": "Vital-IT group, SIB Swiss Institute of Bioinformatics, Lausanne", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", + "homeUrl": "https://www.vital-it.ch/", + "description": "Vital-IT is a Competency Centre in Bioinformatics and Computational Biology that provides support and technological R&D for life science and clinical research in Switzerland and internationally.", "rorId": null, "location": { "countryCode": "CH", @@ -27086,7 +29554,11 @@ "countryName": "Switzerland" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:17:50.605+0000", @@ -27095,6 +29567,54 @@ "deprecated": false, "deprecationDate": null }, + "emdb": { + "id": 1565, + "prefix": "emdb", + "name": "Electron Microscopy Data Bank", + "pattern": "^EMD-\\d{4,5}$", + "namespaceEmbeddedInLui": false, + "description": "The Electron Microscopy Data Bank (EMDB) is a public repository for electron microscopy density maps of macromolecular complexes and subcellular structures. It covers a variety of techniques, including single-particle analysis, electron tomography, and electron (2D) crystallography. The EMDB map distribution format follows the CCP4 definition, which is widely recognized by software packages used by the structural biology community.", + "mirId": "MIR:00000561", + "resources": [ + { + "id": 1566, + "providerCode": "ebi", + "name": "EMDB at Protein Data Bank in Europe", + "urlPattern": "https://www.ebi.ac.uk/pdbe/entry/emdb/{$id}", + "mirId": "MIR:00100738", + "description": "EMDB at Protein Data Bank in Europe", + "official": false, + "sampleId": "EMD-1001", + "resourceHomeUrl": "https://www.ebi.ac.uk/pdbe/emdb/", + "institution": { + "id": 2, + "name": "European Bioinformatics Institute", + "homeUrl": "https://www.ebi.ac.uk", + "description": "At EMBL-EBI, we make the world\u2019s public biological data freely available to the scientific community via a range of services and tools, perform basic research and provide professional training in bioinformatics. \nWe are part of the European Molecular Biology Laboratory (EMBL), an international, innovative and interdisciplinary research organisation funded by 26 member states and two associate member states.", + "rorId": "https://ror.org/02catss52", + "location": { + "countryCode": "GB", + "countryName": "United Kingdom" + } + }, + "location": { + "countryCode": "GB", + "countryName": "United Kingdom" + }, + "deprecated": false, + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null + } + ], + "created": "2019-06-11T14:17:48.947+0000", + "modified": "2023-02-20T08:55:04.411+0000", + "sampleId": "EMD-1001", + "deprecated": false, + "deprecationDate": null + }, "unipathway.reaction": { "id": 1587, "prefix": "unipathway.reaction", @@ -27130,7 +29650,11 @@ "countryName": "Switzerland" }, "deprecated": true, - "deprecationDate": "2019-10-01T12:11:20.049+0000" + "deprecationDate": "2019-10-01T12:11:20.049+0000", + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:17:51.017+0000", @@ -27148,34 +29672,6 @@ "description": "The Human Phenotype Ontology (HPO) aims to provide a standardized vocabulary of phenotypic abnormalities encountered in human disease. Each term in the HPO describes a phenotypic abnormality, such as atrial septal defect. The HPO is currently being developed using the medical literature, Orphanet, DECIPHER, and OMIM.", "mirId": "MIR:00000571", "resources": [ - { - "id": 1592, - "providerCode": "ols", - "name": "Human Phenotype Ontology through OLS", - "urlPattern": "https://www.ebi.ac.uk/ols/ontologies/hp/terms?obo_id=HP:{$id}", - "mirId": "MIR:00100754", - "description": "Human Phenotype Ontology through OLS", - "official": false, - "sampleId": "0000118", - "resourceHomeUrl": "https://www.ebi.ac.uk/ols/ontologies/hp", - "institution": { - "id": 2, - "name": "European Bioinformatics Institute", - "homeUrl": "https://www.ebi.ac.uk", - "description": "At EMBL-EBI, we make the world\u2019s public biological data freely available to the scientific community via a range of services and tools, perform basic research and provide professional training in bioinformatics. \nWe are part of the European Molecular Biology Laboratory (EMBL), an international, innovative and interdisciplinary research organisation funded by 26 member states and two associate member states.", - "rorId": "https://ror.org/02catss52", - "location": { - "countryCode": "GB", - "countryName": "United Kingdom" - } - }, - "location": { - "countryCode": "GB", - "countryName": "United Kingdom" - }, - "deprecated": false, - "deprecationDate": null - }, { "id": 1591, "providerCode": "CURATOR_REVIEW", @@ -27189,8 +29685,8 @@ "institution": { "id": 1590, "name": "Institute for Medical Genetics and Human Genetics, Charit\u00e9-Universit\u00e4tsmedizin, Berlin", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", + "homeUrl": "https://genetik.charite.de/en/", + "description": "Medical genetics examines the origins and mechanisms of diseases caused by genetic disorders. Medical genetics connects basic research with clinical medicine and thereby allows for the application of findings when making predictive and preventive assessments. In addition to the standard methods used for diagnostics, medical genetics makes use of an increasing number of molecular genetic methods. The use of these methods enables us to identify an ever increasing number of genetic diseases. Molecular genetics exhibits an exceptional potential to assist us in the comprehension of the etiology and pathogenesis of diseases and will contribute to the development of novel therapeutic concepts.", "rorId": null, "location": { "countryCode": "DE", @@ -27202,7 +29698,43 @@ "countryName": "Germany" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null + }, + { + "id": 1592, + "providerCode": "ols", + "name": "Human Phenotype Ontology through OLS", + "urlPattern": "https://www.ebi.ac.uk/ols4/ontologies/hp/terms?obo_id=HP:{$id}", + "mirId": "MIR:00100754", + "description": "Human Phenotype Ontology through OLS", + "official": false, + "sampleId": "0000118", + "resourceHomeUrl": "https://www.ebi.ac.uk/ols4/ontologies/hp", + "institution": { + "id": 2, + "name": "European Bioinformatics Institute", + "homeUrl": "https://www.ebi.ac.uk", + "description": "At EMBL-EBI, we make the world\u2019s public biological data freely available to the scientific community via a range of services and tools, perform basic research and provide professional training in bioinformatics. \nWe are part of the European Molecular Biology Laboratory (EMBL), an international, innovative and interdisciplinary research organisation funded by 26 member states and two associate member states.", + "rorId": "https://ror.org/02catss52", + "location": { + "countryCode": "GB", + "countryName": "United Kingdom" + } + }, + "location": { + "countryCode": "GB", + "countryName": "United Kingdom" + }, + "deprecated": false, + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:17:51.237+0000", @@ -27246,7 +29778,11 @@ "countryName": "Germany" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:17:51.650+0000", @@ -27290,7 +29826,11 @@ "countryName": "United Kingdom" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:17:51.916+0000", @@ -27321,8 +29861,8 @@ "institution": { "id": 1599, "name": "Institute of Medical Informatics, University of Muenster", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", + "homeUrl": "https://imi.uni-muenster.de", + "description": "Research for digital, personalised medicine ", "rorId": null, "location": { "countryCode": "DE", @@ -27334,7 +29874,11 @@ "countryName": "Germany" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:17:52.138+0000", @@ -27378,7 +29922,11 @@ "countryName": "United Kingdom" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:17:52.483+0000", @@ -27422,7 +29970,11 @@ "countryName": "Spain" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:17:52.731+0000", @@ -27466,7 +30018,11 @@ "countryName": "United Kingdom" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:17:53.021+0000", @@ -27497,8 +30053,8 @@ "institution": { "id": 15, "name": "Kyoto University Bioinformatics Center", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", + "homeUrl": "https://www.bic.kyoto-u.ac.jp/", + "description": "The Bioinformatics Center aims at developing new informatics technologies for deciphering the genome, especially from the viewpoint of how life operates as a system, and promoting both basic and applied research areas in bioinformatics. The Center consists of three research laboratories, named Chemical Life Science, Mathematical Bioinformatics, and Bio-Knowledge Engineering, which focus on scientific discovery, algorithms, and data mining, respectively. ", "rorId": null, "location": { "countryCode": "JP", @@ -27510,7 +30066,11 @@ "countryName": "Japan" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:17:53.298+0000", @@ -27543,7 +30103,7 @@ "name": "Peking University", "homeUrl": "http://english.pku.edu.cn/", "description": "Peking University is a comprehensive and national key university. The campus, known as \"Yan Yuan\"\uff08the garden of Yan\uff09, is situated at Haidian District in the western suburb of Beijing, with a total area of 2,743,532 square metres (or 274 hectares). It stands near to the Yuanmingyuan Garden and the Summer Palace.\nPeking University is proud of its outstanding faculty, including 48 members of the Chinese Academy of Sciences (CAS), 9 members of the Chinese Academy of Engineering (CAE), and 21 members of the Third World Academy of Sciences (TWAS).", - "rorId": null, + "rorId": "https://ror.org/02v51f717", "location": { "countryCode": "CN", "countryName": "China" @@ -27554,7 +30114,11 @@ "countryName": "China" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:17:53.641+0000", @@ -27573,20 +30137,20 @@ "mirId": "MIR:00000580", "resources": [ { - "id": 1615, - "providerCode": "CURATOR_REVIEW", - "name": "Mammalian Phenotype Ontology at The Jackson Lab", - "urlPattern": "http://www.informatics.jax.org/searches/Phat.cgi?id=MP:{$id}", - "mirId": "MIR:00100774", - "description": "Mammalian Phenotype Ontology at The Jackson Lab", + "id": 1617, + "providerCode": "bptl", + "name": "Mammalian Phenotype Ontology through BioPortal", + "urlPattern": "https://bioportal.bioontology.org/ontologies/MP/MP:{$id}", + "mirId": "MIR:00100776", + "description": "Mammalian Phenotype Ontology through BioPortal", "official": false, "sampleId": "0005452", - "resourceHomeUrl": "http://www.informatics.jax.org/", + "resourceHomeUrl": "https://bioportal.bioontology.org/ontologies/MP", "institution": { - "id": 1278, - "name": "The Jackson Laboratory, Bar Harbor, Maine", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", + "id": 5, + "name": "National Center for Biomedical Ontology, Stanford", + "homeUrl": "https://ncbo.bioontology.org/", + "description": "The goal of the National Center for Biomedical Ontology is to support biomedical researchers in their knowledge-intensive work, by providing online tools and a Web portal enabling them to access, review, and integrate disparate ontological resources in all aspects of biomedical investigation and clinical practice. A major focus of our work involves the use of biomedical ontologies to aid in the management and analysis of data derived from complex experiments.", "rorId": null, "location": { "countryCode": "US", @@ -27598,18 +30162,22 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null }, { "id": 1616, "providerCode": "ols", "name": "Mammalian Phenotype Ontology through OLS", - "urlPattern": "https://www.ebi.ac.uk/ols/ontologies/mp/terms?obo_id=MP:{$id}", + "urlPattern": "https://www.ebi.ac.uk/ols4/ontologies/mp/terms?obo_id=MP:{$id}", "mirId": "MIR:00100775", "description": "Mammalian Phenotype Ontology through OLS", "official": false, "sampleId": "0005452", - "resourceHomeUrl": "https://www.ebi.ac.uk/ols/ontologies/mp/", + "resourceHomeUrl": "https://www.ebi.ac.uk/ols4/ontologies/mp/", "institution": { "id": 2, "name": "European Bioinformatics Institute", @@ -27626,24 +30194,28 @@ "countryName": "United Kingdom" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null }, { - "id": 1617, - "providerCode": "bptl", - "name": "Mammalian Phenotype Ontology through BioPortal", - "urlPattern": "https://bioportal.bioontology.org/ontologies/MP/MP:{$id}", - "mirId": "MIR:00100776", - "description": "Mammalian Phenotype Ontology through BioPortal", + "id": 1615, + "providerCode": "CURATOR_REVIEW", + "name": "Mammalian Phenotype Ontology at The Jackson Lab", + "urlPattern": "http://www.informatics.jax.org/searches/Phat.cgi?id=MP:{$id}", + "mirId": "MIR:00100774", + "description": "Mammalian Phenotype Ontology at The Jackson Lab", "official": false, "sampleId": "0005452", - "resourceHomeUrl": "https://bioportal.bioontology.org/ontologies/MP", + "resourceHomeUrl": "http://www.informatics.jax.org/", "institution": { - "id": 5, - "name": "National Center for Biomedical Ontology, Stanford", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", - "rorId": null, + "id": 91, + "name": "The Jackson Laboratory", + "homeUrl": "https://www.jax.org/#", + "description": "The Jackson Laboratory (JAX) is an independent, nonprofit biomedical research organization that leverages a unique combination of research, education and resources to achieve our mission: We DISCOVER precise genomic solutions for disease and EMPOWER the global biomedical community in its shared quest to improve human health.", + "rorId": "https://ror.org/021sy4w91", "location": { "countryCode": "US", "countryName": "United States" @@ -27654,7 +30226,11 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:17:53.926+0000", @@ -27685,9 +30261,9 @@ "institution": { "id": 1619, "name": "Flanders Marine Institute, Ostend", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", - "rorId": null, + "homeUrl": "https://www.vliz.be/", + "description": "The Flanders Marine Institute promotes marine knowledge creation and excellence through sound interdisciplinary research about the ocean, seas, coast and tidal estuaries. We do this in close collaboration with other (marine) research groups, citizens, policy makers and industrial partners in Flanders, Belgium, and through international collaboration.", + "rorId": "https://ror.org/0496vr396", "location": { "countryCode": "BE", "countryName": "Belgium" @@ -27698,7 +30274,11 @@ "countryName": "Belgium" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:17:54.476+0000", @@ -27729,8 +30309,8 @@ "institution": { "id": 1622, "name": "Center for Applied Molecular Medicine, Keck School of Medicine, University of Southern California, California", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", + "homeUrl": "https://keck.usc.edu/", + "description": "This center comprises a multidisciplinary team of investigators dedicated to furthering the development and use of proteomic technologies to guide doctors in patient management decisions. The center is based within the Department of Medicine.", "rorId": null, "location": { "countryCode": "US", @@ -27742,7 +30322,11 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:17:54.753+0000", @@ -27773,8 +30357,8 @@ "institution": { "id": 1622, "name": "Center for Applied Molecular Medicine, Keck School of Medicine, University of Southern California, California", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", + "homeUrl": "https://keck.usc.edu/", + "description": "This center comprises a multidisciplinary team of investigators dedicated to furthering the development and use of proteomic technologies to guide doctors in patient management decisions. The center is based within the Department of Medicine.", "rorId": null, "location": { "countryCode": "US", @@ -27786,7 +30370,11 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:17:55.012+0000", @@ -27817,8 +30405,8 @@ "institution": { "id": 1622, "name": "Center for Applied Molecular Medicine, Keck School of Medicine, University of Southern California, California", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", + "homeUrl": "https://keck.usc.edu/", + "description": "This center comprises a multidisciplinary team of investigators dedicated to furthering the development and use of proteomic technologies to guide doctors in patient management decisions. The center is based within the Department of Medicine.", "rorId": null, "location": { "countryCode": "US", @@ -27830,7 +30418,11 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:17:55.320+0000", @@ -27861,8 +30453,8 @@ "institution": { "id": 1629, "name": "Systems Biology Laboratory, Faculty of Informatics, Masaryk University Brno", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", + "homeUrl": "https://sybila.fi.muni.cz/", + "description": "From January 1, 2016 we became part of the national research infrastructure C4Sys (Centre for System Biology), representing a Czech node of the ISBE (Infrastructure for Systems Biology \u2013 Europe), and our activities are supported from the program for large research infrastructures of the Ministry of Education, Youth and Sports. ", "rorId": null, "location": { "countryCode": "CZ", @@ -27874,7 +30466,11 @@ "countryName": "Czech Republic" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:17:55.541+0000", @@ -27905,8 +30501,8 @@ "institution": { "id": 1629, "name": "Systems Biology Laboratory, Faculty of Informatics, Masaryk University Brno", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", + "homeUrl": "https://sybila.fi.muni.cz/", + "description": "From January 1, 2016 we became part of the national research infrastructure C4Sys (Centre for System Biology), representing a Czech node of the ISBE (Infrastructure for Systems Biology \u2013 Europe), and our activities are supported from the program for large research infrastructures of the Ministry of Education, Youth and Sports. ", "rorId": null, "location": { "countryCode": "CZ", @@ -27918,7 +30514,11 @@ "countryName": "Czech Republic" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:17:55.864+0000", @@ -27949,8 +30549,8 @@ "institution": { "id": 1629, "name": "Systems Biology Laboratory, Faculty of Informatics, Masaryk University Brno", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", + "homeUrl": "https://sybila.fi.muni.cz/", + "description": "From January 1, 2016 we became part of the national research infrastructure C4Sys (Centre for System Biology), representing a Czech node of the ISBE (Infrastructure for Systems Biology \u2013 Europe), and our activities are supported from the program for large research infrastructures of the Ministry of Education, Youth and Sports. ", "rorId": null, "location": { "countryCode": "CZ", @@ -27962,7 +30562,11 @@ "countryName": "Czech Republic" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:17:56.089+0000", @@ -28006,7 +30610,11 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null }, { "id": 1637, @@ -28034,7 +30642,11 @@ "countryName": "United Kingdom" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:17:56.343+0000", @@ -28065,9 +30677,9 @@ "institution": { "id": 1639, "name": "National Agricultural Library, United States Department of Agriculture", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", - "rorId": null, + "homeUrl": "https://www.nal.usda.gov/", + "description": "The National Agricultural Library (NAL) is one of five national libraries of the United States. It houses one of the world's largest collections devoted to agriculture and its related sciences.", + "rorId": "https://ror.org/00z6b1508", "location": { "countryCode": "US", "countryName": "United States" @@ -28078,7 +30690,11 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:17:56.660+0000", @@ -28096,34 +30712,6 @@ "description": "The PSI-Mass Spectrometry (MS) CV contains all the terms used in the PSI MS-related data standards. The CV contains a logical hierarchical structure to ensure ease of maintenance and the development of software that makes use of complex semantics. The CV contains terms required for a complete description of an MS analysis pipeline used in proteomics, including sample labeling, digestion enzymes, instrumentation parts and parameters, software used for identification and quantification of peptides/proteins and the parameters and scores used to determine their significance.", "mirId": "MIR:00000590", "resources": [ - { - "id": 1642, - "providerCode": "ols", - "name": "Mass Spectrometry Controlled Vocabulary through OLS", - "urlPattern": "https://www.ebi.ac.uk/ols/ontologies/ms/terms?obo_id=MS:{$id}", - "mirId": "MIR:00100786", - "description": "Mass Spectrometry Controlled Vocabulary through OLS", - "official": false, - "sampleId": "1000001", - "resourceHomeUrl": "https://www.ebi.ac.uk/ols/ontologies/ms", - "institution": { - "id": 2, - "name": "European Bioinformatics Institute", - "homeUrl": "https://www.ebi.ac.uk", - "description": "At EMBL-EBI, we make the world\u2019s public biological data freely available to the scientific community via a range of services and tools, perform basic research and provide professional training in bioinformatics. \nWe are part of the European Molecular Biology Laboratory (EMBL), an international, innovative and interdisciplinary research organisation funded by 26 member states and two associate member states.", - "rorId": "https://ror.org/02catss52", - "location": { - "countryCode": "GB", - "countryName": "United Kingdom" - } - }, - "location": { - "countryCode": "GB", - "countryName": "United Kingdom" - }, - "deprecated": false, - "deprecationDate": null - }, { "id": 1643, "providerCode": "bptl", @@ -28137,8 +30725,8 @@ "institution": { "id": 5, "name": "National Center for Biomedical Ontology, Stanford", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", + "homeUrl": "https://ncbo.bioontology.org/", + "description": "The goal of the National Center for Biomedical Ontology is to support biomedical researchers in their knowledge-intensive work, by providing online tools and a Web portal enabling them to access, review, and integrate disparate ontological resources in all aspects of biomedical investigation and clinical practice. A major focus of our work involves the use of biomedical ontologies to aid in the management and analysis of data derived from complex experiments.", "rorId": null, "location": { "countryCode": "US", @@ -28150,7 +30738,43 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null + }, + { + "id": 1642, + "providerCode": "ols", + "name": "Mass Spectrometry Controlled Vocabulary through OLS", + "urlPattern": "https://www.ebi.ac.uk/ols4/ontologies/ms/terms?obo_id=MS:{$id}", + "mirId": "MIR:00100786", + "description": "Mass Spectrometry Controlled Vocabulary through OLS", + "official": false, + "sampleId": "1000001", + "resourceHomeUrl": "https://www.ebi.ac.uk/ols4/ontologies/ms", + "institution": { + "id": 2, + "name": "European Bioinformatics Institute", + "homeUrl": "https://www.ebi.ac.uk", + "description": "At EMBL-EBI, we make the world\u2019s public biological data freely available to the scientific community via a range of services and tools, perform basic research and provide professional training in bioinformatics. \nWe are part of the European Molecular Biology Laboratory (EMBL), an international, innovative and interdisciplinary research organisation funded by 26 member states and two associate member states.", + "rorId": "https://ror.org/02catss52", + "location": { + "countryCode": "GB", + "countryName": "United Kingdom" + } + }, + "location": { + "countryCode": "GB", + "countryName": "United Kingdom" + }, + "deprecated": false, + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:17:56.919+0000", @@ -28180,10 +30804,10 @@ "resourceHomeUrl": "https://www.grid.ac/", "institution": { "id": 1651, - "name": "Digital Science & Research Ltd, London", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", - "rorId": null, + "name": "Digital Science & Research Ltd, London", + "homeUrl": "http://www.digital-science.com/", + "description": "Digital Science believes research is the single most powerful transformational force for the long-term improvement of society. A future where a trusted, frictionless, collaborative research ecosystem drives progress for all. Our work and our staff embody these values which guide what we do every day, how we partner and work with the research community.", + "rorId": "https://ror.org/02ktfc112", "location": { "countryCode": "GB", "countryName": "United Kingdom" @@ -28194,7 +30818,11 @@ "countryName": "United Kingdom" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:17:57.806+0000", @@ -28238,7 +30866,11 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:17:58.068+0000", @@ -28282,7 +30914,11 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:17:58.273+0000", @@ -28326,7 +30962,11 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:17:58.490+0000", @@ -28348,7 +30988,7 @@ "id": 1665, "providerCode": "ebi", "name": "Identifiers.org Registry through EBI", - "urlPattern": "https://registry.identifiers.org/registry?query=MIR:{$id}", + "urlPattern": "https://resolver.api.identifiers.org/resolveMirId/MIR:{$id}", "mirId": "MIR:00100800", "description": "Identifiers.org Registry through EBI", "official": false, @@ -28370,7 +31010,11 @@ "countryName": "United Kingdom" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:17:59.221+0000", @@ -28399,11 +31043,11 @@ "sampleId": "BRAF", "resourceHomeUrl": "http://cancer.sanger.ac.uk/cosmic/", "institution": { - "id": 1393, - "name": "Wellcome Trust Sanger Institute, Wellcome Trust Genome Campus, Hinxton, Cambridge", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", - "rorId": null, + "id": 210, + "name": "Wellcome Trust Sanger Institute", + "homeUrl": "https://www.sanger.ac.uk/", + "description": "We tackle some of the most difficult challenges in genomic research. This demands science at scale; a visionary and creative approach to research that pushes the boundaries of our understanding in ever new and exciting ways.", + "rorId": "https://ror.org/05cy4wa09", "location": { "countryCode": "GB", "countryName": "United Kingdom" @@ -28414,7 +31058,11 @@ "countryName": "United Kingdom" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:17:59.699+0000", @@ -28458,7 +31106,11 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:17:59.890+0000", @@ -28489,9 +31141,9 @@ "institution": { "id": 1674, "name": "University of Pennsylvania", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", - "rorId": null, + "homeUrl": "https://www.upenn.edu/", + "description": "Penn\u2019s academics are boosted by its inherent culture and ecosystem of innovation. You name it, if it\u2019s cutting-edge, the University\u2019s faculty\u2014and students\u2014have their hands in it. Grounded in the liberal arts and sciences and enriched by the integrated resources of four undergraduate and 12 graduate schools, Penn offers students an unparalleled education informed by inclusivity, intellectual rigor, research, and the impetus to create new knowledge to the benefit of individuals and communities around the world.", + "rorId": "https://ror.org/00b30xv10", "location": { "countryCode": "US", "countryName": "United States" @@ -28502,7 +31154,11 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:18:00.081+0000", @@ -28533,8 +31189,8 @@ "institution": { "id": 1677, "name": "National Cancer Institute Genomic Data Commons, NIH", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", + "homeUrl": "https://gdc.cancer.gov/", + "description": "The GDC provides researchers with access to standardized clinical, proteomic, epigenomics, and genomic data from cancer studies to enable exploratory analysis that cannot be considered definitive for outcomes.", "rorId": null, "location": { "countryCode": "US", @@ -28546,7 +31202,11 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:18:00.311+0000", @@ -28568,12 +31228,12 @@ "id": 1680, "providerCode": "ols", "name": "Ontology for miRNA Target (OMIT) through OLS", - "urlPattern": "https://www.ebi.ac.uk/ols/ontologies/omit/terms?short_form=OMIT_{$id}", + "urlPattern": "https://www.ebi.ac.uk/ols4/ontologies/omit/terms?short_form=OMIT_{$id}", "mirId": "MIR:00100806", "description": "Ontology for miRNA Target (OMIT) through OLS", "official": false, "sampleId": "0005506", - "resourceHomeUrl": "https://www.ebi.ac.uk/ols/ontologies/omit/", + "resourceHomeUrl": "https://www.ebi.ac.uk/ols4/ontologies/omit/", "institution": { "id": 2, "name": "European Bioinformatics Institute", @@ -28590,7 +31250,11 @@ "countryName": "United Kingdom" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:18:00.566+0000", @@ -28621,8 +31285,8 @@ "institution": { "id": 121, "name": "DNA Data Bank of Japan, Mishima, Shizuoka", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", + "homeUrl": "https://www.ddbj.nig.ac.jp/index-e.html", + "description": "DDBJ Center collects nucleotide sequence data as a member of INSDC(International Nucleotide Sequence Database Collaboration) and provides freely available nucleotide sequence data and supercomputer system, to support research\u3000activities in life science.", "rorId": null, "location": { "countryCode": "JP", @@ -28634,7 +31298,11 @@ "countryName": "Japan" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null }, { "id": 1682, @@ -28662,7 +31330,11 @@ "countryName": "United Kingdom" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null }, { "id": 1683, @@ -28690,7 +31362,11 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:18:00.782+0000", @@ -28721,9 +31397,9 @@ "institution": { "id": 1689, "name": "Soka University, Hachioji, Tokyo", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", - "rorId": null, + "homeUrl": "https://www.soka.ac.jp/en/", + "description": "Be the highest seat of learning for humanistic education. Be the cradle of a new culture. Be a fortress for the peace of humankind.", + "rorId": "https://ror.org/003qdfg20", "location": { "countryCode": "JP", "countryName": "Japan" @@ -28734,7 +31410,11 @@ "countryName": "Japan" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:18:01.543+0000", @@ -28765,9 +31445,9 @@ "institution": { "id": 1697, "name": "DataONE, Albuquerque, NM", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", - "rorId": null, + "homeUrl": "http://dataone.org/", + "description": "DataONE is a community driven program providing access to data across multiple member repositories, supporting enhanced search and discovery of Earth and environmental data. DataONE promotes best practices in data management through responsive educational resources and materials. We envision researchers, educators, and the public using DataONE to better understand and conserve life on earth and the environment that sustains it.", + "rorId": "https://ror.org/00hr5y405", "location": { "countryCode": "US", "countryName": "United States" @@ -28778,7 +31458,11 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:18:02.239+0000", @@ -28809,8 +31493,8 @@ "institution": { "id": 1703, "name": "Center for Bioinformatics (SfB), UiT The Arctic university of Norway", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", + "homeUrl": "https://en.uit.no/forskning/forskningsgrupper/gruppe?p_document_id=347053", + "description": "The Center for Bioinformatics at the Faculty of Science and Technology is a research-based service center established to facilitate cross-disciplinary research, teaching, and services at the interface of biotechnology and computer science. The center currently comprises researchers and students from the Department of Chemistry and the Department of Computer Science. The center provides research collaboration and services related to bioinformatics.", "rorId": null, "location": { "countryCode": "NO", @@ -28822,7 +31506,11 @@ "countryName": "Norway" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:18:02.696+0000", @@ -28853,8 +31541,8 @@ "institution": { "id": 1703, "name": "Center for Bioinformatics (SfB), UiT The Arctic university of Norway", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", + "homeUrl": "https://en.uit.no/forskning/forskningsgrupper/gruppe?p_document_id=347053", + "description": "The Center for Bioinformatics at the Faculty of Science and Technology is a research-based service center established to facilitate cross-disciplinary research, teaching, and services at the interface of biotechnology and computer science. The center currently comprises researchers and students from the Department of Chemistry and the Department of Computer Science. The center provides research collaboration and services related to bioinformatics.", "rorId": null, "location": { "countryCode": "NO", @@ -28866,7 +31554,11 @@ "countryName": "Norway" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:18:02.934+0000", @@ -28897,8 +31589,8 @@ "institution": { "id": 1703, "name": "Center for Bioinformatics (SfB), UiT The Arctic university of Norway", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", + "homeUrl": "https://en.uit.no/forskning/forskningsgrupper/gruppe?p_document_id=347053", + "description": "The Center for Bioinformatics at the Faculty of Science and Technology is a research-based service center established to facilitate cross-disciplinary research, teaching, and services at the interface of biotechnology and computer science. The center currently comprises researchers and students from the Department of Chemistry and the Department of Computer Science. The center provides research collaboration and services related to bioinformatics.", "rorId": null, "location": { "countryCode": "NO", @@ -28910,7 +31602,11 @@ "countryName": "Norway" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:18:03.141+0000", @@ -28954,7 +31650,11 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:18:03.584+0000", @@ -28985,9 +31685,9 @@ "institution": { "id": 1716, "name": "NASA's Ames Research Center", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", - "rorId": null, + "homeUrl": "http://www.nasa.gov/centers/ames/home/index.html", + "description": "NASA's Ames Research Center, one of ten NASA field centers, is located in the heart of California's Silicon Valley. Since 1939, Ames has led NASA in conducting world-class research and development in aeronautics, exploration technology and science aligned with the center's core capabilities.", + "rorId": "https://ror.org/02acart68", "location": { "countryCode": "US", "countryName": "United States" @@ -28998,7 +31698,11 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:18:03.826+0000", @@ -29029,9 +31733,9 @@ "institution": { "id": 1700, "name": "University College London", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", - "rorId": null, + "homeUrl": "https://www.ucl.ac.uk/", + "description": "UCL is a diverse global community of world-class academics, students, industry links, external partners, and alumni. Our powerful collective of individuals and institutions work together to explore new possibilities.", + "rorId": "https://ror.org/02jx3x895", "location": { "countryCode": "GB", "countryName": "United Kingdom" @@ -29042,7 +31746,11 @@ "countryName": "United Kingdom" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:18:02.470+0000", @@ -29086,7 +31794,11 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:18:01.783+0000", @@ -29130,7 +31842,11 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:18:02.043+0000", @@ -29174,7 +31890,11 @@ "countryName": "Denmark" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:18:03.353+0000", @@ -29218,7 +31938,11 @@ "countryName": "Switzerland" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:17:59.000+0000", @@ -29249,9 +31973,9 @@ "institution": { "id": 1719, "name": "Institute of Molecular Genetics, Academy of Sciences of the Czech Republic", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", - "rorId": null, + "homeUrl": "https://www.img.cas.cz", + "description": "Public scientific institution, part of the Czech Academy of Sciences. Research in molecular, structure and cell biology, immunology, genomics and bioinformatics.", + "rorId": "https://ror.org/045syc608", "location": { "countryCode": "CZ", "countryName": "Czech Republic" @@ -29262,7 +31986,11 @@ "countryName": "Czech Republic" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:18:04.072+0000", @@ -29293,9 +32021,9 @@ "institution": { "id": 1722, "name": "National Center for Complementary and Integrative Health, National Institutes of Health, Washington D.C.", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", - "rorId": null, + "homeUrl": "https://nccih.nih.gov/", + "description": "The National Center for Complementary and Integrative Health (NCCIH) is the Federal Government\u2019s lead agency for scientific research on complementary and integrative health approaches. We are 1 of the 27 Institutes, Centers, and Offices that make up the National Institutes of Health (NIH) within the U.S. Department of Health and Human Services.", + "rorId": "https://ror.org/00190t495", "location": { "countryCode": "US", "countryName": "United States" @@ -29306,7 +32034,11 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:18:04.316+0000", @@ -29337,8 +32069,8 @@ "institution": { "id": 1385, "name": "Institute of Molecular Life Sciences, University of Zurich, Zurich", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", + "homeUrl": "https://www.mls.uzh.ch/en.html", + "description": "Bottom-up research to enhance our understanding of the molecular basis of life. It is only by understanding how biological processes work that we can hope to intervene in cases where things go awry.", "rorId": null, "location": { "countryCode": "CH", @@ -29350,7 +32082,11 @@ "countryName": "Switzerland" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:18:04.557+0000", @@ -29381,8 +32117,8 @@ "institution": { "id": 1727, "name": "Institute of Organic Chemistry and Biochemistry, Academy of Sciences of the Czech Republic, Prague", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", + "homeUrl": "https://www.uochb.cz/en", + "description": "IOCB Prague is a leading research institution under the umbrella of the Czech Academy of Sciences. Our mission is basic research at the interface of chemical and biological sciences and translation of results from basic research into applications and commercial assets.", "rorId": null, "location": { "countryCode": "CZ", @@ -29394,7 +32130,11 @@ "countryName": "Czech Republic" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:18:04.748+0000", @@ -29425,8 +32165,8 @@ "institution": { "id": 1733, "name": "Sequencing Initiative Suomi project (SISu), Institute for Molecular Medicine Finland (FIMM), University of Helsinki, Helsinki", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", + "homeUrl": "https://www.helsinki.fi/en/hilife-helsinki-institute-life-science/units/fimm", + "description": "FIMM \u2013 Institute for Molecular Medicine Finland is a translational research institute focusing on human genomics and precision medicine as part of the Helsinki Institute of Life Science HiLIFE at the University of Helsinki.", "rorId": null, "location": { "countryCode": "FI", @@ -29438,7 +32178,11 @@ "countryName": "Finland" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:18:05.215+0000", @@ -29482,7 +32226,11 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null }, { "id": 2394, @@ -29510,7 +32258,11 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:18:05.468+0000", @@ -29554,7 +32306,11 @@ "countryName": "France" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:18:05.694+0000", @@ -29585,8 +32341,8 @@ "institution": { "id": 1742, "name": "URGI (Research Unit in Genomics-Info), INRA de Versailles, Route de Saint-Cyr, Versailles", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", + "homeUrl": "https://urgi.versailles.inra.fr/", + "description": "The research goal at URGI is to acquire a better understanding of genome structure, evolution and functioning to help researchers to interpret their data. A focus is made on transposable elements and repeats that appear today to be very pertinent to understand genome evolution and its functioning. Indeed, they play a major role to explain genome size and structure. Transposable elements, viewed for a long time as intra-genomic parasites, are also considered, today, to be at the origin of many essential biological functions such as the immune system, the centromeres, the heterochromatin or the telomerases. Knowledge and data gained are added to the information system increasing the value of deposited data. The methods and tools developed by this research activity are proposed to the platform users.", "rorId": null, "location": { "countryCode": "FR", @@ -29598,7 +32354,11 @@ "countryName": "France" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:18:05.948+0000", @@ -29629,8 +32389,8 @@ "institution": { "id": 1745, "name": "Sea Lice Research Centre (SLRC), University of Bergen", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", + "homeUrl": "https://www.uib.no/en/rg/fdrg/62356/sea-lice-research-centre", + "description": "The research at the Centre is focused on development of novel tools for parasite control in the aquaculture sector to achieve sea lice pest management. Implicit is to shorten the time from basic research to new products.", "rorId": null, "location": { "countryCode": "NO", @@ -29642,7 +32402,11 @@ "countryName": "Norway" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:18:06.185+0000", @@ -29673,8 +32437,8 @@ "institution": { "id": 1748, "name": "Proteome Informatics Group, SIB Swiss Institute of Bioinformatics, Geneva", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", + "homeUrl": "https://www.sib.swiss/frederique-lisacek-group", + "description": "In the Proteome Informatics Group (PIG), we are involved in software and database development for the benefit of the proteomics and glycomics communities. These resources are made available through the Expasy server. Software tools support experimental mass spectrometry data analysis, mainly for the detection of posttranslational modifications, with a strong focus on glycosylation. We also develop integrated tools and databases to query knowledge of carbohydrates attached to proteins, carbohydrate structures and protein-carbohydrate interactions.", "rorId": null, "location": { "countryCode": "CH", @@ -29686,7 +32450,11 @@ "countryName": "Switzerland" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:18:06.412+0000", @@ -29730,7 +32498,11 @@ "countryName": "United Kingdom" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:18:06.653+0000", @@ -29774,7 +32546,11 @@ "countryName": "France" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:18:06.853+0000", @@ -29818,7 +32594,11 @@ "countryName": "Switzerland" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:18:07.113+0000", @@ -29849,9 +32629,9 @@ "institution": { "id": 1758, "name": "Central European Institute of Technology", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", - "rorId": null, + "homeUrl": "https://www.ceitec.eu/", + "description": "Since its establishment in 2011, CEITEC has quickly developed into a cutting-edge infrastructure for research which performs highly alongside the best institutes in Europe. Among the main priorities of CEITEC are the promotion of a motivating and dynamic international scientific environment, the provision of state-of-the-art research infrastructure, and the policy of open communication and equal opportunities. ", + "rorId": "https://ror.org/01p7k1986", "location": { "countryCode": "CZ", "countryName": "Czech Republic" @@ -29862,7 +32642,11 @@ "countryName": "Czech Republic" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:18:07.321+0000", @@ -29906,7 +32690,11 @@ "countryName": "Ireland" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:18:07.548+0000", @@ -29937,9 +32725,9 @@ "institution": { "id": 98, "name": "Stanford University", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", - "rorId": null, + "homeUrl": "http://www.stanford.edu/", + "description": "Stanford was founded almost 150 years ago on a bedrock of societal purpose. Our mission is to contribute to the world by educating students for lives of leadership and purposeful contribution; advancing fundamental knowledge and cultivating creativity; and accelerating solutions and amplifying their impact.", + "rorId": "https://ror.org/00f54p054", "location": { "countryCode": "US", "countryName": "United States" @@ -29950,7 +32738,11 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:18:07.777+0000", @@ -29982,8 +32774,8 @@ "id": 2496, "name": "National University of Ireland, Galway", "homeUrl": "http://www.nuigalway.ie/", - "description": "Organization information obtained from ROR API using ROR ID 'https://ror.org/03bea9k73' with Wikidata IDs [Q644478], and ISNI IDs [0000 0004 0488 0789]", - "rorId": null, + "description": "Since 1845, University of Galway has been sharing the highest quality teaching and research with Ireland and the world. Find out what makes our University so special \u2013 from our distinguished history to the latest news and campus developments. ", + "rorId": "https://ror.org/03bea9k73", "location": { "countryCode": "IE", "countryName": "Ireland" @@ -29994,7 +32786,11 @@ "countryName": "Ireland" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:18:07.981+0000", @@ -30038,7 +32834,11 @@ "countryName": "United Kingdom" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:18:08.710+0000", @@ -30070,8 +32870,8 @@ "id": 2496, "name": "National University of Ireland, Galway", "homeUrl": "http://www.nuigalway.ie/", - "description": "Organization information obtained from ROR API using ROR ID 'https://ror.org/03bea9k73' with Wikidata IDs [Q644478], and ISNI IDs [0000 0004 0488 0789]", - "rorId": null, + "description": "Since 1845, University of Galway has been sharing the highest quality teaching and research with Ireland and the world. Find out what makes our University so special \u2013 from our distinguished history to the latest news and campus developments. ", + "rorId": "https://ror.org/03bea9k73", "location": { "countryCode": "IE", "countryName": "Ireland" @@ -30082,7 +32882,11 @@ "countryName": "Ireland" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:18:08.921+0000", @@ -30126,7 +32930,11 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:18:09.136+0000", @@ -30170,7 +32978,11 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:18:09.365+0000", @@ -30201,8 +33013,8 @@ "institution": { "id": 1784, "name": "GenitoUrinary Development Molecular Anatomy Project (GUDMAP) Consortium", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", + "homeUrl": "https://www.gudmap.org/", + "description": "The GenitoUrinary Development Molecular Anatomy Project (GUDMAP) is a consortium of laboratories working to provide the scientific and medical community with curated data and tools to facilitate research on the GenitoUrinary (GU) tract. The key components are: a molecular atlas of gene expression for the developing and mature organs of the human and mouse GU tract; a high resolution molecular anatomy that highlights development of the GU system; mouse strains to facilitate developmental and functional studies within the GU system; tutorials describing GU organogenesis and innervation; and access to consortium generated data, unpublished and published, via the GUDMAP data repository. The GUDMAP tools, website and database are a public resource funded by the National Institutes of Health, USA.", "rorId": null, "location": { "countryCode": "US", @@ -30214,7 +33026,11 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:18:09.598+0000", @@ -30245,9 +33061,9 @@ "institution": { "id": 1787, "name": "European Commission, Joint Research Centre (JRC)", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", - "rorId": null, + "homeUrl": "https://ec.europa.eu/jrc/en", + "description": "The JRC provides independent, evidence-based knowledge and science, supporting EU policies to positively impact society.\u202f ", + "rorId": "https://ror.org/02ptz5951", "location": { "countryCode": "BE", "countryName": "Belgium" @@ -30258,7 +33074,11 @@ "countryName": "Belgium" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:18:09.859+0000", @@ -30302,7 +33122,11 @@ "countryName": "United Kingdom" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null }, { "id": 1794, @@ -30330,7 +33154,11 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:18:10.316+0000", @@ -30374,7 +33202,11 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:18:10.677+0000", @@ -30418,7 +33250,11 @@ "countryName": "Australia" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null }, { "id": 1801, @@ -30446,7 +33282,11 @@ "countryName": "United Kingdom" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:18:10.861+0000", @@ -30477,8 +33317,8 @@ "institution": { "id": 1803, "name": "The Global Proteome Machine Organization", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", + "homeUrl": "https://thegpm.org/", + "description": "The Global Proteome Machine Organisation. The organisation supports open source bioinformatics tools for large scale proteomics and systems biology.", "rorId": null, "location": { "countryCode": "CA", @@ -30490,7 +33330,11 @@ "countryName": "Canada" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null }, { "id": 1805, @@ -30518,7 +33362,11 @@ "countryName": "United Kingdom" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:18:11.249+0000", @@ -30562,7 +33410,11 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null }, { "id": 1808, @@ -30590,7 +33442,11 @@ "countryName": "United Kingdom" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:18:11.594+0000", @@ -30621,8 +33477,8 @@ "institution": { "id": 5, "name": "National Center for Biomedical Ontology, Stanford", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", + "homeUrl": "https://ncbo.bioontology.org/", + "description": "The goal of the National Center for Biomedical Ontology is to support biomedical researchers in their knowledge-intensive work, by providing online tools and a Web portal enabling them to access, review, and integrate disparate ontological resources in all aspects of biomedical investigation and clinical practice. A major focus of our work involves the use of biomedical ontologies to aid in the management and analysis of data derived from complex experiments.", "rorId": null, "location": { "countryCode": "US", @@ -30634,7 +33490,11 @@ "countryName": "United States" }, "deprecated": true, - "deprecationDate": "2021-05-10T19:46:22.120+0000" + "deprecationDate": "2021-05-10T19:46:22.120+0000", + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null }, { "id": 2617, @@ -30650,8 +33510,8 @@ "id": 2616, "name": "Harvard University", "homeUrl": "https://www.harvard.edu/", - "description": "Organization information obtained from ROR API using ROR ID 'https://ror.org/03vek6s52' with Wikidata IDs [Q13371,Q5676556], and ISNI IDs [000000041936754X]", - "rorId": null, + "description": "Harvard is at the frontier of academic and intellectual discovery. Those who venture here\u2014to learn, research, teach, work, and grow\u2014join nearly four centuries of students and scholars in the pursuit of truth, knowledge, and a better world.", + "rorId": "https://ror.org/03vek6s52", "location": { "countryCode": "US", "countryName": "United States" @@ -30662,7 +33522,11 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:18:11.924+0000", @@ -30706,7 +33570,11 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:18:12.154+0000", @@ -30750,7 +33618,11 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:18:12.357+0000", @@ -30794,7 +33666,11 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:18:12.557+0000", @@ -30838,7 +33714,11 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:18:12.998+0000", @@ -30882,7 +33762,11 @@ "countryName": "United Kingdom" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:18:13.254+0000", @@ -30913,9 +33797,9 @@ "institution": { "id": 1826, "name": "Environmental Protection Agency", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", - "rorId": null, + "homeUrl": "https://www.epa.gov/", + "description": "The mission of EPA is to protect human health and the environment.", + "rorId": "https://ror.org/03tns0030", "location": { "countryCode": "US", "countryName": "United States" @@ -30926,7 +33810,11 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:18:13.452+0000", @@ -30957,9 +33845,9 @@ "institution": { "id": 1829, "name": "National Institute Of Diabetes and Digestive and Kidney Diseases (NIDDK)", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", - "rorId": null, + "homeUrl": "http://www.niddk.nih.gov/", + "description": " NIDDK research creates knowledge about and treatments for diseases that are among the most chronic, costly, and consequential for patients, their families, and the Nation. ", + "rorId": "https://ror.org/00adh9b73", "location": { "countryCode": "US", "countryName": "United States" @@ -30970,7 +33858,11 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:18:13.721+0000", @@ -31001,9 +33893,9 @@ "institution": { "id": 1888, "name": "Institut de Chimie des Substances Naturelles", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", - "rorId": null, + "homeUrl": "https://icsn.cnrs.fr/", + "description": "Avec un effectif de pr\u00e8s de 200 personnes, l\u2019ICSN constitue le p\u00f4le chimie du campus CNRS de Gif sur Yvette. L\u2019Institut est situ\u00e9 en bordure du futur campus Paris-Saclay, qui regroupera pr\u00e8s de 10% de la recherche fran\u00e7aise, et fait partie int\u00e9grante de cette nouvelle Universit\u00e9. L\u2019ICSN d\u00e9veloppe des activit\u00e9s \u00e0 l\u2019interface chimie-biologie, avec les substances naturelles comme objet d\u2019\u00e9tude et source principale d\u2019inspiration. L\u2019ICSN est organis\u00e9e en quatre d\u00e9partements de recherche et poss\u00e8de d\u2019importantes plateformes analytiques", + "rorId": "https://ror.org/02st4q439", "location": { "countryCode": "FR", "countryName": "France" @@ -31014,7 +33906,11 @@ "countryName": "France" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:18:19.416+0000", @@ -31043,14 +33939,14 @@ "sampleId": "nasa/kepler-exoplanet-search-results", "resourceHomeUrl": "https://kaggle.com", "institution": { - "id": 1891, - "name": "Google LLC", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", - "rorId": null, + "id": 1508, + "name": "Google Incorporated", + "homeUrl": "https://www.google.co.uk/", + "description": "Google LLC is an American multinational technology company focusing on online advertising, search engine technology, cloud computing, computer software, quantum computing, e-commerce, artificial intelligence, and consumer electronics.", + "rorId": "https://ror.org/024bc3e07", "location": { - "countryCode": "US", - "countryName": "United States" + "countryCode": "GB", + "countryName": "United Kingdom" } }, "location": { @@ -31058,7 +33954,11 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:18:19.662+0000", @@ -31102,7 +34002,11 @@ "countryName": "United Kingdom" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:18:19.905+0000", @@ -31134,7 +34038,7 @@ "id": 1818, "name": "INRIA", "homeUrl": "https://www.inria.fr/en", - "description": "No description provided", + "description": " Inria is the French national research institute for digital science and technology. World-class research, technological innovation and entrepreneurial risk are its DNA. In 215 project teams, most of which are shared with major research universities, more than 3,900 researchers and engineers explore new paths, often in an interdisciplinary manner and in collaboration with industrial partners to meet ambitious challenges.", "rorId": "https://ror.org/02kvxyf05", "location": { "countryCode": "FR", @@ -31146,7 +34050,11 @@ "countryName": "France" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:18:12.760+0000", @@ -31155,50 +34063,6 @@ "deprecated": false, "deprecationDate": null }, - "oci": { - "id": 1831, - "prefix": "oci", - "name": "OCI", - "pattern": "^[0-9]+-[0-9]+$", - "namespaceEmbeddedInLui": false, - "description": "Each OCI (Open Citation Identifier) has a simple structure: oci:number-number, where \u201coci:\u201d is the identifier prefix, and is used to identify a citation as a first-class data entitiy - see https://opencitations.wordpress.com/2018/02/19/citations-as-first-class-data-entities-introduction/ for additional information.\r\n\r\nOCIs for citations stored within the OpenCitations Corpus are constructed by combining the OpenCitations Corpus local identifiers for the citing and cited bibliographic resources, separating them with a dash. For example, oci:2544384-7295288 is a valid OCI for the citation between two papers stored within the OpenCitations Corpus.\r\n\r\nOCIs can also be created for bibliographic resources described in an external bibliographic database, if they are similarly identified there by identifiers having a unique numerical part. For example, the OCI for the citation that exists between Wikidata resources Q27931310 and Q22252312 is oci:01027931310\u201301022252312.\r\n\r\nOCIs can also be created for bibliographic resources described in external bibliographic database such as Crossref or DataCite where they are identified by alphanumeric Digital Object Identifiers (DOIs), rather than purely numerical strings.", - "mirId": "MIR:00000660", - "resources": [ - { - "id": 1833, - "providerCode": "CURATOR_REVIEW", - "name": "OpenCitations", - "urlPattern": "https://w3id.org/oc/oci/{$id}", - "mirId": "MIR:00100878", - "description": "OpenCitations", - "official": false, - "sampleId": "1-18", - "resourceHomeUrl": "http://opencitations.net", - "institution": { - "id": 1832, - "name": "University of Bologna", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", - "rorId": null, - "location": { - "countryCode": "IT", - "countryName": "Italy" - } - }, - "location": { - "countryCode": "IT", - "countryName": "Italy" - }, - "deprecated": false, - "deprecationDate": null - } - ], - "created": "2019-06-11T14:18:13.968+0000", - "modified": "2019-06-11T14:18:13.968+0000", - "sampleId": "1-18", - "deprecated": false, - "deprecationDate": null - }, "foodon": { "id": 1834, "prefix": "foodon", @@ -31212,7 +34076,7 @@ "id": 1835, "providerCode": "ebi", "name": "FoodOn Food Ontology through OLS", - "urlPattern": "https://www.ebi.ac.uk/ols/ontologies/foodon/terms?obo_id=FOODON:{$id}", + "urlPattern": "https://www.ebi.ac.uk/ols4/ontologies/foodon/terms?obo_id=FOODON:{$id}", "mirId": "MIR:00100879", "description": "FoodOn Food Ontology through OLS", "official": false, @@ -31234,7 +34098,11 @@ "countryName": "United Kingdom" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:18:14.340+0000", @@ -31265,8 +34133,8 @@ "institution": { "id": 1837, "name": "ENCODE Consortium", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", + "homeUrl": "https://www.encodeproject.org/", + "description": "The current ENCODE Consortium (ENCODE 4) is composed primarily of scientists funded under Requests for Application (RFAs) released by NHGRI in 2011. NHGRI provides a list of current ENCODE projects and participants. The ENCODE External Consultants Panel oversees the activities of the Consortium and provides advice and feedback on the Consortium's goals, progress and membership.", "rorId": null, "location": { "countryCode": "US", @@ -31278,7 +34146,11 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:18:14.565+0000", @@ -31322,7 +34194,11 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:18:14.830+0000", @@ -31353,8 +34229,8 @@ "institution": { "id": 1843, "name": "College of Life Sciences, Zhejiang University", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", + "homeUrl": "http://www.cls.en.zju.edu.cn/", + "description": "College of Life Sciences, Zhejiang University, developed from the former Department of Biology, National Zhejiang University founded in September 1929, is proud of its more than 90 years history and lots of outstanding scholars. Many distinguished biologists, including Shizhang BEI, Zongluo LUO, Zhaoqian ZHANG, Jiazhen TAN, Lvji SHI, Renbao ZHU, Zhen YAO, Jiaonai SHI, studied or taught here.", "rorId": null, "location": { "countryCode": "CN", @@ -31366,7 +34242,11 @@ "countryName": "China" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:18:15.139+0000", @@ -31397,8 +34277,8 @@ "institution": { "id": 1843, "name": "College of Life Sciences, Zhejiang University", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", + "homeUrl": "http://www.cls.en.zju.edu.cn/", + "description": "College of Life Sciences, Zhejiang University, developed from the former Department of Biology, National Zhejiang University founded in September 1929, is proud of its more than 90 years history and lots of outstanding scholars. Many distinguished biologists, including Shizhang BEI, Zongluo LUO, Zhaoqian ZHANG, Jiazhen TAN, Lvji SHI, Renbao ZHU, Zhen YAO, Jiaonai SHI, studied or taught here.", "rorId": null, "location": { "countryCode": "CN", @@ -31410,7 +34290,11 @@ "countryName": "China" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:18:15.429+0000", @@ -31441,8 +34325,8 @@ "institution": { "id": 1843, "name": "College of Life Sciences, Zhejiang University", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", + "homeUrl": "http://www.cls.en.zju.edu.cn/", + "description": "College of Life Sciences, Zhejiang University, developed from the former Department of Biology, National Zhejiang University founded in September 1929, is proud of its more than 90 years history and lots of outstanding scholars. Many distinguished biologists, including Shizhang BEI, Zongluo LUO, Zhaoqian ZHANG, Jiazhen TAN, Lvji SHI, Renbao ZHU, Zhen YAO, Jiaonai SHI, studied or taught here.", "rorId": null, "location": { "countryCode": "CN", @@ -31454,7 +34338,11 @@ "countryName": "China" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:18:15.639+0000", @@ -31485,8 +34373,8 @@ "institution": { "id": 1843, "name": "College of Life Sciences, Zhejiang University", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", + "homeUrl": "http://www.cls.en.zju.edu.cn/", + "description": "College of Life Sciences, Zhejiang University, developed from the former Department of Biology, National Zhejiang University founded in September 1929, is proud of its more than 90 years history and lots of outstanding scholars. Many distinguished biologists, including Shizhang BEI, Zongluo LUO, Zhaoqian ZHANG, Jiazhen TAN, Lvji SHI, Renbao ZHU, Zhen YAO, Jiaonai SHI, studied or taught here.", "rorId": null, "location": { "countryCode": "CN", @@ -31498,7 +34386,11 @@ "countryName": "China" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:18:15.856+0000", @@ -31529,8 +34421,8 @@ "institution": { "id": 1843, "name": "College of Life Sciences, Zhejiang University", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", + "homeUrl": "http://www.cls.en.zju.edu.cn/", + "description": "College of Life Sciences, Zhejiang University, developed from the former Department of Biology, National Zhejiang University founded in September 1929, is proud of its more than 90 years history and lots of outstanding scholars. Many distinguished biologists, including Shizhang BEI, Zongluo LUO, Zhaoqian ZHANG, Jiazhen TAN, Lvji SHI, Renbao ZHU, Zhen YAO, Jiaonai SHI, studied or taught here.", "rorId": null, "location": { "countryCode": "CN", @@ -31542,7 +34434,11 @@ "countryName": "China" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:18:16.076+0000", @@ -31571,11 +34467,11 @@ "sampleId": "634515043", "resourceHomeUrl": "https://www.oclc.org/en/about.html", "institution": { - "id": 1854, - "name": "Online Computer Library Center (OCLC), Dublin, Ohio", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", - "rorId": null, + "id": 226, + "name": "OCLC Online Computer Library Center, Inc. Ohio", + "homeUrl": "https://www.oclc.org/", + "description": "OCLC is a nonprofit global library organization that provides shared technology services, original research, and community programs so that libraries can better fuel learning, research, and innovation.", + "rorId": "https://ror.org/02nv42w72", "location": { "countryCode": "US", "countryName": "United States" @@ -31586,7 +34482,11 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:18:16.344+0000", @@ -31618,7 +34518,7 @@ "id": 1857, "name": "Amazon", "homeUrl": "https://amazon.com", - "description": "is an American multinational technology company based in Seattle, Washington, that focuses on e-commerce, cloud computing, digital streaming, and artificial intelligence", + "description": "An American multinational technology company based in Seattle, Washington, that focuses on e-commerce, cloud computing, digital streaming, and artificial intelligence", "rorId": "https://ror.org/04mv4n011", "location": { "countryCode": "US", @@ -31630,7 +34530,11 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:18:16.611+0000", @@ -31674,7 +34578,11 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:18:16.879+0000", @@ -31718,7 +34626,11 @@ "countryName": "Canada" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:18:17.129+0000", @@ -31749,8 +34661,8 @@ "institution": { "id": 1865, "name": "Orange SA", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", + "homeUrl": "https://www.orange-business.com/en/regions/north-america", + "description": "We provide world-class solutions over a global footprint backed by local knowledge and support.", "rorId": null, "location": { "countryCode": "US", @@ -31762,7 +34674,11 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:18:17.389+0000", @@ -31793,9 +34709,9 @@ "institution": { "id": 1868, "name": "Charit\u00e9 Berlin", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", - "rorId": null, + "homeUrl": "https://www.charite.de/en/", + "description": "Charit\u00e9 is one of the largest university hospitals in Europe. All of our clinical care, research, and teaching are delivered by physicians and researchers of the highest international standard. Charit\u00e9 proudly lays claim to more than half of all German Nobel Prize winners in Physiology or Medicine, including Emil von Behring, Robert Koch, and Paul Ehrlich. Charit\u00e9 is internationally renowned for its excellence in teaching and training. Charit\u00e9 \u2013 Universit\u00e4tsmedizin Berlin represents a single medical faculty, which serves both Humboldt Universit\u00e4t zu Berlin and Freie Universit\u00e4t Berlin. Charit\u00e9 extends over four campuses and has over 100 different Departments and Institutes, which make up a total of 17 different Charit\u00e9Centers. Having marked its 300-year anniversary in 2010, Charit\u00e9 is now one of the largest employers in Berlin, employing 17,600 staff (or 20,900 if including its subsidiaries), and with a total annual turnover of \u20ac2.3 billion (including external funding and investment grants).", + "rorId": "https://ror.org/001w7jn25", "location": { "countryCode": "DE", "countryName": "Germany" @@ -31806,7 +34722,11 @@ "countryName": "Germany" }, "deprecated": true, - "deprecationDate": "2021-05-10T19:10:24.237+0000" + "deprecationDate": "2021-05-10T19:10:24.237+0000", + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null }, { "id": 2630, @@ -31822,8 +34742,8 @@ "id": 2629, "name": "Fraunhofer Institute for Biomedical Engineering", "homeUrl": "https://www.ibmt.fraunhofer.de/en.html", - "description": "Organization information obtained from ROR API using ROR ID 'https://ror.org/05tpsgh61' with Wikidata IDs [Q1167435], and ISNI IDs [0000 0004 0542 0741]", - "rorId": null, + "description": "Operating in the international growth markets for life sciences and medicine/(bio)medical engineering, since its foundation in 1987/1992 the Fraunhofer Institute for Biomedical Engineering (IBMT) has worked primarily as a technology developer and device manufacturer for customers from all over the world. As a founding member of the Group for Health of the Fraunhofer-Gesellschaft, which now comprises six institutes and one research establishment, the Fraunhofer IBMT cooperates closely with its industrial customers as well as public and private customers. The IBMT's strategy is focused on the areas of biomedical/medical engineering (especially non-invasive and minimally invasive as well as miniaturized technologies), biotechnology, intelligent sensors, implants, cryotechnology, biobanks and stem cell research. Trend-setting automated laboratory technologies, the development of mobile special laboratories (S3, GMP, GCLP, etc.) and information technologies for healthcare solutions round off the portfolio of the Fraunhofer IBMT. Decades of expertise in biotechnological and medical research and development fields also allows us to solve a variety of purely technical tasks. This includes ultrasound-based level metering, special transducers for acoustic applications, sonars, but also microelectrodes and miniaturized manipulation systems as well as automated in vitro culture devices.", + "rorId": "https://ror.org/05tpsgh61", "location": { "countryCode": "DE", "countryName": "Germany" @@ -31834,7 +34754,11 @@ "countryName": "Germany" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:18:17.630+0000", @@ -31878,7 +34802,11 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:18:17.878+0000", @@ -31909,9 +34837,9 @@ "institution": { "id": 1874, "name": "Leibniz-Institut DSMZ-Deutsche Sammlung von Mikroorganismen und Zellkulturen", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", - "rorId": null, + "homeUrl": "https://www.dsmz.de/", + "description": "The mission of the Leibniz Institute DSMZ is the research, provision and use of microbial and cellular biodiversity. The DSMZ is both a research infrastructure used by science and industry for non-commercial purposes and a research institution in the field of microbial biodiversity research.", + "rorId": "https://ror.org/02tyer376", "location": { "countryCode": "DE", "countryName": "Germany" @@ -31922,7 +34850,11 @@ "countryName": "Germany" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:18:18.125+0000", @@ -31944,12 +34876,12 @@ "id": 1877, "providerCode": "ols", "name": "IDO through OLS", - "urlPattern": "https://www.ebi.ac.uk/ols/ontologies/ido/terms?obo_id=IDO:{$id}", + "urlPattern": "https://www.ebi.ac.uk/ols4/ontologies/ido/terms?obo_id=IDO:{$id}", "mirId": "MIR:00100907", "description": "IDO through OLS", "official": false, "sampleId": "0000504", - "resourceHomeUrl": "https://www.ebi.ac.uk/ols/ontologies/ido", + "resourceHomeUrl": "https://www.ebi.ac.uk/ols4/ontologies/ido", "institution": { "id": 2, "name": "European Bioinformatics Institute", @@ -31966,7 +34898,11 @@ "countryName": "United Kingdom" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:18:18.372+0000", @@ -32010,7 +34946,11 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:18:18.593+0000", @@ -32041,8 +34981,8 @@ "institution": { "id": 1896, "name": "ISNI International Authority", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", + "homeUrl": "https://isni.org/", + "description": "ISNI is the ISO-certified global standard number for identifying the millions of contributors to creative works and those active in their distribution, including researchers, inventors, writers, artists, visual creators, performers, producers, publishers, aggregators, and more. As ISO 27729, it is part of a family of international standard identifiers that includes identifiers of works, recordings, products and right holders in all repertoires, e.g. DOI, ISAN, ISBN, ISRC, ISSN, and ISWC.", "rorId": null, "location": { "countryCode": "GB", @@ -32054,7 +34994,11 @@ "countryName": "United Kingdom" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:18:20.121+0000", @@ -32083,11 +35027,11 @@ "sampleId": "75121530", "resourceHomeUrl": "http://viaf.org", "institution": { - "id": 1899, - "name": "Online Computer Library Center, Incorporated, Dublin, Ohio", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", - "rorId": null, + "id": 226, + "name": "OCLC Online Computer Library Center, Inc. Ohio", + "homeUrl": "https://www.oclc.org/", + "description": "OCLC is a nonprofit global library organization that provides shared technology services, original research, and community programs so that libraries can better fuel learning, research, and innovation.", + "rorId": "https://ror.org/02nv42w72", "location": { "countryCode": "US", "countryName": "United States" @@ -32098,7 +35042,11 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:18:20.364+0000", @@ -32128,9 +35076,9 @@ "resourceHomeUrl": "https://www.gleif.org/", "institution": { "id": 1902, - "name": "Global Legal Entity Identifier Foundation, St. Alban-Vorstadt 5, 4052 Basel", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", + "name": "Global Legal Entity Identifier Foundation", + "homeUrl": "https://www.gleif.org/en", + "description": "Established by the Financial Stability Board in June 2014, the Global Legal Entity Identifier Foundation (GLEIF) is tasked to support the implementation and use of the Legal Entity Identifier (LEI). The foundation is backed and overseen by the Regulatory Oversight Committee, representing public authorities from around the globe that have come together to jointly drive forward transparency within the global financial markets. GLEIF is a supra-national not-for-profit organization headquartered in Basel, Switzerland.", "rorId": null, "location": { "countryCode": "CH", @@ -32142,7 +35090,11 @@ "countryName": "Switzerland" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:18:20.599+0000", @@ -32173,8 +35125,8 @@ "institution": { "id": 1905, "name": "SPDX Workgroup a Linux Foundation Project", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", + "homeUrl": "https://spdx.dev/", + "description": "SPDX is an open standard for communicating software bill of material information, including provenance, license, security, and other related information. SPDX reduces redundant work by providing common formats for organizations and communities to share important data, thereby streamlining and improving compliance, security, and dependability. The SPDX specification is recognized as the international open standard for security, license compliance, and other software supply chain artifacts as ISO/IEC 5962:2021.", "rorId": null, "location": { "countryCode": "US", @@ -32186,7 +35138,11 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:18:20.855+0000", @@ -32215,11 +35171,11 @@ "sampleId": "75", "resourceHomeUrl": "http://sabiork.h-its.org/", "institution": { - "id": 408, - "name": "Heidelberg Institute for Theoretical Studies (HITS gGmbH)", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", - "rorId": null, + "id": 151, + "name": "Heidelberg Institute for Theoretical Studies (HITS gGmbH)", + "homeUrl": "http://www.h-its.org/en/", + "description": "HITS conducts basic research in the natural sciences, mathematical and computer science. Major research directions include complex simulations across scales, making sense of data, and enabling science via computational research. Application areas range from molecular biology to astrophysics. An essential characteristic of the Institute is interdisciplinarity, implemented in numerous cross-group and cross-disciplinary projects. The base funding of HITS is provided by the Klaus Tschira Foundation.", + "rorId": "https://ror.org/01f7bcy98", "location": { "countryCode": "DE", "countryName": "Germany" @@ -32230,7 +35186,11 @@ "countryName": "Germany" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:18:21.119+0000", @@ -32261,9 +35221,9 @@ "institution": { "id": 1371, "name": "Genetic Strains Research Center, National Institute of Genetics, Mishima, Shizuoka", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", - "rorId": null, + "homeUrl": "http://www.nig.ac.jp/nig/", + "description": "Research NIG conducts top-level research in life sciences leveraging on approaches and resources in Genetics. NIG also develops new research fields within the broader concept of Genetics. ", + "rorId": "https://ror.org/02xg1m795", "location": { "countryCode": "JP", "countryName": "Japan" @@ -32274,7 +35234,11 @@ "countryName": "Japan" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:18:21.361+0000", @@ -32318,7 +35282,11 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:18:21.571+0000", @@ -32349,8 +35317,8 @@ "institution": { "id": 1914, "name": "W3C Credentials Community Group", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", + "homeUrl": "https://www.w3.org/community/credentials/", + "description": "The mission of the W3C Credentials Community Group is to explore the creation, storage, presentation, verification, and user control of credentials. We focus on a verifiable credential (a set of claims) created by an issuer about a subject\u2014a person, group, or thing\u2014and seek solutions inclusive of approaches such as: self-sovereign identity; presentation of proofs by the bearer; data minimization; and centralized, federated, and decentralized registry and identity systems. Our tasks include drafting and incubating Internet specifications for further standardization and prototyping and testing reference implementations.", "rorId": null, "location": { "countryCode": "US", @@ -32362,7 +35330,11 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:18:21.755+0000", @@ -32406,7 +35378,11 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:18:21.981+0000", @@ -32437,9 +35413,9 @@ "institution": { "id": 1919, "name": "OpenCitations", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", - "rorId": null, + "homeUrl": "http://opencitations.net/", + "description": "OpenCitations is an independent not-for-profit infrastructure organization for open scholarship dedicated to the publication of open bibliographic and citation data by the use of Semantic Web (Linked Data) technologies. It is also engaged in advocacy for open citations, particularly in its role as a key founding member of the Initiative for Open Citations (I4OC). For administrative convenience, OpenCitations is managed by the Research Centre for Open Scholarly Metadata at the University of Bologna.", + "rorId": "https://ror.org/00wb4mk85", "location": { "countryCode": "IT", "countryName": "Italy" @@ -32450,7 +35426,11 @@ "countryName": "Italy" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:18:22.186+0000", @@ -32494,7 +35474,11 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:18:22.646+0000", @@ -32538,7 +35522,11 @@ "countryName": "Netherlands" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-19T15:38:51.382+0000", @@ -32582,7 +35570,11 @@ "countryName": "Canada" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-09-05T11:46:36.162+0000", @@ -32626,7 +35618,11 @@ "countryName": "United Kingdom" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:18:22.448+0000", @@ -32645,20 +35641,20 @@ "mirId": "MIR:00000738", "resources": [ { - "id": 2936, - "providerCode": "ontochem", - "name": "Ontochem GmbH", - "urlPattern": "https://ocid.ontochem.com/prefname?ocid={$id}", - "mirId": "MIR:00000885", - "description": "We offer high performance and highly customizable text analysis and data mining products that can be tailored to meet the specific needs of every client. ", - "official": true, + "id": 1990, + "providerCode": "oc", + "name": "SciWalker Open Data", + "urlPattern": "https://registry.identifiers.org/deprecation/resources/MIR:00000706/{$id}", + "mirId": "MIR:00000706", + "description": "SciWalker is an open access ontology based search tool for annotated data and extracted knowledge from scientific databases, patents and scientific documents.", + "official": false, "sampleId": "190000021540", - "resourceHomeUrl": "https://ontochem.com/", + "resourceHomeUrl": "https://www.sciwalker.com", "institution": { - "id": 2935, - "name": "Ontochem GmbH", - "homeUrl": "https://ontochem.com/", - "description": "We offer high performance and highly customizable text analysis and data mining products that can be tailored to meet the specific needs of every client. ", + "id": 1988, + "name": "OntoChem GmbH", + "homeUrl": "https://www.ontochem.com", + "description": "OntoChem develops and uses ontologies and semantic NLP software to annotate, analyze, extract and predict knowledge from scientific databases, patents, scientific articles or general private documents.", "rorId": null, "location": { "countryCode": "DE", @@ -32669,19 +35665,23 @@ "countryCode": "DE", "countryName": "Germany" }, - "deprecated": false, - "deprecationDate": null + "deprecated": true, + "deprecationDate": "2021-10-17T10:39:01.622+0000", + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null }, { - "id": 1990, - "providerCode": "oc", - "name": "SciWalker Open Data", - "urlPattern": "https://registry.identifiers.org/deprecation/resources/MIR:00000706/{$id}", - "mirId": "MIR:00000706", - "description": "SciWalker is an open access ontology based search tool for annotated data and extracted knowledge from scientific databases, patents and scientific documents.", - "official": false, + "id": 2936, + "providerCode": "ontochem", + "name": "Ontochem GmbH", + "urlPattern": "https://ocid.ontochem.com/prefname?ocid={$id}", + "mirId": "MIR:00000885", + "description": "We offer high performance and highly customizable text analysis and data mining products that can be tailored to meet the specific needs of every client. ", + "official": true, "sampleId": "190000021540", - "resourceHomeUrl": "https://www.sciwalker.com", + "resourceHomeUrl": "https://ontochem.com/", "institution": { "id": 1988, "name": "OntoChem GmbH", @@ -32697,8 +35697,12 @@ "countryCode": "DE", "countryName": "Germany" }, - "deprecated": true, - "deprecationDate": "2021-10-17T10:39:01.622+0000" + "deprecated": false, + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-09-10T09:27:59.693+0000", @@ -32727,10 +35731,10 @@ "sampleId": "MMP3888430", "resourceHomeUrl": "https://mmp.sfb.uit.no/databases/marfun", "institution": { - "id": 1996, - "name": "Centre for bioinformatics (SfB), UiT The Arctic university of Norway", - "homeUrl": "https://uit.no", - "description": "The Centre for bioinformatics at UiT is a part of ELIXIR Norway dedicated to services.", + "id": 1703, + "name": "Center for Bioinformatics (SfB), UiT The Arctic university of Norway", + "homeUrl": "https://en.uit.no/forskning/forskningsgrupper/gruppe?p_document_id=347053", + "description": "The Center for Bioinformatics at the Faculty of Science and Technology is a research-based service center established to facilitate cross-disciplinary research, teaching, and services at the interface of biotechnology and computer science. The center currently comprises researchers and students from the Department of Chemistry and the Department of Computer Science. The center provides research collaboration and services related to bioinformatics.", "rorId": null, "location": { "countryCode": "NO", @@ -32742,7 +35746,11 @@ "countryName": "Norway" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-09-10T10:50:49.547+0000", @@ -32773,8 +35781,8 @@ "institution": { "id": 1629, "name": "Systems Biology Laboratory, Faculty of Informatics, Masaryk University Brno", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", + "homeUrl": "https://sybila.fi.muni.cz/", + "description": "From January 1, 2016 we became part of the national research infrastructure C4Sys (Centre for System Biology), representing a Czech node of the ISBE (Infrastructure for Systems Biology \u2013 Europe), and our activities are supported from the program for large research infrastructures of the Ministry of Education, Youth and Sports. ", "rorId": null, "location": { "countryCode": "CZ", @@ -32786,7 +35794,11 @@ "countryName": "Czech Republic" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-09-10T12:51:24.637+0000", @@ -32818,7 +35830,7 @@ "id": 2021, "name": "Double Helix Technologies (DOULIX)", "homeUrl": "https://doulix.com", - "description": "Double Helix Technologies (DOULIX) is currently an operative unit of Explora Biotech (https://www.explora-biotech). ", + "description": "Double Helix Technologies (DOULIX) is currently an operative unit of Explora Biotech (https://www.explora-biotech.com). ", "rorId": null, "location": { "countryCode": "IT", @@ -32830,7 +35842,11 @@ "countryName": "Italy" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-09-24T11:03:08.927+0000", @@ -32859,8 +35875,8 @@ "sampleId": "6VDC956", "resourceHomeUrl": "https://doulix.com", "institution": { - "id": 2025, - "name": "Doulix Helix Technologies (DOULIX)", + "id": 2021, + "name": "Double Helix Technologies (DOULIX)", "homeUrl": "https://doulix.com", "description": "Double Helix Technologies (DOULIX) is currently an operative unit of Explora Biotech (https://www.explora-biotech.com). ", "rorId": null, @@ -32874,7 +35890,11 @@ "countryName": "Italy" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-10-01T11:40:36.666+0000", @@ -32918,7 +35938,11 @@ "countryName": "Switzerland" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:18:04.976+0000", @@ -32962,7 +35986,11 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-09-19T13:46:35.999+0000", @@ -33006,7 +36034,11 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-11-07T10:59:42.032+0000", @@ -33050,7 +36082,11 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-12-09T15:05:02.665+0000", @@ -33081,9 +36117,9 @@ "institution": { "id": 1769, "name": "University of Padua", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", - "rorId": null, + "homeUrl": "https://www.unipd.it/en/", + "description": "he University of Padua is one of Europe\u2019s oldest and most prestigious seats of learning. As a multi-disciplinary institute of higher education, the University aims to provide its students with professional training and a solid cultural background. The qualification received from the University of Padua act as a symbol of the ambitious objectives respected and coveted by both students and employers alike.", + "rorId": "https://ror.org/00240q980", "location": { "countryCode": "IT", "countryName": "Italy" @@ -33094,7 +36130,11 @@ "countryName": "Italy" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-12-09T15:18:31.130+0000", @@ -33127,7 +36167,7 @@ "name": "National Center for Ecological Analysis and Synthesis", "homeUrl": "https://nceas.ucsb.edu/", "description": "NCEAS works to accelerate scientific discoveries that will enhance our understanding of the world and benefit people and nature, as well as to transform the scientific culture to be more open, efficient, and collaborative.", - "rorId": null, + "rorId": "https://ror.org/0146z4r19", "location": { "countryCode": "US", "countryName": "United States" @@ -33138,7 +36178,11 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2020-01-24T13:57:43.399+0000", @@ -33182,7 +36226,11 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2020-02-25T11:14:38.686+0000", @@ -33215,7 +36263,7 @@ "name": "University of Dundee", "homeUrl": "https://www.dundee.ac.uk/", "description": "The University of Dundee is a public research university in Dundee, Scotland. Founded in 1881 the institution was, for most of its early existence, a constituent college of the University of St Andrews alongside United College and St Mary's College located in the town of St Andrews itself. Following significant expansion, the University of Dundee gained independent university status in 1967 while retaining much of its ancient heritage and governance structure.", - "rorId": null, + "rorId": "https://ror.org/03h2bxq36", "location": { "countryCode": "GB", "countryName": "United Kingdom" @@ -33226,7 +36274,11 @@ "countryName": "United Kingdom" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2020-03-02T17:27:03.688+0000", @@ -33270,7 +36322,11 @@ "countryName": "Portugal" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2020-02-28T10:48:52.126+0000", @@ -33314,18 +36370,22 @@ "countryName": "United Kingdom" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null }, { "id": 1687, "providerCode": "ncbi", "name": "Genome assembly database NCBI", - "urlPattern": "https://www.ncbi.nlm.nih.gov/assembly/{$id}", + "urlPattern": "https://www.ncbi.nlm.nih.gov/datasets/genome/{$id}", "mirId": "MIR:00100811", "description": "Genome assembly database NCBI", "official": false, "sampleId": "GCA_000155495.1", - "resourceHomeUrl": "https://www.ncbi.nlm.nih.gov/assembly/", + "resourceHomeUrl": "https://www.ncbi.nlm.nih.gov/datasets/genome/", "institution": { "id": 26, "name": "National Center for Biotechnology Information", @@ -33342,7 +36402,11 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:18:01.236+0000", @@ -33386,7 +36450,11 @@ "countryName": "Switzerland" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:17:46.314+0000", @@ -33430,7 +36498,11 @@ "countryName": "United Kingdom" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2020-05-12T14:08:31.024+0000", @@ -33463,7 +36535,7 @@ "name": "Icahn School of Medicine at Mount Sinai", "homeUrl": "https://icahn.mssm.edu/", "description": "The Icahn School of Medicine at Mount Sinai is an international leader in medical and scientific training, biomedical research, and patient care. It is the medical school for the Mount Sinai Health System, which includes eight hospital campuses, and has more than 5,000 faculty and nearly 2,000 students, residents and fellows.", - "rorId": null, + "rorId": "https://ror.org/04a9tmd77", "location": { "countryCode": "US", "countryName": "United States" @@ -33474,7 +36546,11 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2020-05-22T09:04:15.866+0000", @@ -33518,7 +36594,11 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:17:48.275+0000", @@ -33536,34 +36616,6 @@ "description": "The PRotein Ontology (PRO) has been designed to describe the relationships of proteins and protein evolutionary classes, to delineate the multiple protein forms of a gene locus (ontology for protein forms), and to interconnect existing ontologies.", "mirId": "MIR:00000141", "resources": [ - { - "id": 448, - "providerCode": "CURATOR_REVIEW", - "name": "Protein Ontology at Georgetown", - "urlPattern": "https://proconsortium.org/app/entry/PR:{$id}", - "mirId": "MIR:00100184", - "description": "Protein Ontology at Georgetown", - "official": false, - "sampleId": "000000024", - "resourceHomeUrl": "https://proconsortium.org/", - "institution": { - "id": 173, - "name": "Georgetown University Medical Center, Washington", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", - "rorId": null, - "location": { - "countryCode": "US", - "countryName": "United States" - } - }, - "location": { - "countryCode": "US", - "countryName": "United States" - }, - "deprecated": false, - "deprecationDate": null - }, { "id": 449, "providerCode": "bptl", @@ -33577,8 +36629,8 @@ "institution": { "id": 5, "name": "National Center for Biomedical Ontology, Stanford", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", + "homeUrl": "https://ncbo.bioontology.org/", + "description": "The goal of the National Center for Biomedical Ontology is to support biomedical researchers in their knowledge-intensive work, by providing online tools and a Web portal enabling them to access, review, and integrate disparate ontological resources in all aspects of biomedical investigation and clinical practice. A major focus of our work involves the use of biomedical ontologies to aid in the management and analysis of data derived from complex experiments.", "rorId": null, "location": { "countryCode": "US", @@ -33590,18 +36642,22 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null }, { "id": 450, "providerCode": "ols", "name": "Protein Ontology through OLS", - "urlPattern": "https://www.ebi.ac.uk/ols/ontologies/pr/terms?obo_id=PR:{$id}", + "urlPattern": "https://www.ebi.ac.uk/ols4/ontologies/pr/terms?obo_id=PR:{$id}", "mirId": "MIR:00100755", "description": "Protein Ontology through OLS", "official": false, "sampleId": "000000024", - "resourceHomeUrl": "https://www.ebi.ac.uk/ols/ontologies/pr", + "resourceHomeUrl": "https://www.ebi.ac.uk/ols4/ontologies/pr", "institution": { "id": 2, "name": "European Bioinformatics Institute", @@ -33618,7 +36674,43 @@ "countryName": "United Kingdom" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null + }, + { + "id": 448, + "providerCode": "CURATOR_REVIEW", + "name": "Protein Ontology at Georgetown", + "urlPattern": "https://proconsortium.org/app/entry/PR:{$id}", + "mirId": "MIR:00100184", + "description": "Protein Ontology at Georgetown", + "official": false, + "sampleId": "000000024", + "resourceHomeUrl": "https://proconsortium.org/", + "institution": { + "id": 70, + "name": "Georgetown University Medical Center", + "homeUrl": "https://gumc.georgetown.edu", + "description": "As one of approximately 140 academic health and science centers in the United States, Georgetown University Medical Center seeks to provide, in a synergistic fashion, excellence in education \u2014 training physicians, nurses and other health care professionals, as well as biomedical scientists \u2014 and cutting-edge interdisciplinary research collaboration, enhancing our basic science and translational biomedical research capacity in order to improve human health. We have identified several areas of focus for our research. ", + "rorId": "https://ror.org/00hjz7x27", + "location": { + "countryCode": "US", + "countryName": "United States" + } + }, + "location": { + "countryCode": "US", + "countryName": "United States" + }, + "deprecated": false, + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:16:11.083+0000", @@ -33662,7 +36754,11 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2020-03-17T08:03:56.077+0000", @@ -33695,7 +36791,7 @@ "name": "University of Cologne", "homeUrl": "https://www.portal.uni-koeln.de/uoc_home.html?&L=1", "description": "The University of Cologne is one of the oldest and largest universities in Europe. Due to its outstanding scientific achievements and the high quality and diversity of its degree programmes, it enjoys an excellent international reputation.", - "rorId": null, + "rorId": "https://ror.org/00rcxh774", "location": { "countryCode": "DE", "countryName": "Germany" @@ -33706,7 +36802,11 @@ "countryName": "Germany" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2020-03-17T12:41:40.413+0000", @@ -33750,7 +36850,11 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:18:10.091+0000", @@ -33794,7 +36898,11 @@ "countryName": "Switzerland" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2020-03-20T12:58:53.045+0000", @@ -33838,7 +36946,11 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2020-03-20T15:04:54.734+0000", @@ -33882,7 +36994,11 @@ "countryName": "Japan" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2020-03-24T06:40:28.546+0000", @@ -33926,7 +37042,11 @@ "countryName": "Japan" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2020-03-24T06:41:41.433+0000", @@ -33970,7 +37090,11 @@ "countryName": "Germany" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2020-03-24T07:50:16.285+0000", @@ -34001,9 +37125,9 @@ "institution": { "id": 1165, "name": "Department of Energy Joint Genome Institute, Microbial Genomics and Metagenomics Program, California", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", - "rorId": null, + "homeUrl": "https://jgi.doe.gov/our-science/science-programs/metagenomics/", + "description": "The Metagenome Program leverages high-throughput sequencing technologies to uncover the principles governing microbial community functions and interactions that impact ecosystem processes. Sequencing technologies have allowed us to begin decoding the information encoded in the DNA of microbes in the wild, providing a snapshot of diversity and metabolic functional potential. Knowledge of how microbes function in their environment holds tremendous potential to transform our understanding of the world and spur innovations in energy and the environment.", + "rorId": "https://ror.org/04xm1d337", "location": { "countryCode": "US", "countryName": "United States" @@ -34014,7 +37138,11 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:17:12.564+0000", @@ -34045,9 +37173,9 @@ "institution": { "id": 1165, "name": "Department of Energy Joint Genome Institute, Microbial Genomics and Metagenomics Program, California", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", - "rorId": null, + "homeUrl": "https://jgi.doe.gov/our-science/science-programs/metagenomics/", + "description": "The Metagenome Program leverages high-throughput sequencing technologies to uncover the principles governing microbial community functions and interactions that impact ecosystem processes. Sequencing technologies have allowed us to begin decoding the information encoded in the DNA of microbes in the wild, providing a snapshot of diversity and metabolic functional potential. Knowledge of how microbes function in their environment holds tremendous potential to transform our understanding of the world and spur innovations in energy and the environment.", + "rorId": "https://ror.org/04xm1d337", "location": { "countryCode": "US", "countryName": "United States" @@ -34058,7 +37186,11 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:17:12.343+0000", @@ -34102,7 +37234,11 @@ "countryName": "Japan" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:16:41.635+0000", @@ -34131,11 +37267,11 @@ "sampleId": "PGS000018", "resourceHomeUrl": "http://pgscatalog.org", "institution": { - "id": 2214, - "name": "University of Cambridge", + "id": 1885, + "name": "The University of Cambridge", "homeUrl": "https://www.cam.ac.uk/", - "description": "The University of Cambridge is a collegiate public research university in Cambridge, United Kingdom. Founded in 1209 and granted a royal charter by King Henry III in 1231, Cambridge is the second-oldest university in the English-speaking world and the world's fourth-oldest surviving university.", - "rorId": null, + "description": "The mission of the University of Cambridge is to contribute to society through education, learning and research at the highest international level.", + "rorId": "https://ror.org/013meh722", "location": { "countryCode": "GB", "countryName": "United Kingdom" @@ -34146,7 +37282,11 @@ "countryName": "United Kingdom" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2020-04-22T09:46:18.729+0000", @@ -34190,7 +37330,11 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:15:43.085+0000", @@ -34223,7 +37367,7 @@ "name": "Icahn School of Medicine at Mount Sinai", "homeUrl": "https://icahn.mssm.edu/", "description": "The Icahn School of Medicine at Mount Sinai is an international leader in medical and scientific training, biomedical research, and patient care. It is the medical school for the Mount Sinai Health System, which includes eight hospital campuses, and has more than 5,000 faculty and nearly 2,000 students, residents and fellows.", - "rorId": null, + "rorId": "https://ror.org/04a9tmd77", "location": { "countryCode": "US", "countryName": "United States" @@ -34234,7 +37378,11 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2020-05-22T09:05:34.813+0000", @@ -34265,8 +37413,8 @@ "institution": { "id": 1081, "name": "EnSembl, Sanger Institute and European Bioinformatics Institute, Hinxton, Cambridge", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", + "homeUrl": "https://ebi.ac.uk", + "description": "At EMBL\u2019s European Bioinformatics Institute (EMBL-EBI), we help scientists realise the potential of big data in biology, exploiting complex information to make discoveries that benefit humankind.", "rorId": null, "location": { "countryCode": "GB", @@ -34278,7 +37426,11 @@ "countryName": "United Kingdom" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null }, { "id": 1083, @@ -34293,8 +37445,8 @@ "institution": { "id": 1081, "name": "EnSembl, Sanger Institute and European Bioinformatics Institute, Hinxton, Cambridge", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", + "homeUrl": "https://ebi.ac.uk", + "description": "At EMBL\u2019s European Bioinformatics Institute (EMBL-EBI), we help scientists realise the potential of big data in biology, exploiting complex information to make discoveries that benefit humankind.", "rorId": null, "location": { "countryCode": "GB", @@ -34306,7 +37458,11 @@ "countryName": "Singapore" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null }, { "id": 1084, @@ -34321,8 +37477,8 @@ "institution": { "id": 1081, "name": "EnSembl, Sanger Institute and European Bioinformatics Institute, Hinxton, Cambridge", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", + "homeUrl": "https://ebi.ac.uk", + "description": "At EMBL\u2019s European Bioinformatics Institute (EMBL-EBI), we help scientists realise the potential of big data in biology, exploiting complex information to make discoveries that benefit humankind.", "rorId": null, "location": { "countryCode": "GB", @@ -34334,7 +37490,11 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null }, { "id": 1085, @@ -34349,8 +37509,8 @@ "institution": { "id": 1081, "name": "EnSembl, Sanger Institute and European Bioinformatics Institute, Hinxton, Cambridge", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", + "homeUrl": "https://ebi.ac.uk", + "description": "At EMBL\u2019s European Bioinformatics Institute (EMBL-EBI), we help scientists realise the potential of big data in biology, exploiting complex information to make discoveries that benefit humankind.", "rorId": null, "location": { "countryCode": "GB", @@ -34362,13 +37522,17 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null }, { "id": 1080, "providerCode": "ebi", "name": "Locus Reference Genomic", - "urlPattern": "ftp://ftp.ebi.ac.uk/pub/databases/lrgex/{$id}.xml", + "urlPattern": "http://ftp.ebi.ac.uk/pub/databases/lrgex/{$id}.xml", "mirId": "MIR:00100478", "description": "Locus Reference Genomic", "official": true, @@ -34390,7 +37554,11 @@ "countryName": "United Kingdom" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:17:05.115+0000", @@ -34434,7 +37602,11 @@ "countryName": "United Kingdom" }, "deprecated": true, - "deprecationDate": "2020-06-04T10:00:30.300+0000" + "deprecationDate": "2020-06-04T10:00:30.300+0000", + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:15:31.442+0000", @@ -34478,7 +37650,11 @@ "countryName": "Canada" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:16:21.651+0000", @@ -34509,8 +37685,8 @@ "institution": { "id": 24, "name": "UniProt Consortium", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", + "homeUrl": "https://www.uniprot.org", + "description": "The Universal Protein Resource (UniProt) is a comprehensive resource for protein sequence and annotation data. The UniProt databases are the UniProt Knowledgebase (UniProtKB), the UniProt Reference Clusters (UniRef), and the UniProt Archive (UniParc). The UniProt consortium and host institutions EMBL-EBI, SIB and PIR are committed to the long-term preservation of the UniProt databases.", "rorId": null, "location": { "countryCode": "GB", @@ -34522,7 +37698,11 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2020-06-09T20:12:07.077+0000", @@ -34544,12 +37724,12 @@ "id": 351, "providerCode": "ols", "name": "Molecular Interactions Ontology through OLS", - "urlPattern": "https://www.ebi.ac.uk/ols/ontologies/mi/terms?obo_id=MI:{$id}", + "urlPattern": "https://www.ebi.ac.uk/ols4/ontologies/mi/terms?obo_id=MI:{$id}", "mirId": "MIR:00100142", "description": "Molecular Interactions Ontology through OLS", "official": false, "sampleId": "0308", - "resourceHomeUrl": "https://www.ebi.ac.uk/ols/ontologies/mi", + "resourceHomeUrl": "https://www.ebi.ac.uk/ols4/ontologies/mi", "institution": { "id": 2, "name": "European Bioinformatics Institute", @@ -34566,7 +37746,11 @@ "countryName": "United Kingdom" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:16:01.860+0000", @@ -34599,7 +37783,7 @@ "name": "Palack\u00fd University, Olomouc", "homeUrl": "http://www.upol.cz/en/", "description": "Palack\u00fd University Olomouc is a university with long-standing tradition. Founded in the 16th century, it is the oldest university in Moravia and the second-oldest university in the Czech Republic. Today it is a modern higher education facility with a wide range of study programmes and copious scientific and research activities. In 2019, more than 22 000 students studied in accredited study programmes, exchange programmes and lifelong learning programmes at eight faculties. Palack\u00fd University Olomouc is one of the very top Czech universities, and ranks among the best universities in the world, according to international rankings.", - "rorId": null, + "rorId": "https://ror.org/04qxnmv42", "location": { "countryCode": "CZ", "countryName": "Czech Republic" @@ -34610,7 +37794,11 @@ "countryName": "Czech Republic" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2020-07-03T09:30:53.125+0000", @@ -34654,7 +37842,11 @@ "countryName": "France" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2020-07-08T15:12:19.317+0000", @@ -34698,7 +37890,11 @@ "countryName": "United Kingdom" }, "deprecated": true, - "deprecationDate": "2020-07-16T06:11:29.395+0000" + "deprecationDate": "2020-07-16T06:11:29.395+0000", + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:17:39.700+0000", @@ -34742,7 +37938,11 @@ "countryName": "United Kingdom" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2020-07-16T06:20:43.698+0000", @@ -34771,10 +37971,10 @@ "sampleId": "11337", "resourceHomeUrl": "http://bioportal.bioontology.org/ontologies/DOID", "institution": { - "id": 571, - "name": "National Center for Biomedical Ontology, Stanford University", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", + "id": 5, + "name": "National Center for Biomedical Ontology, Stanford", + "homeUrl": "https://ncbo.bioontology.org/", + "description": "The goal of the National Center for Biomedical Ontology is to support biomedical researchers in their knowledge-intensive work, by providing online tools and a Web portal enabling them to access, review, and integrate disparate ontological resources in all aspects of biomedical investigation and clinical practice. A major focus of our work involves the use of biomedical ontologies to aid in the management and analysis of data derived from complex experiments.", "rorId": null, "location": { "countryCode": "US", @@ -34786,7 +37986,11 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null }, { "id": 693, @@ -34814,18 +38018,22 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null }, { "id": 691, "providerCode": "ols", "name": "Human Disease Ontology through OLS", - "urlPattern": "https://www.ebi.ac.uk/ols/ontologies/doid/terms?obo_id=DOID:{$id}", + "urlPattern": "https://www.ebi.ac.uk/ols4/ontologies/doid/terms?obo_id=DOID:{$id}", "mirId": "MIR:00100293", "description": "Human Disease Ontology through OLS", "official": true, "sampleId": "11337", - "resourceHomeUrl": "https://www.ebi.ac.uk/ols/ontologies/doid", + "resourceHomeUrl": "https://www.ebi.ac.uk/ols4/ontologies/doid", "institution": { "id": 2, "name": "European Bioinformatics Institute", @@ -34842,7 +38050,11 @@ "countryName": "United Kingdom" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:16:32.719+0000", @@ -34873,8 +38085,8 @@ "institution": { "id": 89, "name": "The Gene Ontology Consortium", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", + "homeUrl": "http://geneontology.org/", + "description": "The mission of the GO Consortium is to develop a comprehensive, computational model of biological systems, ranging from the molecular to the organism level, across the multiplicity of species in the tree of life.\n\nThe Gene Ontology (GO) knowledgebase is the world\u2019s largest source of information on the functions of genes. This knowledge is both human-readable and machine-readable, and is a foundation for computational analysis of large-scale molecular biology and genetics experiments in biomedical research. ", "rorId": null, "location": { "countryCode": "US", @@ -34886,7 +38098,11 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:17:23.452+0000", @@ -34930,7 +38146,11 @@ "countryName": "United Kingdom" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-17T12:55:17.868+0000", @@ -34963,7 +38183,7 @@ "name": "Humboldt University of Berlin", "homeUrl": "https://www.hu-berlin.de/?set_language=en&cl=en", "description": "Humboldt University of Berlin is a university in the central borough of Mitte in Berlin, Germany. It was established by Frederick William III on the initiative of Wilhelm von Humboldt, Johann Gottlieb Fichte and Friedrich Ernst Daniel Schleiermacher as the University of Berlin (Universit\u00e4t zu Berlin) in 1809, and opened in 1810.", - "rorId": null, + "rorId": "https://ror.org/01hcx6992", "location": { "countryCode": "DE", "countryName": "Germany" @@ -34974,7 +38194,11 @@ "countryName": "Germany" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2020-10-07T10:25:14.491+0000", @@ -35007,7 +38231,7 @@ "name": "TU Dresden", "homeUrl": "https://tu-dresden.de/?set_language=en", "description": "The Technische Universit\u00e4t Dresden (TUD) is one of the largest \u201cTechnische Universit\u00e4ten\u201d in Germany and one of the leading and most dynamic universities in Germany. As a full-curriculum university with 17 faculties in five schools it offers a broad variety of 124 disciplines and covers a wide research spectrum. Its focuses Health Sciences, Biomedicine & Bioengineering, Information Technology & Microelectronics, Smart Materials & Structures, Energy, Mobility & Environment as well as Culture & Societal Change are considered exemplary in Germany and throughout Europe.", - "rorId": null, + "rorId": "https://ror.org/042aqky30", "location": { "countryCode": "DE", "countryName": "Germany" @@ -35018,7 +38242,11 @@ "countryName": "Germany" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2020-10-07T10:43:05.918+0000", @@ -35051,7 +38279,7 @@ "name": "Niigata University", "homeUrl": "https://www.niigata-u.ac.jp/", "description": "Niigata University has a long institutional history, with origins going back some 150 years. Since its inauguration as a national university in 1949 under the new university system, it has played an important role in higher education and research in Japan. Over the years, it has grown into a large-scale comprehensive university offering bachelor's, master's, and doctoral degree programs under ten faculties and five graduate schools in a wide range of disciplines spanning the humanities, education, law, economics, science, engineering, agriculture, medicine, health sciences, and dentistry. With a student body of approximately 13,000 and 3,000 academic and administrative staff members, and as a research-oriented university, it boasts several world-leading research institutes, including the Brain Research Institute and the Research Institute for Natural Hazards and Disaster Recovery as well as a university hospital providing high-level medical care as an advanced treatment hospital for the region.", - "rorId": null, + "rorId": "https://ror.org/04ww21r56", "location": { "countryCode": "JP", "countryName": "Japan" @@ -35062,7 +38290,11 @@ "countryName": "Japan" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2020-10-08T09:25:59.424+0000", @@ -35093,8 +38325,8 @@ "institution": { "id": 5, "name": "National Center for Biomedical Ontology, Stanford", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", + "homeUrl": "https://ncbo.bioontology.org/", + "description": "The goal of the National Center for Biomedical Ontology is to support biomedical researchers in their knowledge-intensive work, by providing online tools and a Web portal enabling them to access, review, and integrate disparate ontological resources in all aspects of biomedical investigation and clinical practice. A major focus of our work involves the use of biomedical ontologies to aid in the management and analysis of data derived from complex experiments.", "rorId": null, "location": { "countryCode": "US", @@ -35106,18 +38338,22 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null }, { "id": 1282, "providerCode": "ols", "name": "UBERON through OLS", - "urlPattern": "https://www.ebi.ac.uk/ols/ontologies/uberon/terms?obo_id=UBERON:{$id}", + "urlPattern": "https://www.ebi.ac.uk/ols4/ontologies/uberon/terms?obo_id=UBERON:{$id}", "mirId": "MIR:00100580", "description": "UBERON through OLS", "official": true, "sampleId": "0008203", - "resourceHomeUrl": "https://www.ebi.ac.uk/ols/ontologies/uberon", + "resourceHomeUrl": "https://www.ebi.ac.uk/ols4/ontologies/uberon", "institution": { "id": 2, "name": "European Bioinformatics Institute", @@ -35134,7 +38370,11 @@ "countryName": "United Kingdom" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:17:22.433+0000", @@ -35165,9 +38405,9 @@ "institution": { "id": 1769, "name": "University of Padua", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", - "rorId": null, + "homeUrl": "https://www.unipd.it/en/", + "description": "he University of Padua is one of Europe\u2019s oldest and most prestigious seats of learning. As a multi-disciplinary institute of higher education, the University aims to provide its students with professional training and a solid cultural background. The qualification received from the University of Padua act as a symbol of the ambitious objectives respected and coveted by both students and employers alike.", + "rorId": "https://ror.org/00240q980", "location": { "countryCode": "IT", "countryName": "Italy" @@ -35178,7 +38418,11 @@ "countryName": "Italy" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2021-02-17T18:06:52.762+0000", @@ -35209,9 +38453,9 @@ "institution": { "id": 1769, "name": "University of Padua", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", - "rorId": null, + "homeUrl": "https://www.unipd.it/en/", + "description": "he University of Padua is one of Europe\u2019s oldest and most prestigious seats of learning. As a multi-disciplinary institute of higher education, the University aims to provide its students with professional training and a solid cultural background. The qualification received from the University of Padua act as a symbol of the ambitious objectives respected and coveted by both students and employers alike.", + "rorId": "https://ror.org/00240q980", "location": { "countryCode": "IT", "countryName": "Italy" @@ -35222,7 +38466,11 @@ "countryName": "Italy" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2021-02-17T18:09:04.420+0000", @@ -35255,7 +38503,7 @@ "name": "Icahn School of Medicine at Mount Sinai", "homeUrl": "https://icahn.mssm.edu/", "description": "The Icahn School of Medicine at Mount Sinai is an international leader in medical and scientific training, biomedical research, and patient care. It is the medical school for the Mount Sinai Health System, which includes eight hospital campuses, and has more than 5,000 faculty and nearly 2,000 students, residents and fellows.", - "rorId": null, + "rorId": "https://ror.org/04a9tmd77", "location": { "countryCode": "US", "countryName": "United States" @@ -35266,7 +38514,11 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2020-10-22T01:16:20.744+0000", @@ -35310,7 +38562,11 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2020-11-05T10:42:17.722+0000", @@ -35354,7 +38610,11 @@ "countryName": "Japan" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:17:28.979+0000", @@ -35386,7 +38646,7 @@ "id": 1667, "name": "University of Zurich", "homeUrl": "https://www.uzh.ch/en.html", - "description": "No description available", + "description": "The University of Zurich is one of the leading research universities in Europe and offers the widest range of degree programs in Switzerland.", "rorId": "https://ror.org/02crff812", "location": { "countryCode": "CH", @@ -35398,7 +38658,11 @@ "countryName": "Switzerland" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:17:59.445+0000", @@ -35430,8 +38694,8 @@ "id": 2476, "name": "University of Troms\u00f8 - The Arctic University of Norway", "homeUrl": "https://uit.no/startsida", - "description": "Organization information obtained from ROR API using ROR ID 'https://ror.org/00wge5k78' with Wikidata IDs [Q279724], and ISNI IDs [0000000122595234]", - "rorId": null, + "description": "One of Norway's broadest universities, with study programs in ten locations: Troms\u00f8, Harstad, Narvik, Alta, Hammerfest, Kirkenes, Mo i Rana, Bod\u00f8, Bardufoss and Svalbard.", + "rorId": "https://ror.org/00wge5k78", "location": { "countryCode": "NO", "countryName": "Norway" @@ -35442,7 +38706,11 @@ "countryName": "Norway" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2020-12-14T12:49:56.333+0000", @@ -35474,8 +38742,8 @@ "id": 2496, "name": "National University of Ireland, Galway", "homeUrl": "http://www.nuigalway.ie/", - "description": "Organization information obtained from ROR API using ROR ID 'https://ror.org/03bea9k73' with Wikidata IDs [Q644478], and ISNI IDs [0000 0004 0488 0789]", - "rorId": null, + "description": "Since 1845, University of Galway has been sharing the highest quality teaching and research with Ireland and the world. Find out what makes our University so special \u2013 from our distinguished history to the latest news and campus developments. ", + "rorId": "https://ror.org/03bea9k73", "location": { "countryCode": "IE", "countryName": "Ireland" @@ -35486,7 +38754,11 @@ "countryName": "Ireland" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2021-02-01T15:47:59.756+0000", @@ -35517,8 +38789,8 @@ "institution": { "id": 1079, "name": "Department of Genetics, University of Leicester, Leicester", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", + "homeUrl": "https://le.ac.uk/ggb", + "description": "We are an internationally-recognised centre for pioneering research into genetics with specific expertise in patterns of human inheritance, identification of genetic determinants of human diseases, cancer genetics, circadian rhythms and microbial pathogenesis. Our renowned research includes the discovery by Professor Sir Alec Jeffreys of the technique of DNA fingerprinting and, more recently, for the identification of the bones of Richard III. We are proud of our cross-organism approach, which emphasises the fundamental importance of genetics as a common language for understanding the biology of organisms as diverse as bacteriophages, bacteria, yeast, fruit flies, insects, plants and humans.", "rorId": null, "location": { "countryCode": "GB", @@ -35530,7 +38802,11 @@ "countryName": "United Kingdom" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:17:44.698+0000", @@ -35574,7 +38850,11 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2021-02-17T17:56:14.329+0000", @@ -35605,9 +38885,9 @@ "institution": { "id": 1769, "name": "University of Padua", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", - "rorId": null, + "homeUrl": "https://www.unipd.it/en/", + "description": "he University of Padua is one of Europe\u2019s oldest and most prestigious seats of learning. As a multi-disciplinary institute of higher education, the University aims to provide its students with professional training and a solid cultural background. The qualification received from the University of Padua act as a symbol of the ambitious objectives respected and coveted by both students and employers alike.", + "rorId": "https://ror.org/00240q980", "location": { "countryCode": "IT", "countryName": "Italy" @@ -35618,7 +38898,11 @@ "countryName": "Italy" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2021-02-17T18:02:05.160+0000", @@ -35649,9 +38933,9 @@ "institution": { "id": 1769, "name": "University of Padua", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", - "rorId": null, + "homeUrl": "https://www.unipd.it/en/", + "description": "he University of Padua is one of Europe\u2019s oldest and most prestigious seats of learning. As a multi-disciplinary institute of higher education, the University aims to provide its students with professional training and a solid cultural background. The qualification received from the University of Padua act as a symbol of the ambitious objectives respected and coveted by both students and employers alike.", + "rorId": "https://ror.org/00240q980", "location": { "countryCode": "IT", "countryName": "Italy" @@ -35662,7 +38946,11 @@ "countryName": "Italy" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2021-02-17T18:11:07.592+0000", @@ -35694,8 +38982,8 @@ "id": 2547, "name": "Health Data Research UK", "homeUrl": "https://www.hdruk.ac.uk", - "description": "Organization information obtained from ROR API using ROR ID 'https://ror.org/04rtjaj74' with no Wikidata information, and no ISNI information", - "rorId": null, + "description": "we are the UK's national institute for health data science. We are uniting the UK\u2019s health data to enable discoveries that improve people\u2019s lives. Our vision is that every health and care interaction and research endeavour will be enhanced by access to large scale data and advanced analytics. ", + "rorId": "https://ror.org/04rtjaj74", "location": { "countryCode": "GB", "countryName": "United Kingdom" @@ -35706,7 +38994,11 @@ "countryName": "United Kingdom" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2021-02-26T07:35:34.234+0000", @@ -35737,8 +39029,8 @@ "institution": { "id": 1581, "name": "Vital-IT group, SIB Swiss Institute of Bioinformatics, Lausanne", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", + "homeUrl": "https://www.vital-it.ch/", + "description": "Vital-IT is a Competency Centre in Bioinformatics and Computational Biology that provides support and technological R&D for life science and clinical research in Switzerland and internationally.", "rorId": null, "location": { "countryCode": "CH", @@ -35750,7 +39042,11 @@ "countryName": "Switzerland" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:17:50.805+0000", @@ -35783,7 +39079,7 @@ "name": "Iowa State University", "homeUrl": "https://www.iastate.edu/", "description": "Organization information obtained from ROR API using ROR ID 'https://ror.org/04rswrd78' with Wikidata IDs [Q1136919], and ISNI IDs [0000 0004 1936 7312]", - "rorId": null, + "rorId": "https://ror.org/04rswrd78", "location": { "countryCode": "US", "countryName": "United States" @@ -35794,7 +39090,11 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2021-02-26T10:27:01.032+0000", @@ -35827,7 +39127,7 @@ "name": "Icahn School of Medicine at Mount Sinai", "homeUrl": "https://icahn.mssm.edu/", "description": "The Icahn School of Medicine at Mount Sinai is an international leader in medical and scientific training, biomedical research, and patient care. It is the medical school for the Mount Sinai Health System, which includes eight hospital campuses, and has more than 5,000 faculty and nearly 2,000 students, residents and fellows.", - "rorId": null, + "rorId": "https://ror.org/04a9tmd77", "location": { "countryCode": "US", "countryName": "United States" @@ -35838,7 +39138,11 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2021-02-28T15:53:07.380+0000", @@ -35882,7 +39186,11 @@ "countryName": "United Kingdom" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2021-02-28T16:13:04.331+0000", @@ -35926,7 +39234,11 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2021-03-15T19:37:56.820+0000", @@ -35970,7 +39282,11 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2021-03-15T19:43:45.400+0000", @@ -36014,7 +39330,11 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2021-03-15T19:52:42.073+0000", @@ -36046,8 +39366,8 @@ "id": 2604, "name": "University of Rome Tor Vergata", "homeUrl": "http://web.uniroma2.it/", - "description": "Organization information obtained from ROR API using ROR ID 'https://ror.org/02p77k626' with Wikidata IDs [Q1031803], and ISNI IDs [0000 0001 2300 0941]", - "rorId": null, + "description": "University of Rome Tor Vergata was established in 1982 and is therefore a relatively young University. It was designed on the model of Anglo-Saxon campuses: it stretches on 600 hectares and hosts important research institutions, such as National Research Council \u2013 CNR and the Italian Space Agency \u2013 ASI.", + "rorId": "https://ror.org/02p77k626", "location": { "countryCode": "IT", "countryName": "Italy" @@ -36058,7 +39378,11 @@ "countryName": "Italy" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2021-04-12T18:19:18.033+0000", @@ -36076,34 +39400,6 @@ "description": "The Environment Ontology is a resource and research target for the semantically controlled description of environmental entities. The ontology's initial aim was the representation of the biomes, environmental features, and environmental materials pertinent to genomic and microbiome-related investigations.", "mirId": "MIR:00000591", "resources": [ - { - "id": 1645, - "providerCode": "ols", - "name": "The Environment Ontology through OLS", - "urlPattern": "https://www.ebi.ac.uk/ols/ontologies/envo/terms?obo_id=ENVO:{$id}", - "mirId": "MIR:00100790", - "description": "The Environment Ontology through OLS", - "official": false, - "sampleId": "09200010", - "resourceHomeUrl": "https://www.ebi.ac.uk/ols/ontologies/envo", - "institution": { - "id": 2, - "name": "European Bioinformatics Institute", - "homeUrl": "https://www.ebi.ac.uk", - "description": "At EMBL-EBI, we make the world\u2019s public biological data freely available to the scientific community via a range of services and tools, perform basic research and provide professional training in bioinformatics. \nWe are part of the European Molecular Biology Laboratory (EMBL), an international, innovative and interdisciplinary research organisation funded by 26 member states and two associate member states.", - "rorId": "https://ror.org/02catss52", - "location": { - "countryCode": "GB", - "countryName": "United Kingdom" - } - }, - "location": { - "countryCode": "GB", - "countryName": "United Kingdom" - }, - "deprecated": false, - "deprecationDate": null - }, { "id": 1646, "providerCode": "bptl", @@ -36117,8 +39413,8 @@ "institution": { "id": 5, "name": "National Center for Biomedical Ontology, Stanford", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", + "homeUrl": "https://ncbo.bioontology.org/", + "description": "The goal of the National Center for Biomedical Ontology is to support biomedical researchers in their knowledge-intensive work, by providing online tools and a Web portal enabling them to access, review, and integrate disparate ontological resources in all aspects of biomedical investigation and clinical practice. A major focus of our work involves the use of biomedical ontologies to aid in the management and analysis of data derived from complex experiments.", "rorId": null, "location": { "countryCode": "US", @@ -36130,7 +39426,43 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null + }, + { + "id": 1645, + "providerCode": "ols", + "name": "The Environment Ontology through OLS", + "urlPattern": "https://www.ebi.ac.uk/ols4/ontologies/envo/terms?obo_id=ENVO:{$id}", + "mirId": "MIR:00100790", + "description": "The Environment Ontology through OLS", + "official": false, + "sampleId": "09200010", + "resourceHomeUrl": "https://www.ebi.ac.uk/ols4/ontologies/envo", + "institution": { + "id": 2, + "name": "European Bioinformatics Institute", + "homeUrl": "https://www.ebi.ac.uk", + "description": "At EMBL-EBI, we make the world\u2019s public biological data freely available to the scientific community via a range of services and tools, perform basic research and provide professional training in bioinformatics. \nWe are part of the European Molecular Biology Laboratory (EMBL), an international, innovative and interdisciplinary research organisation funded by 26 member states and two associate member states.", + "rorId": "https://ror.org/02catss52", + "location": { + "countryCode": "GB", + "countryName": "United Kingdom" + } + }, + "location": { + "countryCode": "GB", + "countryName": "United Kingdom" + }, + "deprecated": false, + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:17:57.267+0000", @@ -36174,7 +39506,11 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2021-05-22T16:59:04.850+0000", @@ -36218,7 +39554,11 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2021-05-22T17:51:43.225+0000", @@ -36251,7 +39591,7 @@ "name": "Cambridge Crystallographic Data Centre", "homeUrl": "https://www.ccdc.cam.ac.uk/", "description": "The Cambridge Crystallographic Data Centre (CCDC) is dedicated to the advancement of chemistry and crystallography through the provision of high quality scientific data services and software. It compiles and disseminates the Cambridge Structural Database, a trusted and comprehensive collection of curated small molecule crystal structure data.", - "rorId": null, + "rorId": "https://ror.org/00zbfm828", "location": { "countryCode": "GB", "countryName": "United Kingdom" @@ -36262,7 +39602,11 @@ "countryName": "United Kingdom" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2021-05-30T10:05:35.955+0000", @@ -36295,7 +39639,7 @@ "name": "Cambridge Crystallographic Data Centre", "homeUrl": "https://www.ccdc.cam.ac.uk/", "description": "The Cambridge Crystallographic Data Centre (CCDC) is dedicated to the advancement of chemistry and crystallography through the provision of high quality scientific data services and software. It compiles and disseminates the Cambridge Structural Database, a trusted and comprehensive collection of curated small molecule crystal structure data.", - "rorId": null, + "rorId": "https://ror.org/00zbfm828", "location": { "countryCode": "GB", "countryName": "United Kingdom" @@ -36306,7 +39650,11 @@ "countryName": "United Kingdom" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2021-05-30T10:06:48.264+0000", @@ -36337,7 +39685,7 @@ "institution": { "id": 2676, "name": "University of Florida Biomedical Informatics Program", - "homeUrl": "https://github.com/ufbmi", + "homeUrl": "https://hobi.med.ufl.edu/research-2/biomedical-informatics-3/", "description": "The biomedical informatics program at the University of Florida, hosted by both the UF Clinical and Translational Science Institute and the Department of Health Outcomes & Biomedical Informatics", "rorId": null, "location": { @@ -36350,7 +39698,11 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2021-05-30T10:17:36.624+0000", @@ -36394,7 +39746,11 @@ "countryName": "Switzerland" }, "deprecated": true, - "deprecationDate": "2021-05-30T10:47:40.110+0000" + "deprecationDate": "2021-05-30T10:47:40.110+0000", + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null }, { "id": 2683, @@ -36422,7 +39778,11 @@ "countryName": "Switzerland" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:15:55.126+0000", @@ -36466,7 +39826,11 @@ "countryName": "United Kingdom" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2021-06-24T15:54:23.109+0000", @@ -36510,7 +39874,11 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2021-06-24T16:02:06.844+0000", @@ -36543,7 +39911,7 @@ "name": "Iowa State University", "homeUrl": "https://www.iastate.edu/", "description": "Organization information obtained from ROR API using ROR ID 'https://ror.org/04rswrd78' with Wikidata IDs [Q1136919], and ISNI IDs [0000 0004 1936 7312]", - "rorId": null, + "rorId": "https://ror.org/04rswrd78", "location": { "countryCode": "US", "countryName": "United States" @@ -36554,7 +39922,11 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2021-07-06T14:35:18.469+0000", @@ -36587,7 +39959,7 @@ "name": "The Noguchi Institute", "homeUrl": "https://www.noguchi.or.jp/", "description": "The Noguchi Institute is a research institute licensed as a public interest incorporated foundation. It conducts research and education related to glycans.", - "rorId": null, + "rorId": "https://ror.org/02vg5vv12", "location": { "countryCode": "JP", "countryName": "Japan" @@ -36598,7 +39970,11 @@ "countryName": "Japan" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2021-06-28T19:11:39.342+0000", @@ -36642,7 +40018,11 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2021-08-05T19:25:24.806+0000", @@ -36674,8 +40054,8 @@ "id": 2750, "name": "Washington University in St. Louis", "homeUrl": "https://wustl.edu/", - "description": "Organization information obtained from ROR API using ROR ID 'https://ror.org/01yc7t268' with Wikidata IDs [Q777403], and ISNI IDs [0000 0001 2355 7002]", - "rorId": null, + "description": "Washington University in St. Louis is a place where people matter and serious work is done. Our mission is to discover and disseminate knowledge, and to protect the freedom of inquiry through research, teaching and learning.", + "rorId": "https://ror.org/01yc7t268", "location": { "countryCode": "US", "countryName": "United States" @@ -36686,7 +40066,11 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2021-08-05T19:47:08.870+0000", @@ -36717,9 +40101,9 @@ "institution": { "id": 2755, "name": "Lawrence Berkeley National Laboratory", - "homeUrl": "https://ror.org/02jbv0t02", - "description": "Organization information obtained from ROR API using ROR ID 'https://ror.org/02jbv0t02' with Wikidata IDs [Q1133630,Q4686229], and ISNI IDs [0000 0001 2231 4551]", - "rorId": null, + "homeUrl": "http://www.lbl.gov/", + "description": "Lawrence Berkeley National Laboratory is advancing the scope of human knowledge & seeking science solutions to the greatest problems facing humankind.", + "rorId": "https://ror.org/02jbv0t02", "location": { "countryCode": "US", "countryName": "United States" @@ -36730,7 +40114,11 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2021-08-05T19:51:36.087+0000", @@ -36762,8 +40150,8 @@ "id": 2750, "name": "Washington University in St. Louis", "homeUrl": "https://wustl.edu/", - "description": "Organization information obtained from ROR API using ROR ID 'https://ror.org/01yc7t268' with Wikidata IDs [Q777403], and ISNI IDs [0000 0001 2355 7002]", - "rorId": null, + "description": "Washington University in St. Louis is a place where people matter and serious work is done. Our mission is to discover and disseminate knowledge, and to protect the freedom of inquiry through research, teaching and learning.", + "rorId": "https://ror.org/01yc7t268", "location": { "countryCode": "US", "countryName": "United States" @@ -36774,7 +40162,11 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2021-08-08T09:28:56.816+0000", @@ -36818,7 +40210,11 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2021-08-08T09:33:59.109+0000", @@ -36862,7 +40258,11 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2021-08-08T09:34:23.184+0000", @@ -36894,8 +40294,8 @@ "id": 2795, "name": "University of Auckland", "homeUrl": "https://www.auckland.ac.nz/en.html", - "description": "Organization information obtained from ROR API using ROR ID 'https://ror.org/03b94tp07' with Wikidata IDs [Q492467], and ISNI IDs [0000 0004 0372 3343]", - "rorId": null, + "description": "Founded in 1883, Auckland is the country\u2019s largest university with over 40,000 students, nearly 10,000 of whom graduate annually. ", + "rorId": "https://ror.org/03b94tp07", "location": { "countryCode": "NZ", "countryName": "New Zealand" @@ -36906,7 +40306,11 @@ "countryName": "New Zealand" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2021-08-08T09:39:33.533+0000", @@ -36938,8 +40342,8 @@ "id": 2799, "name": "Crossref", "homeUrl": "https://www.crossref.org/", - "description": "Organization information obtained from ROR API using ROR ID 'https://ror.org/02twcfp32' with Wikidata IDs [Q5188229], and ISNI IDs [0000 0004 0506 2673]", - "rorId": null, + "description": "We envision a rich and reusable open network of relationships connecting research organizations, people, things, and actions; a scholarly record that the global community can build on forever, for the benefit of society.", + "rorId": "https://ror.org/02twcfp32", "location": { "countryCode": "US", "countryName": "United States" @@ -36950,7 +40354,11 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2021-08-08T09:41:19.080+0000", @@ -36994,7 +40402,11 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2021-08-08T09:42:52.720+0000", @@ -37016,12 +40428,12 @@ "id": 2808, "providerCode": "ols", "name": "European Bioinformatics Institute", - "urlPattern": "https://www.ebi.ac.uk/ols/ontologies/sio/terms?short_form={$id}", + "urlPattern": "https://www.ebi.ac.uk/ols4/ontologies/sio/terms?short_form={$id}", "mirId": "MIR:00000850", "description": "At EMBL-EBI, we make the world\u2019s public biological data freely available to the scientific community via a range of services and tools, perform basic research and provide professional training in bioinformatics. \nWe are part of the European Molecular Biology Laboratory (EMBL), an international, innovative and interdisciplinary research organisation funded by 26 member states and two associate member states.", "official": true, "sampleId": "SIO_000276", - "resourceHomeUrl": "https://www.ebi.ac.uk", + "resourceHomeUrl": "https://www.ebi.ac.uk/ols4/ontologies/sio", "institution": { "id": 2, "name": "European Bioinformatics Institute", @@ -37038,7 +40450,11 @@ "countryName": "United Kingdom" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2021-08-08T09:47:01.408+0000", @@ -37082,7 +40498,11 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2021-08-08T09:49:13.100+0000", @@ -37115,7 +40535,7 @@ "name": "Icahn School of Medicine at Mount Sinai", "homeUrl": "https://icahn.mssm.edu/", "description": "The Icahn School of Medicine at Mount Sinai is an international leader in medical and scientific training, biomedical research, and patient care. It is the medical school for the Mount Sinai Health System, which includes eight hospital campuses, and has more than 5,000 faculty and nearly 2,000 students, residents and fellows.", - "rorId": null, + "rorId": "https://ror.org/04a9tmd77", "location": { "countryCode": "US", "countryName": "United States" @@ -37126,7 +40546,11 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2021-08-08T09:56:43.759+0000", @@ -37170,7 +40594,11 @@ "countryName": "United Kingdom" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2021-09-05T17:52:59.264+0000", @@ -37214,7 +40642,11 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2021-08-09T15:20:17.184+0000", @@ -37247,7 +40679,7 @@ "name": "DataCite", "homeUrl": "https://datacite.org", "description": "DataCite is a leading global non-profit organisation that provides persistent identifiers (DOIs) for research data and other research outputs.", - "rorId": null, + "rorId": "https://ror.org/04wxnsj81", "location": { "countryCode": "DE", "countryName": "Germany" @@ -37258,7 +40690,11 @@ "countryName": "Germany" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2021-09-05T17:53:47.458+0000", @@ -37302,7 +40738,11 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2021-09-05T17:54:24.640+0000", @@ -37346,7 +40786,11 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2021-09-05T17:58:19.858+0000", @@ -37390,7 +40834,11 @@ "countryName": "Korea, Republic of" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2021-09-05T18:01:14.906+0000", @@ -37434,7 +40882,11 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2021-09-29T19:10:32.057+0000", @@ -37478,7 +40930,11 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2021-09-29T19:11:14.294+0000", @@ -37522,7 +40978,11 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2021-09-29T19:13:19.448+0000", @@ -37553,8 +41013,8 @@ "institution": { "id": 24, "name": "UniProt Consortium", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", + "homeUrl": "https://www.uniprot.org", + "description": "The Universal Protein Resource (UniProt) is a comprehensive resource for protein sequence and annotation data. The UniProt databases are the UniProt Knowledgebase (UniProtKB), the UniProt Reference Clusters (UniRef), and the UniProt Archive (UniParc). The UniProt consortium and host institutions EMBL-EBI, SIB and PIR are committed to the long-term preservation of the UniProt databases.", "rorId": null, "location": { "countryCode": "GB", @@ -37566,7 +41026,11 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2021-09-29T19:13:56.614+0000", @@ -37599,7 +41063,7 @@ "name": "Icahn School of Medicine at Mount Sinai", "homeUrl": "https://icahn.mssm.edu/", "description": "The Icahn School of Medicine at Mount Sinai is an international leader in medical and scientific training, biomedical research, and patient care. It is the medical school for the Mount Sinai Health System, which includes eight hospital campuses, and has more than 5,000 faculty and nearly 2,000 students, residents and fellows.", - "rorId": null, + "rorId": "https://ror.org/04a9tmd77", "location": { "countryCode": "US", "countryName": "United States" @@ -37610,7 +41074,11 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2021-10-11T12:50:59.916+0000", @@ -37632,7 +41100,7 @@ "id": 2930, "providerCode": "ncbi", "name": "National Center for Biotechnology Information", - "urlPattern": "https://www.ncbi.nlm.nih.gov/assembly/{$id}", + "urlPattern": "https://www.ncbi.nlm.nih.gov/datasets/genome/{$id}", "mirId": "MIR:00000883", "description": "The National Center for Biotechnology Information advances science and health by providing access to biomedical and genomic information.", "official": true, @@ -37654,7 +41122,11 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2021-10-17T10:22:37.356+0000", @@ -37698,7 +41170,11 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2021-10-17T10:21:25.826+0000", @@ -37742,7 +41218,11 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2021-11-01T17:49:13.981+0000", @@ -37786,7 +41266,11 @@ "countryName": "Switzerland" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2022-01-09T18:52:31.186+0000", @@ -37818,8 +41302,8 @@ "id": 2990, "name": "University of Oxford", "homeUrl": "https://www.ox.ac.uk/", - "description": "Organization information obtained from ROR API using ROR ID 'https://ror.org/052gg0110' with Wikidata IDs [Q34433,Q5260389,Q56612600,Q7529574,Q6786826,Q1095537], and ISNI IDs [0000 0004 1936 8948]", - "rorId": null, + "description": "Oxford is a world-leading centre of learning, teaching and research and the oldest university in the English-speaking world. Wikidata IDs [Q34433,Q5260389,Q56612600,Q7529574,Q6786826,Q1095537], and ISNI IDs [0000 0004 1936 8948]", + "rorId": "http://www.ox.ac.uk/", "location": { "countryCode": "GB", "countryName": "United Kingdom" @@ -37830,7 +41314,11 @@ "countryName": "United Kingdom" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2022-01-09T18:54:14.401+0000", @@ -37862,8 +41350,8 @@ "id": 2994, "name": "University of Connecticut Health Center", "homeUrl": "https://health.uconn.edu/", - "description": "Organization information obtained from ROR API using ROR ID 'https://ror.org/02kzs4y22' with Wikidata IDs [Q7895298], and ISNI IDs [0000000419370394]", - "rorId": null, + "description": "UConn Health is a vibrant, integrated academic medical center that is entering an era of unprecedented growth in all three areas of its mission: academics, research, and clinical care. A commitment to human health and well-being has been of utmost importance to UConn Health since the founding of the University of Connecticut Schools of Medicine and Dental Medicine in 1961. Based on a strong foundation of groundbreaking research, first-rate education, and quality clinical care, we have expanded our medical missions over the decades. In just over 50 years, UConn Health has evolved to encompass more research endeavors, to provide more ways to access our superior care, and to innovate both practical medicine and our methods of educating the practitioners of tomorrow.", + "rorId": "https://ror.org/02kzs4y22", "location": { "countryCode": "US", "countryName": "United States" @@ -37874,7 +41362,11 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2022-01-09T18:57:18.476+0000", @@ -37918,7 +41410,11 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2022-01-09T18:59:10.775+0000", @@ -37951,7 +41447,7 @@ "name": "Atlassian", "homeUrl": "https://www.atlassian.com/", "description": "Atlassian Corporation Plc is an Australian software company that develops products for software developers, project managers and other software development teams.", - "rorId": null, + "rorId": "https://ror.org/00y7n3708", "location": { "countryCode": "AU", "countryName": "Australia" @@ -37962,7 +41458,11 @@ "countryName": "Australia" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2022-01-09T19:35:12.259+0000", @@ -38006,7 +41506,11 @@ "countryName": "Switzerland" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2022-01-10T18:54:31.118+0000", @@ -38035,8 +41539,8 @@ "sampleId": "000e5d06-1326-4b6f-8d8a-95c63374c7c1", "resourceHomeUrl": "https://genomel.bionimbus.org/", "institution": { - "id": 3145, - "name": "Open Commons Consortium ", + "id": 2820, + "name": "Open Commons Consortium", "homeUrl": "https://www.occ-data.org/", "description": "The Open Commons Consortium (OCC) manages and operates cloud computing, data commons, and data ecosystems to advance scientific, medical, health care and environmental research for human and societal impact.", "rorId": null, @@ -38050,7 +41554,11 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2022-02-27T20:31:14.555+0000", @@ -38059,6 +41567,54 @@ "deprecated": false, "deprecationDate": null }, + "dg.f738": { + "id": 3135, + "prefix": "dg.f738", + "name": "Veterans Precision Oncology Data Commons", + "pattern": "[0-9a-fA-F]{8}\\-[0-9a-fA-F]{4}\\-[0-9a-fA-F]{4}\\-[0-9a-fA-F]{4}\\-[0-9a-fA-F]{12}", + "namespaceEmbeddedInLui": false, + "description": "The Veterans Data Commons supports the management, analysis and sharing of veteran oncologic data for the research community and aims to accelerate the discovery and development of therapies, diagnostic tests, and other technologies for precision oncology.", + "mirId": "MIR:00000916", + "resources": [ + { + "id": 3136, + "providerCode": "oc", + "name": "Veterans Precision Oncology Data Commons", + "urlPattern": "https://vpodc.data-commons.org/ga4gh/drs/v1/objects/{$id}", + "mirId": "MIR:00001017", + "description": "The Veterans Data Commons supports the management, analysis and sharing of veteran oncologic data for the research community and aims to accelerate discovery and development of therapies, diagnostic tests, and other technologies for precision oncology.", + "official": true, + "sampleId": "000bf826-73ba-4685-aa6c-3e0971a2f260", + "resourceHomeUrl": "https://vpodc.data-commons.org/", + "institution": { + "id": 2820, + "name": "Open Commons Consortium", + "homeUrl": "https://www.occ-data.org/", + "description": "The Open Commons Consortium (OCC) manages and operates cloud computing, data commons, and data ecosystems to advance scientific, medical, health care and environmental research for human and societal impact.", + "rorId": null, + "location": { + "countryCode": "US", + "countryName": "United States" + } + }, + "location": { + "countryCode": "US", + "countryName": "United States" + }, + "deprecated": false, + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null + } + ], + "created": "2022-02-27T20:29:04.474+0000", + "modified": "2023-04-28T10:52:16.460+0000", + "sampleId": "000bf826-73ba-4685-aa6c-3e0971a2f260", + "deprecated": false, + "deprecationDate": null + }, "modeldb.concept": { "id": 3036, "prefix": "modeldb.concept", @@ -38082,8 +41638,8 @@ "id": 3035, "name": "Yale University", "homeUrl": "https://www.yale.edu", - "description": "Organization information obtained from ROR API using ROR ID 'https://ror.org/03v76x132' with Wikidata IDs [Q56612637,Q49112], and ISNI IDs [0000000419368710]", - "rorId": null, + "description": "Since its founding in 1701, Yale has been dedicated to expanding and sharing knowledge, inspiring innovation, and preserving cultural and scientific information for future generations.", + "rorId": "https://ror.org/03v76x132", "location": { "countryCode": "US", "countryName": "United States" @@ -38094,7 +41650,11 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2022-01-29T10:45:35.629+0000", @@ -38126,8 +41686,8 @@ "id": 2750, "name": "Washington University in St. Louis", "homeUrl": "https://wustl.edu/", - "description": "Organization information obtained from ROR API using ROR ID 'https://ror.org/01yc7t268' with Wikidata IDs [Q777403], and ISNI IDs [0000 0001 2355 7002]", - "rorId": null, + "description": "Washington University in St. Louis is a place where people matter and serious work is done. Our mission is to discover and disseminate knowledge, and to protect the freedom of inquiry through research, teaching and learning.", + "rorId": "https://ror.org/01yc7t268", "location": { "countryCode": "US", "countryName": "United States" @@ -38138,7 +41698,11 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2022-01-29T10:47:57.098+0000", @@ -38170,8 +41734,8 @@ "id": 2750, "name": "Washington University in St. Louis", "homeUrl": "https://wustl.edu/", - "description": "Organization information obtained from ROR API using ROR ID 'https://ror.org/01yc7t268' with Wikidata IDs [Q777403], and ISNI IDs [0000 0001 2355 7002]", - "rorId": null, + "description": "Washington University in St. Louis is a place where people matter and serious work is done. Our mission is to discover and disseminate knowledge, and to protect the freedom of inquiry through research, teaching and learning.", + "rorId": "https://ror.org/01yc7t268", "location": { "countryCode": "US", "countryName": "United States" @@ -38182,7 +41746,11 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2022-01-29T10:48:56.640+0000", @@ -38226,7 +41794,11 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2022-01-09T19:35:24.140+0000", @@ -38258,8 +41830,8 @@ "id": 3046, "name": "RISM Digital Center", "homeUrl": "https://rism.digital/", - "description": "Organization information obtained from ROR API using ROR ID 'https://ror.org/01kk1vy78' with no Wikidata information, and no ISNI information", - "rorId": null, + "description": "The RISM Digital Center is part of the R\u00e9pertoire International des Sources Musicales (RISM), the international organisation founded in 1952 whose aim is to inventory music sources worldwide and make them accessible. The RISM network also comprises the RISM Editorial Center in Germany and working groups in over 30 countries. The RISM project is one of the most significant collaborative efforts in the humanities, but it also provides arguably one of the very few datasets worldwide that deserve the label of Big Data in musicology.", + "rorId": "https://ror.org/01kk1vy78", "location": { "countryCode": "CH", "countryName": "Switzerland" @@ -38270,7 +41842,11 @@ "countryName": "Switzerland" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2022-01-29T10:51:36.384+0000", @@ -38314,7 +41890,11 @@ "countryName": "France" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2022-02-01T17:20:51.953+0000", @@ -38323,50 +41903,6 @@ "deprecated": false, "deprecationDate": null }, - "dg.f738": { - "id": 3135, - "prefix": "dg.f738", - "name": "VA Data Commons", - "pattern": "[0-9a-fA-F]{8}\\-[0-9a-fA-F]{4}\\-[0-9a-fA-F]{4}\\-[0-9a-fA-F]{4}\\-[0-9a-fA-F]{12}", - "namespaceEmbeddedInLui": false, - "description": "The VA Data Commons supports the research and analysis of US military Veteran medical and genomic data and aims to accelerate scientific discovery and development of therapies, diagnostic tests, and other technologies for improving the lives of Veterans and beyond.", - "mirId": "MIR:00000916", - "resources": [ - { - "id": 3136, - "providerCode": "dg.F738/", - "name": "VA Data Commons", - "urlPattern": "https://va.data-commons.org/ga4gh/drs/v1/objects/{$id}", - "mirId": "MIR:00001017", - "description": "The VA Data Commons supports the research and analysis of US military Veteran medical and genomic data and aims to accelerate scientific discovery and development of therapies, diagnostic tests, and other technologies for improving the lives of Veterans and beyond.", - "official": true, - "sampleId": "8d8e55d1-1774-4f8d-99d3-dccec73d191a", - "resourceHomeUrl": "https://va.data-commons.org/", - "institution": { - "id": 2820, - "name": "Open Commons Consortium", - "homeUrl": "https://www.occ-data.org/", - "description": "The Open Commons Consortium (OCC) manages and operates cloud computing, data commons, and data ecosystems to advance scientific, medical, health care and environmental research for human and societal impact.", - "rorId": null, - "location": { - "countryCode": "US", - "countryName": "United States" - } - }, - "location": { - "countryCode": "US", - "countryName": "United States" - }, - "deprecated": false, - "deprecationDate": null - } - ], - "created": "2022-02-27T20:29:04.474+0000", - "modified": "2022-02-27T20:29:04.474+0000", - "sampleId": "8d8e55d1-1774-4f8d-99d3-dccec73d191a", - "deprecated": false, - "deprecationDate": null - }, "dg.nacd": { "id": 3139, "prefix": "dg.nacd", @@ -38387,8 +41923,8 @@ "sampleId": "2096a0d6-1846-4b98-9ba3-e4065d82111d", "resourceHomeUrl": "https://accessclinicaldata.niaid.nih.gov/", "institution": { - "id": 3164, - "name": " Open Commons Consortium", + "id": 2820, + "name": "Open Commons Consortium", "homeUrl": "https://www.occ-data.org/", "description": "The Open Commons Consortium (OCC) manages and operates cloud computing, data commons, and data ecosystems to advance scientific, medical, health care and environmental research for human and societal impact.", "rorId": null, @@ -38402,7 +41938,11 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2022-02-27T20:30:23.278+0000", @@ -38446,7 +41986,11 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2022-02-27T20:30:53.595+0000", @@ -38490,7 +42034,11 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2022-02-27T20:31:33.330+0000", @@ -38519,8 +42067,8 @@ "sampleId": "3dab719c-1fa0-461b-a543-5f0e564a9be4", "resourceHomeUrl": "https://gen3.biodatacatalyst.nhlbi.nih.gov/", "institution": { - "id": 3145, - "name": "Open Commons Consortium ", + "id": 2820, + "name": "Open Commons Consortium", "homeUrl": "https://www.occ-data.org/", "description": "The Open Commons Consortium (OCC) manages and operates cloud computing, data commons, and data ecosystems to advance scientific, medical, health care and environmental research for human and societal impact.", "rorId": null, @@ -38534,7 +42082,11 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2022-02-27T20:31:54.933+0000", @@ -38578,7 +42130,11 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2022-02-27T20:33:39.208+0000", @@ -38610,8 +42166,8 @@ "id": 2795, "name": "University of Auckland", "homeUrl": "https://www.auckland.ac.nz/en.html", - "description": "Organization information obtained from ROR API using ROR ID 'https://ror.org/03b94tp07' with Wikidata IDs [Q492467], and ISNI IDs [0000 0004 0372 3343]", - "rorId": null, + "description": "Founded in 1883, Auckland is the country\u2019s largest university with over 40,000 students, nearly 10,000 of whom graduate annually. ", + "rorId": "https://ror.org/03b94tp07", "location": { "countryCode": "NZ", "countryName": "New Zealand" @@ -38622,7 +42178,11 @@ "countryName": "New Zealand" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2022-02-27T20:41:50.311+0000", @@ -38666,7 +42226,11 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2022-02-27T20:32:23.416+0000", @@ -38710,7 +42274,11 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2022-02-27T20:32:37.384+0000", @@ -38754,7 +42322,11 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2022-02-27T20:32:53.923+0000", @@ -38783,8 +42355,8 @@ "sampleId": "0129cb63-1cc7-4151-b119-5e3ba3a8eb07", "resourceHomeUrl": "https://staging.gen3.biodatacatalyst.nhlbi.nih.gov/", "institution": { - "id": 3164, - "name": " Open Commons Consortium", + "id": 2820, + "name": "Open Commons Consortium", "homeUrl": "https://www.occ-data.org/", "description": "The Open Commons Consortium (OCC) manages and operates cloud computing, data commons, and data ecosystems to advance scientific, medical, health care and environmental research for human and societal impact.", "rorId": null, @@ -38798,7 +42370,11 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2022-02-27T20:33:06.143+0000", @@ -38842,7 +42418,11 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2022-02-27T20:33:18.862+0000", @@ -38886,7 +42466,11 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2022-02-27T20:34:03.581+0000", @@ -38930,7 +42514,11 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2022-02-27T20:37:35.848+0000", @@ -38939,50 +42527,6 @@ "deprecated": false, "deprecationDate": null }, - "dg.vp07": { - "id": 3180, - "prefix": "dg.vp07", - "name": "Veterans Precision Oncology Data Commons", - "pattern": "[0-9a-fA-F]{8}\\-[0-9a-fA-F]{4}\\-[0-9a-fA-F]{4}\\-[0-9a-fA-F]{4}\\-[0-9a-fA-F]{12}", - "namespaceEmbeddedInLui": false, - "description": "The Veterans Data Commons supports the management, analysis and sharing of veteran oncologic data for the research community and aims to accelerate discovery and development of therapies, diagnostic tests, and other technologies for precision oncology.", - "mirId": "MIR:00000938", - "resources": [ - { - "id": 3181, - "providerCode": "dg.VP07", - "name": "Veterans Precision Oncology Data Commons", - "urlPattern": "https://vpodc.data-commons.org/ga4gh/drs/v1/objects/{$id}", - "mirId": "MIR:00000937", - "description": "The Veterans Data Commons supports the management, analysis and sharing of veteran oncologic data for the research community and aims to accelerate discovery and development of therapies, diagnostic tests, and other technologies for precision oncology.", - "official": true, - "sampleId": "000bf826-73ba-4685-aa6c-3e0971a2f260", - "resourceHomeUrl": "https://vpodc.data-commons.org/", - "institution": { - "id": 2820, - "name": "Open Commons Consortium", - "homeUrl": "https://www.occ-data.org/", - "description": "The Open Commons Consortium (OCC) manages and operates cloud computing, data commons, and data ecosystems to advance scientific, medical, health care and environmental research for human and societal impact.", - "rorId": null, - "location": { - "countryCode": "US", - "countryName": "United States" - } - }, - "location": { - "countryCode": "US", - "countryName": "United States" - }, - "deprecated": false, - "deprecationDate": null - } - ], - "created": "2022-02-27T20:37:55.926+0000", - "modified": "2022-02-27T20:37:55.926+0000", - "sampleId": "000bf826-73ba-4685-aa6c-3e0971a2f260", - "deprecated": false, - "deprecationDate": null - }, "dg.c78ne": { "id": 3183, "prefix": "dg.c78ne", @@ -39018,7 +42562,11 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2022-02-27T20:38:48.115+0000", @@ -39062,7 +42610,11 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2022-02-27T20:39:04.388+0000", @@ -39106,7 +42658,11 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2022-02-27T20:40:41.328+0000", @@ -39135,8 +42691,8 @@ "sampleId": "0aa770b4-66b3-4009-9f02-852236b0544f", "resourceHomeUrl": "https://gen3.agha.umccr.org/", "institution": { - "id": 3192, - "name": " Open Commons Consortium ", + "id": 2820, + "name": "Open Commons Consortium", "homeUrl": "https://www.occ-data.org/", "description": "The Open Commons Consortium (OCC) manages and operates cloud computing, data commons, and data ecosystems to advance scientific, medical, health care and environmental research for human and societal impact.", "rorId": null, @@ -39150,7 +42706,11 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2022-02-27T20:40:56.446+0000", @@ -39181,9 +42741,9 @@ "institution": { "id": 1674, "name": "University of Pennsylvania", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", - "rorId": null, + "homeUrl": "https://www.upenn.edu/", + "description": "Penn\u2019s academics are boosted by its inherent culture and ecosystem of innovation. You name it, if it\u2019s cutting-edge, the University\u2019s faculty\u2014and students\u2014have their hands in it. Grounded in the liberal arts and sciences and enriched by the integrated resources of four undergraduate and 12 graduate schools, Penn offers students an unparalleled education informed by inclusivity, intellectual rigor, research, and the impetus to create new knowledge to the benefit of individuals and communities around the world.", + "rorId": "https://ror.org/00b30xv10", "location": { "countryCode": "US", "countryName": "United States" @@ -39194,7 +42754,11 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2022-03-15T08:27:12.699+0000", @@ -39238,7 +42802,11 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2021-05-10T19:40:34.200+0000", @@ -39282,7 +42850,11 @@ "countryName": "United Kingdom" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:16:03.054+0000", @@ -39314,8 +42886,8 @@ "id": 2750, "name": "Washington University in St. Louis", "homeUrl": "https://wustl.edu/", - "description": "Organization information obtained from ROR API using ROR ID 'https://ror.org/01yc7t268' with Wikidata IDs [Q777403], and ISNI IDs [0000 0001 2355 7002]", - "rorId": null, + "description": "Washington University in St. Louis is a place where people matter and serious work is done. Our mission is to discover and disseminate knowledge, and to protect the freedom of inquiry through research, teaching and learning.", + "rorId": "https://ror.org/01yc7t268", "location": { "countryCode": "US", "countryName": "United States" @@ -39326,7 +42898,11 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2022-08-08T18:32:17.171+0000", @@ -39358,8 +42934,8 @@ "id": 2750, "name": "Washington University in St. Louis", "homeUrl": "https://wustl.edu/", - "description": "Organization information obtained from ROR API using ROR ID 'https://ror.org/01yc7t268' with Wikidata IDs [Q777403], and ISNI IDs [0000 0001 2355 7002]", - "rorId": null, + "description": "Washington University in St. Louis is a place where people matter and serious work is done. Our mission is to discover and disseminate knowledge, and to protect the freedom of inquiry through research, teaching and learning.", + "rorId": "https://ror.org/01yc7t268", "location": { "countryCode": "US", "countryName": "United States" @@ -39370,7 +42946,11 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2022-08-08T18:33:25.710+0000", @@ -39402,8 +42982,8 @@ "id": 2750, "name": "Washington University in St. Louis", "homeUrl": "https://wustl.edu/", - "description": "Organization information obtained from ROR API using ROR ID 'https://ror.org/01yc7t268' with Wikidata IDs [Q777403], and ISNI IDs [0000 0001 2355 7002]", - "rorId": null, + "description": "Washington University in St. Louis is a place where people matter and serious work is done. Our mission is to discover and disseminate knowledge, and to protect the freedom of inquiry through research, teaching and learning.", + "rorId": "https://ror.org/01yc7t268", "location": { "countryCode": "US", "countryName": "United States" @@ -39414,7 +42994,11 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2022-08-08T18:34:15.882+0000", @@ -39458,7 +43042,11 @@ "countryName": "Sweden" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2022-08-08T18:36:40.981+0000", @@ -39491,7 +43079,7 @@ "name": "Massachusetts Institute of Technology", "homeUrl": "http://web.mit.edu/", "description": "Founded to accelerate the nation\u2019s industrial revolution, MIT is profoundly American. With ingenuity and drive, our graduates have invented fundamental technologies, launched new industries, and created millions of American jobs. At the same time, and without the slightest sense of contradiction, MIT is profoundly global(opens in new window). Our community gains tremendous strength as a magnet for talent from around the world. Through teaching, research, and innovation, MIT\u2019s exceptional community pursues its mission of service to the nation and the world.", - "rorId": null, + "rorId": "https://ror.org/042nb2s44", "location": { "countryCode": "US", "countryName": "United States" @@ -39502,7 +43090,11 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2020-03-24T05:11:19.658+0000", @@ -39531,11 +43123,11 @@ "sampleId": "03yrm5c26", "resourceHomeUrl": "https://ror.org", "institution": { - "id": 3270, - "name": "California Digital Library", - "homeUrl": "https://www.cdlib.org/", - "description": "Organization information obtained from ROR API using ROR ID 'https://ror.org/03yrm5c26' with Wikidata IDs [Q5020447], and ISNI IDs [0000 0001 1957 5136]", - "rorId": null, + "id": 1648, + "name": "California Digital Library, University of California Office of the President", + "homeUrl": "https://cdlib.org/", + "description": "The CDL was founded by the University of California in 1997 to take advantage of emerging technologies that were transforming the way digital information was being published and accessed. Since then, in collaboration with the UC libraries and other partners, we assembled one of the world\u2019s largest digital research libraries and changed the ways that faculty, students, and researchers discover and access information.", + "rorId": "https://ror.org/03yrm5c26", "location": { "countryCode": "US", "countryName": "United States" @@ -39546,7 +43138,11 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2022-08-15T19:28:35.707+0000", @@ -39579,7 +43175,7 @@ "name": "Global Biodiversity Information Facility", "homeUrl": "https://www.gbif.org/", "description": "Organization information obtained from ROR API using ROR ID 'https://ror.org/05fjyn938' with Wikidata IDs [Q1531570], and no ISNI information", - "rorId": null, + "rorId": "https://ror.org/05fjyn938", "location": { "countryCode": "DK", "countryName": "Denmark" @@ -39590,7 +43186,11 @@ "countryName": "Denmark" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2022-11-03T14:17:05.019+0000", @@ -39622,8 +43222,8 @@ "id": 3297, "name": "University of New Mexico", "homeUrl": "http://www.unm.edu/", - "description": "Organization information obtained from ROR API using ROR ID 'https://ror.org/05fs6jp91' with Wikidata IDs [Q1190812], and ISNI IDs [0000 0001 2188 8502]", - "rorId": null, + "description": "Founded in 1889 as New Mexico\u2019s flagship institution, The University of New Mexico now occupies nearly 800 acres near old Route 66 in the heart of Albuquerque, a metropolitan area of more than 900,000 people. From the magnificent mesas to the west, past the banks of the historic Rio Grande to the Sandia Mountains to the east, Albuquerque is a blend of culture and cuisine, styles and stories, people, pursuits and panoramas. Offering a distinctive campus environment with a Pueblo Revival architectural theme, the campus buildings echo nearby Pueblo Indian villages. The nationally recognized campus arboretum and the popular duck pond offer an outstanding botanical experience in the midst of one of New Mexico's great public open spaces.", + "rorId": "https://ror.org/05fs6jp91", "location": { "countryCode": "US", "countryName": "United States" @@ -39634,7 +43234,11 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2022-11-04T09:54:32.976+0000", @@ -39666,8 +43270,8 @@ "id": 3306, "name": "National Institute of Biology", "homeUrl": "http://www.nib.si/eng/", - "description": "Organization information obtained from ROR API using ROR ID 'https://ror.org/03s5t0r17' with no Wikidata information, and ISNI IDs [0000 0004 0637 0790]", - "rorId": null, + "description": "With about 190 employees, National Institute of Biology (NIB) is one of the independent Public Research Institution for Life Sciences in Slovenia. The Institute was established by the Government of the Republic of Slovenia in 1960. The basic activity of the Institute has been and continues to be basic, developmental and applicative research in the fields of biotechnology, biophysics, biomedicine and system biology. ", + "rorId": "https://ror.org/03s5t0r17", "location": { "countryCode": "SI", "countryName": "Slovenia" @@ -39678,7 +43282,11 @@ "countryName": "Slovenia" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2022-11-04T12:17:30.200+0000", @@ -39711,7 +43319,7 @@ "name": "Global Biodiversity Information Facility", "homeUrl": "https://www.gbif.org/", "description": "Organization information obtained from ROR API using ROR ID 'https://ror.org/05fjyn938' with Wikidata IDs [Q1531570], and no ISNI information", - "rorId": null, + "rorId": "https://ror.org/05fjyn938", "location": { "countryCode": "DK", "countryName": "Denmark" @@ -39722,7 +43330,11 @@ "countryName": "Denmark" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null }, { "id": 3328, @@ -39739,7 +43351,7 @@ "name": "Global Biodiversity Information Facility", "homeUrl": "https://www.gbif.org/", "description": "Organization information obtained from ROR API using ROR ID 'https://ror.org/05fjyn938' with Wikidata IDs [Q1531570], and no ISNI information", - "rorId": null, + "rorId": "https://ror.org/05fjyn938", "location": { "countryCode": "DK", "countryName": "Denmark" @@ -39750,7 +43362,11 @@ "countryName": "Denmark" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2022-11-04T13:50:22.141+0000", @@ -39794,7 +43410,11 @@ "countryName": "Germany" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2022-11-29T12:03:56.649+0000", @@ -39838,7 +43458,11 @@ "countryName": "United Kingdom" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:16:39.210+0000", @@ -39869,9 +43493,9 @@ "institution": { "id": 94, "name": "Keck School of Medicine, University of Southern California", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", - "rorId": null, + "homeUrl": "https://www.keckmedicine.org/", + "description": "Keck Medicine of USC is the University of Southern California\u2019s medical enterprise, one of only two university-based medical systems in the Los Angeles area. Keck Medicine combines academic excellence, world-class research and state-of-the-art facilities to provide highly specialized care for some of the most acute patients in the country. ", + "rorId": "https://ror.org/01rq8ck58", "location": { "countryCode": "US", "countryName": "United States" @@ -39882,7 +43506,11 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:17:16.858+0000", @@ -39926,7 +43554,11 @@ "countryName": "United Kingdom" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:16:00.951+0000", @@ -39957,8 +43589,8 @@ "institution": { "id": 221, "name": "Service de Conformation de Macromol\u00e9cules Biologiques et de Bioinformatique, Universit\u00e9 Libre de Bruxelles", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", + "homeUrl": "https://www.ulb.be/", + "description": " Four scientific Nobel Prizes, one Fields Medal, three Wolf Prizes are further evidence of the University's longstanding tradition of excellence. The Universit\u00e9 libre de Bruxelles is an active member of the Research Area: ULB has received HR Excellence in Research award from the EU (EURAXESS) and also EU funding to hire post-doctoral researchers (COFUND program), for example. Over the past few years, it has obtained 49 Grants (24 Starting, 12 Consolidator, 11 Advanced, 1 Synergy and 1 Proof of Concept Grants) from the European Research Area (ERC) to finance research in Medicine, Mathematics, Political Science, Economics, Physics, etc. In addition, the University's Institute for European Studies is recognized as a \u201cJean Monnet European research centre\u201d for its work on European integration.", "rorId": null, "location": { "countryCode": "BE", @@ -39970,7 +43602,11 @@ "countryName": "Belgium" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:15:49.786+0000", @@ -40002,8 +43638,8 @@ "id": 2483, "name": "ETH Zurich", "homeUrl": "https://ethz.ch/en.html", - "description": "Organization information obtained from ROR API using ROR ID 'https://ror.org/05a28rw58' with Wikidata IDs [Q11942], and ISNI IDs [0000 0001 2156 2780]", - "rorId": null, + "description": "We serve society by educating the next generations of critical and creative thinkers and doers. With our research, we create knowledge and develop technologies to meet the global challenges of our time. We project a future-\u200b\u200boriented and innovative image of Switzerland to the world and network our country with the global community. Together with our partners from science, business, politics and society, we rely on the power of teamwork and strive for excellence - in everything we do.", + "rorId": "https://ror.org/05a28rw58", "location": { "countryCode": "CH", "countryName": "Switzerland" @@ -40014,7 +43650,11 @@ "countryName": "Switzerland" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2020-12-14T12:57:54.560+0000", @@ -40043,11 +43683,11 @@ "sampleId": "0007133", "resourceHomeUrl": "http://www.gramene.org/", "institution": { - "id": 556, - "name": "Cold Spring Harbor Laboratory, New York", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", - "rorId": null, + "id": 131, + "name": "Cold Spring Harbor Laboratory", + "homeUrl": "https://www.cshl.edu/", + "description": "Founded in 1890, Cold Spring Harbor Laboratory has shaped contemporary biomedical research and education with programs in cancer, neuroscience, plant biology and quantitative biology. Home to eight Nobel Prize winners, the private, not-for-profit Laboratory employs 1,000 people including 600 scientists, students and technicians. The Meetings & Courses Program hosts more than 12,000 scientists from around the world each year on its campuses in Long Island and in Suzhou, China. The Laboratory\u2019s education arm also includes an academic publishing house, a graduate school and programs for middle, high school, and undergraduate students and teachers.", + "rorId": "https://ror.org/02qz8b764", "location": { "countryCode": "US", "countryName": "United States" @@ -40058,7 +43698,11 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:17:36.384+0000", @@ -40090,8 +43734,8 @@ "id": 3367, "name": "Phoenix Bioinformatics", "homeUrl": "https://www.phoenixbioinformatics.org/", - "description": "Organization information obtained from ROR API using ROR ID 'https://ror.org/0018yg518' with no Wikidata information, and ISNI IDs [0000 0004 4665 2899]", - "rorId": null, + "description": "Grant-funded research data repositories and tools risk termination when grants end, resulting in lost data, resources and expertise. We work with the creators of these resources to develop innovative and sustainable funding support, ensuring that valuable scientific data and software resources survive and prosper.\n", + "rorId": "https://ror.org/0018yg518", "location": { "countryCode": "US", "countryName": "United States" @@ -40102,7 +43746,11 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2023-01-12T10:08:07.976+0000", @@ -40134,8 +43782,8 @@ "id": 2750, "name": "Washington University in St. Louis", "homeUrl": "https://wustl.edu/", - "description": "Organization information obtained from ROR API using ROR ID 'https://ror.org/01yc7t268' with Wikidata IDs [Q777403], and ISNI IDs [0000 0001 2355 7002]", - "rorId": null, + "description": "Washington University in St. Louis is a place where people matter and serious work is done. Our mission is to discover and disseminate knowledge, and to protect the freedom of inquiry through research, teaching and learning.", + "rorId": "https://ror.org/01yc7t268", "location": { "countryCode": "US", "countryName": "United States" @@ -40146,7 +43794,11 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2023-01-23T09:52:20.012+0000", @@ -40178,8 +43830,8 @@ "id": 2750, "name": "Washington University in St. Louis", "homeUrl": "https://wustl.edu/", - "description": "Organization information obtained from ROR API using ROR ID 'https://ror.org/01yc7t268' with Wikidata IDs [Q777403], and ISNI IDs [0000 0001 2355 7002]", - "rorId": null, + "description": "Washington University in St. Louis is a place where people matter and serious work is done. Our mission is to discover and disseminate knowledge, and to protect the freedom of inquiry through research, teaching and learning.", + "rorId": "https://ror.org/01yc7t268", "location": { "countryCode": "US", "countryName": "United States" @@ -40190,7 +43842,11 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2023-01-23T09:53:23.139+0000", @@ -40209,20 +43865,20 @@ "mirId": "MIR:00000983", "resources": [ { - "id": 3392, - "providerCode": "ols", - "name": "CLO through OLS", - "urlPattern": "https://www.ebi.ac.uk/ols/ontologies/clo/terms?short_form=CLO_{$id}", - "mirId": "MIR:00000982", - "description": "Cell Line Ontology (CLO) through OLS. The Ontology Lookup Service (OLS) is a repository for biomedical ontologies that aims to provide a single point of access to the latest ontology versions. You can browse the ontologies through the website as well as programmatically via the OLS API. OLS is developed and maintained by the Samples, Phenotypes, and Ontologies Team at EMBL-EBI.", - "official": true, + "id": 3398, + "providerCode": "bioportal", + "name": "Center for Biomedical Informatics Research, Stanford", + "urlPattern": "https://bioportal.bioontology.org/ontologies/CLO/?p=classes&conceptid=http://purl.obolibrary.org/obo/CLO_{$id}", + "mirId": "MIR:00000984", + "description": "Our vision is that all biomedical knowledge and data are disseminated on the Internet using principled ontologies in such a way that the knowledge and data are semantically interoperable and useful for furthering biomedical science and clinical care. Our mission is to create software and support services for the application of principled ontologies in biomedical science and clinical care, ranging from tools for application developers to software for end-users.", + "official": false, "sampleId": "0000091", - "resourceHomeUrl": "https://www.ebi.ac.uk/ols/ontologies/clo", + "resourceHomeUrl": "https://bioportal.bioontology.org", "institution": { - "id": 3390, - "name": "University of Michigan\u2013Ann Arbor", - "homeUrl": "https://www.umich.edu/", - "description": "Organization information obtained from ROR API using ROR ID 'https://ror.org/00jmfr291' with Wikidata IDs [Q230492], and ISNI IDs [0000 0000 8683 7370]", + "id": 3397, + "name": "Center for Biomedical Informatics Research, Stanford", + "homeUrl": "https://bioportal.bioontology.org", + "description": "Our vision is that all biomedical knowledge and data are disseminated on the Internet using principled ontologies in such a way that the knowledge and data are semantically interoperable and useful for furthering biomedical science and clinical care. Our mission is to create software and support services for the application of principled ontologies in biomedical science and clinical care, ranging from tools for application developers to software for end-users.", "rorId": null, "location": { "countryCode": "US", @@ -40234,24 +43890,28 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null }, { - "id": 3398, - "providerCode": "bioportal", - "name": "Center for Biomedical Informatics Research, Stanford", - "urlPattern": "https://bioportal.bioontology.org/ontologies/CLO/?p=classes&conceptid=http://purl.obolibrary.org/obo/CLO_{$id}", - "mirId": "MIR:00000984", - "description": "Our vision is that all biomedical knowledge and data are disseminated on the Internet using principled ontologies in such a way that the knowledge and data are semantically interoperable and useful for furthering biomedical science and clinical care. Our mission is to create software and support services for the application of principled ontologies in biomedical science and clinical care, ranging from tools for application developers to software for end-users.", - "official": false, + "id": 3392, + "providerCode": "ols", + "name": "CLO through OLS", + "urlPattern": "https://www.ebi.ac.uk/ols4/ontologies/clo/terms?short_form=CLO_{$id}", + "mirId": "MIR:00000982", + "description": "Cell Line Ontology (CLO) through OLS. The Ontology Lookup Service (OLS) is a repository for biomedical ontologies that aims to provide a single point of access to the latest ontology versions. You can browse the ontologies through the website as well as programmatically via the OLS API. OLS is developed and maintained by the Samples, Phenotypes, and Ontologies Team at EMBL-EBI.", + "official": true, "sampleId": "0000091", - "resourceHomeUrl": "https://bioportal.bioontology.org", + "resourceHomeUrl": "https://www.ebi.ac.uk/ols4/ontologies/clo", "institution": { - "id": 3397, - "name": "Center for Biomedical Informatics Research, Stanford", - "homeUrl": "https://bioportal.bioontology.org", - "description": "Our vision is that all biomedical knowledge and data are disseminated on the Internet using principled ontologies in such a way that the knowledge and data are semantically interoperable and useful for furthering biomedical science and clinical care. Our mission is to create software and support services for the application of principled ontologies in biomedical science and clinical care, ranging from tools for application developers to software for end-users.", - "rorId": null, + "id": 3390, + "name": "University of Michigan\u2013Ann Arbor", + "homeUrl": "https://www.umich.edu/", + "description": "University of Michigan is one of the top universities of the world, a diverse public institution of higher learning, fostering excellence in research. U-M provides outstanding undergraduate, graduate and professional education, serving the local, regional, national and international communities.", + "rorId": "https://ror.org/00jmfr291", "location": { "countryCode": "US", "countryName": "United States" @@ -40262,7 +43922,11 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2023-01-23T10:14:16.128+0000", @@ -40306,7 +43970,11 @@ "countryName": "United Kingdom" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2023-01-25T11:52:06.260+0000", @@ -40328,7 +43996,7 @@ "id": 1649, "providerCode": "CURATOR_REVIEW", "name": "Archival Resource Key (ARK)", - "urlPattern": "http://n2t.net/ark:{$id}", + "urlPattern": "https://n2t.net/ark:{$id}", "mirId": "MIR:00100792", "description": "ARKs via the Name-to-Thing (n2t.net) resolver.", "official": false, @@ -40337,9 +44005,9 @@ "institution": { "id": 1648, "name": "California Digital Library, University of California Office of the President", - "homeUrl": "CURATOR_REVIEW", - "description": "CURATOR_REVIEW", - "rorId": null, + "homeUrl": "https://cdlib.org/", + "description": "The CDL was founded by the University of California in 1997 to take advantage of emerging technologies that were transforming the way digital information was being published and accessed. Since then, in collaboration with the UC libraries and other partners, we assembled one of the world\u2019s largest digital research libraries and changed the ways that faculty, students, and researchers discover and access information.", + "rorId": "https://ror.org/03yrm5c26", "location": { "countryCode": "US", "countryName": "United States" @@ -40350,7 +44018,11 @@ "countryName": "United States" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2019-06-11T14:17:57.583+0000", @@ -40394,7 +44066,11 @@ "countryName": "China" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": "2023-02-03T09:47:17.713+0000", @@ -40403,6 +44079,774 @@ "deprecated": false, "deprecationDate": null }, + "utrdb": { + "id": 3467, + "prefix": "utrdb", + "name": "UTRdb", + "pattern": "([3-5][A-Z])\\w+[^A-Z][0-9]", + "namespaceEmbeddedInLui": false, + "description": "A curated database of 5' and 3' untranslated sequences of eukaryotic mRNAs. In the current update, the UTR entries are organized in a gene-centric structure to better visualize and retrieve 5' and 3'UTR variants generated by alternative initiation and termination of transcription and alternative splicing. Experimentally validated miRNA targets and conserved sequence elements are also annotated. The integration of UTRdb with genomic data has allowed the implementation of an efficient annotation system and a powerful retrieval resource for the selection and extraction of specific UTR subsets. ", + "mirId": "MIR:00000993", + "resources": [ + { + "id": 3468, + "providerCode": "uniba", + "name": "University of Bari Aldo Moro", + "urlPattern": "https://utrdb.cloud.ba.infn.it/cgi-bin/utrdb/utrdb?e={$id}", + "mirId": "MIR:00000992", + "description": "Organization information obtained from ROR API using ROR ID 'https://ror.org/027ynra39' with Wikidata IDs [Q1236136], and ISNI IDs [0000 0001 0120 3326]", + "official": true, + "sampleId": "5UTR_107_ENST00000517291.2", + "resourceHomeUrl": "https://utrdb.cloud.ba.infn.it/utrdb/index_107.html", + "institution": { + "id": 3466, + "name": "University of Bari Aldo Moro", + "homeUrl": "https://www.uniba.it/en", + "description": "The University of Bari Aldo Moro was founded in 1925 and is attended today by about 60,000 students, across the Bari, Brindisi, and Taranto campuses. The University was named after one of its most famous students, the statesman Aldo Moro. Moro taught Criminal Law at the University of Bari for several years. The university offers various courses for undergraduate, graduate and post-graduate students. Aside from teaching, the university is also focused on scientific research at the doctorate level. The University of Bari research centres are highly-interactive, having connections among different departments, universities, and other research centres.", + "rorId": "https://ror.org/027ynra39", + "location": { + "countryCode": "IT", + "countryName": "Italy" + } + }, + "location": { + "countryCode": "IT", + "countryName": "Italy" + }, + "deprecated": false, + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null + } + ], + "created": "2023-02-23T11:08:58.437+0000", + "modified": "2023-02-23T11:21:10.786+0000", + "sampleId": "5UTR_107_ENST00000517291.2", + "deprecated": false, + "deprecationDate": null + }, + "biokc": { + "id": 3472, + "prefix": "biokc", + "name": "BioKC", + "pattern": "bkc[0-9]*", + "namespaceEmbeddedInLui": false, + "description": "BioKC (Biological Knowledge Curation), is a web-based collaborative platform for the curation and annotation of biomedical knowledge following the standard data model from Systems Biology Markup Language (SBML).", + "mirId": "MIR:00000995", + "resources": [ + { + "id": 3473, + "providerCode": "bkc", + "name": "Luxembourg Centre for Systems Biomedicine", + "urlPattern": "https://biokb.lcsb.uni.lu/fact/{$id}", + "mirId": "MIR:00000994", + "description": "The LCSB is accelerating biomedical research by closing the link between systems biology and medical research. Collaboration between biologists, medical doctors, computer scientists, physicists, engineers and mathematicians is offering new insights in complex systems like cells, organs, and organisms. These insights are essential for understanding principal mechanisms of disease pathogenesis and for developing new tools in diagnostics and therapy.", + "official": true, + "sampleId": "bkc640", + "resourceHomeUrl": "https://wwwen.uni.lu/lcsb", + "institution": { + "id": 3471, + "name": "University of Luxembourg", + "homeUrl": "https://wwwen.uni.lu/", + "description": "Founded in 2003, the University of Luxembourg is the only public university of the Grand Duchy of Luxembourg.\nMultilingual, international and research-oriented, it is also a modern institution with a personal atmosphere.", + "rorId": "https://ror.org/036x5ad56", + "location": { + "countryCode": "LU", + "countryName": "Luxembourg" + } + }, + "location": { + "countryCode": "LU", + "countryName": "Luxembourg" + }, + "deprecated": false, + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null + } + ], + "created": "2023-03-01T11:40:49.456+0000", + "modified": "2023-03-01T11:40:49.456+0000", + "sampleId": "bkc640", + "deprecated": false, + "deprecationDate": null + }, + "cstr": { + "id": 3486, + "prefix": "cstr", + "name": "CSTR", + "pattern": "^\\w{5}\\.\\d{2}\\..*$", + "namespaceEmbeddedInLui": false, + "description": "CSTR is an identifier for Common Science and Technology Resources, to provide persistent identification services for the positioning, traceability, citation, statistics and evaluation of science and technology resources. ", + "mirId": "MIR:00000998", + "resources": [ + { + "id": 3487, + "providerCode": "", + "name": "CSTR Identification Platform", + "urlPattern": "https://cstr.cn/{$id}", + "mirId": "MIR:00000997", + "description": "CSTR Identification Platform\uff08https://www.cstr.cn/en\uff09is initialed in 2016 based on the National Standard GB/T 32843\u20142016 \"Science and technology resource identification\", providing unique identification service for global scientific data, papers, scientific institutions, researchers, scientific instruments, patents and other scientific and technological resources. CSTR is also accepted as the international standard, such as IANA., etc.", + "official": true, + "sampleId": "31253.11.sciencedb.j00001.00123", + "resourceHomeUrl": "https://www.cstr.cn/en/", + "institution": { + "id": 3485, + "name": "Computer Network Information Center, Chinese Academy of Sciences, Beijing, China.", + "homeUrl": "http://english.cnic.cas.cn/", + "description": "Computer Network Information Center (CNIC) of the Chinese Academy of Sciences (CAS) has a long history of providing network, computing and data services to the research community and science outreach services to the general public. ", + "rorId": "https://ror.org/01s0wyf50", + "location": { + "countryCode": "CN", + "countryName": "China" + } + }, + "location": { + "countryCode": "CN", + "countryName": "China" + }, + "deprecated": false, + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null + } + ], + "created": "2023-04-04T09:37:11.265+0000", + "modified": "2023-04-04T09:37:11.265+0000", + "sampleId": "31253.11.sciencedb.j00001.00123", + "deprecated": false, + "deprecationDate": null + }, + "obv": { + "id": 3494, + "prefix": "obv", + "name": "Austrian Library Network", + "pattern": "AC[0-9]{8}", + "namespaceEmbeddedInLui": false, + "description": "The Austrian Library Network (OBV) is the largest network of scientific and administrative libraries in Austria with 70 participants, representing more than 90 individual institutions - including the Austrian National Library, university libraries, the colleges of education, individual ministries, numerous technical colleges and other important collections.", + "mirId": "MIR:00001000", + "resources": [ + { + "id": 3495, + "providerCode": "obvsg", + "name": "The Austrian Library Network and Service Ltd", + "urlPattern": "https://permalink.obvsg.at/{$id}", + "mirId": "MIR:00000915", + "description": "OBVSG is the service and operational management facility of the Austrian Library Network (OBV), a cataloguing and services consortium. This is the largest network of scientific and administrative libraries in Austria with 70 participants, representing more than 90 individual institutions - including the Austrian National Library, university libraries, the colleges of education, individual ministries, numerous technical colleges and other important collections.", + "official": true, + "sampleId": "AC00963334", + "resourceHomeUrl": "https://www.obvsg.at/", + "institution": { + "id": 3493, + "name": "The Austrian Library Network and Service Ltd", + "homeUrl": "https://www.obvsg.at/", + "description": "OBVSG is the service and operational management facility of the Austrian Library Network (OBV), a cataloguing and services consortium. This is the largest network of scientific and administrative libraries in Austria with 70 participants, representing more than 90 individual institutions - including the Austrian National Library, university libraries, the colleges of education, individual ministries, numerous technical colleges and other important collections.", + "rorId": null, + "location": { + "countryCode": "AT", + "countryName": "Austria" + } + }, + "location": { + "countryCode": "AT", + "countryName": "Austria" + }, + "deprecated": false, + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null + } + ], + "created": "2023-04-11T08:16:21.531+0000", + "modified": "2023-04-11T08:16:21.531+0000", + "sampleId": "AC00963334", + "deprecated": false, + "deprecationDate": null + }, + "gnd": { + "id": 3501, + "prefix": "gnd", + "name": "Gemeinsame Normdatei", + "pattern": "[0-9X\\-]+", + "namespaceEmbeddedInLui": false, + "description": "The Gemeinsame Normdatei (Integrated Authority File) or GND is an international authority file for person names, subject headings and corporate bodies. It is used mainly for documentation in libraries and increasingly also by archives and museums. The GND is managed by the German National Library in cooperation with various regional library networks in German-speaking Europe and other partners.", + "mirId": "MIR:00001002", + "resources": [ + { + "id": 3502, + "providerCode": "lobid-gnd", + "name": "lobid \u2013 data infrastructure for libraries", + "urlPattern": "https://lobid.org/gnd/{$id}", + "mirId": "MIR:00001001", + "description": "lobid provides Linked Open Data (LOD) services for libraries, consisting of user interfaces (UIs) and application programming interfaces (APIs). lobid is run by the North Rhine-Westphalian Library Service Centre (hbz).", + "official": true, + "sampleId": "117145750", + "resourceHomeUrl": "https://lobid.org/", + "institution": { + "id": 3500, + "name": "Hochschulbibliothekszentrum des Landes Nordrhein-Westfalen", + "homeUrl": "https://www.hbz-nrw.de/", + "description": "The North Rhine-Westphalia University Library Centre (hbz) is a central service and development institution for university libraries in North Rhine-Westphalia and Rhineland-Palatinate.", + "rorId": null, + "location": { + "countryCode": "DE", + "countryName": "Germany" + } + }, + "location": { + "countryCode": "DE", + "countryName": "Germany" + }, + "deprecated": false, + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null + } + ], + "created": "2023-04-14T08:41:21.064+0000", + "modified": "2023-04-14T08:41:21.064+0000", + "sampleId": "117145750", + "deprecated": false, + "deprecationDate": null + }, + "omid": { + "id": 3510, + "prefix": "omid", + "name": "OpenCitations Meta Identifier", + "pattern": "^[a-z][a-z]/06[1-9]*0[1-9][0-9]*$", + "namespaceEmbeddedInLui": false, + "description": "Every entity in OpenCitations Meta (https://opencitations.net/meta) is assigned persistent internal identifier called OpenCitations Meta Identifier (OMID). The OMID has structure [[entity_type_abbreviation]]/[[supplier_prefix]][[sequential_number]]. For example, the first journal article ever processed has OMID br/0601 (the full URI is https://w3id.org/oc/meta/br/0601), where br is the abbreviation of bibliographic resource, and 060 corresponds to the supplier prefix, helpful in recognising at a glance the index it belongs to (i.e., OpenCitations Meta). Finally, 1 indicates that this is the index's first bibliographic resource ever minted.", + "mirId": "MIR:00001004", + "resources": [ + { + "id": 3511, + "providerCode": "oc", + "name": "OpenCitations", + "urlPattern": "https://w3id.org/oc/meta/{$id}", + "mirId": "MIR:00001003", + "description": "OpenCitations is an independent not-for-profit infrastructure organization for open scholarship dedicated to the publication of open bibliographic and citation data by the use of Semantic Web (Linked Data) technologies. It is also engaged in advocacy for open citations, particularly in its role as a key founding member of the Initiative for Open Citations (I4OC). For administrative convenience, OpenCitations is managed by the Research Centre for Open Scholarly Metadata at the University of Bologna.", + "official": true, + "sampleId": "br/0601", + "resourceHomeUrl": "http://opencitations.net/", + "institution": { + "id": 1919, + "name": "OpenCitations", + "homeUrl": "http://opencitations.net/", + "description": "OpenCitations is an independent not-for-profit infrastructure organization for open scholarship dedicated to the publication of open bibliographic and citation data by the use of Semantic Web (Linked Data) technologies. It is also engaged in advocacy for open citations, particularly in its role as a key founding member of the Initiative for Open Citations (I4OC). For administrative convenience, OpenCitations is managed by the Research Centre for Open Scholarly Metadata at the University of Bologna.", + "rorId": "https://ror.org/00wb4mk85", + "location": { + "countryCode": "IT", + "countryName": "Italy" + } + }, + "location": { + "countryCode": "IT", + "countryName": "Italy" + }, + "deprecated": false, + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null + } + ], + "created": "2023-04-28T08:49:50.354+0000", + "modified": "2023-04-28T08:49:50.354+0000", + "sampleId": "br/0601", + "deprecated": false, + "deprecationDate": null + }, + "dg.vp07": { + "id": 3180, + "prefix": "dg.vp07", + "name": "Veterans Precision Oncology Data Commons", + "pattern": "[0-9a-fA-F]{8}\\-[0-9a-fA-F]{4}\\-[0-9a-fA-F]{4}\\-[0-9a-fA-F]{4}\\-[0-9a-fA-F]{12}", + "namespaceEmbeddedInLui": false, + "description": "The Veterans Data Commons supports the management, analysis and sharing of veteran oncologic data for the research community and aims to accelerate discovery and development of therapies, diagnostic tests, and other technologies for precision oncology.", + "mirId": "MIR:00000938", + "resources": [ + { + "id": 3181, + "providerCode": "dg.VP07", + "name": "Veterans Precision Oncology Data Commons", + "urlPattern": "https://vpodc.data-commons.org/ga4gh/drs/v1/objects/{$id}", + "mirId": "MIR:00000937", + "description": "The Veterans Data Commons supports the management, analysis and sharing of veteran oncologic data for the research community and aims to accelerate discovery and development of therapies, diagnostic tests, and other technologies for precision oncology.", + "official": true, + "sampleId": "000bf826-73ba-4685-aa6c-3e0971a2f260", + "resourceHomeUrl": "https://vpodc.data-commons.org/", + "institution": { + "id": 2820, + "name": "Open Commons Consortium", + "homeUrl": "https://www.occ-data.org/", + "description": "The Open Commons Consortium (OCC) manages and operates cloud computing, data commons, and data ecosystems to advance scientific, medical, health care and environmental research for human and societal impact.", + "rorId": null, + "location": { + "countryCode": "US", + "countryName": "United States" + } + }, + "location": { + "countryCode": "US", + "countryName": "United States" + }, + "deprecated": false, + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null + } + ], + "created": "2022-02-27T20:37:55.926+0000", + "modified": "2023-04-28T10:42:52.298+0000", + "sampleId": "000bf826-73ba-4685-aa6c-3e0971a2f260", + "deprecated": true, + "deprecationDate": "2023-04-28T10:42:52.292+0000" + }, + "togovar": { + "id": 3527, + "prefix": "togovar", + "name": "TogoVar", + "pattern": "^tgv[0-9]+$", + "namespaceEmbeddedInLui": false, + "description": "TogoVar (A comprehensive Japanese genetic variation database) is a database that has collected and organized genome sequence differences between individuals (variants) in the Japanese population and disease information associated with them.", + "mirId": "MIR:00001006", + "resources": [ + { + "id": 3528, + "providerCode": "dbcls", + "name": "Database Center for Life Science, Kashiwa, Chiba, Japan", + "urlPattern": "https://grch38.togovar.org/variant/{$id}", + "mirId": "MIR:00001005", + "description": "Database Center for Life Science (DBCLS) is a part of Research Organization of Information and Systems (ROIS) and has been developing new technologies, services and standards for integrating biological databases, which include those developed and maintained in Japan as well as world-renowned databases.", + "official": true, + "sampleId": "tgv139393198", + "resourceHomeUrl": "https://grch38.togovar.org/", + "institution": { + "id": 3526, + "name": "Database Center for Life Science, Kashiwa, Chiba, Japan", + "homeUrl": "https://dbcls.rois.ac.jp/index-en.html", + "description": "Database Center for Life Science (DBCLS) is a part of Research Organization of Information and Systems (ROIS) and has been developing new technologies, services and standards for integrating biological databases, which include those developed and maintained in Japan as well as world-renowned databases.", + "rorId": null, + "location": { + "countryCode": "JP", + "countryName": "Japan" + } + }, + "location": { + "countryCode": "JP", + "countryName": "Japan" + }, + "deprecated": false, + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null + } + ], + "created": "2023-05-02T09:41:15.113+0000", + "modified": "2023-05-02T09:41:15.113+0000", + "sampleId": "tgv139393198", + "deprecated": false, + "deprecationDate": null + }, + "dg.va03": { + "id": 3533, + "prefix": "dg.va03", + "name": "VA Data Commons", + "pattern": "[0-9a-fA-F]{8}\\-[0-9a-fA-F]{4}\\-[0-9a-fA-F]{4}\\-[0-9a-fA-F]{4}\\-[0-9a-fA-F]{12}", + "namespaceEmbeddedInLui": false, + "description": "The VA Data Commons supports the research and analysis of US military Veteran medical and genomic data and aims to accelerate scientific discovery and development of therapies, diagnostic tests, and other technologies for improving the lives of Veterans and beyond.\n", + "mirId": "MIR:00001104", + "resources": [ + { + "id": 3534, + "providerCode": "vadc", + "name": "VA Data Commons", + "urlPattern": "https://va.data-commons.org/ga4gh/drs/v1/objects/{$id}", + "mirId": "MIR:00001007", + "description": "The VA Data Commons supports the research and analysis of US military Veteran medical and genomic data and aims to accelerate scientific discovery and development of therapies, diagnostic tests, and other technologies for improving the lives of Veterans and beyond.", + "official": true, + "sampleId": "00990747-f66a-4b1e-a6d2-3f08c5c1461f", + "resourceHomeUrl": "https://va.data-commons.org/", + "institution": { + "id": 2820, + "name": "Open Commons Consortium", + "homeUrl": "https://www.occ-data.org/", + "description": "The Open Commons Consortium (OCC) manages and operates cloud computing, data commons, and data ecosystems to advance scientific, medical, health care and environmental research for human and societal impact.", + "rorId": null, + "location": { + "countryCode": "US", + "countryName": "United States" + } + }, + "location": { + "countryCode": "US", + "countryName": "United States" + }, + "deprecated": false, + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null + } + ], + "created": "2023-05-02T09:56:24.768+0000", + "modified": "2023-05-02T09:56:24.768+0000", + "sampleId": "00990747-f66a-4b1e-a6d2-3f08c5c1461f", + "deprecated": false, + "deprecationDate": null + }, + "nando": { + "id": 3536, + "prefix": "nando", + "name": "Nanbyo Disease Ontology", + "pattern": "^NANDO:[0-9]+$", + "namespaceEmbeddedInLui": true, + "description": "Nanbyo Disease Ontology (NANDO) is the ontology creating a comprehensive hierarchical controlled vocabulary for intractable and rare disease (i.e., nanbyo) representation in Japan.", + "mirId": "MIR:00001010", + "resources": [ + { + "id": 3537, + "providerCode": "dbcls", + "name": "Database Center for Life Science, Kashiwa, Chiba, Japan", + "urlPattern": "https://nanbyodata.jp/disease/NANDO:{$id}", + "mirId": "MIR:00001009", + "description": "Database Center for Life Science (DBCLS) is a part of Research Organization of Information and Systems (ROIS) and has been developing new technologies, services and standards for integrating biological databases, which include those developed and maintained in Japan as well as world-renowned databases.", + "official": true, + "sampleId": "NANDO:1200031", + "resourceHomeUrl": "https://nanbyodata.jp/", + "institution": { + "id": 3526, + "name": "Database Center for Life Science, Kashiwa, Chiba, Japan", + "homeUrl": "https://dbcls.rois.ac.jp/index-en.html", + "description": "Database Center for Life Science (DBCLS) is a part of Research Organization of Information and Systems (ROIS) and has been developing new technologies, services and standards for integrating biological databases, which include those developed and maintained in Japan as well as world-renowned databases.", + "rorId": null, + "location": { + "countryCode": "JP", + "countryName": "Japan" + } + }, + "location": { + "countryCode": "JP", + "countryName": "Japan" + }, + "deprecated": false, + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null + } + ], + "created": "2023-05-09T12:26:02.992+0000", + "modified": "2023-05-09T13:07:17.390+0000", + "sampleId": "1200031", + "deprecated": false, + "deprecationDate": null + }, + "oci": { + "id": 1831, + "prefix": "oci", + "name": "OCI", + "pattern": "^0[1-9]+0[0-9]+-0[1-9]+0[0-9]+$", + "namespaceEmbeddedInLui": false, + "description": "Each OCI (Open Citation Identifier) has a simple structure: oci:-, where \u201coci:\u201d is the identifier prefix, and is used to identify a citation as a first-class data entity - see https://doi.org/10.6084/m9.figshare.7127816.v2 for additional information. In each OCI, the first is the identifier for the citing bibliographic resource, while the second is the identifier for the cited bibliographic resource.", + "mirId": "MIR:00000660", + "resources": [ + { + "id": 1833, + "providerCode": "CURATOR_REVIEW", + "name": "OpenCitations", + "urlPattern": "https://w3id.org/oc/oci/{$id}", + "mirId": "MIR:00100878", + "description": "OpenCitations", + "official": false, + "sampleId": "01027931310-01022252312", + "resourceHomeUrl": "http://opencitations.net", + "institution": { + "id": 1919, + "name": "OpenCitations", + "homeUrl": "http://opencitations.net/", + "description": "OpenCitations is an independent not-for-profit infrastructure organization for open scholarship dedicated to the publication of open bibliographic and citation data by the use of Semantic Web (Linked Data) technologies. It is also engaged in advocacy for open citations, particularly in its role as a key founding member of the Initiative for Open Citations (I4OC). For administrative convenience, OpenCitations is managed by the Research Centre for Open Scholarly Metadata at the University of Bologna.", + "rorId": "https://ror.org/00wb4mk85", + "location": { + "countryCode": "IT", + "countryName": "Italy" + } + }, + "location": { + "countryCode": "IT", + "countryName": "Italy" + }, + "deprecated": false, + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null + } + ], + "created": "2019-06-11T14:18:13.968+0000", + "modified": "2023-05-12T15:05:01.546+0000", + "sampleId": "01027931310-01022252312", + "deprecated": false, + "deprecationDate": null + }, + "drs.anv0": { + "id": 3571, + "prefix": "drs.anv0", + "name": "AnVIL DRS", + "pattern": "^v2_[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$", + "namespaceEmbeddedInLui": false, + "description": "This namespace is used for GA4GH Data Repository Service (DRS) access to the USA National Institutes of Health (NIH), National Human Genome Research Institute (NHGRI), Genomic Analysis, Visualization and Informatics Lab-space (AnVIL) program data. AnVIL is a cloud-based genomic data sharing and analysis platform which facilitates integration and computing on and across large datasets generated by NHGRI programs, as well as initiatives funded by the National Institutes of Health (NIH) or by other agencies that support human genomics research. ", + "mirId": "MIR:00001014", + "resources": [ + { + "id": 3572, + "providerCode": "data.terra.bio", + "name": "National Human Genome Research Institute", + "urlPattern": "https://data.terra.bio/ga4gh/drs/v1/objects/{$id}", + "mirId": "MIR:00001011", + "description": "NHGRI offers access to reliable and timely information about genomics research and the human genome. Our resources and partnerships help spark scientific curiosity, improve genomic literacy, and foster engagement among learners in different communities.", + "official": true, + "sampleId": "v2_1b0f158a-86e2-3887-b990-89e3cf2d9082", + "resourceHomeUrl": "https://www.genome.gov/", + "institution": { + "id": 3568, + "name": "National Human Genome Research Institute", + "homeUrl": "https://www.genome.gov/", + "description": "NHGRI offers access to reliable and timely information about genomics research and the human genome. Our resources and partnerships help spark scientific curiosity, improve genomic literacy, and foster engagement among learners in different communities.", + "rorId": null, + "location": { + "countryCode": "US", + "countryName": "United States" + } + }, + "location": { + "countryCode": "US", + "countryName": "United States" + }, + "deprecated": false, + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null + } + ], + "created": "2023-06-01T09:26:38.236+0000", + "modified": "2023-06-01T09:26:38.236+0000", + "sampleId": "v2_1b0f158a-86e2-3887-b990-89e3cf2d9082", + "deprecated": false, + "deprecationDate": null + }, + "nbn": { + "id": 1097, + "prefix": "nbn", + "name": "National Bibliography Number", + "pattern": "^(urn|URN):(nbn|NBN)(:[A-Za-z_0-9]+)*.+$", + "namespaceEmbeddedInLui": false, + "description": "The National Bibliography Number (NBN), is a URN-based publication identifier system employed by a variety of national libraries such as those of Germany, the Netherlands and Switzerland. They are used to identify documents archived in national libraries, in their native format or language, and are typically used for documents which do not have a publisher-assigned identifier.", + "mirId": "MIR:00000381", + "resources": [ + { + "id": 1099, + "providerCode": "CURATOR_REVIEW", + "name": "NBN through URN Resolver at German National Library", + "urlPattern": "http://nbn-resolving.org/resolver?identifier={$id}&verb=redirect", + "mirId": "MIR:00100488", + "description": "NBN through URN Resolver at German National Library", + "official": false, + "sampleId": "urn:nbn:fi:tkk-004781", + "resourceHomeUrl": "http://nbn-resolving.org/resolve_urn.htm", + "institution": { + "id": 1098, + "name": "Deutsche Nationalbibliothek, Frankfurt", + "homeUrl": "http://www.dnb.de/", + "description": "The German National Library is a reference library. All media are made available for use in the reading rooms. Our locations in Leipzig and Frankfurt am Main have a wide range of reading rooms offering optimum work and study conditions. You can browse among 43,6 million media works, 10.7 million of which are online publications including approx. 1,500 digital journals. We also have special collections in the German Museum of Books and Writing, the German Exile Archive 1933\u20131945 and the German Music Archive.", + "rorId": "https://ror.org/01n7gem85", + "location": { + "countryCode": "DE", + "countryName": "Germany" + } + }, + "location": { + "countryCode": "DE", + "countryName": "Germany" + }, + "deprecated": false, + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null + } + ], + "created": "2019-06-11T14:17:06.748+0000", + "modified": "2023-06-19T09:28:27.741+0000", + "sampleId": "urn:nbn:fi:tkk-004781", + "deprecated": false, + "deprecationDate": null + }, + "bgee.gene": { + "id": 1208, + "prefix": "bgee.gene", + "name": "Bgee gene", + "pattern": "^[A-Za-z0-9]+$", + "namespaceEmbeddedInLui": false, + "description": "Bgee is a database to retrieve and compare gene expression patterns in multiple species, produced from multiple data types (bulk RNA-Seq, scRNA-Seq, Affymetrix, in situ hybridization, and EST data). This collection references genes in Bgee.", + "mirId": "MIR:00000418", + "resources": [ + { + "id": 1210, + "providerCode": "sib", + "name": "Bgee gene", + "urlPattern": "https://www.bgee.org/gene/{$id}", + "mirId": "MIR:00100541", + "description": "Bgee gene", + "official": false, + "sampleId": "FBgn0000015", + "resourceHomeUrl": "https://www.bgee.org/", + "institution": { + "id": 1730, + "name": "SIB Swiss Institute of Bioinformatics", + "homeUrl": "https://www.sib.swiss", + "description": "SIB provides bioinformatics services and resources for scientists and clinicians from academia and industry in Switzerland and worldwide.", + "rorId": "https://ror.org/002n09z45", + "location": { + "countryCode": "CH", + "countryName": "Switzerland" + } + }, + "location": { + "countryCode": "CH", + "countryName": "Switzerland" + }, + "deprecated": false, + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null + } + ], + "created": "2019-06-11T14:17:16.067+0000", + "modified": "2023-06-21T08:14:55.477+0000", + "sampleId": "FBgn0000015", + "deprecated": false, + "deprecationDate": null + }, + "bigg.metabolite": { + "id": 1555, + "prefix": "bigg.metabolite", + "name": "BiGG Metabolite", + "pattern": "^[a-z_A-Z0-9]+$", + "namespaceEmbeddedInLui": false, + "description": "BiGG is a knowledgebase of Biochemically, Genetically and Genomically structured genome-scale metabolic network reconstructions. It published genome-scale metabolic networks into a single database with a set of standardized identifiers called BiGG IDs. Genes in the BiGG models are mapped to NCBI genome annotations, and metabolites are linked to many external databases (KEGG, PubChem, and many more). This collection references individual metabolites.", + "mirId": "MIR:00000556", + "resources": [ + { + "id": 1556, + "providerCode": "ucsd", + "name": "BiGG Metabolite at University of Cakifornia", + "urlPattern": "http://bigg.ucsd.edu/models/universal/metabolites/{$id}", + "mirId": "MIR:00100733", + "description": "BiGG Metabolite at University of Cakifornia", + "official": false, + "sampleId": "12dgr161", + "resourceHomeUrl": "http://bigg.ucsd.edu/universal/metabolites", + "institution": { + "id": 190, + "name": "University of California, San Diego", + "homeUrl": "https://ucsd.edu/", + "description": "is a public research university in San Diego, California.\nEstablished in 1960 near the pre-existing Scripps Institution of Oceanography, UC San Diego is the seventh-oldest of the 10 University of California campuses and offers over 200 undergraduate and graduate degree programs, enrolling approximately 30,000 undergraduate and 8,500 graduate students.", + "rorId": "https://ror.org/0168r3w48", + "location": { + "countryCode": "US", + "countryName": "United States" + } + }, + "location": { + "countryCode": "US", + "countryName": "United States" + }, + "deprecated": false, + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null + } + ], + "created": "2019-06-11T14:17:47.850+0000", + "modified": "2023-06-21T08:19:14.475+0000", + "sampleId": "12dgr161", + "deprecated": false, + "deprecationDate": null + }, + "cog": { + "id": 3609, + "prefix": "cog", + "name": "COG", + "pattern": "^COG[0-9]+$", + "namespaceEmbeddedInLui": false, + "description": "Database of Clusters of Orthologous Genes (COGs). This database defines all orthologs of protein sequences coded by known genomes. The species name, protein name, and phylogenetic tree of orthologous clusters can be viewed through this site. Each cluster is comprised of individual proteins and its paralogs, matched to evolutionarily conserved molecular domains.", + "mirId": "MIR:00000930", + "resources": [ + { + "id": 3610, + "providerCode": "ncbi", + "name": "National Center for Biotechnology Information", + "urlPattern": "https://www.ncbi.nlm.nih.gov/research/cog/cog/{$id}/", + "mirId": "MIR:00001025", + "description": "The National Center for Biotechnology Information advances science and health by providing access to biomedical and genomic information.", + "official": true, + "sampleId": "COG1806", + "resourceHomeUrl": "https://www.ncbi.nlm.nih.gov/", + "institution": { + "id": 26, + "name": "National Center for Biotechnology Information", + "homeUrl": "https://www.ncbi.nlm.nih.gov/", + "description": "The National Center for Biotechnology Information advances science and health by providing access to biomedical and genomic information.", + "rorId": "https://ror.org/02meqm098", + "location": { + "countryCode": "US", + "countryName": "United States" + } + }, + "location": { + "countryCode": "US", + "countryName": "United States" + }, + "deprecated": false, + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null + } + ], + "created": "2023-07-19T09:43:16.685+0000", + "modified": "2023-07-19T09:43:16.685+0000", + "sampleId": "COG1806", + "deprecated": false, + "deprecationDate": null + }, "snomed": { "id": null, "prefix": "snomed", @@ -40438,7 +44882,11 @@ "countryName": "United Kingdom" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": null, @@ -40482,7 +44930,11 @@ "countryName": "United Kingdom" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": null, @@ -40526,7 +44978,11 @@ "countryName": "United Kingdom" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": null, @@ -40570,7 +45026,11 @@ "countryName": "United Kingdom" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": null, @@ -40614,7 +45074,11 @@ "countryName": "United Kingdom" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": null, @@ -40658,7 +45122,11 @@ "countryName": "United Kingdom" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": null, @@ -40702,7 +45170,11 @@ "countryName": "United Kingdom" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": null, @@ -40746,7 +45218,11 @@ "countryName": "United Kingdom" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": null, @@ -40790,7 +45266,11 @@ "countryName": "United Kingdom" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": null, @@ -40834,7 +45314,11 @@ "countryName": "United Kingdom" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": null, @@ -40878,7 +45362,11 @@ "countryName": "United Kingdom" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": null, @@ -40922,7 +45410,11 @@ "countryName": "United Kingdom" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": null, @@ -40966,7 +45458,11 @@ "countryName": "United Kingdom" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": null, @@ -41010,7 +45506,11 @@ "countryName": "United Kingdom" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": null, @@ -41054,7 +45554,11 @@ "countryName": "United Kingdom" }, "deprecated": false, - "deprecationDate": null + "deprecationDate": null, + "protectedUrls": false, + "renderProtectedLanding": false, + "authHelpUrl": null, + "authHelpDescription": null } ], "created": null, diff --git a/src/pymetadata/unichem.py b/src/pymetadata/unichem.py index f9d55ca..85b35b4 100644 --- a/src/pymetadata/unichem.py +++ b/src/pymetadata/unichem.py @@ -146,7 +146,6 @@ def query_xrefs_for_inchikey(self, inchikey: str) -> List[CrossReference]: source: UnichemSource = self.sources[source_id] accession = item["src_compound_id"] if source.baseIdUrl: - # create and clean url if not source.baseIdUrl: continue @@ -173,7 +172,6 @@ def query_xrefs_for_inchikey(self, inchikey: str) -> List[CrossReference]: if __name__ == "__main__": - # query sources sources = UnichemQuery.get_sources()