Skip to content

Commit 6a4ee28

Browse files
authored
remove old references (#1972)
1 parent e8f0293 commit 6a4ee28

File tree

5 files changed

+5
-12
lines changed

5 files changed

+5
-12
lines changed

cypress/e2e/immutableDatabaseTests/jsonld.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ describe('JSON-LD', () => {
2222
cy.visit('');
2323
// Two json-lds
2424
cy.get('[type="application/ld+json"]').should('have.length', 2);
25-
cy.get('[type="application/ld+json"]').should('contain.text', '"description": "Dockstore, developed');
25+
cy.get('[type="application/ld+json"]').should('contain.text', '"description": "Dockstore is an open platform');
2626
cy.get('[type="application/ld+json"]').should('contain.text', '"audience": "Bioinformaticians"');
2727
});
2828
});

src/app/home-page/home-logged-out/home.component.html

+1-8
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,7 @@
2828
>
2929
<div fxLayout="column" fxLayoutGap="3rem" fxLayoutAlign="space-around start" fxFlex="50" fxFlex.lt-md="100">
3030
<h2>An app store for bioinformatics</h2>
31-
<span
32-
>Dockstore is a free and open source platform for sharing reusable and scalable analytical tools and workflows. It’s developed by
33-
the
34-
<a target="_blank" rel="noopener noreferrer" href="https://www.cancercollaboratory.org/" class="white-link"
35-
>Cancer Genome Collaboratory</a
36-
>
37-
and used by the <a target="_blank" rel="noopener noreferrer" href="https://www.ga4gh.org/" class="white-link">GA4GH</a>.</span
38-
>
31+
<span>Dockstore is a free and open source platform for sharing reusable and scalable analytical tools and workflows.</span>
3932
<div fxLayout="row" fxLayout.lt-sm="column" fxLayoutAlign="start start" fxLayoutGap="2rem">
4033
<a [routerLink]="['/about']">
4134
<button mat-raised-button color="accent">

src/app/home-page/home-page.service.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ export class HomePageService {
1010
'@context': 'http://schema.org',
1111
'@type': 'Organization',
1212
description:
13-
'Dockstore, developed by the Cancer Genome Collaboratory, is an open platform used by the GA4GH for sharing ' +
13+
'Dockstore is an open platform used by the GA4GH for sharing ' +
1414
'Docker-based tools described with the Common Workflow Language (CWL), the Workflow Description Language (WDL), or Nextflow (NFL)',
1515
logo: '../assets/images/dockstore/dockstore.png',
1616
name: 'Dockstore',

src/app/login/login.component.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<div class="container">
1818
<div class="row">
1919
<div class="col-md-12">
20-
<h3 class="available-containers">Login to Collaboratory Dockstore</h3>
20+
<h3 class="available-containers">Login to Dockstore</h3>
2121
</div>
2222
</div>
2323
</div>

src/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<meta name="theme-color" content="#21335B" />
1212
<meta
1313
name="Description"
14-
content="Dockstore, developed by the Cancer Genome Collaboratory, is an open platform used
14+
content="Dockstore is an open platform used
1515
by the GA4GH for sharing Docker-based tools described with the Common Workflow Language (CWL), the Workflow
1616
Description Language (WDL), or Nextflow (NFL)"
1717
/>

0 commit comments

Comments
 (0)