Skip to content
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
43 changes: 35 additions & 8 deletions content/design/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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"
Expand All @@ -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"
Expand All @@ -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"
Expand All @@ -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"
Expand All @@ -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"
Expand All @@ -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"
Expand All @@ -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"
+++
2 changes: 1 addition & 1 deletion layouts/packages/list.html
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ <h3 id="frameworks">Frameworks</h3>
</div>
{{ end }}

{{ $jsonURL := "https://scverse.org/ecosystem-packages/ecosystem.json" }}
{{ $jsonURL := "https://scverse.org/ecosystem-packages/packages.json" }}
{{ $remoteData := resources.GetRemote $jsonURL }}
{{ $pkgs := transform.Unmarshal $remoteData.Content }}
<h2 id="ecosystem">Ecosystem packages maintained by scverse community</h2>
Expand Down