Skip to content

Commit

Permalink
Adding new/updated io.github.betaseg_cellsketch-mesh-view_0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
frauzufall committed Jul 2, 2023
1 parent dff5297 commit 32ee218
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 2 deletions.
Binary file modified album_catalog_index.db
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.1.0] - 2023-06-19
## [0.1.0] - 2023-07-02
- initial release

7 changes: 7 additions & 0 deletions solutions/io.github.betaseg/cellsketch-mesh-view/solution.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,13 @@ def import_dataset(include, exclude, project, output_path, item):
description="Displays all exported meshes from a CellSketch project using vtkplotlib. Colors can be adjusted in the CellSketch BigDataViewer app.",
solution_creators=['Deborah Schmidt'],
tags=["mesh", "cellsketch"],
cite=[{
"text": "Schroeder, W.; Martin, K.; Lorensen, B. (2006). The Visualization Toolkit (4th ed.), Kitware, ISBN 978-1-930934-19-1",
"url": "https://vtk.org/"
},{
"text": "Pape, C. (2019). constantinpape/z5",
"doi": "10.5281/ZENODO.3585752"
}],
run=run,
args=[{
"name": "project",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,12 @@ args:
changelog: '- initial release
'
cite:
- text: Schroeder, W.; Martin, K.; Lorensen, B. (2006). The Visualization Toolkit
(4th ed.), Kitware, ISBN 978-1-930934-19-1
url: https://vtk.org/
- doi: 10.5281/ZENODO.3585752
text: Pape, C. (2019). constantinpape/z5
covers:
- description: Screenshot of a raw image next to the mesh generated from it and displayed
using vtkplotlib.
Expand All @@ -28,6 +34,6 @@ solution_creators:
tags:
- mesh
- cellsketch
timestamp: '2023-06-19T09:58:34.461175'
timestamp: '2023-07-02T19:33:14.761806'
title: 'CellSketch: Display exported meshes'
version: 0.1.0

0 comments on commit 32ee218

Please sign in to comment.