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
439f0243
Commit
439f0243
authored
1 year ago
by
David Mendez
Browse files
Options
Downloads
Patches
Plain Diff
Eubopen: start to add new assays browser
parent
fb844a7d
No related branches found
Branches containing commit
No related tags found
1 merge request
!88
Changes for the Midterm Review
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
pages/assay/browse/_state.vue
+59
-0
59 additions, 0 deletions
pages/assay/browse/_state.vue
web-components-submodule
+1
-1
1 addition, 1 deletion
web-components-submodule
with
60 additions
and
1 deletion
pages/assay/browse/_state.vue
0 → 100644
+
59
−
0
View file @
439f0243
<
template
>
<EBAssaysBrowser
:raw-state=
"rawState"
:initial-state-saving-params=
"initialStateSavingParams"
/>
</
template
>
<
script
>
import
EBAssaysBrowser
from
'
~/web-components-submodule/components/common/Browsers/specific_browsers/assay/eubopen/EBAssaysBrowser.vue
'
import
EntityNames
from
'
~/web-components-submodule/standardisation/EntityNames.js
'
import
{
entityBrowserMixin
}
from
'
~/web-components-submodule/mixins/browsers/entityBrowserMixin.js
'
export
default
{
components
:
{
EBAssaysBrowser
,
},
mixins
:
[
entityBrowserMixin
],
layout
:
'
entityBrowser
'
,
head
()
{
const
titleText
=
`Explore all
${
EntityNames
.
EubopenAssay
.
pluralEntityName
}
.`
const
descriptionText
=
'
The EUbOPEN consortium is an Innovative Medicines Initiative (IMI) funded project to enable and unlock biology in the open.
'
const
canonicalURL
=
`https://
${
process
.
env
.
canonicalDomain
}
`
+
this
.
$route
.
path
const
imgURL
=
`https://
${
process
.
env
.
canonicalDomain
}${
require
(
'
~/static/img/logo.png
'
)}
`
return
{
title
:
titleText
,
meta
:
[
{
hid
:
'
description
'
,
name
:
'
description
'
,
content
:
descriptionText
,
},
{
hid
:
'
og:title
'
,
name
:
'
og:title
'
,
content
:
titleText
},
{
hid
:
'
og:description
'
,
name
:
'
og:description
'
,
content
:
descriptionText
,
},
{
hid
:
'
og:type
'
,
name
:
'
og:type
'
,
content
:
'
object
'
},
{
hid
:
'
og:url
'
,
name
:
'
og:url
'
,
content
:
canonicalURL
},
{
hid
:
'
og:image
'
,
name
:
'
og:image
'
,
content
:
imgURL
},
],
link
:
[
{
rel
:
'
canonical
'
,
href
:
canonicalURL
,
},
],
}
},
}
</
script
>
<
style
></
style
>
This diff is collapsed.
Click to expand it.
web-components-submodule
@
317a8d64
Compare
12218ead
...
317a8d64
Subproject commit
12218ead502492a35d0c13b03640910076390a25
Subproject commit
317a8d646ddd85540e67bde72df3016bd738db68
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