Skip to content

Commit b8416a5

Browse files
committed
update content
1 parent ac7896a commit b8416a5

File tree

4 files changed

+18
-23
lines changed

4 files changed

+18
-23
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<announcement class="release-banner">
22
<span class="fontsize-s">
3-
<span>March 2020 Release lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur enim tellus, molestie in molestie ac. </span>
3+
<span>Explore, visualize, and interact with annotated HCA DCP Data. </span>
44
<a routerLink="/releases/2020-mar">View the March 2020 Release ></a>
55
</span>
66
</announcement>

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@ <h2 class="fontsize-xl">{{organView.organ}}</h2>
44
<mat-table [dataSource]="organView.datasets">
55
<ng-container matColumnDef="projectTitle">
66
<mat-header-cell *matHeaderCellDef class="project-title fontsize-xxs bold">
7-
<span>Project Title</span>
7+
<span>Project</span>
88
</mat-header-cell>
99
<mat-cell *matCellDef="let element" class="project-title fontsize-xxs">
1010
<a routerLink="/projects/{{element.entryId}}/releases/2020-mar" (click)="setReleaseReferrer()">{{element.projectShortname}}</a>
1111
</mat-cell>
1212
</ng-container>
1313
<ng-container matColumnDef="study">
1414
<mat-header-cell *matHeaderCellDef class="study fontsize-xxs bold">
15-
<span>Study</span>
15+
<span>Dataset</span>
1616
</mat-header-cell>
1717
<mat-cell *matCellDef="let element" class="study fontsize-xxs">
1818
<span>{{element.datasetId}}</span>
@@ -51,7 +51,7 @@ <h2 class="fontsize-xl">{{organView.organ}}</h2>
5151
</ng-container>
5252
<ng-container matColumnDef="visualize">
5353
<mat-header-cell *matHeaderCellDef class="fontsize-xxs bold">
54-
<span>Visualize</span>
54+
<span>Visualizations</span>
5555
</mat-header-cell>
5656
<mat-cell *matCellDef="let element" class="fontsize-xxs dot">
5757
<ng-container *ngFor="let visualization of element.visualizations">

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

Lines changed: 6 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,16 @@
11
<pop-layout>
2-
<ng-container title>March 2020 Release</ng-container>
2+
<ng-container title>HCA DCP - March 2020 Release</ng-container>
33
<div content>
44
<status-panel class="release">
55
<div class="highlights">
6-
<h2 class="fontsize-xl">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod
7-
tempor</h2>
8-
<p class="fontsize-s">Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut
9-
aliquip
10-
ex ea commodo
11-
consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu
12-
fugiat
13-
nulla
14-
pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt
15-
mollit
16-
anim
17-
id est laborum.</p>
18-
<learn-more></learn-more>
6+
<h2 class="fontsize-xl">Annotated cell clusters, differential expression analyses, and data visualization for 24 datasets stratified from 16 HCA DCP human single cell projects</h2>
7+
<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/methods">methods</a> section of the <a href="{{portalUrl}}/releases/2020-mar">release docuementation</a> for additional detail.</p>
198
</div>
209
<warning>
21-
<warning-title><h3 class="fontsize-l">Gene</h3></warning-title>
10+
<warning-title><h3 class="fontsize-l">Global Gene Search</h3></warning-title>
2211
<warning-content>
23-
<p class="fontsize-s">Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia
24-
deserunt mollit anim id est laborum.</p>
25-
<a class="fontsize-s" href="" target="_blank" rel="noopener noreferrer">Learn More</a>
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>
2614
</warning-content>
2715
</warning>
2816
</status-panel>

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

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ import { ReleaseService } from "../shared/release.service";
2020
import { ReleaseState } from "./release.state";
2121
import { ReleaseName } from "./release-name.model";
2222
import { ReleaseOrganView } from "./release-organ-view.model";
23+
import { ConfigService } from "../../config/config.service";
2324

2425
@Component({
2526
selector: "release",
@@ -31,6 +32,7 @@ export class ReleaseComponent implements OnDestroy, OnInit {
3132
// Locals
3233
public columnsToDisplay = ["projectTitle", "study", "developmentalStage", "technology", "releaseFiles", "visualize"];
3334
private ngDestroy$ = new Subject();
35+
private portalUrl: string;
3436
private state$ = new BehaviorSubject<ReleaseState>({
3537
loaded: false,
3638
releaseOrganViews: []
@@ -40,7 +42,12 @@ export class ReleaseComponent implements OnDestroy, OnInit {
4042
* @param {Store<AppState>} store
4143
*/
4244
constructor(private store: Store<AppState>,
43-
private releaseService: ReleaseService) {}
45+
private releaseService: ReleaseService,
46+
private configService: ConfigService) {
47+
48+
this.portalUrl = this.configService.getPortalURL()
49+
50+
}
4451

4552
/**
4653
* Tab provides opportunity to return back to project table.

0 commit comments

Comments
 (0)