From ef78ae10ab8a7aaf2a734db55653b1aae7dab471 Mon Sep 17 00:00:00 2001 From: Xiao Gui <xgui3783@gmail.com> Date: Wed, 7 Oct 2020 10:19:38 +0200 Subject: [PATCH] bugfix: id for hoc3v and hoc5 bugfix: path in deploy/constant.js --- src/res/ext/bigbrain.json | 65 +++++++++++++++++++-------------------- 1 file changed, 32 insertions(+), 33 deletions(-) diff --git a/src/res/ext/bigbrain.json b/src/res/ext/bigbrain.json index 69e7b6457..43f342bd1 100644 --- a/src/res/ext/bigbrain.json +++ b/src/res/ext/bigbrain.json @@ -633,7 +633,7 @@ "fullId": { "kg": { "kgSchema": "minds/core/parcellationregion/v1.0.0", - "kgId": "04674a3c-bb3a-495e-a466-206355e630bd" + "kgId": "0d6392fd-b905-4bc3-bac9-fc44d8990a30" } }, "relatedAreas": [] @@ -661,38 +661,37 @@ "relatedAreas": [] } ] - }, - { - "name": "lateral occipital cortex", - "children": [ - { - "name": "Area hOc5 (LOC)", - "ngId": "v5", - "status": "fully mapped", - "labelIndex": 1, - "position": [ - ], - "rgb": [ - 255, - 0, - 0 - ], - "children": [], - "fullId": { - "kg": { - "kgSchema": "minds/core/parcellationregion/v1.0.0", - "kgId": "04674a3c-bb3a-495e-a466-206355e630bd" - } - }, - "relatedAreas": [] - } - ] - } - ] - } - ] - } - ] + }, + { + "name": "lateral occipital cortex", + "children": [ + { + "name": "Area hOc5 (LOC)", + "ngId": "v5", + "status": "fully mapped", + "labelIndex": 1, + "position": [ + ], + "rgb": [ + 255, + 0, + 0 + ], + "children": [], + "fullId": { + "kg": { + "kgSchema": "minds/core/parcellationregion/v1.0.0", + "kgId": "b40afb5a-e6a1-47b6-8a3e-1f8a20fbf99a" + } + }, + "relatedAreas": [] + } + ] + }] + } + ] + } + ] } ] } -- GitLab