Skip to content

Commit 5543f12

Browse files
MillenniumFalconMechanicNoopDog
authored andcommitted
Added feedback text to release page. Resolves #1082. (#1091)
1 parent 0c1b421 commit 5543f12

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

spa/src/app/files/releases/release.component.html

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,15 @@
44
<status-panel class="release">
55
<div class="highlights">
66
<h2 class="fontsize-xl">Annotated cell clusters, differential expression analyses, and data visualization for 24 datasets stratified from 13 HCA DCP human single cell projects</h2>
7+
<h3 class="fontsize-l">Global Gene Search</h3>
8+
<p class="fontsize-s">Search for cell gene expression across all March 2020 release datasets. <a class="fontsize-s" href="https://singlecell.broadinstitute.org/single_cell?scpbr=human-cell-atlas-march-2020-release" target="_blank" rel="noopener noreferrer">Search in SCP</a>.</p>
9+
<h3 class="fontsize-l">Data</h3>
710
<p class="fontsize-s">Projects stratified by developmental stage, organ and library technology, and annotated with cell type, were processed with a common pipeline to produce the datasets and analyses listed below. Please see the <a href="{{portalUrl}}/releases/2020-mar">release documentation </a> for additional detail.</p>
811
</div>
912
<warning>
10-
<warning-title><h3 class="fontsize-l">Global Gene Search</h3></warning-title>
13+
<warning-title><h3 class="fontsize-l">Feedback</h3></warning-title>
1114
<warning-content>
12-
<p class="fontsize-s">Search for cell gene expression across all March 2020 release datasets.</p>
13-
<a class="fontsize-s" href="https://singlecell.broadinstitute.org/single_cell?scpbr=human-cell-atlas-march-2020-release" target="_blank" rel="noopener noreferrer">Search in SCP</a>
15+
<p class="fontsize-s">The DCP team is actively soliciting feedback for improving this or future releases. Please <a href="{{portalUrl}}/releases/2020-mar#release-feedback">see our feedback page</a> with any questions, comments or suggestions.</p>
1416
</warning-content>
1517
</warning>
1618
</status-panel>

spa/src/app/files/releases/release.component.scss

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,11 @@
2929
margin: 0 0 24px;
3030
}
3131

32+
/** Global gene search */
33+
h3 {
34+
margin-bottom: 4px;
35+
}
36+
3237
/* Warning <h3> */
3338
warning h3 {
3439
margin: 0 0 12px;

0 commit comments

Comments
 (0)