-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MTBLS assignment after validation #139
base: development
Are you sure you want to change the base?
Changes from all commits
cdb71ff
ed596a4
7aad0cc
1c0e650
031431b
b001bac
0d2b29c
141b3d0
ac34c1a
b983041
649dc8b
2f27828
37fdf1d
e1c38dd
a77d2d6
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,14 +10,14 @@ | |
class="is-pulled-left" | ||
src="{{ baseHref }}assets/img/MetaboLightsLogo.png" | ||
/> | ||
<span style="margin-left: 10px">New Study - Get started</span> | ||
<span style="margin-left: 10px">New Submission - Get started</span> | ||
</div> | ||
<div class="panel-block"> | ||
<div class="column"> | ||
<h3> | ||
The following steps will guide you through creating your | ||
metabolomics study. Once submitted you can view and edit your | ||
study through the MetaboLights website. | ||
metabolomics study submission request. Once created you can view and edit your | ||
submission through the MetaboLights website. | ||
</h3> | ||
<br /> | ||
<br /> | ||
|
@@ -27,7 +27,7 @@ <h3> | |
> | ||
<div class="column"> | ||
<p class="has-text-centered"> | ||
<mat-icon>info</mat-icon> Once you create your study, you | ||
<mat-icon>info</mat-icon> Once you create a request, you | ||
can switch between the guided submission and full study view | ||
where you see these buttons. | ||
</p> | ||
|
@@ -73,7 +73,7 @@ <h3> | |
src="{{ baseHref }}assets/img/MetaboLightsLogo.png" | ||
/> | ||
<span style="margin-left: 10px" | ||
>New Study - Raw / Derived data files</span | ||
>New Request - Raw / Derived data files</span | ||
> | ||
</div> | ||
<div class="panel-block"> | ||
|
@@ -135,13 +135,12 @@ <h3> | |
class="is-pulled-left" | ||
src="{{ baseHref }}assets/img/MetaboLightsLogo.png" | ||
/> | ||
<span style="margin-left: 10px">New Study - Identifier</span> | ||
<span style="margin-left: 10px">New Request</span> | ||
</div> | ||
<div class="panel-block"> | ||
<div class="column"> | ||
<h3><b>MetaboLights study</b></h3> | ||
<p> | ||
Your study has been assigned the unique identifier | ||
Your study request has been assigned wit an identifier | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. same here, I would change the wording to something like provisional - 'creating a request is vague'- also need to correct spelling of 'wit' |
||
<span class="has-text-link" | ||
><b>{{ newStudy }}</b></span | ||
> | ||
|
@@ -152,17 +151,9 @@ <h3><b>MetaboLights study</b></h3> | |
<br /> | ||
<h3><b>How to reference your MetaboLights study</b></h3> | ||
<p> | ||
Please use {{ newStudy }} when referencing this study in | ||
manuscripts etc. together with the URL | ||
<a href="www.ebi.ac.uk/metabolights/{{ newStudy }}" | ||
><b | ||
><span class="has-text-link" | ||
>www.ebi.ac.uk/metabolights/{{ newStudy }}</span | ||
></b | ||
></a | ||
> | ||
A MetaboLights accession number will be assigned to your study after you complete the submission. Please upload your dateset and complete the study metadata as soon as possible. | ||
<br /><br /> | ||
<b>Please also cite the following MetaboLights paper</b> <br /> | ||
<b>While citing MetaboLights, please cite the following paper: </b> <br /> | ||
<a | ||
target="_blank" | ||
href="https://academic.oup.com/nar/advance-article/doi/10.1093/nar/gkad1045/7424432" | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,13 +9,13 @@ | |
</span> | ||
</div> | ||
<div class="step-details"> | ||
<p *ngIf="!study" class="step-title">Create Study</p> | ||
<p *ngIf="!study" class="step-title">Create a Request</p> | ||
<p *ngIf="study" class="step-title"> | ||
<a | ||
[ngClass]="{ 'has-text-grey': step < 2 }" | ||
(click)="redirectTo('info', null, 1)" | ||
> | ||
Study Created <br /> | ||
Request Created <br /> | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Same here, 'Request Created' is a little vague, especially for users who have used metabolights before (but if the team is happy with it then I'm happy) |
||
{{ study }}</a | ||
> | ||
</p> | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -53,7 +53,7 @@ | |
</div> | ||
<div class="timeline-item"> | ||
<div class="timeline-marker is-image is-32x32"> | ||
<img src="https://bulma.io/images/placeholders/32x32.png" /> | ||
<img src="assets/img/file.png" /> | ||
</div> | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. shouldn't call any asset simply 'file' |
||
<div class="timeline-content"> | ||
<p class="heading">February 2016</p> | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would change the wording here, as 'request' is a little unclear - "Once you create a provisonal study - denoted by the identifier REQ (for request)..."