diff --git a/content/design/_index.md b/content/design/_index.md index b02c7f49..67b25935 100644 --- a/content/design/_index.md +++ b/content/design/_index.md @@ -66,7 +66,7 @@ Our primary logo combines our icon with the full name. Use this version when int name = "anndata" description = "AnnData package icon" img = "../img/libs/anndata_schema.svg" - details = "Icon for the AnnData package, representing annotated matrices." + details = "Icon for the AnnData package, annotated multivariate observation data." color = true [[packageicons.links]] text = "Download SVG" @@ -76,7 +76,7 @@ Our primary logo combines our icon with the full name. Use this version when int name = "mudata" description = "MuData package icon" img = "../img/libs/mudata_flat.svg" - details = "Icon for the MuData package, representing multimodal data format." + details = "Icon for the MuData package, multimodal annotated data." color = true [[packageicons.links]] text = "Download SVG" @@ -89,7 +89,7 @@ Our primary logo combines our icon with the full name. Use this version when int name = "spatialdata" description = "SpatialData package icon" img = "../img/icons/spatialdata.svg" - details = "Icon for the SpatialData package, representing data format for spatial resolution data." + details = "Icon for the SpatialData package, spatially resolved omics data." color = true [[packageicons.links]] text = "Download SVG" @@ -102,7 +102,7 @@ Our primary logo combines our icon with the full name. Use this version when int name = "scanpy" description = "Scanpy package icon" img = "../img/icons/scanpy.svg" - details = "Icon for the Scanpy package, representing single-cell analysis framework." + details = "Icon for the Scanpy package, single-cell analysis in Python." color = true [[packageicons.links]] text = "Download SVG" @@ -112,7 +112,7 @@ Our primary logo combines our icon with the full name. Use this version when int name = "muon" description = "Muon package icon" img = "../img/icons/muon.svg" - details = "Icon for the Muon package, representing multi-omics analysis framework." + details = "Icon for the Muon package, multi-omics analysis framework." [[packageicons.links]] text = "Download SVG" url = "../img/icons/muon.svg" @@ -121,7 +121,7 @@ Our primary logo combines our icon with the full name. Use this version when int name = "scirpy" description = "Scirpy package icon" img = "../img/icons/scirpy.svg" - details = "Icon for the Scirpy package, representing single-cell immune sequencing framework." + details = "Icon for the Scirpy package, single-cell immune receptor sequencing analysis." [[packageicons.links]] text = "Download SVG" url = "../img/icons/scirpy.svg" @@ -133,7 +133,7 @@ Our primary logo combines our icon with the full name. Use this version when int name = "squidpy" description = "Squidpy package icon" img = "../img/icons/squidpy.svg" - details = "Icon for the Squidpy package, representing spatial single cell analysis." + details = "Icon for the Squidpy package, spatial single-cell analysis." [[packageicons.links]] text = "Download SVG" url = "../img/icons/squidpy.svg" @@ -142,8 +142,35 @@ Our primary logo combines our icon with the full name. Use this version when int name = "scvi-tools" description = "scvi-tools package icon" img = "../img/icons/scvi-tools.svg" - details = "Icon for the scvi-tools package, representing probabilistic modelling framework for single-cell omics data." + details = "Icon for the scvi-tools package, probabilistic models for single-cell omics." [[packageicons.links]] text = "Download SVG" url = "../img/icons/scvi-tools.svg" + +[[packageicons]] + name = "pertpy" + description = "pertpy package icon" + img = "../img/icons/pertpy.svg" + details = "Icon for the pertpy package, perturbation analysis for single-cell data." + [[packageicons.links]] + text = "Download SVG" + url = "../img/icons/pertpy.svg" + +[[packageicons]] + name = "rapids-singlecell" + description = "rapids-singlecell package icon" + img = "../img/icons/rapids-singlecell.svg" + details = "Icon for the rapids-singlecell package, GPU-accelerated single-cell analysis." + [[packageicons.links]] + text = "Download SVG" + url = "../img/icons/rapids-singlecell.svg" + +[[packageicons]] + name = "decoupler" + description = "decoupler package icon" + img = "../img/icons/decoupler.svg" + details = "Icon for the decoupler package, pathway and transcription factor activity inference." + [[packageicons.links]] + text = "Download SVG" + url = "../img/icons/decoupler.svg" +++ diff --git a/layouts/packages/list.html b/layouts/packages/list.html index a773d3d9..d0ea4712 100644 --- a/layouts/packages/list.html +++ b/layouts/packages/list.html @@ -74,7 +74,7 @@