Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Landing tweaks #804

Merged
merged 5 commits into from
Sep 11, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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"
}
]
}