Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 5 additions & 3 deletions spa/src/app/files/releases/release.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,15 @@
<status-panel class="release">
<div class="highlights">
<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>
<h3 class="fontsize-l">Global Gene Search</h3>
<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>
<h3 class="fontsize-l">Data</h3>
<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>
</div>
<warning>
<warning-title><h3 class="fontsize-l">Global Gene Search</h3></warning-title>
<warning-title><h3 class="fontsize-l">Feedback</h3></warning-title>
<warning-content>
<p class="fontsize-s">Search for cell gene expression across all March 2020 release datasets.</p>
<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 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>
</warning-content>
</warning>
</status-panel>
Expand Down
5 changes: 5 additions & 0 deletions spa/src/app/files/releases/release.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,11 @@
margin: 0 0 24px;
}

/** Global gene search */
h3 {
margin-bottom: 4px;
}

/* Warning <h3> */
warning h3 {
margin: 0 0 12px;
Expand Down