Skip to content

Commit fe402dd

Browse files
committed
more monarch purge
1 parent d316228 commit fe402dd

File tree

10 files changed

+4
-126
lines changed

10 files changed

+4
-126
lines changed

src/app/browser/pages/profile-search/profile-search.component.html

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
<div class="container profile-container">
22
<h1 class="center">Profile Search</h1>
3-
<h4 class="center">This tool will find diseases that share your profile of phenotypes. Similarly, there is a
4-
<a href="https://monarchinitiative.org/analyze/phenotypes" target="_blank">tool</a> that
5-
the <a href="https://monarchinitiative.org/about/monarch" target="_blank">Monarch Initiative</a> provides that
6-
will allow you compare your profile across species with a specific set of
7-
genes or diseases.
3+
<h4 class="center">This tool will find diseases that share your profile of phenotypes.
84
</h4>
95
<div>
106
<mat-horizontal-stepper labelPosition="bottom" #stepper>

src/app/shared/team/team.service.spec.ts

Lines changed: 0 additions & 50 deletions
This file was deleted.

src/app/shared/team/team.service.ts

Lines changed: 0 additions & 42 deletions
This file was deleted.

src/app/static/about/about.component.html

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -73,15 +73,6 @@ <h3 class="sub-title">Where it started!</h3>
7373
<a href="http://www.sanger.ac.uk/" target="__blank">Wellcome Trust Sanger Institute</a> led by Helen Firth and Matt Hurles, conducted clinical
7474
workshops to extend the HPO and have provided an enormous amount of support and input in subsequent years.
7575
</p>
76-
<p>
77-
The initially unfunded collaboration grew over the years, and has now become the <a href="https://monarchinitiative.org/" target="__blank">Monarch Initiative</a>, now an NIH-supported
78-
project that aims to integrate biological information using semantics, and to use computational reasoning to
79-
enable phenotype comparison both within and across species, with the ultimate goal of improving biomedical research.
80-
</p>
81-
<a class="mat-btn" mat-flat-button color="primary" href="https://monarchinitiative.org/about" target="_blank">
82-
Learn more about the Monarch Initiative
83-
<mat-icon>keyboard_arrow_right</mat-icon>
84-
</a>
8576
</div>
8677
<div class="contact-banner flex-[100%] sm:flex-[70%] flex flex-column sm:flex-row items-center">
8778
<div class="contact-banner-title-wrapper flex flex-[1_1_0] flex-row items-center justify-start">

src/app/static/home/home.component.html

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,7 @@ <h2>The Human Phenotype Ontology</h2>
1818
<a routerLink="/browse/term/HP:0001631">Atrial septal defect</a>. The HPO is currently being developed using
1919
the medical literature, Orphanet, DECIPHER, and OMIM. HPO currently contains over 18,000 terms and over
2020
156,000 annotations to hereditary diseases. The HPO project and others have developed software for
21-
phenotype-driven differential diagnostics, genomic diagnostics, and translational research. The HPO is a
22-
flagship product of the <a href="https://monarchinitiative.org/" target="__blank">Monarch Initiative</a>,
23-
an NIH-supported international consortium dedicated
24-
to semantic integration of biomedical and model organism data with the ultimate goal of improving biomedical
25-
research. The HPO, as a part of the Monarch Initiative, is a central component of one of the
21+
phenotype-driven differential diagnostics, genomic diagnostics, and translational research. The HPO is a central component of one of the
2622
<a href="https://www.ga4gh.org/howwework/driver-projects.html" target="__blank">13 driver
2723
projects</a> in the <a href=" https://www.ga4gh.org/" target="__blank">Global Alliance for Genomics and
2824
Health</a> (GA4GH) <a href="https://www.ga4gh.org/howwework/strategic-roadmap.html">strategic roadmap</a>.</p>

src/app/static/static.module.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ import { DisclaimerComponent } from './resources/disclaimer/disclaimer.component
1414
import { LoincComponent } from './tools/loinc/loinc.component';
1515
import { AboutComponent } from './about/about.component';
1616
import { FundingComponent } from './resources/funding/funding.component';
17-
import { TeamService } from '../shared/team/team.service';
1817
import { DataModule } from './data/data.module';
1918
import { ResourcesModule } from './resources/resources.module';
2019

@@ -33,7 +32,7 @@ import { ResourcesModule } from './resources/resources.module';
3332
ContactComponent, CitationComponent, LicenseComponent, NewsComponent, DisclaimerComponent,
3433
LoincComponent, AboutComponent, FundingComponent
3534
],
36-
providers: [SearchService, TeamService]
35+
providers: [SearchService]
3736
})
3837
export class StaticModule {
3938
}

src/environments/environment.dev.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,6 @@ export const environment = {
2222
HPO_UNIPROT_MAPPING_URL: 'https://www.uniprot.org/uploadlists/',
2323
// UniProt widget URL
2424
HPO_UNIPROT_WIDGET_URL: 'https://www.uniprot.org/uniprot/',
25-
// Contributors File
26-
HPO_CONTRIBUTORS_URL: 'https://raw.githubusercontent.com/monarch-initiative/hpo-web-config/master/individual-contributors.csv',
27-
// Team Monarch Json
28-
HPO_TEAM_HPO_URL: 'assets/team.json',
2925
// News
3026
HPO_NEWS_JSON_URL: 'https://raw.githubusercontent.com/monarch-initiative/hpo-web-config/master/news.json',
3127
// Publications

src/environments/environment.prod.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,6 @@ export const environment = {
2323
HPO_UNIPROT_MAPPING_URL: 'https://www.uniprot.org/uploadlists/',
2424
// UniProt widget URL
2525
HPO_UNIPROT_WIDGET_URL: 'https://www.uniprot.org/uniprot/',
26-
// Contributors File
27-
HPO_CONTRIBUTORS_URL: 'https://raw.githubusercontent.com/monarch-initiative/hpo-web-config/master/individual-contributors.csv',
28-
// Team Monarch Json
29-
HPO_TEAM_HPO_URL: 'assets/team.json',
3026
// News
3127
HPO_NEWS_JSON_URL: 'https://raw.githubusercontent.com/monarch-initiative/hpo-web-config/master/news.json',
3228
// Publications

src/environments/environment.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,6 @@ export const environment = {
2626
HPO_UNIPROT_MAPPING_URL: 'https://www.uniprot.org/uploadlists/',
2727
// UniProt widget URL
2828
HPO_UNIPROT_WIDGET_URL: 'https://www.uniprot.org/uniprot/',
29-
// Contributors File
30-
HPO_CONTRIBUTORS_URL: 'https://raw.githubusercontent.com/monarch-initiative/hpo-web-config/master/individual-contributors.csv',
31-
// Team Monarch Json
32-
HPO_TEAM_HPO_URL: 'assets/team.json',
3329
// News
3430
HPO_NEWS_JSON_URL: 'https://raw.githubusercontent.com/monarch-initiative/hpo-web-config/master/news.json',
3531
// Publications

src/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
controlled vocabulary, symptom, medicine, OWL, human genetics, common disease, pathophysiology">
1010
<meta name="description" content="Human Phenotype Ontology, a standardized vocabulary of phenotypic
1111
abnormalities encountered in human disease. With unmatched depth it enables clinicians to record and analyse data
12-
with extremely accurate computer interpretable ontology terms. Developed by The Monarch Initiative.">
12+
with extremely accurate computer interpretable ontology terms.">
1313
<link rel="icon" type="image/x-icon" href="favicon.ico">
1414
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons|Material+Icons+Outlined">
1515
<link href="https://fonts.googleapis.com/css?family=Titillium+Web:300,600" rel="stylesheet">

0 commit comments

Comments
 (0)