Visualization of Published Data with CZI's cellxgene
{{ range where (where .Pages.ByWeight "Params.cellxgene" true) "Params.pending" false}}
{{.Params.name}}
{{ end }}
Visualization of Unpublished Data with CZI's cellxgene
{{ range where (where .Pages.ByWeight "Params.cellxgene" true) "Params.pending" true}}
{{.Params.name}}
{{ end }}
Legacy Visualization
{{ range where .Pages.ByWeight "Params.cellxgene" false }}
{{.Params.name}}
{{ end }}
{{ partial "footer.html" . }}