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

Add initial expanded projects list with links to overview pages #1429

Draft
wants to merge 3 commits into
base: master
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
28 changes: 28 additions & 0 deletions content/projects/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
---
description: "Galaxy Projects"
autotoc: false
title: "Current Project Overview"
---

## Covid19

-----

Continuous analysis of intra-host variation in SARS-CoV-2

- Continuously analysis of within-host sequence variants in high quality public read-level datasets.
- Maintenance of curated workflows for the analysis of SARS-CoV-2 sequence data and free powerful infrastructure to execute them.
- Development of continuously updated analysis page and dashboard summarizing latest insights from the variant.
- Providing access to all results in raw and aggregated form for immediate use.


## Monkeypox

-----

Supporting analysis of MPXV viruses

- We have three workflows for analysis of Illumina data (Oxford nanopore workflows can also be added. Request here).
- Workflows can be used to analyze any number of samples.
- Workflows can be used via graphical user interface right now on any of our public instances in EU (https://usegalaxy.eu), US (https://usegalaxy.org), or Australia (https://usegalaxy.org.au).
- We provide powerful computational infrastructure for data analysis supported by national supercomputing resources in the US, EU, and Australia.
19 changes: 17 additions & 2 deletions src/components/NavBar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,23 @@
<b-dropdown-item to="/images/galaxy-logos/">Branding</b-dropdown-item>
</b-nav-item-dropdown>
<b-nav-item-dropdown text="Projects">
<b-dropdown-item to="/projects/covid19/">Covid19</b-dropdown-item>
<b-dropdown-item to="/projects/mpxv/">Monkeypox</b-dropdown-item>
<b-dropdown-group header="Core Team Projects">
<template #header>
<strong>
<b-link to="/projects/">Core Team Projects</b-link>
</strong>
</template>
<b-dropdown-item to="/projects/covid19/">Covid19</b-dropdown-item>
<b-dropdown-item to="/projects/mpxv/">Monkeypox</b-dropdown-item>
</b-dropdown-group>
<b-dropdown-group header="Community Projects">
<template #header>
<strong>
<b-link to="/projects/community/">Community Projects</b-link>
</strong>
</template>
<b-dropdown-item to="/projects/community/climate/">Climate Science</b-dropdown-item>
</b-dropdown-group>
</b-nav-item-dropdown>
<b-nav-item to="/events/gcc2022/">GCC2022</b-nav-item>
<b-nav-item to="/jxtx/">@jxtx</b-nav-item>
Expand Down