From 0cc9d77077fedb422c2c84aa5fc5d3be230db599 Mon Sep 17 00:00:00 2001
From: David Mendez <dmendez@ebi.ac.uk>
Date: Mon, 29 Mar 2021 12:33:39 -0500
Subject: [PATCH] Finish mockup of of probe control structues and use

---
 .../ControlStructuresAndUse.vue               | 32 +++++++++++++++++++
 store/notification.js                         |  3 ++
 2 files changed, 35 insertions(+)
 create mode 100644 store/notification.js

diff --git a/components/report_cards/chemical_probe/ControlStructuresAndUse.vue b/components/report_cards/chemical_probe/ControlStructuresAndUse.vue
index 5a237bf..e760d07 100644
--- a/components/report_cards/chemical_probe/ControlStructuresAndUse.vue
+++ b/components/report_cards/chemical_probe/ControlStructuresAndUse.vue
@@ -20,6 +20,19 @@
                 text="Oc1ccc(CCc2ccc(O)c(O)c2)cc1O"
                 title="smiles"
               />
+              <TextToClipboard
+                text="YNSCZVGCGAWBBE-UHFFFAOYSA-M"
+                title="InChI Key"
+              />
+              <div><b>Molecular weight:</b> 357.26</div>
+              <div>
+                <b>Storage:</b>
+                As a dry powder or as DMSO stock solutions (10mM) at -20 °C
+              </div>
+              <div>
+                <b>Dissolution:</b>
+                Soluble in DMSO up to 10mM
+              </div>
             </v-card-text>
           </v-card>
         </v-col>
@@ -36,6 +49,25 @@
                 >CHEMBL1269459</a
               >
             </v-card-subtitle>
+            <v-card-text>
+              <TextToClipboard
+                text="Oc1ccc(CCc2ccc(O)c(O)c2)cc1O"
+                title="smiles"
+              />
+              <TextToClipboard
+                text="FYULQBSQDOYPJQ-UHFFFAOYSA-N"
+                title="InChI Key"
+              />
+              <div><b>Molecular weight:</b> 246.26</div>
+              <div>
+                <b>Storage:</b>
+                As a dry powder or as DMSO stock solutions (10mM) at -20 °C
+              </div>
+              <div>
+                <b>Dissolution:</b>
+                Soluble in DMSO up to 10mM
+              </div>
+            </v-card-text>
           </v-card>
         </v-col>
       </v-row>
diff --git a/store/notification.js b/store/notification.js
new file mode 100644
index 0000000..53927cd
--- /dev/null
+++ b/store/notification.js
@@ -0,0 +1,3 @@
+import notification from '~/web-components-submodule/store/notification.js'
+
+export default notification
-- 
GitLab