Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Yasset Perez
pride-web
Commits
bcd1df92
Commit
bcd1df92
authored
Sep 06, 2018
by
shabai517
Browse files
Merge branch 'master' of github.com:PRIDE-Archive/pride-web
parents
5fadc663
df280f14
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
27 additions
and
26 deletions
+27
-26
src/components/archive/Dataset.vue
src/components/archive/Dataset.vue
+25
-25
src/components/landingpage/Nav.vue
src/components/landingpage/Nav.vue
+2
-1
No files found.
src/components/archive/Dataset.vue
View file @
bcd1df92
...
...
@@ -55,7 +55,7 @@
</div>
</div>
<div
class=
"card-item-wrapper"
>
<div
class=
"summary-content-header"
>
Data Processing Protocol
1
</div>
<div
class=
"summary-content-header"
>
Data Processing Protocol
</div>
<div
v-if=
"dataProcessingProtocol != 'Not available'"
>
<read-more
class=
"readMore"
more-str=
"Read more"
:text=
"dataProcessingProtocol"
link=
"#"
less-str=
"Read less"
:max-chars=
"400"
></read-more>
</div>
...
...
@@ -125,7 +125,7 @@
<div
v-else
>
<p>
Unknown
</p>
</div>
</div>
</div>
<div
class=
"property-row"
>
...
...
@@ -162,7 +162,7 @@
<p>
Unknown
</p>
</div>
</div>
</div>
<div
class=
"property-row"
>
<div
class=
"summary-content-header"
>
Experiment Type
</div>
...
...
@@ -342,7 +342,7 @@
<div
v-else
>
<p>
Unknown
</p>
</div>
</div>
</div>
<div
class=
"property-row"
>
...
...
@@ -385,7 +385,7 @@
</Card>
</Col>
</Row>
</div>
</div>
</
template
>
...
...
@@ -479,11 +479,11 @@
h
(
'
span
'
,
{
on
:
{
click
:
()
=>
{
}
}
},
params
.
row
.
type
),
/*
h('Button', {
props: {
...
...
@@ -505,7 +505,7 @@
}
}
}, 'FTP'),*/
]);
}
},
...
...
@@ -525,7 +525,7 @@
return
h
(
'
div
'
,
[
/*
h('Button', {
on: {
click: () => {
this.gotoBlast(params);
...
...
@@ -685,7 +685,7 @@
return
h
(
'
div
'
,
[
/*
h('Button', {
on: {
click: () => {
this.gotoBlast(params);
...
...
@@ -725,13 +725,13 @@
this
.
viewInReactomeButtonArray
[
params
.
row
.
_index
].
token
=
JSON
.
parse
(
res
.
bodyText
).
summary
.
token
;
//this.$router.push({name:'me', params: {username: res.body.data.user.username}});
},
function
(
err
){
});
});
}
else
{
window
.
open
(
'
https://reactome.org/PathwayBrowser/#/DTAB=AN&ANALYSIS=
'
+
this
.
viewInReactomeButtonArray
[
params
.
row
.
_index
].
token
+
'
&RESOURCE=UNIPROT
'
);
}
}
}
},
this
.
viewInReactomeButtonArray
[
params
.
row
.
_index
].
content
),
...
...
@@ -815,7 +815,7 @@
}
this
.
publications
.
push
(
item
);
}
},
function
(
err
){
//this.$router.replace({name:'404'});
});
...
...
@@ -881,8 +881,8 @@
uniquepeptides
:
res
.
body
.
list
[
i
].
uniquePeptideCount
,
spectra
:
res
.
body
.
list
[
i
].
totalSpectrumCount
,
identifiedspectra
:
res
.
body
.
list
[
i
].
identifiedSpectrumCount
,
}
}
let
button
=
{
type
:
'
primary
'
,
...
...
@@ -958,7 +958,7 @@
</
script
>
<!-- Add "scoped" attribute to limit CSS to this component only -->
<
style
scoped
>
<
style
scoped
>
.dataset-container
{
width
:
100%
;
}
...
...
@@ -1037,7 +1037,7 @@
margin-bottom
:
10px
;
}
.list-wrapper
{
}
.similarity-card
{
margin-bottom
:
5px
;
...
...
@@ -1089,26 +1089,26 @@
}
@media (min-width: 992px) {
}
@media (min-width: 1200px) {
}
@media (min-width: 1600px) {
}
@media (min-width: 1800px) {
}
@media (min-width: 2000px) {
}
@media (min-width: 2300px) {
}*/
</
style
>
<
style
>
.card
.ivu-card-body
table
{
...
...
src/components/landingpage/Nav.vue
View file @
bcd1df92
...
...
@@ -72,7 +72,8 @@
<Icon
type=
"chevron-down"
></Icon>
</a>
<DropdownMenu
slot=
"list"
>
<DropdownItem
name=
"goToSpectraClustering"
>
Spectra Clustering Toolsuite
</DropdownItem>
<!--
<DropdownItem
name=
"goToSpectraClustering"
>
Spectra Clustering Toolsuite
</DropdownItem>
-->
<DropdownItem
name=
"goToPrideInspector"
>
PRIDE Submission Tool
</DropdownItem>
<DropdownItem
name=
"goToPrideInspector"
>
PRIDE Inspector Toolsuite
</DropdownItem>
<DropdownItem
name=
"goToPrideUtilities"
>
PRIDE Utilities Libraries
</DropdownItem>
</DropdownMenu>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment