Skip to content

Commit dc60eb2

Browse files
authored
add more core packages icons (#195)
* add more core packages icons Signed-off-by: Lukas Heumos <lukas.heumos@posteo.net> * improve descriptions Signed-off-by: Lukas Heumos <lukas.heumos@posteo.net> * fix url Signed-off-by: Lukas Heumos <lukas.heumos@posteo.net> * wording Signed-off-by: Lukas Heumos <lukas.heumos@posteo.net> --------- Signed-off-by: Lukas Heumos <lukas.heumos@posteo.net>
1 parent 81979ec commit dc60eb2

2 files changed

Lines changed: 36 additions & 9 deletions

File tree

content/design/_index.md

Lines changed: 35 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ Our primary logo combines our icon with the full name. Use this version when int
6666
name = "anndata"
6767
description = "AnnData package icon"
6868
img = "../img/libs/anndata_schema.svg"
69-
details = "Icon for the AnnData package, representing annotated matrices."
69+
details = "Icon for the AnnData package, annotated multivariate observation data."
7070
color = true
7171
[[packageicons.links]]
7272
text = "Download SVG"
@@ -76,7 +76,7 @@ Our primary logo combines our icon with the full name. Use this version when int
7676
name = "mudata"
7777
description = "MuData package icon"
7878
img = "../img/libs/mudata_flat.svg"
79-
details = "Icon for the MuData package, representing multimodal data format."
79+
details = "Icon for the MuData package, multimodal annotated data."
8080
color = true
8181
[[packageicons.links]]
8282
text = "Download SVG"
@@ -89,7 +89,7 @@ Our primary logo combines our icon with the full name. Use this version when int
8989
name = "spatialdata"
9090
description = "SpatialData package icon"
9191
img = "../img/icons/spatialdata.svg"
92-
details = "Icon for the SpatialData package, representing data format for spatial resolution data."
92+
details = "Icon for the SpatialData package, spatially resolved omics data."
9393
color = true
9494
[[packageicons.links]]
9595
text = "Download SVG"
@@ -102,7 +102,7 @@ Our primary logo combines our icon with the full name. Use this version when int
102102
name = "scanpy"
103103
description = "Scanpy package icon"
104104
img = "../img/icons/scanpy.svg"
105-
details = "Icon for the Scanpy package, representing single-cell analysis framework."
105+
details = "Icon for the Scanpy package, single-cell analysis in Python."
106106
color = true
107107
[[packageicons.links]]
108108
text = "Download SVG"
@@ -112,7 +112,7 @@ Our primary logo combines our icon with the full name. Use this version when int
112112
name = "muon"
113113
description = "Muon package icon"
114114
img = "../img/icons/muon.svg"
115-
details = "Icon for the Muon package, representing multi-omics analysis framework."
115+
details = "Icon for the Muon package, multi-omics analysis framework."
116116
[[packageicons.links]]
117117
text = "Download SVG"
118118
url = "../img/icons/muon.svg"
@@ -121,7 +121,7 @@ Our primary logo combines our icon with the full name. Use this version when int
121121
name = "scirpy"
122122
description = "Scirpy package icon"
123123
img = "../img/icons/scirpy.svg"
124-
details = "Icon for the Scirpy package, representing single-cell immune sequencing framework."
124+
details = "Icon for the Scirpy package, single-cell immune receptor sequencing analysis."
125125
[[packageicons.links]]
126126
text = "Download SVG"
127127
url = "../img/icons/scirpy.svg"
@@ -133,7 +133,7 @@ Our primary logo combines our icon with the full name. Use this version when int
133133
name = "squidpy"
134134
description = "Squidpy package icon"
135135
img = "../img/icons/squidpy.svg"
136-
details = "Icon for the Squidpy package, representing spatial single cell analysis."
136+
details = "Icon for the Squidpy package, spatial single-cell analysis."
137137
[[packageicons.links]]
138138
text = "Download SVG"
139139
url = "../img/icons/squidpy.svg"
@@ -142,8 +142,35 @@ Our primary logo combines our icon with the full name. Use this version when int
142142
name = "scvi-tools"
143143
description = "scvi-tools package icon"
144144
img = "../img/icons/scvi-tools.svg"
145-
details = "Icon for the scvi-tools package, representing probabilistic modelling framework for single-cell omics data."
145+
details = "Icon for the scvi-tools package, probabilistic models for single-cell omics."
146146
[[packageicons.links]]
147147
text = "Download SVG"
148148
url = "../img/icons/scvi-tools.svg"
149+
150+
[[packageicons]]
151+
name = "pertpy"
152+
description = "pertpy package icon"
153+
img = "../img/icons/pertpy.svg"
154+
details = "Icon for the pertpy package, perturbation analysis for single-cell data."
155+
[[packageicons.links]]
156+
text = "Download SVG"
157+
url = "../img/icons/pertpy.svg"
158+
159+
[[packageicons]]
160+
name = "rapids-singlecell"
161+
description = "rapids-singlecell package icon"
162+
img = "../img/icons/rapids-singlecell.svg"
163+
details = "Icon for the rapids-singlecell package, GPU-accelerated single-cell analysis."
164+
[[packageicons.links]]
165+
text = "Download SVG"
166+
url = "../img/icons/rapids-singlecell.svg"
167+
168+
[[packageicons]]
169+
name = "decoupler"
170+
description = "decoupler package icon"
171+
img = "../img/icons/decoupler.svg"
172+
details = "Icon for the decoupler package, pathway and transcription factor activity inference."
173+
[[packageicons.links]]
174+
text = "Download SVG"
175+
url = "../img/icons/decoupler.svg"
149176
+++

layouts/packages/list.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ <h3 id="frameworks">Frameworks</h3>
7474
</div>
7575
{{ end }}
7676

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

0 commit comments

Comments
 (0)