Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
EUbOPEN Web
Manage
Activity
Members
Labels
Plan
Issues
15
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Deploy
Releases
Package Registry
Container Registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ChEMBL
EUbOPEN
EUbOPEN Web
Commits
9702c19d
Commit
9702c19d
authored
3 years ago
by
David Mendez
Browse files
Options
Downloads
Patches
Plain Diff
Add PDBe Molstar component
parent
fca66b01
No related branches found
Branches containing commit
No related tags found
1 merge request
!15
Add PDBe Molstar component
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
components/report_cards/chemical_probe/CrystalStructures.vue
+33
-4
33 additions, 4 deletions
components/report_cards/chemical_probe/CrystalStructures.vue
pages/index.vue
+1
-1
1 addition, 1 deletion
pages/index.vue
web-components-submodule
+1
-1
1 addition, 1 deletion
web-components-submodule
with
35 additions
and
6 deletions
components/report_cards/chemical_probe/CrystalStructures.vue
+
33
−
4
View file @
9702c19d
<
template
>
<v-card
class=
"yellow lighten-4"
>
<v-card-text>
<v-img
src=
"https://ars.els-cdn.com/content/image/1-s2.0-S0076687916300532-f12-03-9780128053478.jpg"
></v-img>
<v-card-title>
PDBe ligand code:
{{
ligandCode
}}
</v-card-title>
<v-row>
<v-col
v-for=
"pdbeMol in pdbeMolecules"
:key=
"pdbeMol"
cols=
"12"
lg=
"6"
>
<v-card
outlined
tile
>
<v-card-title>
{{
pdbeMol
}}
</v-card-title>
<v-card-text>
<Molstar
:pbde-molecule-i-d=
"pdbeMol"
/>
</v-card-text>
</v-card>
</v-col>
</v-row>
</v-card-text>
<v-card-actions>
<a
target=
"_blank"
:href=
"pdbeEntriesList"
>
<v-btn
depressed
color=
"primary"
>
See all PDBe entries for
{{
ligandCode
}}
<v-icon>
mdi-open-in-new
</v-icon>
</v-btn>
</a>
</v-card-actions>
</v-card>
</
template
>
<
script
>
export
default
{}
import
Molstar
from
'
~/web-components-submodule/components/externalTools/PDBe/Molstar.vue
'
export
default
{
components
:
{
Molstar
,
},
data
()
{
return
{
pdbeMolecules
:
[
'
1tbf
'
,
'
1udt
'
,
'
2h42
'
],
ligandCode
:
'
VIA
'
,
pdbeEntriesList
:
'
https://www.ebi.ac.uk/pdbe-srv/pdbechem/PDBEntry/list/VIA
'
,
}
},
}
</
script
>
<
style
></
style
>
This diff is collapsed.
Click to expand it.
pages/index.vue
+
1
−
1
View file @
9702c19d
...
...
@@ -7,7 +7,7 @@
</div>
</div>
</v-col>
<v-col
cols=
"12"
md=
"6"
>
<v-col
cols=
"12"
md=
"6"
xl=
"4"
>
<p
class=
"text-justify"
>
The EUbOPEN consortium is an Innovative Medicines Initiative (IMI)
funded project to enable and unlock biology in the open.
...
...
This diff is collapsed.
Click to expand it.
web-components-submodule
@
43d94192
Compare
ca03bf0f
...
43d94192
Subproject commit
ca03bf0faa8d9ab9dfd108f04d677176cd2cc0a3
Subproject commit
43d94192fcbf788246d70e5c27f6d194e79f5a2a
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment