Skip to content

Commit

Permalink
Landing tweaks (#804)
Browse files Browse the repository at this point in the history
### Related issues

- Tweaks the order of resources on the landing page... moving search
below the flagship resources.

### Summary

- adds UBERON svg icon for resouces bar.
- changes order of resources and search bar on landing page

### Checks

- [ X ] All tests have passed (or issues created for failing tests)
  • Loading branch information
amc-corey-cox authored Sep 11, 2024
1 parent 441058e commit 1fa468d
Show file tree
Hide file tree
Showing 3 changed files with 87 additions and 23 deletions.
64 changes: 64 additions & 0 deletions frontend/src/assets/icons/resource-uberon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion frontend/src/pages/PageHome.vue
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
-->

<template>
<!-- dive right in -->
<AppSection design="fill">
<AppTabs
v-model="tab"
Expand All @@ -29,6 +28,7 @@
</template>
</AppGallery>
</AppSection>

<AppSection>
<AppHeading>What is Monarch?</AppHeading>

Expand Down
44 changes: 22 additions & 22 deletions frontend/src/pages/resources.json
Original file line number Diff line number Diff line change
@@ -1,31 +1,25 @@
{
"Standards": [
"Flagship": [
{
"description": "An ISO-endorsed open standard for sharing disease and phenotype information.",
"icon": "resource-phenopackets",
"link": "http://phenopackets.org/",
"name": "Phenopackets"
"description": "The standard vocabulary of human phenotypic abnormalities.",
"icon": "resource-hpo",
"link": "https://hpo.jax.org/app/",
"name": "HPO"
},
{
"description": "Explore gene, disease, and phenotype data across species.",
"icon": "resource-monarch",
"link": "/explore",
"name": "Knowledge Graph"
}
],
"Ontologies": [
{
"description": "Harmonizing disease definitions globally.",
"icon": "resource-mondo",
"link": "https://mondo.monarchinitiative.org/",
"name": "Mondo"
},
{
"description": "The standard vocabulary of human phenotypic abnormalities.",
"icon": "resource-hpo",
"link": "https://hpo.jax.org/app/",
"name": "HPO"
},
"description": "A tool to find potential disease-causing variants in WES and WGS.",
"icon": "resource-exomiser",
"link": "https://exomiser.monarchinitiative.org/exomiser/",
"name": "Exomiser"
}
],
"More Otologies": [
{
"description": "An integrated cross-species anatomy ontology.",
"icon": "resource-uberon",
Expand All @@ -35,10 +29,16 @@
],
"Tools": [
{
"description": "A tool to find potential disease-causing variants in WES and WGS.",
"icon": "resource-exomiser",
"link": "https://exomiser.monarchinitiative.org/exomiser/",
"name": "Exomiser"
"description": "Explore gene, disease, and phenotype data across species.",
"icon": "resource-monarch",
"link": "/explore",
"name": "Knowledge Graph"
},
{
"description": "An ISO-endorsed open standard for sharing disease and phenotype information.",
"icon": "resource-phenopackets",
"link": "http://phenopackets.org/",
"name": "Phenopackets"
}
]
}

0 comments on commit 1fa468d

Please sign in to comment.