diff --git a/deploy/constants.js b/deploy/constants.js index 32e07da87525c172091e0c1e03426a1771e44822..4ba65d5c2aa5bda63b2a87443aadfc1d2463a337 100644 --- a/deploy/constants.js +++ b/deploy/constants.js @@ -1,4 +1,5 @@ const fs = require('fs') +const path = require('path') const PUBLIC_PATH = process.env.NODE_ENV === 'production' ? path.join(__dirname, 'public') diff --git a/src/res/ext/bigbrain.json b/src/res/ext/bigbrain.json index 105159a4e81158f3fbf5ca71c3e669c39beee574..011f0af1eab86f2c1c882ebfb054dc57f77f19f5 100644 --- a/src/res/ext/bigbrain.json +++ b/src/res/ext/bigbrain.json @@ -637,7 +637,7 @@ "fullId": { "kg": { "kgSchema": "minds/core/parcellationregion/v1.0.0", - "kgId": "04674a3c-bb3a-495e-a466-206355e630bd" + "kgId": "0d6392fd-b905-4bc3-bac9-fc44d8990a30" } }, "relatedAreas": [] @@ -665,38 +665,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": [] + } + ] + }] + } + ] + } + ] } ] }