Closed whedon closed 6 years ago
Hello human, I'm @whedon. I'm here to help you with some common editorial tasks. @leouieda it looks like you're currently assigned as the reviewer for this paper :tada:.
:star: Important :star:
If you haven't already, you should seriously consider unsubscribing from GitHub notifications for this (https://github.com/openjournals/joss-reviews) repository. As a reviewer, you're probably currently watching this repository which means for GitHub's default behaviour you will receive notifications (emails) for all reviews 😿
To fix this do the following two things:
For a list of things I can do to help you, just type:
@whedon commands
Attempting PDF compilation. Reticulating splines etc...
👋 Hi @leouieda, here is the review issue. I will jump in on this one and add comments as well, but I will leave the check-list up to you. Please let me know if you have any questions!
@lheagy OK, will do :+1:
Thanks @leouieda
I have been rerunning the software on some previous model definition files. Found some bugs in the user's CLI interface due to a refactor. I've starting adding commits to the develop
branch with these minor fixes.
@lheagy Can you clarify about this checkbox? Version: Does the release version given match the GitHub release (v0.8.2)?
That version is no longer actual (0.9). I intend that the final version after the review should somehow be referenced?
Just realized the version number may be a non-issue, since a designated version needs to be put on an archival site after review.
@achennu, I can update the version referenced in the github issue. And correct, it will also be included on the archival site
@lheagy @leouieda Thanks for your inputs on the repo. I've made the changes you've indicated thus far. Travis builds are passing. Once you indicate that the JOSS review is through, I'll bump version, release and create an archive on zenodo.
Thanks @achennu! @leouieda: just checking in, when do you think you will have time to take a look at this review?
@achennu @lheagy I'll get to this week. Sorry for the delay @achennu.
@leouieda Thanks for the update. Do let me know if you need any info.
@achennu @lheagy I just went through the tutorials and documentation and everything works great. Really nice work @achennu! I particularly liked the microbial groups tutorial. I checked all of the boxes above and added a couple of issues to the repository with minor comments.
A question that I have is regarding the simulation output in the HDF5 file. Is the file format a standard in your field or this a custom microbenthos format? I'm wondering if people who don't program in Python would be able to analyze the data somewhere else (R, Matlab, etc). I see that there is a export model command but there isn't much information in the docs about that. I don't know if this is a desirable feature or most users will just be happy with the output video and plots (these are great, by the way).
Thanks @leouieda! In your opinion, should these issues be addressed before the paper is published?
@lheagy maybe just achennu/microbenthos#6 but that's just a single word
Thanks @leouieda ! I'm glad you enjoyed it.
The export model
command is used to validate an input file by the user. That command writes out the validated YAML string to stdout, which can of course be piped to a file for further use.
HDF5 is a widely used standard format for storing scientific data. It contains many useful features: it is self-documenting, supports structured metadata, can be resized, etc. The specifications for it are codified by the HDF group. I use the vanilla h5py library to read and write to this format, but there are other libraries that build on it like pytables. There are of course readers in matlab, R, C++, etc. In fact, there is the java based GUI called hdfview
to inspect it, though I'm partial to vitables
written in python. With these, one can double click the file, inspects the hierarchy, the nodes, the metadata attached, etc. For microbenthos, the HDF5 format serves as a good archival output target. It is not tied down to the microbenthos software, or even python for that matter. The produced data can be consumed in whatever way serves the user's needs best: export to video, export to frames, open as interactive visualization, or read and analyze in their tool of choice.
I hope this satisfies all your concerns. Thanks for taking the time and giving useful feedback.
@achennu OK, thanks for the clarification!
@lheagy I don't have any more comments. I think this is good to go :rocket:
Thanks @leouieda for your review!
@achennu, could you please archive your software (eg. on zenodo or similar) and post the doi here?
Thank you @leouieda !
@lheagy I have created an archive on zenodo: http://doi.org/10.5281/zenodo.1240940
@whedon set 10.5281/zenodo.1240940 as archive
OK. 10.5281/zenodo.1240940 is the archive.
@leouieda - many thanks for your review here and to @lheagy for editing this submission ✨
@achennu - your paper is now accepted into JOSS and your DOI is https://doi.org/10.21105/joss.00674 :zap: :rocket: :boom:
:tada::tada::tada: Congratulations on your paper acceptance! :tada::tada::tada:
If you would like to include a link to your paper from your README use the following code snippet:
[![DOI](http://joss.theoj.org/papers/10.21105/joss.00674/status.svg)](https://doi.org/10.21105/joss.00674)
This is how it will look in your documentation:
We need your help!
Journal of Open Source Software is a community-run journal and relies upon volunteer effort. If you'd like to support us please consider doing either one (or both) of the the following:
Submitting author: @achennu (Arjun Chennu) Repository: https://github.com/achennu/microbenthos Version: v0.9 Editor: @lheagy Reviewer: @leouieda Archive: 10.5281/zenodo.1240940
Status
Status badge code:
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) 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
@leouieda, please carry out your review in this issue by updating the checklist below. If you cannot edit the checklist please:
The reviewer guidelines are available here: https://joss.theoj.org/about#reviewer_guidelines. Any questions/concerns please let @lheagy know.
Review checklist for @leouieda
Conflict of interest
Code of Conduct
General checks
Functionality
Documentation
Software paper
paper.md
file include a list of authors with their affiliations?