joss-reviews icon indicating copy to clipboard operation
joss-reviews copied to clipboard

[REVIEW]: SpmImage Tycoon: Organize and analyze scanning probe microscopy data

Open editorialbot opened this issue 2 years ago • 12 comments

Submitting author: @alexriss (Alexander Riss) Repository: https://github.com/alexriss/SpmImageTycoon.jl Branch with paper.md (empty if default branch): Version: 0.3.6 Editor: @jgostick Reviewers: @jingpengw, @kasasxav Archive: Pending

Status

status

Status badge code:

HTML: <a href="https://joss.theoj.org/papers/62906b1951cc0e6bb5ada05f3309c6f0"><img src="https://joss.theoj.org/papers/62906b1951cc0e6bb5ada05f3309c6f0/status.svg"></a>
Markdown: [![status](https://joss.theoj.org/papers/62906b1951cc0e6bb5ada05f3309c6f0/status.svg)](https://joss.theoj.org/papers/62906b1951cc0e6bb5ada05f3309c6f0)

Reviewers and authors:

Please avoid lengthy details of difficulties in the review thread. Instead, please create a new issue in the target repository and link to those issues (especially acceptance-blockers) by leaving comments in the review thread below. (For completists: if the target issue tracker is also on GitHub, linking the review thread in the issue or vice versa will create corresponding breadcrumb trails in the link target.)

Reviewer instructions & questions

@xaviercm94 & @jingpengw, your review will be checklist based. Each of you will have a separate checklist that you should update when carrying out your review. First of all you need to run this command in a separate comment to create the checklist:

@editorialbot generate my checklist

The reviewer guidelines are available here: https://joss.readthedocs.io/en/latest/reviewer_guidelines.html. Any questions/concerns please let @jgostick know.

Please start on your review when you are able, and be sure to complete your review in the next six weeks, at the very latest

Checklists

📝 Checklist for @jingpengw

📝 Checklist for @kasasxav

editorialbot avatar Aug 03 '22 19:08 editorialbot

Hello humans, I'm @editorialbot, a robot that can help you with some common editorial tasks.

For a list of things I can do to help you, just type:

@editorialbot commands

For example, to regenerate the paper pdf after making changes in the paper's md or bib files, type:

@editorialbot generate pdf

editorialbot avatar Aug 03 '22 19:08 editorialbot

Software report:

github.com/AlDanial/cloc v 1.88  T=0.12 s (521.3 files/s, 98933.1 lines/s)
-------------------------------------------------------------------------------
Language                     files          blank        comment           code
-------------------------------------------------------------------------------
JavaScript                      18            563            365           3629
Julia                           12            504            112           3002
HTML                             1             43             17            809
CSS                              6            170             47            801
SVG                             10              6              0            798
Markdown                         2             49              0            156
YAML                             4              2             10             84
TeX                              1              8              0             74
TOML                             1              4              0             47
AutoHotkey                       1             14              3             46
XML                              2              0              0             20
Bourne Shell                     1              0              0              2
DOS Batch                        1              0              0              2
-------------------------------------------------------------------------------
SUM:                            60           1363            554           9470
-------------------------------------------------------------------------------


gitinspector failed to run statistical information for the repository

editorialbot avatar Aug 03 '22 19:08 editorialbot

Wordcount for paper.md is 497

editorialbot avatar Aug 03 '22 19:08 editorialbot

Reference check summary (note 'MISSING' DOIs are suggestions that need verification):

OK DOIs

- 10.1137/141000671 is OK
- 10.2478/s11534-011-0096-2 is OK
- 10.1063/1.2432410 is OK
- 10.1016/j.softx.2016.04.001 is OK

MISSING DOIs

- None

INVALID DOIs

- None

editorialbot avatar Aug 03 '22 19:08 editorialbot

:point_right::page_facing_up: Download article proof :page_facing_up: View article proof on GitHub :page_facing_up: :point_left:

editorialbot avatar Aug 03 '22 19:08 editorialbot

@editorialbot add @kasasxav as reviewer

jgostick avatar Aug 08 '22 02:08 jgostick

@kasasxav added to the reviewers list!

editorialbot avatar Aug 08 '22 02:08 editorialbot

@editorialbot remove @xaviercm94 as reviewer

jgostick avatar Aug 08 '22 02:08 jgostick

@xaviercm94 removed from the reviewers list!

editorialbot avatar Aug 08 '22 02:08 editorialbot

Review checklist for @jingpengw

Conflict of interest

  • [x] I confirm that I have read the JOSS conflict of interest (COI) policy and that: I have no COIs with reviewing this work or that any perceived COIs have been waived by JOSS for the purpose of this review.

Code of Conduct

General checks

  • [x] Repository: Is the source code for this software available at the https://github.com/alexriss/SpmImageTycoon.jl?
  • [x] License: Does the repository contain a plain-text LICENSE file with the contents of an OSI approved software license?
  • [x] Contribution and authorship: Has the submitting author (@alexriss) made major contributions to the software? Does the full list of paper authors seem appropriate and complete?
  • [x] Substantial scholarly effort: Does this submission meet the scope eligibility described in the JOSS guidelines

Functionality

  • [x] Installation: Does installation proceed as outlined in the documentation?
  • [x] Functionality: Have the functional claims of the software been confirmed?
  • [x] Performance: If there are any performance claims of the software, have they been confirmed? (If there are no claims, please check off this item.)

Documentation

  • [x] A statement of need: Do the authors clearly state what problems the software is designed to solve and who the target audience is?
  • [x] Installation instructions: Is there a clearly-stated list of dependencies? Ideally these should be handled with an automated package management solution.
  • [x] Example usage: Do the authors include examples of how to use the software (ideally to solve real-world analysis problems).
  • [x] Functionality documentation: Is the core functionality of the software documented to a satisfactory level (e.g., API method documentation)?
  • [x] Automated tests: Are there automated tests or manual steps described so that the functionality of the software can be verified?
  • [x] Community guidelines: Are there clear guidelines for third parties wishing to 1) Contribute to the software 2) Report issues or problems with the software 3) Seek support

Software paper

  • [x] Summary: Has a clear description of the high-level functionality and purpose of the software for a diverse, non-specialist audience been provided?
  • [x] A statement of need: Does the paper have a section titled 'Statement of need' that clearly states what problems the software is designed to solve, who the target audience is, and its relation to other work?
  • [x] State of the field: Do the authors describe how this software compares to other commonly-used packages?
  • [x] Quality of writing: Is the paper well written (i.e., it does not require editing for structure, language, or writing quality)?
  • [x] References: Is the list of references complete, and is everything cited appropriately that should be cited (e.g., papers, datasets, software)? Do references in the text use the proper citation syntax?

xiuliren avatar Aug 10 '22 15:08 xiuliren

@jgostick I have checked the list, is the review done? I have installed the software and played with it. It runs smoothly.

xiuliren avatar Aug 10 '22 15:08 xiuliren

Review checklist for @kasasxav

Conflict of interest

  • [x] I confirm that I have read the JOSS conflict of interest (COI) policy and that: I have no COIs with reviewing this work or that any perceived COIs have been waived by JOSS for the purpose of this review.

Code of Conduct

General checks

  • [x] Repository: Is the source code for this software available at the https://github.com/alexriss/SpmImageTycoon.jl?
  • [x] License: Does the repository contain a plain-text LICENSE file with the contents of an OSI approved software license?
  • [x] Contribution and authorship: Has the submitting author (@alexriss) made major contributions to the software? Does the full list of paper authors seem appropriate and complete?
  • [x] Substantial scholarly effort: Does this submission meet the scope eligibility described in the JOSS guidelines

Functionality

  • [x] Installation: Does installation proceed as outlined in the documentation?
  • [x] Functionality: Have the functional claims of the software been confirmed?
  • [x] Performance: If there are any performance claims of the software, have they been confirmed? (If there are no claims, please check off this item.)

Documentation

  • [x] A statement of need: Do the authors clearly state what problems the software is designed to solve and who the target audience is?
  • [x] Installation instructions: Is there a clearly-stated list of dependencies? Ideally these should be handled with an automated package management solution.
  • [x] Example usage: Do the authors include examples of how to use the software (ideally to solve real-world analysis problems).
  • [x] Functionality documentation: Is the core functionality of the software documented to a satisfactory level (e.g., API method documentation)?
  • [x] Automated tests: Are there automated tests or manual steps described so that the functionality of the software can be verified?
  • [x] Community guidelines: Are there clear guidelines for third parties wishing to 1) Contribute to the software 2) Report issues or problems with the software 3) Seek support

Software paper

  • [x] Summary: Has a clear description of the high-level functionality and purpose of the software for a diverse, non-specialist audience been provided?
  • [x] A statement of need: Does the paper have a section titled 'Statement of need' that clearly states what problems the software is designed to solve, who the target audience is, and its relation to other work?
  • [x] State of the field: Do the authors describe how this software compares to other commonly-used packages?
  • [x] Quality of writing: Is the paper well written (i.e., it does not require editing for structure, language, or writing quality)?
  • [x] References: Is the list of references complete, and is everything cited appropriately that should be cited (e.g., papers, datasets, software)? Do references in the text use the proper citation syntax?

kasasxav avatar Aug 15 '22 15:08 kasasxav

Hi @alexriss,

I am still going through the review process, looks good so far! But there are a few requirements that you are missing:

In the documentation,

  • Statement of need: you do write that SpmImage Tycoon is a "Cross-platform app to manage and edit scanning probe microscopy (SPM) images and spectra", but it would be nice if you provide more information about what problems it can solve or features it has. I know you have included that in the paper, but I think it would help if you have something similar in Github too.

  • Community guidelines: there is no information about what are the guidelines for people that want to contribute to your software.

  • I also miss documentation regarding the tests, how to run them and what do they cover?

  • I see the scripts are commented, but I can't find a general documentation of the API. I am not sure if this is necessary so I leave it as a suggestion.

Regarding the paper,

  • Statement of the field is missing, what are the available software packages in the field of scanning probe microscopy image analysis, and how does your solution compare to them?

  • Just two small typos:
    line 11 -> into a OpenDocument -> into an OpenDocument line 34 -> stored in a HDF5 -> stored in an HDF5

  • Would be nice to develop more in some areas: line 18-19: "However, much less emphasis has been placed on improving the managing and organization of the measured datasets". Here you can develop in which work has been done. line 37: "Due to its modular design, new features can be simply added". How can one add new features?

  • And one suggestion. You mention the included features in the summary, but you could also explain more them more in detail so the reader can fully capture the potential of your software. Maybe you could even include a figure.

kasasxav avatar Aug 22 '22 09:08 kasasxav

Hi again,

I am going through the videos and I installed the software, I was wondering if there is a dataset I could use for trying out the functionality? Maybe it would be nice to provide it in general for the users, but otherwise do you know of any publicly available data?

kasasxav avatar Aug 22 '22 11:08 kasasxav

HI - thank you very much for your efforts. I will go through your comments soon. I just wanted to mention that the app is geared towards "end users", i.e. people interacting via the GUI. Thus, I prefer to keep the docs simple. This is the reason that there is no documentation on the API. However, the libraries used by this app are released separately (SpmImages.jl, SpmSpectroscopy.jl) and more information can be found on the respective github repositories.

Regarding the tests, you can run them via julia> ] (to change into the pkg manager and then pkg> test SpmImageTycoon. They cover most function of the software and are run automatically via github actions. Again, I would prefer to not specifically mention this procedure in the docs because it should not be necessary for the end users to run these tests (they might even be overwhelmed by the instructions). And the more "julia-savy" probably already know how to run them if needed (this is pretty much standard practice for julia packages).

But if required, I can of course add this information.

There is a test dataset here: https://github.com/alexriss/SpmImageTycoon.jl/tree/main/test/data It is used for the automated tests., too.

Thanks again!

alexriss avatar Aug 22 '22 12:08 alexriss

Hi @alexriss,

Thank you! Thank you for the explanations and test data, looks good then!

I also tried the software and followed the videos in youtube to check that the functionality was working, and everything was fine. The software presented, as I understand, is for users of SPM and similar techniques that wish to browse and analyze their images. There is a list of shortcuts easily accessible that I count as documentation, and one can easily browse and adjust the image contrast, trace line profiles to the data, etc. The software is very intuitive and easy to use, I think it would make an impact and help users navigate and organize their data. Furthermore, the images contain metadata that one can access, filter and copy.

My only concern is, if a developer wants to implement let's say an image processing algorithm into your software, how would they do it? or add new fields into the metadata? I think that would be useful to implement/document and facilitate the project to grow. For example, performing some kind of transformation to the data or filtering (smoothing or others). I understand though that's not the focus of your project since it's targetted to end users, but not having certain functionality could prevent users from using the software. Maybe some users have expertise to contribute or other people in their groups that can help out with programming. I am not so familiar with SPM though so I don't know if that would be a common situation, but I could imagine this happening in other microscopy modalities. I am also not that familiar with Julia so I don't actually know if implementing new functionality would be hard. Could you maybe list the steps that would be required for that?

Thank you!

/Xavier.

kasasxav avatar Aug 23 '22 09:08 kasasxav

P.S. I would suggest to have the link to the metadata in the main repo or a possibility to browse through it from the main software. Then users can see the potential of the software even if they don't have available images

kasasxav avatar Aug 23 '22 09:08 kasasxav

To address your comments, I have now updated the paper and the project README.md, on github. Furthermore, I added a CODE_OF_CONDUCT.md and CONTRIBUTING.md.

A point-by-point response to your comments follows.

Regarding the project documentation:

  • I expanded the feature list in the project documentation, see https://github.com/alexriss/SpmImageTycoon.jl#features (it is more detailed than in the paper)
  • Added more detailed description of the files and how to contribute to the project.
  • As outlined above, no particular changes on how to run the tests - but I added a link to the test dataset.
  • As outlined above, there is no explicit documentation of the API in this project - but I have added a description of where to find the files for the HTML/CSS/JavaScript frontend, as well as for the Julia backend.

Regarding the paper:

  • I have expanded the "statement of need" and now list other processing/analysis tools and typical data organization workflows - which I hope this app improves.
  • corrected the typos - thank you!
  • more details on the improvement of the workflows are given (see above); reformulated the sentence on addition of new features (more explanation is given below).
  • I would prefer to not add a screenshot to the paper. The app is still being developed and I plan to add a menu and improve the navigation more, and I would like to avoid having outdated screenshots in a paper that will be available for many years to come. Of course there are screenshots and videos in the project documentation - potential users will hopefully always look at the project website - and I can keep these up-to-date.

Regarding contributions from other people, I have added a few sections to the project documentation. However, it is not completely easy: there is a Julia backend and a HTML/CSS/JavaScript (via Electron) frontend. And of course these need to communicate. So for most new features, coders will need to adapt both, the backend and the frontend. And for this, contributors will have to "dive" into the code to some extent. The best starting point is probably to get in touch with me.

However, for image or spectrum filters, I am planning to add an interface, in which users can stack mathematical operations (e.g. Laplace, Gauss filters). This would be very flexible and hopefully accessible to end users. And there could even be a plugin interface. But this is more of a long-term project...

Thanks again for all your efforts. I am very happy to hear that you found the software easy to use - this was one of my main design goals!

alexriss avatar Aug 24 '22 19:08 alexriss

Hi!

Great! It looks good for me. I have checked the review points that were missing.

Just check that the new sentence you added in the paper is not gramatically complete: "but filesystem folders and manually created lists of best measurements for organization of the data" needs a verb.

I also think you can expand it a bit more. From the cited works I have only worked with ImageJ. I think there is a clear difference between SpmImage Tycoon and ImageJ. While ImageJ focuses on the processing and analysis of the images, tycoon is more about the organization of them, the accessibility of the metadata and the fact that you can explore easily within a folder and correct multiple images together, for example. So I would say expanding on that would definitely be interesting. For example, if you have a folder with 100 images and you need to browse through them and apply some basic operations easily, intuitively and quickly, I think that would become challenging with ImageJ. And most likely you find similar reasons for the other software packages, I think describing that in your paper would be helpful.

I think the image filtering idea would be really nice! You could even have a generic function that people can reimplement with the desired operation, with an input and output image. I don't know if it could be some kind of "superclass" that then you can create "subclasses" of it, so that all the links with the backend are already implemented in the "superclass" (sorry for my lack of Julia knowledge). I don't see this as a requirement for the revision, though.

I also added an issue that @alexriss solved: https://github.com/alexriss/SpmImageTycoon.jl/issues/11

kasasxav avatar Aug 24 '22 21:08 kasasxav

Hi - thanks again. Yes, exactly, these apps are focused on processing and analysis, but they aren't really geared as much towards browsing and organization - and with that batch editing of course gets harder. I have seen plenty of scanning probe users' workflows and many of them really just create lists of their best data, or copy the best files into some directory, or they keep browsing through all images every time to find the best images/spectra. I wanted to improve the efficiency of these workflows, this is why I started this project in the first place. And I think this is now more clearly outlined in the paper: the other apps are great for editing/analysis, but tycoon's focus is more on organization and management - with some editing (also batch editing) and analysis features baked in, and more to come - hopefully with a new type of filter or plugin system at some point.

alexriss avatar Aug 26 '22 18:08 alexriss

@editorialbot generate pdf

alexriss avatar Aug 26 '22 18:08 alexriss

:point_right::page_facing_up: Download article proof :page_facing_up: View article proof on GitHub :page_facing_up: :point_left:

editorialbot avatar Aug 26 '22 18:08 editorialbot

All good from my side ! @jgostick

kasasxav avatar Aug 31 '22 16:08 kasasxav

Alright, great job @kasasxav and @jingpengw! Thanks so much for your time and energy, which I know is a valuable and limited resource.

@alexriss, congrats, I will recommend this paper to be published! But first there are a few more items to check off:

Post-Review Checklist for Editor and Authors

Additional Author Tasks After Review is Complete

  • [ ] Double check authors and affiliations (including ORCIDs)
  • [ ] Make a release of the software with the latest changes from the review and post the version number here. This is the version that will be used in the JOSS paper.
  • [ ] Archive the release on Zenodo/figshare/etc and post the DOI here.
  • [ ] Make sure that the title and author list (including ORCIDs) in the archive match those in the JOSS paper.

Editor Tasks Prior to Acceptance

  • [x] Set article DOI with @editorialbot set <DOI here> as archive
  • [x] Set version with @editorialbot set <version here> as version
  • [x] Double check rendering of paper with @editorialbot generate pdf
  • [x] Specifically check the references with @editorialbot check references and ask author(s) to update as needed
  • [ ] Do a 'dry run' of acceptance with @editorialbot recommend-accept

jgostick avatar Aug 31 '22 18:08 jgostick

@editorialbot check references

jgostick avatar Aug 31 '22 18:08 jgostick

Reference check summary (note 'MISSING' DOIs are suggestions that need verification):

OK DOIs

- 10.1137/141000671 is OK
- 10.2478/s11534-011-0096-2 is OK
- 10.1063/1.2432410 is OK
- 10.1016/j.softx.2016.04.001 is OK
- 10.1038/nmeth.2089 is OK
- 10.1186/s12859-017-1934-z is OK
- 10.1038/nmeth.2019 is OK

MISSING DOIs

- None

INVALID DOIs

- None

editorialbot avatar Aug 31 '22 18:08 editorialbot

@jgostick Thanks a lot!

The latest version is: 0.3.8

Zenodo DOI: https://doi.org/10.5281/zenodo.7038825

Additional Author Tasks After Review is Complete

  • [x] Double check authors and affiliations (including ORCIDs)
  • [x] Make a release of the software with the latest changes from the review and post the version number here. This is the version that will be used in the JOSS paper.
  • [x] Archive the release on Zenodo/figshare/etc and post the DOI here.
  • [x] Make sure that the title and author list (including ORCIDs) in the archive match those in the JOSS paper.

alexriss avatar Aug 31 '22 19:08 alexriss

And thanks a lot to @kasasxav and @jingpengw for your efforts and the help, highly appreciated!

alexriss avatar Aug 31 '22 19:08 alexriss

thank you @alexriss and good luck with SpmImage Tycoon ! Thank you @jgostick for the opportunity!

kasasxav avatar Aug 31 '22 19:08 kasasxav

@editorialbot set v0.3.8 as version

jgostick avatar Sep 02 '22 02:09 jgostick