-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #116 from EBI-Metabolights/MTBLS-607-master
public non curated study management for master
- Loading branch information
Showing
15 changed files
with
141 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -72,6 +72,27 @@ | |
</div> | ||
</article> | ||
</div> | ||
<div id="status-board" *ngIf="status == 'Public' && curationRequest == 'NO_CURATION'"> | ||
<article class="message is-warning"> | ||
<div class="message-body"> | ||
<p> | ||
<mat-icon class="mat-icon material-icons">info</mat-icon> | ||
This study ({{ requestedStudy }}) is publicly accessible upon request from the submitter(s). It <b><u>is not curated</u></b> by MetaboLights team, however it passes the minimum validation requirements of MetaboLights. | ||
<br/> | ||
<br/> | ||
If you have comments or suggestions, please get in touch with the submitter(s) or MetaboLights team (<b> | ||
<a | ||
[href]=" | ||
'mailto:[email protected]?subject=Regarding non-curated public study - ' + | ||
requestedStudy | ||
" | ||
>metabolights-help@ebi.ac.uk</a | ||
></b>). | ||
|
||
</p> | ||
</div> | ||
</article> | ||
</div> | ||
<div | ||
*ngIf="requestedStudy != undefined && !studyError" | ||
class="main-wrapper" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,7 @@ | ||
.error-message { | ||
color: red; | ||
} | ||
.not-curated { | ||
background-color: orange; | ||
color: white; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -83,7 +83,27 @@ | |
</div> | ||
</article> | ||
</div> | ||
<div id="status-board" *ngIf="status == 'Public' && curationRequest == 'NO_CURATION'"> | ||
<article class="message is-warning"> | ||
<div class="message-body"> | ||
<p> | ||
<mat-icon class="mat-icon material-icons">info</mat-icon> | ||
Your study ({{ requestedStudy }}) is publicly accessible. It <b><u>is not curated</u></b> by MetaboLights team, however it passes the minimum validation requirements of MetaboLights. | ||
<br/> | ||
<br/> | ||
If you have comments or suggestions, please get in touch with MetaboLights team (<b> | ||
<a | ||
[href]=" | ||
'mailto:[email protected]?subject=Regarding non-curated public study - ' + | ||
requestedStudy | ||
" | ||
>metabolights-help@ebi.ac.uk</a | ||
></b>). | ||
|
||
</p> | ||
</div> | ||
</article> | ||
</div> | ||
<div class="main-wrapper" [ngClass]="{ smt: status != 'Submitted' }"> | ||
<div style="margin: 20px"> | ||
<article class="message is-small has-shadow"> | ||
|
@@ -277,6 +297,7 @@ | |
</div> | ||
</span> | ||
</div> | ||
|
||
</div> | ||
<span class="second-bottom-right"> | ||
<a (click)="topFunction()" id="scrollToTop" class="button is-rounded"> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters