Skip to content

Commit dd21ee7

Browse files
committed
SCP Search text
1 parent 00e271c commit dd21ee7

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

spa/src/app/files/hca-search/hca-search.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<input class="hca-input" type="text" placeholder="Search" aria-label="Number" matInput
1+
<input class="hca-input" type="text" placeholder="Search all filters" aria-label="Number" matInput
22
[formControl]="filterControl" #filterInput [matAutocomplete]="auto">
33
<mat-autocomplete #auto="matAutocomplete" (optionSelected)="onSearchTermSelected($event)"
44
[displayWith]="selectedSearchTermOptionDisplayFn">

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@
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>
77
<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>
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 Single Cell Portal</a>.</p>
99
<h3 class="fontsize-l">Data</h3>
10-
<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>
10+
<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 release <a href="{{portalUrl}}/releases/2020-mar"> documentation </a> for additional detail.</p>
1111
</div>
1212
<warning>
1313
<warning-title><h3 class="fontsize-l">Feedback</h3></warning-title>
1414
<warning-content>
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/feedback">see our feedback page</a> with any questions, comments or suggestions.</p>
15+
<p class="fontsize-s">The DCP team is actively soliciting feedback for improving this or future releases. Please see our <a href="{{portalUrl}}/releases/2020-mar/feedback">feedback</a> page with any questions, comments or suggestions.</p>
1616
</warning-content>
1717
</warning>
1818
</status-panel>

0 commit comments

Comments
 (0)