From 9e4ceefb1d8ceb1977b6cd0ad0dea052e38a1587 Mon Sep 17 00:00:00 2001
From: Xiao Gui <xgui3783@gmail.com>
Date: Fri, 18 Oct 2019 14:48:13 +0200
Subject: [PATCH] feat: original datasets of waxholm v1,2,3 chore: fallback
 desc of jubrain

---
 src/res/ext/MNI152.json                              |  2 +-
 src/res/ext/colin.json                               |  2 +-
 src/res/ext/waxholmRatV2_0.json                      | 12 ++++++++++++
 .../detailedView/singleDataset.template.html         |  6 +++++-
 4 files changed, 19 insertions(+), 3 deletions(-)

diff --git a/src/res/ext/MNI152.json b/src/res/ext/MNI152.json
index 5f4148cd8..7b9f06d94 100644
--- a/src/res/ext/MNI152.json
+++ b/src/res/ext/MNI152.json
@@ -16,7 +16,7 @@
       }],
       "properties": {
         "version": "1.0",
-        "description": "not yet",
+        "description": "This dataset contains the whole-brain parcellation of the JuBrain Cytoarchitectonic Atlas (Amunts and Zilles, 2015) in the MNI Colin 27 as well as the MNI ICBM 152 2009c nonlinear asymmetric reference space. The parcellation is derived from the individual probability maps (PMs) of the cytoarchitectonic regions released in the JuBrain Atlas, that are further combined into a Maximum Probability Map (MPM). The MPM is calculated by considering for each voxel the probability of all cytoarchitectonic areas released in the atlas, and determining the most probable assignment (Eickhoff 2005). Note that methodological improvements and integration of new brain structures may lead to small deviations in earlier released datasets.",
         "publications": [
           {
             "doi": "https://doi.org/10.1038/nrn2776",
diff --git a/src/res/ext/colin.json b/src/res/ext/colin.json
index 4e8b60678..cc450f345 100644
--- a/src/res/ext/colin.json
+++ b/src/res/ext/colin.json
@@ -16,7 +16,7 @@
       }],
       "properties": {
         "version": "1.0",
-        "description": "not yet",
+        "description": "This dataset contains the whole-brain parcellation of the JuBrain Cytoarchitectonic Atlas (Amunts and Zilles, 2015) in the MNI Colin 27 as well as the MNI ICBM 152 2009c nonlinear asymmetric reference space. The parcellation is derived from the individual probability maps (PMs) of the cytoarchitectonic regions released in the JuBrain Atlas, that are further combined into a Maximum Probability Map (MPM). The MPM is calculated by considering for each voxel the probability of all cytoarchitectonic areas released in the atlas, and determining the most probable assignment (Eickhoff 2005). Note that methodological improvements and integration of new brain structures may lead to small deviations in earlier released datasets.",
         "publications": [
           {
             "doi": "https://doi.org/10.1038/nrn2776",
diff --git a/src/res/ext/waxholmRatV2_0.json b/src/res/ext/waxholmRatV2_0.json
index e83c481d1..58c045cb9 100644
--- a/src/res/ext/waxholmRatV2_0.json
+++ b/src/res/ext/waxholmRatV2_0.json
@@ -13,6 +13,10 @@
       "ngId": "v3",
       "type": "parcellation",
       "name": "Waxholm Space rat brain atlas v3",
+      "originDatasets":[{
+        "kgSchema": "minds/core/dataset/v1.0.0",
+        "kgId": "e80f9946-1aa9-494b-b81a-9048ca9afdbe"
+      }],
       "regions": [{
         "ngId": "v3",
         "name": "Whole brain",
@@ -1544,6 +1548,10 @@
       "ngId": "v2",
       "type": "parcellation",
       "name": "Waxholm Space rat brain atlas v2",
+      "originDatasets":[{
+        "kgSchema": "minds/core/dataset/v1.0.0",
+        "kgId": "2c8ec4fb-45ca-4fe7-accf-c41b5e92c43d"
+      }],
       "regions": [
         {
           "name": "Whole brain",
@@ -3193,6 +3201,10 @@
       "ngId": "v1_01",
       "type": "parcellation",
       "name": "Waxholm Space rat brain atlas v1",
+      "originDatasets":[{
+        "kgSchema": "minds/core/dataset/v1.0.0",
+        "kgId": "f40e466b-8247-463a-a4cb-56dfe68e7059"
+      }],
       "regions": [
         {
           "ngId": "v1_01",
diff --git a/src/ui/databrowserModule/singleDataset/detailedView/singleDataset.template.html b/src/ui/databrowserModule/singleDataset/detailedView/singleDataset.template.html
index 7712519f9..832199887 100644
--- a/src/ui/databrowserModule/singleDataset/detailedView/singleDataset.template.html
+++ b/src/ui/databrowserModule/singleDataset/detailedView/singleDataset.template.html
@@ -61,7 +61,11 @@
 
 <!-- description -->
 <mat-card-content *ngIf="!simpleMode">
-  <small>{{ description }}</small>
+  <small>
+    <markdown-dom [markdown]="description">
+
+    </markdown-dom>
+  </small>
 </mat-card-content>
 
 <!-- publications -->
-- 
GitLab