From 38963af3f20f5079c50862e09b99bb640ed7f660 Mon Sep 17 00:00:00 2001 From: sagely1 <114952739+sagely1@users.noreply.github.com> Date: Mon, 25 Nov 2024 11:52:32 -0800 Subject: [PATCH 1/8] removed druggability section in gene details resources tab --- .../gene-resources.component.html | 28 ------------------- 1 file changed, 28 deletions(-) diff --git a/src/app/features/genes/components/gene-resources/gene-resources.component.html b/src/app/features/genes/components/gene-resources/gene-resources.component.html index a3b06208..4f9081be 100644 --- a/src/app/features/genes/components/gene-resources/gene-resources.component.html +++ b/src/app/features/genes/components/gene-resources/gene-resources.component.html @@ -1,31 +1,3 @@ -
-
-
-
-

- Druggability of {{ gene.hgnc_symbol || gene.ensembl_gene_id }} -

-

- AMP-AD pharmaceutical partners scored the tractability of targets - using publicly-available resources and have generated ratings of - small-molecule druggability, therapeutic antibody feasibility, and - safety. -

- - - -
- - -
-
-
-
-
From 8ff797841877948bde6de0de46e134a8ae009abf Mon Sep 17 00:00:00 2001 From: sagely1 <114952739+sagely1@users.noreply.github.com> Date: Tue, 26 Nov 2024 16:18:31 -0800 Subject: [PATCH 2/8] added new resource cards in Resources tab --- .../gene-resources.component.html | 41 ++++--- .../gene-resources.component.ts | 107 ++++++++++++++---- ...{AdditionalResource.ts => ResourceCard.ts} | 2 +- src/app/models/index.ts | 2 +- 4 files changed, 109 insertions(+), 43 deletions(-) rename src/app/models/{AdditionalResource.ts => ResourceCard.ts} (69%) diff --git a/src/app/features/genes/components/gene-resources/gene-resources.component.html b/src/app/features/genes/components/gene-resources/gene-resources.component.html index a3b06208..f7cf5fca 100644 --- a/src/app/features/genes/components/gene-resources/gene-resources.component.html +++ b/src/app/features/genes/components/gene-resources/gene-resources.component.html @@ -1,26 +1,25 @@
-
+
-
-

- Druggability of {{ gene.hgnc_symbol || gene.ensembl_gene_id }} -

-

- AMP-AD pharmaceutical partners scored the tractability of targets - using publicly-available resources and have generated ratings of - small-molecule druggability, therapeutic antibody feasibility, and - safety. -

- - - -
- - +

+ Drug Development Resources +

+

+ These external sites provide drug development resources. +

+
+
{{ r.title }}
+ +
+ {{ r.description }} +
diff --git a/src/app/features/genes/components/gene-resources/gene-resources.component.ts b/src/app/features/genes/components/gene-resources/gene-resources.component.ts index 7af7bff5..0fa53683 100644 --- a/src/app/features/genes/components/gene-resources/gene-resources.component.ts +++ b/src/app/features/genes/components/gene-resources/gene-resources.component.ts @@ -1,6 +1,6 @@ import { Component, Input, OnInit } from '@angular/core'; -import { Gene, AdditionalResource } from '../../../../models'; +import { Gene, ResourceCard } from '../../../../models'; @Component({ selector: 'gene-resources', @@ -10,7 +10,8 @@ import { Gene, AdditionalResource } from '../../../../models'; export class GeneResourcesComponent implements OnInit { @Input() gene: Gene | undefined; - additionalResources: AdditionalResource[] = []; + additionalResources: ResourceCard[] = []; + drugDevelopmentResources: ResourceCard[] = []; ngOnInit(): void { this.init(); @@ -29,7 +30,14 @@ export class GeneResourcesComponent implements OnInit { return; } - this.additionalResources = [ + this.drugDevelopmentResources = [ + { + title: 'Chemical Probes', + description: + 'View expert reviews and evaluations of chemical probes.', + linkText: 'Visit Chemical Probes', + link: `https://www.chemicalprobes.org/?q=${this.gene?.hgnc_symbol}`, + }, { title: 'Open Targets', description: @@ -37,6 +45,13 @@ export class GeneResourcesComponent implements OnInit { linkText: 'Visit Open Targets', link: `https://platform.opentargets.org/target/${this.gene?.ensembl_gene_id}`, }, + { + title: 'PharmGKB', + description: + 'Search PharmGKB for information on gene-drug and gene-phenotype relationships.', + linkText: 'Visit PharmGKB', + link: 'https://www.pharmgkb.org', + }, { title: 'Pharos', description: @@ -45,19 +60,22 @@ export class GeneResourcesComponent implements OnInit { link: `https://pharos.nih.gov/targets?q=${this.gene?.ensembl_gene_id}`, }, { - title: 'Brain RNAseq', + title: 'Probe Miner', description: - 'Search for this gene on the Brain RNAseq site, which hosts single-cell RNAseq data.', - linkText: 'Visit BrainRNAseq', - link: 'http://www.brainrnaseq.org/', + 'Search Probe Miner for information on chemical probes for this gene.', + linkText: 'Visit Probe Miner', + link: 'https://probeminer.icr.ac.uk/#/', }, { - title: 'Genomics DB', + title: 'Protein Data Bank', description: - 'View this gene on the National Institute on Aging Genetics of Alzheimer\'s Disease Data Storage Site (NIAGADS) Genomics Database.', - linkText: 'Visit Genomics DB', - link: `https://www.niagads.org/genomics/app/record/gene/${this.gene?.ensembl_gene_id}`, + 'Search PDB for experimental and computed protin structure information.', + linkText: 'Search PDB', + link: 'https://www.rcsb.org', }, + ]; + + this.additionalResources = [ { title: 'AD Atlas', description: @@ -66,11 +84,31 @@ export class GeneResourcesComponent implements OnInit { link: `https://adatlas.org/?geneID=${this.gene?.ensembl_gene_id}`, }, { - title: 'Pub AD', + title: 'Allen Institute Transcriptomics', description: - 'View dementia-related publication information for this gene on PubAD.', - linkText: 'Visit PubAD', - link: `${ this.getPubADLink() }`, + 'View single nucleus RNAseq data for this gene using the Allen Institute’s Transcriptomics Comparative Viewer.', + linkText: 'Visit AD Transcriptomics Viewer', + link: `https://knowledge.brain-map.org/data/5IU4U8BP711TR6KZ843/2CD0HDC5PS6A58T0P6E/compare?geneOption=${this.gene?.hgnc_symbol ?? this.gene?.ensembl_gene_id}`, + }, + { + title: 'Alzforum', + description: + 'Visit Alzforum for news and information resources about AD and related disorders.', + linkText: 'Visit Alzforum', + link: 'https://www.alzforum.org', + }, + { + title: 'AlzPED', + description: + 'Search AlzPED for information on preclinical efficacy studies of candidate AD therapeutics.', + linkText: 'Visit AlzPED', + link: 'https://alzped.nia.nih.gov', + }, + { + title: 'AMP-PD Target Explorer', + description: 'View this gene in the AMP-PD Target Explorer, a resource that hosts evidence about whether genes are associated with Parkinson\'s Disease.', + linkText: 'Visit AMP-PD', + link: `https://target-explorer.amp-pd.org/genes/target-search?gene=${this.gene?.ensembl_gene_id}` }, { title: 'Gene Ontology', @@ -79,6 +117,27 @@ export class GeneResourcesComponent implements OnInit { linkText: 'Visit Ensembl', link: `https://www.ensembl.org/Homo_sapiens/Gene/Ontologies/molecular_function?g=${this.gene?.ensembl_gene_id}`, }, + { + title: 'GeneCards', + description: + 'Visit GeneCards to view integrated information about this gene.', + linkText: 'Visit GeneCards', + link: `https://www.genecards.org/Search/Keyword?queryString=${this.gene?.ensembl_gene_id}`, + }, + { + title: 'Genomics DB', + description: + 'View this gene on the National Institute on Aging Genetics of Alzheimer\'s Disease Data Storage Site (NIAGADS) Genomics Database.', + linkText: 'Visit Genomics DB', + link: `https://www.niagads.org/genomics/app/record/gene/${this.gene?.ensembl_gene_id}`, + }, + { + title: 'Pub AD', + description: + 'View dementia-related publication information for this gene on PubAD.', + linkText: 'Visit PubAD', + link: `${ this.getPubADLink() }`, + }, { title: 'Reactome Pathways', description: @@ -87,11 +146,19 @@ export class GeneResourcesComponent implements OnInit { link: `https://www.ensembl.org/Homo_sapiens/Gene/Pathway?g=${this.gene?.ensembl_gene_id}`, }, { - title: 'AMP-PD Target Explorer', - description: 'View this gene in the AMP-PD Target Explorer, a resource that hosts evidence about whether genes are associated with Parkinson\'s Disease.', - linkText: 'Visit AMP-PD', - link: `https://target-explorer.amp-pd.org/genes/target-search?gene=${this.gene?.ensembl_gene_id}` - } + title: 'SEA-AD', + description: + 'Explore the Seattle Alzheimer’s Disease Brain Cell Atlas resources.', + linkText: 'Visit SEA-AD', + link: 'https://portal.brain-map.org/explore/seattle-alzheimers-disease', + }, + { + title: 'UniProtKB', + description: + 'View sequence and functional information about the protein(s) encoded by this gene.', + linkText: 'Visit UniProtKB', + link: `https://www.uniprot.org/uniprotkb?query=${this.gene?.ensembl_gene_id}`, + }, ]; } } diff --git a/src/app/models/AdditionalResource.ts b/src/app/models/ResourceCard.ts similarity index 69% rename from src/app/models/AdditionalResource.ts rename to src/app/models/ResourceCard.ts index 35d2aa82..f6f76cab 100644 --- a/src/app/models/AdditionalResource.ts +++ b/src/app/models/ResourceCard.ts @@ -1,4 +1,4 @@ -export interface AdditionalResource { +export interface ResourceCard { title: string; description: string; linkText: string; diff --git a/src/app/models/index.ts b/src/app/models/index.ts index 06fdfa87..3c411cf3 100644 --- a/src/app/models/index.ts +++ b/src/app/models/index.ts @@ -15,4 +15,4 @@ export * from './charts'; export * from './scores'; export * from './GCTColumn'; export * from './biodomains'; -export * from './AdditionalResource'; \ No newline at end of file +export * from './ResourceCard'; \ No newline at end of file From 95312a555c66c03d0ca0b7fc5f10063f22a1c9c2 Mon Sep 17 00:00:00 2001 From: sagely1 <114952739+sagely1@users.noreply.github.com> Date: Tue, 26 Nov 2024 16:54:38 -0800 Subject: [PATCH 3/8] adding pharos class to hero --- .../genes/components/gene-hero/gene-hero.component.html | 4 ++++ .../genes/components/gene-hero/gene-hero.component.scss | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/src/app/features/genes/components/gene-hero/gene-hero.component.html b/src/app/features/genes/components/gene-hero/gene-hero.component.html index 78fef743..63d581e6 100644 --- a/src/app/features/genes/components/gene-hero/gene-hero.component.html +++ b/src/app/features/genes/components/gene-hero/gene-hero.component.html @@ -22,6 +22,10 @@

Biological Domains

{{ getBiodomains() }}

+
+

PHAROS

+

{{ gene.druggability[0].pharos_class }}

+

Also known as

diff --git a/src/app/features/genes/components/gene-hero/gene-hero.component.scss b/src/app/features/genes/components/gene-hero/gene-hero.component.scss index f2c8c354..46cedd97 100644 --- a/src/app/features/genes/components/gene-hero/gene-hero.component.scss +++ b/src/app/features/genes/components/gene-hero/gene-hero.component.scss @@ -49,7 +49,7 @@ hr { font-style: italic; } -.gene-hero-aliases-heading, .gene-hero-biodomains-heading { +.gene-hero-aliases-heading, .gene-hero-biodomains-heading, .gene-hero-pharos-heading { text-transform: uppercase; margin-bottom: 15px; } From 6f5e7127008e91c6416e7ec6635413657e99815a Mon Sep 17 00:00:00 2001 From: sagely1 <114952739+sagely1@users.noreply.github.com> Date: Tue, 26 Nov 2024 16:57:48 -0800 Subject: [PATCH 4/8] updated section title from PHAROS to PHAROS CLASS --- .../genes/components/gene-hero/gene-hero.component.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/features/genes/components/gene-hero/gene-hero.component.html b/src/app/features/genes/components/gene-hero/gene-hero.component.html index 63d581e6..cb2b483c 100644 --- a/src/app/features/genes/components/gene-hero/gene-hero.component.html +++ b/src/app/features/genes/components/gene-hero/gene-hero.component.html @@ -23,7 +23,7 @@

Biological Domains

-

PHAROS

+

Pharos Class

{{ gene.druggability[0].pharos_class }}

From b6e7ed1ae7d1910b168ac2479279f05f57e195db Mon Sep 17 00:00:00 2001 From: JessterB <89862046+JessterB@users.noreply.github.com> Date: Wed, 27 Nov 2024 11:39:03 -0800 Subject: [PATCH 5/8] Adjust ordering of resource sections --- .../gene-resources.component.html | 56 +++++++++---------- 1 file changed, 28 insertions(+), 28 deletions(-) diff --git a/src/app/features/genes/components/gene-resources/gene-resources.component.html b/src/app/features/genes/components/gene-resources/gene-resources.component.html index f7cf5fca..fd82817e 100644 --- a/src/app/features/genes/components/gene-resources/gene-resources.component.html +++ b/src/app/features/genes/components/gene-resources/gene-resources.component.html @@ -1,30 +1,3 @@ -
-
-
-

- Drug Development Resources -

-

- These external sites provide drug development resources. -

-
-
{{ r.title }}
- -
- {{ r.description }} -
-
-
-
-
-
@@ -57,12 +30,39 @@

Target Enabling Resources

+
+
+
+

+ Drug Development Resources +

+

+ These external sites provide information and resources related to drug development. +

+
+
{{ r.title }}
+ +
+ {{ r.description }} +
+
+
+
+
+

Additional Resources

- These external sites provide additional useful information for exploring AD targets. + These external sites provide additional information about therapeutic targets for AD and related dementias.

Date: Wed, 27 Nov 2024 11:39:35 -0800 Subject: [PATCH 6/8] Update resource strings and URLs --- .../gene-resources.component.ts | 60 +++++++++---------- 1 file changed, 30 insertions(+), 30 deletions(-) diff --git a/src/app/features/genes/components/gene-resources/gene-resources.component.ts b/src/app/features/genes/components/gene-resources/gene-resources.component.ts index 0fa53683..b7b0905b 100644 --- a/src/app/features/genes/components/gene-resources/gene-resources.component.ts +++ b/src/app/features/genes/components/gene-resources/gene-resources.component.ts @@ -9,7 +9,7 @@ import { Gene, ResourceCard } from '../../../../models'; }) export class GeneResourcesComponent implements OnInit { @Input() gene: Gene | undefined; - + additionalResources: ResourceCard[] = []; drugDevelopmentResources: ResourceCard[] = []; @@ -34,43 +34,43 @@ export class GeneResourcesComponent implements OnInit { { title: 'Chemical Probes', description: - 'View expert reviews and evaluations of chemical probes.', + 'View expert reviews and evaluations of any chemical probes that are available for this target.', linkText: 'Visit Chemical Probes', link: `https://www.chemicalprobes.org/?q=${this.gene?.hgnc_symbol}`, }, { title: 'Open Targets', description: - 'View this gene on Open Targets, a resource that provides evidence on the validity of therapeutic targets based on genome-scale experiments and analysis.', + 'View evidence on the validity of this therapeutic target based on genome-scale experiments and analysis.', linkText: 'Visit Open Targets', link: `https://platform.opentargets.org/target/${this.gene?.ensembl_gene_id}`, }, { title: 'PharmGKB', description: - 'Search PharmGKB for information on gene-drug and gene-phenotype relationships.', + 'Search for information on gene-drug and gene-phenotype relationships.', linkText: 'Visit PharmGKB', link: 'https://www.pharmgkb.org', }, { title: 'Pharos', description: - 'View this gene on Pharos, a resource that provides access to the integrated knowledge-base from the Illuminating the Druggable Genome program.', + 'View information about this target in the Knowledge Management Center for the Illuminating the Druggable Genome program.', linkText: 'Visit Pharos', link: `https://pharos.nih.gov/targets?q=${this.gene?.ensembl_gene_id}`, }, { title: 'Probe Miner', description: - 'Search Probe Miner for information on chemical probes for this gene.', + 'Search for information on chemical probes based on large-scale, publicly available, medicinal chemistry data.', linkText: 'Visit Probe Miner', link: 'https://probeminer.icr.ac.uk/#/', }, { title: 'Protein Data Bank', description: - 'Search PDB for experimental and computed protin structure information.', - linkText: 'Search PDB', + 'Search for experimental and computed 3D protein structure information.', + linkText: 'Visit PDB', link: 'https://www.rcsb.org', }, ]; @@ -79,16 +79,9 @@ export class GeneResourcesComponent implements OnInit { { title: 'AD Atlas', description: - 'View this gene on the AD Atlas site, a network-based resource for investigating AD in a multi-omic context.', + 'Perform interactive network and enrichment analyses on this target using a heterogenous network of multiomic, association, and endophenotypic data.', linkText: 'Visit AD Atlas', - link: `https://adatlas.org/?geneID=${this.gene?.ensembl_gene_id}`, - }, - { - title: 'Allen Institute Transcriptomics', - description: - 'View single nucleus RNAseq data for this gene using the Allen Institute’s Transcriptomics Comparative Viewer.', - linkText: 'Visit AD Transcriptomics Viewer', - link: `https://knowledge.brain-map.org/data/5IU4U8BP711TR6KZ843/2CD0HDC5PS6A58T0P6E/compare?geneOption=${this.gene?.hgnc_symbol ?? this.gene?.ensembl_gene_id}`, + link: `https://adatlas.org/?type=geneEnsembl&ids=${this.gene?.ensembl_gene_id}`, }, { title: 'Alzforum', @@ -100,62 +93,69 @@ export class GeneResourcesComponent implements OnInit { { title: 'AlzPED', description: - 'Search AlzPED for information on preclinical efficacy studies of candidate AD therapeutics.', + 'Search for information on preclinical efficacy studies of candidate AD therapeutics.', linkText: 'Visit AlzPED', link: 'https://alzped.nia.nih.gov', }, { - title: 'AMP-PD Target Explorer', - description: 'View this gene in the AMP-PD Target Explorer, a resource that hosts evidence about whether genes are associated with Parkinson\'s Disease.', + title: 'AMP-PD Target Explorer', + description: 'View evidence about whether this target is associated with Parkinson\'s Disease.', linkText: 'Visit AMP-PD', link: `https://target-explorer.amp-pd.org/genes/target-search?gene=${this.gene?.ensembl_gene_id}` }, + { + title: 'Brain Knowledge Platform', + description: + 'View single nucleus RNAseq results for this target using the Allen Institute SEA-AD Comparative Viewer.', + linkText: 'Visit Brain Knowledge Platform', + link: `https://knowledge.brain-map.org/data/5IU4U8BP711TR6KZ843/2CD0HDC5PS6A58T0P6E/compare?geneOption=${this.gene?.hgnc_symbol ?? this.gene?.ensembl_gene_id}`, + }, { title: 'Gene Ontology', description: - 'View the gene ontology information for this gene on Ensembl.', - linkText: 'Visit Ensembl', - link: `https://www.ensembl.org/Homo_sapiens/Gene/Ontologies/molecular_function?g=${this.gene?.ensembl_gene_id}`, + 'View the GO terms associated with this target and explore ontology-related tools.', + linkText: 'Visit AmiGO 2', + link: `https://amigo.geneontology.org/amigo/search/annotation?q=${this.gene?.hgnc_symbol ?? this.gene?.ensembl_gene_id}`, }, { title: 'GeneCards', description: - 'Visit GeneCards to view integrated information about this gene.', + 'View integrated information about this target gathered from a comprehensive collection of public sources.', linkText: 'Visit GeneCards', - link: `https://www.genecards.org/Search/Keyword?queryString=${this.gene?.ensembl_gene_id}`, + link: `https://www.genecards.org/cgi-bin/carddisp.pl?gene=${this.gene?.hgnc_symbol ?? this.gene?.ensembl_gene_id}`, }, { title: 'Genomics DB', description: - 'View this gene on the National Institute on Aging Genetics of Alzheimer\'s Disease Data Storage Site (NIAGADS) Genomics Database.', + 'View information about this target on the National Institute on Aging Genetics of Alzheimer\'s Disease Data Storage Site (NIAGADS) Genomics Database.', linkText: 'Visit Genomics DB', link: `https://www.niagads.org/genomics/app/record/gene/${this.gene?.ensembl_gene_id}`, }, { title: 'Pub AD', description: - 'View dementia-related publication information for this gene on PubAD.', + 'View dementia-related publication information for this target.', linkText: 'Visit PubAD', link: `${ this.getPubADLink() }`, }, { title: 'Reactome Pathways', description: - 'View the reactome pathway information for this gene on Ensembl.', + 'View the reactome pathway information for this target on Ensembl.', linkText: 'Visit Ensembl', link: `https://www.ensembl.org/Homo_sapiens/Gene/Pathway?g=${this.gene?.ensembl_gene_id}`, }, { title: 'SEA-AD', description: - 'Explore the Seattle Alzheimer’s Disease Brain Cell Atlas resources.', + 'Explore the Seattle Alzheimer’s Disease Brain Cell Atlas resources from the Allen Institute.', linkText: 'Visit SEA-AD', link: 'https://portal.brain-map.org/explore/seattle-alzheimers-disease', }, { title: 'UniProtKB', description: - 'View sequence and functional information about the protein(s) encoded by this gene.', + 'View protein sequence and functional information about this target.', linkText: 'Visit UniProtKB', link: `https://www.uniprot.org/uniprotkb?query=${this.gene?.ensembl_gene_id}`, }, From 91a8bb722d7493475af6b6e4b216a2dd7495dfe7 Mon Sep 17 00:00:00 2001 From: JessterB <89862046+JessterB@users.noreply.github.com> Date: Wed, 27 Nov 2024 11:40:15 -0800 Subject: [PATCH 7/8] Update mongoDB install URLs in README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1ac18756..e4c67d16 100644 --- a/README.md +++ b/README.md @@ -43,8 +43,8 @@ The next sections focus on setting up a mongo database loaded with Agora's data. You will need to create a MongoDB database and name it `agora`. -- [Using the MongoDB Shell](https://www.mongodb.com/basics/create-database#option-2) -- [Using MongoDB Compass](https://www.mongodb.com/basics/create-database#option-3) +- [Using the MongoDB Shell](https://www.mongodb.com/resources/products/fundamentals/create-database#using-the-mongodb-shell) +- [Using MongoDB Compass](https://www.mongodb.com/resources/products/fundamentals/create-database#using-the-mongodb-compass) - [Using Studio3T](https://studio3t.com/knowledge-base/articles/common-mongodb-commands/#1-mongodb-create-database) Note: You can use the following scripts to start the database: From dab1ac8f7225bcf4b933b1ea37e4a6e21e047a4e Mon Sep 17 00:00:00 2001 From: sagely1 <114952739+sagely1@users.noreply.github.com> Date: Wed, 27 Nov 2024 15:33:47 -0800 Subject: [PATCH 8/8] applied a margin under subheadings biodomains and pharos class --- .../components/gene-hero/gene-hero.component.html | 2 +- .../components/gene-hero/gene-hero.component.scss | 12 +++++++++++- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/src/app/features/genes/components/gene-hero/gene-hero.component.html b/src/app/features/genes/components/gene-hero/gene-hero.component.html index cb2b483c..81728ab3 100644 --- a/src/app/features/genes/components/gene-hero/gene-hero.component.html +++ b/src/app/features/genes/components/gene-hero/gene-hero.component.html @@ -22,7 +22,7 @@

Biological Domains

{{ getBiodomains() }}

-
+

Pharos Class

{{ gene.druggability[0].pharos_class }}

diff --git a/src/app/features/genes/components/gene-hero/gene-hero.component.scss b/src/app/features/genes/components/gene-hero/gene-hero.component.scss index 46cedd97..332c004f 100644 --- a/src/app/features/genes/components/gene-hero/gene-hero.component.scss +++ b/src/app/features/genes/components/gene-hero/gene-hero.component.scss @@ -38,7 +38,17 @@ hr { } .gene-hero-biodomains { - margin-bottom: 30px; + margin-bottom: 15px; + + p { + margin-left: 10px; + } +} + +.gene-hero-pharos { + p { + margin-left: 10px; + } } .gene-hero-summary {