From fb696f5d9e977112adc5cd34024fc7493c0259da Mon Sep 17 00:00:00 2001 From: Victor Baham <83256374+MasterPastures@users.noreply.github.com> Date: Mon, 28 Aug 2023 13:08:18 -0700 Subject: [PATCH 1/2] Update tissue.json Added medial entorhinal cortex, lateral entorhinal cortex --- terms/experimentalData/tissue.json | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/terms/experimentalData/tissue.json b/terms/experimentalData/tissue.json index 373534a2..773957be 100644 --- a/terms/experimentalData/tissue.json +++ b/terms/experimentalData/tissue.json @@ -1,6 +1,6 @@ { "$schema": "http://json-schema.org/draft-07/schema#", - "$id": "https://repo-prod.prod.sagebase.org/repo/v1/schema/type/registered/sage.annotations-experimentalData.tissue-0.0.11", + "$id": "https://repo-prod.prod.sagebase.org/repo/v1/schema/type/registered/sage.annotations-experimentalData.tissue-0.0.12", "description": "A tissue is a mereologically maximal collection of cells that together perform physiological function.", "type": "string", "anyOf": [ @@ -169,6 +169,11 @@ "description": "insular cortex", "source": "http://purl.obolibrary.org/obo/UBERON_0034891" }, + { + "const": "lateral entorhinal cortex", + "description": "One of two subdivisions of the entorhinal cortex, located laterally.", + "source": "https://www.ebi.ac.uk/ols4/ontologies/uberon/classes/http%253A%252F%252Fpurl.obolibrary.org%252Fobo%252FUBERON_0007225" + }, { "const": "left cerebral hemisphere", "description": "One of two bilateral, largely symmetrical organ subdivisions within the telencephalon which contain the cerebral cortex and cerebral white matter.", @@ -189,6 +194,11 @@ "description": "A large nucleus in the thalamus. It receives inputs from the Pre-Frontal Cortex and the Limbic System and in turn relays them to the Pre-Frontal Association Cortex. ", "source": "http://purl.obolibrary.org/obo/UBERON_0002739" }, + { + "const": "medial entorhinal cortex", + "description": "One of two subdivisions of the entorhinal cortex, located medially.", + "source": "https://www.ebi.ac.uk/ols4/ontologies/uberon/classes/http%253A%252F%252Fpurl.obolibrary.org%252Fobo%252FUBERON_0007224" + }, { "const": "medial frontal cortex", "description": "Component of the orbtial frontal cortex. The rostral boundary is the first slice where the medial orbital gyrus became visible whereas the caudal boundary is the disappearance of the medial orbital gyrus/gyrus rectus.", From de74098ed4dfb5bdf944b66be199fb4f439a1853 Mon Sep 17 00:00:00 2001 From: Victor Baham <83256374+MasterPastures@users.noreply.github.com> Date: Mon, 28 Aug 2023 15:02:30 -0700 Subject: [PATCH 2/2] Update tissue.json Updated links to just the permanent URL --- terms/experimentalData/tissue.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/terms/experimentalData/tissue.json b/terms/experimentalData/tissue.json index 773957be..5a6050c8 100644 --- a/terms/experimentalData/tissue.json +++ b/terms/experimentalData/tissue.json @@ -172,7 +172,7 @@ { "const": "lateral entorhinal cortex", "description": "One of two subdivisions of the entorhinal cortex, located laterally.", - "source": "https://www.ebi.ac.uk/ols4/ontologies/uberon/classes/http%253A%252F%252Fpurl.obolibrary.org%252Fobo%252FUBERON_0007225" + "source": "http://purl.obolibrary.org/obo/UBERON_0007225" }, { "const": "left cerebral hemisphere", @@ -197,7 +197,7 @@ { "const": "medial entorhinal cortex", "description": "One of two subdivisions of the entorhinal cortex, located medially.", - "source": "https://www.ebi.ac.uk/ols4/ontologies/uberon/classes/http%253A%252F%252Fpurl.obolibrary.org%252Fobo%252FUBERON_0007224" + "source": "http://purl.obolibrary.org/obo/UBERON_0007224" }, { "const": "medial frontal cortex",