From 7842d202071a7868eb944a89297b02769961910e Mon Sep 17 00:00:00 2001 From: Dannon Baker Date: Fri, 3 Jun 2022 09:22:50 -0400 Subject: [PATCH 1/3] Add initial expanded projects list with links to overview pages --- src/components/NavBar.vue | 19 +++++++++++++++++-- 1 file changed, 17 insertions(+), 2 deletions(-) diff --git a/src/components/NavBar.vue b/src/components/NavBar.vue index 0bd92fddf0..fb11cb277f 100644 --- a/src/components/NavBar.vue +++ b/src/components/NavBar.vue @@ -46,8 +46,23 @@ Branding - Covid19 - Monkeypox + + + Covid19 + Monkeypox + + + + Climate Science + GCC2022 @jxtx From af7d2ec247acf09678541f449de77b42c06132f7 Mon Sep 17 00:00:00 2001 From: Dannon Baker Date: Fri, 3 Jun 2022 09:24:14 -0400 Subject: [PATCH 2/3] Expect a separate community project landing page? (or not?) --- src/components/NavBar.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/NavBar.vue b/src/components/NavBar.vue index fb11cb277f..930a4995ed 100644 --- a/src/components/NavBar.vue +++ b/src/components/NavBar.vue @@ -58,7 +58,7 @@ Climate Science From cf1f4f1909132cc07da03260f9c48fb28b774ab9 Mon Sep 17 00:00:00 2001 From: Dannon Baker Date: Fri, 3 Jun 2022 09:33:22 -0400 Subject: [PATCH 3/3] Add placeholder projects page --- content/projects/index.md | 28 ++++++++++++++++++++++++++++ src/components/NavBar.vue | 2 +- 2 files changed, 29 insertions(+), 1 deletion(-) create mode 100644 content/projects/index.md diff --git a/content/projects/index.md b/content/projects/index.md new file mode 100644 index 0000000000..a6b2df3a29 --- /dev/null +++ b/content/projects/index.md @@ -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. diff --git a/src/components/NavBar.vue b/src/components/NavBar.vue index 930a4995ed..2a6eeb33fe 100644 --- a/src/components/NavBar.vue +++ b/src/components/NavBar.vue @@ -55,7 +55,7 @@ Covid19 Monkeypox - +