Skip to content

Commit

Permalink
Set name to SBCP
Browse files Browse the repository at this point in the history
  • Loading branch information
tschaffter committed Mar 25, 2020
1 parent 0587cb4 commit 5b0ab08
Show file tree
Hide file tree
Showing 10 changed files with 17 additions and 18 deletions.
4 changes: 2 additions & 2 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@
{
"type": "node",
"request": "attach",
"name": "[NODE] Attach to PHCCP back-end",
"name": "[NODE] Attach to SBCP back-end",
"processId": "${command:PickProcess}",
"restart": true,
"protocol": "inspector",
},
{
"type": "chrome",
"request": "launch",
"name": "[CHROME] PHCCP front-end",
"name": "[CHROME] SBCP front-end",
"url": "https://localhost/home",
"webRoot": "${workspaceFolder}"
},
Expand Down
2 changes: 1 addition & 1 deletion client/app/account/login/login.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ <h1>Login</h1>
[formGroup]="loginForm"
novalidate
>
<h3>Sign in with your PHCCP account</h3>
<h3>Sign in with your SBCP account</h3>
<mat-form-field class="form-field-full-width">
<input
id="app-login-email"
Expand Down
4 changes: 2 additions & 2 deletions client/app/dataset/dataset-page/dataset.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ export class DatasetComponent implements OnInit, OnDestroy {
getToolsByResource(resource: CkanDatasetResource): Tool[] {
if (this.catalog._id === '5cb6a048e7bdc7740874fd92' && // Sage Ckan
resource.id === 'cf4b928f-06e7-4049-aa46-06a88dc36830') { // airway.RDS
return this.tools.filter(tool => ['PHCCP Shiny Tool Example'].includes(tool.title));
return this.tools.filter(tool => ['SBCP Shiny Tool Example'].includes(tool.title));
} else if (this.catalog._id === '5cb6a048e7bdc7740874f356' && // Kumar's CKAN
resource.id === '15135bef-fc90-4656-bf05-f3b7a50f0d74') { // PNG image
return this.tools.filter(tool => ['IRIS Enterprise Explorer'].includes(tool.title));
Expand All @@ -87,7 +87,7 @@ export class DatasetComponent implements OnInit, OnDestroy {
return this.tools.filter(tool => ['RStudio', 'Jupyter'].includes(tool.title));
} else if (this.catalog._id === '5cb6a048e7bdc7740874fd92' && // Sage Ckan
dataset.id === 'fc0633f8-6a9d-4cb7-896d-186d0db19ff8') { // Airway Smooth Muscle Cell Line RNA-seq
return this.tools.filter(tool => ['PHCCP Shiny Tool Example'].includes(tool.title));
return this.tools.filter(tool => ['SBCP Shiny Tool Example'].includes(tool.title));
}
}

Expand Down
2 changes: 1 addition & 1 deletion client/app/docs/docs.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<header class="app-header-background">
<div class="app-header-section">
<div class="app-header-headline-alt">
<h1>PHCCP Documentation</h1>
<h1>SBCP Documentation</h1>
<h3>Learn about the different types of information and actions in the portal.</h3>
</div>
</div>
Expand Down
4 changes: 2 additions & 2 deletions client/app/main/main.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
<div class="app-header-section">
<div *ngIf="!isLoggedIn" class="app-header-headline">
<h2> Welcome to the </h2>
<h1 class="mat-h1">PHC-IX Collaboration Portal</h1>
<h1 class="mat-h1">SageBio Collaboration Portal</h1>
<h3>A collaborative space based on FAIR principles to enable data discovery and tracking, reuse, and insight sharing.</h3>
</div>
<div *ngIf="isLoggedIn" class="app-header-headline-alt">
<h1>PHC-IX Collaboration Portal</h1>
<h1>SageBio Collaboration Portal</h1>
<h3>A collaborative space based on FAIR principles to enable data discovery and tracking, reuse, and insight sharing.</h3>
</div>
<div class="app-header-start">
Expand Down
7 changes: 3 additions & 4 deletions client/components/footer/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
<div class="app-footer-list">
<div class="app-footer-logo">
<div class="footer-logo">
<!-- <img class="app-logo" [src]="'assets/images/app-logo.svg'" alt="PHCCP logo">-->
<span>PHC-IX Collaboration Portal</span>
<!-- <img class="app-logo" [src]="'assets/images/app-logo.svg'" alt="SBCP logo">-->
<span>SageBio Collaboration Portal</span>
</div>
</div>

Expand All @@ -14,8 +14,7 @@
</div>

<div class="app-footer-copyright">
<!-- <span>© 2019</span> -->
<span>Built in collaboration with Sage Bionetworks</span>
<span>Built by Sage Bionetworks</span>
</div>
</div>
</footer>
6 changes: 3 additions & 3 deletions client/components/navbar/navbar.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
</div>

<div class="app-navbar-hide-small">
<a mat-button class="app-button" routerLink="/" aria-label="PHCCP">
<!-- <img class="app-logo" [src]="'assets/images/app-logo.svg'" alt="PHCCP logo">-->
<span>PHCCP</span>
<a mat-button class="app-button" routerLink="/" aria-label="SBCP">
<!-- <img class="app-logo" [src]="'assets/images/app-logo.svg'" alt="SBCP logo">-->
<span>SBCP</span>
</a>
<a *ngIf="isLoggedIn" mat-button class="app-button" routerLink="/resources" aria-label="Resources">Resources</a>
<a *ngIf="isLoggedIn" mat-button class="app-button" routerLink="/insights" aria-label="Insights">Insights</a>
Expand Down
2 changes: 1 addition & 1 deletion server/config/environment/shared.js
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ export const defaultTools = [
},
{
value: '5cb7acb3167e4f14b29dfb1b',
title: 'PHCCP Shiny Tool Example',
title: 'SBCP Shiny Tool Example',
},
];

Expand Down
2 changes: 1 addition & 1 deletion server/config/seeds/development/provenance.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ let activities = [
subclass: 'Project'
},
{
name: 'PHCCP Shiny Tool Example',
name: 'SBCP Shiny Tool Example',
role: '',
targetId: '5cb7acb3167e4f14b29dfb1b',
targetVersionId: '1',
Expand Down
2 changes: 1 addition & 1 deletion server/config/seeds/development/tools.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import config from '../../environment';

const phccpShinyToolExample = {
_id: new mongoose.Types.ObjectId('5cb7acb3167e4f14b29dfb1b'),
title: 'PHCCP Shiny Tool Example',
title: 'SBCP Shiny Tool Example',
description: `A Shiny App for demonstrating features of this collaboration ` +
`portal.`,
picture: 'assets/images/320px-shinyLogo.png',
Expand Down

0 comments on commit 5b0ab08

Please sign in to comment.