Skip to content

Commit

Permalink
remove old references (#1972)
Browse files Browse the repository at this point in the history
  • Loading branch information
denis-yuen authored May 23, 2024
1 parent e8f0293 commit 6a4ee28
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 12 deletions.
2 changes: 1 addition & 1 deletion cypress/e2e/immutableDatabaseTests/jsonld.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ describe('JSON-LD', () => {
cy.visit('');
// Two json-lds
cy.get('[type="application/ld+json"]').should('have.length', 2);
cy.get('[type="application/ld+json"]').should('contain.text', '"description": "Dockstore, developed');
cy.get('[type="application/ld+json"]').should('contain.text', '"description": "Dockstore is an open platform');
cy.get('[type="application/ld+json"]').should('contain.text', '"audience": "Bioinformaticians"');
});
});
9 changes: 1 addition & 8 deletions src/app/home-page/home-logged-out/home.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,7 @@
>
<div fxLayout="column" fxLayoutGap="3rem" fxLayoutAlign="space-around start" fxFlex="50" fxFlex.lt-md="100">
<h2>An app store for bioinformatics</h2>
<span
>Dockstore is a free and open source platform for sharing reusable and scalable analytical tools and workflows. It’s developed by
the
<a target="_blank" rel="noopener noreferrer" href="https://www.cancercollaboratory.org/" class="white-link"
>Cancer Genome Collaboratory</a
>
and used by the <a target="_blank" rel="noopener noreferrer" href="https://www.ga4gh.org/" class="white-link">GA4GH</a>.</span
>
<span>Dockstore is a free and open source platform for sharing reusable and scalable analytical tools and workflows.</span>
<div fxLayout="row" fxLayout.lt-sm="column" fxLayoutAlign="start start" fxLayoutGap="2rem">
<a [routerLink]="['/about']">
<button mat-raised-button color="accent">
Expand Down
2 changes: 1 addition & 1 deletion src/app/home-page/home-page.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export class HomePageService {
'@context': 'http://schema.org',
'@type': 'Organization',
description:
'Dockstore, developed by the Cancer Genome Collaboratory, is an open platform used by the GA4GH for sharing ' +
'Dockstore is an open platform used by the GA4GH for sharing ' +
'Docker-based tools described with the Common Workflow Language (CWL), the Workflow Description Language (WDL), or Nextflow (NFL)',
logo: '../assets/images/dockstore/dockstore.png',
name: 'Dockstore',
Expand Down
2 changes: 1 addition & 1 deletion src/app/login/login.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<div class="container">
<div class="row">
<div class="col-md-12">
<h3 class="available-containers">Login to Collaboratory Dockstore</h3>
<h3 class="available-containers">Login to Dockstore</h3>
</div>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<meta name="theme-color" content="#21335B" />
<meta
name="Description"
content="Dockstore, developed by the Cancer Genome Collaboratory, is an open platform used
content="Dockstore is an open platform used
by the GA4GH for sharing Docker-based tools described with the Common Workflow Language (CWL), the Workflow
Description Language (WDL), or Nextflow (NFL)"
/>
Expand Down

0 comments on commit 6a4ee28

Please sign in to comment.