Skip to content
This repository has been archived by the owner on Jul 11, 2024. It is now read-only.

Commit

Permalink
REL: 2023.2 gallery updates (#125)
Browse files Browse the repository at this point in the history
  • Loading branch information
lizgehret authored Mar 7, 2023
1 parent 5ac274b commit 31ce74a
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions app/pages/Home/Gallery.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const taxaThumObj = {
title: 'Taxonomic Bar Plots',
desc: 'Explore the taxonomy of samples in the Moving Pictures Tutorial. Try '
+ 'selecting different taxonomic levels and metadata-based sample sorting.',
href: '/?type=html&src=https%3A%2F%2Fdocs.qiime2.org%2F2021.8%2Fdata%2F'
href: '/?type=html&src=https%3A%2F%2Fdocs.qiime2.org%2F2023.2%2Fdata%2F'
+ 'tutorials%2Fmoving-pictures%2Ftaxa-bar-plots.qzv',
img: taxaThumb
};
Expand All @@ -22,7 +22,7 @@ const volThumObj = {
title: 'Volatility Control Chart',
desc: 'Explore interactive line plots to assess how volatile a dependent variable '
+ 'is over a continuous, independent variable in one or more groups.',
href: '/?type=html&src=https%3A%2F%2Fdocs.qiime2.org%2F2021.8%2Fdata'
href: '/?type=html&src=https%3A%2F%2Fdocs.qiime2.org%2F2023.2%2Fdata'
+ '%2Ftutorials%2Flongitudinal%2Fvolatility.qzv',
img: volatilityThumb
};
Expand All @@ -31,7 +31,7 @@ const sumThumObj = {
title: 'Feature Table Summary',
desc: 'Preview the impact of rarefying your data by manipulating the sampling '
+ 'depth to determine which samples or sample groups would be filtered.',
href: '/?type=html&src=https%3A%2F%2Fdocs.qiime2.org%2F2021.8%2Fdata%2F'
href: '/?type=html&src=https%3A%2F%2Fdocs.qiime2.org%2F2023.2%2Fdata%2F'
+ 'tutorials%2Fmoving-pictures%2Ftable.qzv',
img: summarizeThumb
};
Expand All @@ -41,7 +41,7 @@ const empThumObj = {
title: 'Emperor Ordination',
desc: 'View the differences between sample composition using unweighted UniFrac in '
+ 'ordination space. Color the samples by different metadata columns.',
href: '/?type=html&src=https%3A%2F%2Fdocs.qiime2.org%2F2021.8%2Fdata%2F'
href: '/?type=html&src=https%3A%2F%2Fdocs.qiime2.org%2F2023.2%2Fdata%2F'
+ 'tutorials%2Fmoving-pictures%2Fcore-metrics-results%2Funweighted_'
+ 'unifrac_emperor.qzv',
img: emperorThumb
Expand All @@ -51,7 +51,7 @@ const alphaRObj = {
title: 'Alpha Rarefaction Plots',
desc: 'Explore alpha diversity as a function of sampling depth using the qiime '
+ 'diversity alpha-rarefaction visualizer.',
href: '/?type=html&src=https%3A%2F%2Fdocs.qiime2.org%2F2021.8%2Fdata%2F'
href: '/?type=html&src=https%3A%2F%2Fdocs.qiime2.org%2F2023.2%2Fdata%2F'
+ 'tutorials%2Fmoving-pictures%2Falpha-rarefaction.qzv',
img: alphaRareThumb
};
Expand All @@ -60,7 +60,7 @@ const alphaSObj = {
title: 'Alpha Diversity Boxplots',
desc: 'View the association between categorical metadata columns and alpha '
+ 'diversity data for Faith Phylogenetic Diversity and evenness metrics.',
href: '/?type=html&src=https%3A%2F%2Fdocs.qiime2.org%2F2021.8%2Fdata%2Ftutorials'
href: '/?type=html&src=https%3A%2F%2Fdocs.qiime2.org%2F2023.2%2Fdata%2Ftutorials'
+ '%2Fmoving-pictures%2Fcore-metrics-results%2Ffaith-pd-group-significance.qzv',
img: alphaSigThumb
};
Expand Down

0 comments on commit 31ce74a

Please sign in to comment.