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

Multiplex data visualisation: add doi for images in BIA and tweak things

parent a8283031
No related branches found
No related tags found
1 merge request!80Add multiplex data visualisation
......@@ -46,7 +46,26 @@
</v-container>
<v-divider />
<v-container>
<TextToClipboard :text="imgUrl" title="Image URL" />
<v-list dense>
<v-subheader>Image URL:</v-subheader>
<v-list-item>
<v-list-item-content>
<v-list-item-title>
<a :href="imgUrl">{{ imgUrl }}</a></v-list-item-title
>
</v-list-item-content>
</v-list-item>
<v-subheader>Image Data DOI:</v-subheader>
<v-list-item>
<v-list-item-content>
<v-list-item-title>
<a href="https://dx.doi.org/10.6019/S-BIAD145"
>https://dx.doi.org/10.6019/S-BIAD145</a
></v-list-item-title
>
</v-list-item-content>
</v-list-item>
</v-list>
</v-container>
<v-divider />
<v-card-actions>
......@@ -59,11 +78,7 @@
</template>
<script>
import TextToClipboard from '~/web-components-submodule/components/common/TextToClipboard.vue'
export default {
components: {
TextToClipboard,
},
props: {
title: {
type: String,
......
......@@ -27,6 +27,8 @@
<v-container>
<v-img
width="100%"
max-height="80vh"
contain
:src="require(`@/static/img/multiplexData/treeFigure.jpg`)"
></v-img>
</v-container>
......
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