Sarc-Graph / sarcgraph

MIT License
2 stars 2 forks source link

JOSS Review - Functionality documentation #9

Closed kenatcampbellmusclelab closed 1 year ago

kenatcampbellmusclelab commented 1 year ago

Although perhaps trivial for people familiar with JOSS, this software is intended to be used by biologists who are less experienced with programming.

I followed the installation instructions but had to do some googling to work out that I needed to launch a Jupyter notebook to view the tutorials. Jupyter notebooks are not part of my normal workflow and I was not familiar with the extension. I suspect many biologists would struggle to make that step.

I think a few extra lines in the readme, and perhaps even a video showing the software being demonstrated would make the software much more user-friendly.

Relates to ttps://github.com/openjournals/joss-reviews/issues/5322#issuecomment-1530387975

saeedmhz commented 1 year ago

Thank you for your valuable and candid feedback regarding the accessibility and user-friendliness of our software for biologists who may be less experienced with programming.

In response to this concern (and some of the other reviewer suggestions), we have made the following changes to improve the user experience and hopefully make our software more accessible:

  1. We have simplified the installation process by adding our software to the Conda servers, allowing users to install the software and its dependencies with a single command.
  2. To make working with tutorials easier, we have made them accessible through Binder, which allows users to run the Jupyter notebook tutorial files without needing to set up the sarcgraph environment locally.
  3. We have added more detailed instructions on how to use the tutorials in the documentation, catering to those who may be less familiar with Jupyter notebooks.
  4. Rather than making our own “intro to Jupyter notebook” videos, we identified and now suggest some already existing resources to help new users get started. Specifically, we have provided YouTube links to helpful introductory videos about Jupyter notebooks in our documentation for users who may not be familiar with this tool.

We hope that our revisions adequately address your concerns. Please let us know if you have any further comments or suggestions — it is our sincere intent to make this software accessible to the broader community.