diff --git a/src/res/ext/MNI152.json b/src/res/ext/MNI152.json
index 5f4148cd8cd17e576a4b3083e7bb889b4c6fef9a..7b9f06d945fe5c9c21ca785e74d17a75e3352b9c 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 4e8b60678ed2356e5b442f987cfd51e042ece2b8..cc450f3455422e968b837474909fbce47be8decc 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 e83c481d1b290d578113a6db9923520c194da9f2..58c045cb923f560434ec224ee815a2bd800e22d9 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 7712519f9f92f68f5fad0509b22c98ba826b8053..8321998876bf131bef4e8a55259e4640d76b8cb5 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 -->