diff --git a/album_catalog_index.db b/album_catalog_index.db index ada478a..bf0b0fe 100644 Binary files a/album_catalog_index.db and b/album_catalog_index.db differ diff --git a/solutions/io.github.betaseg/cellsketch-pixel-view/CHANGELOG.md b/solutions/io.github.betaseg/cellsketch-pixel-view/CHANGELOG.md old mode 100755 new mode 100644 index cc1ae34..64cd127 --- a/solutions/io.github.betaseg/cellsketch-pixel-view/CHANGELOG.md +++ b/solutions/io.github.betaseg/cellsketch-pixel-view/CHANGELOG.md @@ -4,7 +4,8 @@ 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.2.0] - 2023-11-11 +## [0.2.0] - 2024-01-03 +Update CellSketch version ## [0.1.0] - 2023-07-04 diff --git a/solutions/io.github.betaseg/cellsketch-pixel-view/gradle/wrapper/gradle-wrapper.jar b/solutions/io.github.betaseg/cellsketch-pixel-view/gradle/wrapper/gradle-wrapper.jar old mode 100755 new mode 100644 diff --git a/solutions/io.github.betaseg/cellsketch-pixel-view/gradle/wrapper/gradle-wrapper.properties b/solutions/io.github.betaseg/cellsketch-pixel-view/gradle/wrapper/gradle-wrapper.properties old mode 100755 new mode 100644 diff --git a/solutions/io.github.betaseg/cellsketch-pixel-view/gradlew b/solutions/io.github.betaseg/cellsketch-pixel-view/gradlew old mode 100755 new mode 100644 diff --git a/solutions/io.github.betaseg/cellsketch-pixel-view/gradlew.bat b/solutions/io.github.betaseg/cellsketch-pixel-view/gradlew.bat old mode 100755 new mode 100644 diff --git a/solutions/io.github.betaseg/cellsketch-pixel-view/solution.py b/solutions/io.github.betaseg/cellsketch-pixel-view/solution.py old mode 100755 new mode 100644 index d842d4a..47af22e --- a/solutions/io.github.betaseg/cellsketch-pixel-view/solution.py +++ b/solutions/io.github.betaseg/cellsketch-pixel-view/solution.py @@ -63,10 +63,10 @@ def is_file_arg(arg_name): description="This solution displays a CellSketch project in BDV.", tags=["bdv", "cellsketch", "segmentation", "annotation"], cite=[{ - "text": "A. Müller, D. Schmidt, C. S. Xu, S. Pang, J. V. D’Costa, S. Kretschmar, C. Münster, T. Kurth, F. Jug, M. Weigert, H. F. Hess, M. Solimena; 3D FIB-SEM reconstruction of microtubule–organelle interaction in whole primary mouse β cells. J Cell Biol 1 February 2021; 220 (2): e202010039.", + "text": "A. Müller, D. Schmidt, C. S. Xu, S. Pang, J. V. D'Costa, S. Kretschmar, C. Münster, T. Kurth, F. Jug, M. Weigert, H. F. Hess, M. Solimena; 3D FIB-SEM reconstruction of microtubule-organelle interaction in whole primary mouse β cells. J Cell Biol 1 February 2021; 220 (2): e202010039.", "doi": "https://doi.org/10.1083/jcb.202010039" }, { - "text": "Pietzsch, T., Saalfeld, S., Preibisch, S., & Tomancak, P. (2015). BigDataViewer: visualization and processing for large image data sets. Nature Methods, 12(6), 481–483.", + "text": "Pietzsch, T., Saalfeld, S., Preibisch, S., & Tomancak, P. (2015). BigDataViewer: visualization and processing for large image data sets. Nature Methods, 12(6), 481-483.", "doi": "10.1038/nmeth.3392" }], album_api_version="0.5.5", diff --git a/solutions/io.github.betaseg/cellsketch-pixel-view/solution.yml b/solutions/io.github.betaseg/cellsketch-pixel-view/solution.yml index 6a02b96..7b7a96f 100644 --- a/solutions/io.github.betaseg/cellsketch-pixel-view/solution.yml +++ b/solutions/io.github.betaseg/cellsketch-pixel-view/solution.yml @@ -4,17 +4,19 @@ args: name: project required: true type: directory -changelog: null +changelog: 'Update CellSketch version + + ' cite: - doi: https://doi.org/10.1083/jcb.202010039 - text: "A. M\xFCller, D. Schmidt, C. S. Xu, S. Pang, J. V. D\u2019Costa, S. Kretschmar,\ - \ C. M\xFCnster, T. Kurth, F. Jug, M. Weigert, H. F. Hess, M. Solimena; 3D FIB-SEM\ - \ reconstruction of microtubule\u2013organelle interaction in whole primary mouse\ - \ \u03B2 cells. J Cell Biol 1 February 2021; 220 (2): e202010039." + text: "A. M\xC3\xBCller, D. Schmidt, C. S. Xu, S. Pang, J. V. D'Costa, S. Kretschmar,\ + \ C. M\xC3\xBCnster, T. Kurth, F. Jug, M. Weigert, H. F. Hess, M. Solimena; 3D\ + \ FIB-SEM reconstruction of microtubule-organelle interaction in whole primary\ + \ mouse \xCE\xB2 cells. J Cell Biol 1 February 2021; 220 (2): e202010039." - doi: 10.1038/nmeth.3392 - text: "Pietzsch, T., Saalfeld, S., Preibisch, S., & Tomancak, P. (2015). BigDataViewer:\ - \ visualization and processing for large image data sets. Nature Methods, 12(6),\ - \ 481\u2013483." + text: 'Pietzsch, T., Saalfeld, S., Preibisch, S., & Tomancak, P. (2015). BigDataViewer: + visualization and processing for large image data sets. Nature Methods, 12(6), + 481-483.' covers: - description: cellsketch-pixel-view cover image source: cover.png @@ -28,6 +30,6 @@ tags: - cellsketch - segmentation - annotation -timestamp: '2023-11-11T12:37:03.125499' +timestamp: '2024-01-03T19:16:11.488587' title: 'CellSketch: Display data in BigDataViewer' version: 0.2.0 diff --git a/solutions/io.github.betaseg/cellsketch-pixel-view/src/main/java/Main.java b/solutions/io.github.betaseg/cellsketch-pixel-view/src/main/java/Main.java old mode 100755 new mode 100644