Skip to content
Snippets Groups Projects
Commit daf14207 authored by David Mendez's avatar David Mendez
Browse files

Probe control structures and use: add more controls to the mockup

parent 237034c2
No related branches found
No related tags found
1 merge request!5Add compounds and target browser mockups
......@@ -2,7 +2,7 @@
<v-card>
<v-card-text>
<v-row>
<v-col cols="6">
<v-col cols="12" sm="6">
<v-card tile elevation="0">
<v-card-title>PFI-6 Chemical Probe</v-card-title>
<v-img
......@@ -36,7 +36,7 @@
</v-card-text>
</v-card>
</v-col>
<v-col cols="6">
<v-col cols="12" sm="6">
<v-card tile elevation="0">
<v-card-title>PFI-6N Negative Control</v-card-title>
<v-img
......@@ -70,6 +70,74 @@
</v-card-text>
</v-card>
</v-col>
<v-col cols="12" sm="6">
<v-card tile elevation="0">
<v-card-title>PFI-6N Another Control 1</v-card-title>
<v-img
height="250"
src="https://www.ebi.ac.uk/chembl/api/data/image/CHEMBL1276106.svg"
></v-img>
<v-card-subtitle>
<a
href="https://www.ebi.ac.uk/chembl/compound_report_card/CHEMBL1276106"
>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> 250.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-col cols="12" sm="6">
<v-card tile elevation="0">
<v-card-title>PFI-6N Another Control 2</v-card-title>
<v-img
height="250"
src="https://www.ebi.ac.uk/chembl/api/data/image/CHEMBL1557.svg"
></v-img>
<v-card-subtitle>
<a
href="https://www.ebi.ac.uk/chembl/compound_report_card/CHEMBL1557"
>CHEMBL1557</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> 250.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>
</v-card-text>
</v-card>
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment