-
-
Notifications
You must be signed in to change notification settings - Fork 38
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[REVIEW]: DataAssimilationBenchmarks.jl: a data assimilation research framework #4129
Comments
Hello human, I'm @whedon, a robot that can help you with some common editorial tasks. @peanutfun, @tmigot it looks like you're currently assigned to review this paper 🎉. Due to the challenges of the COVID-19 pandemic, JOSS is currently operating in a "reduced service mode". You can read more about what that means in our blog post. ⭐ Important ⭐ 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:
For example, to regenerate the paper pdf after making changes in the paper's md or bib files, type:
|
Wordcount for |
|
|
Hi @cgrudz 👋 I'll review your software in the next couple of days, and open up issues in the repository as I go along. Some of them might only be suggestions and not crucial to the review. Once I'm finished, I'll report back here and summarize the issues with respect to the review criteria and the checklist above. Happy coding! 🚀 |
Hi @peanutfun, thanks so much, I'll be looking forward to hearing your recommendations for improvement. Cheers, |
@peanutfun, thanks so much for these useful and detailed suggestions for improvement. I'll start working through them slowly as I'm also in a somewhat reduced service mode with this project, as I just started a new position. Cheers! |
@cgrudz, no worries, take your time. Then I can also take a more relaxed pace with the review 😇 |
👋 @tmigot, please update us on how your review is going (this is an automated reminder). |
👋 @peanutfun, please update us on how your review is going (this is an automated reminder). |
@cgrudz, I finished my review. Let me summarize: DataAssimilationBenchmarks.jl is a well-working framework for researching data assimilation techniques. Installation is easy and I experienced no issues when executing functions of this package. The automated tests are working well and help understanding the inner workings of the module, although code coverage is still a bit low. The My main issue with the current state of the package is that I, as a person unfamiliar with the source code, see no clear way of extending the framework with new models and DA methods. In that regard, I feel that DataAssimilationBenchmarks.jl fails its own premise because it is intended to compare DA methods against each other and include more filters and smoothers in the future. As an open-source project, it should encourage contributions by others, and therefore needs instructions on how to add such new methods to the framework. The other points I want to address mostly concern documentation. The I suggested a lot more in the issues I created during my review, which is mainly due to the fact that I see a lot of potential in DataAssimilationBenchmarks.jl. But most of them are well beyond the scope of this review. Two things I still would like to point out: First, you already documented the API extensively in the Issues for meeting review criteria
Possible improvements I strongly recommend(These are personal suggestions to improve the package, and they are not required to meet the review criteria for publication in JOSS)
|
@peanutfun thank you for your excellent suggestions and detailed review, I really appreciate the effort you took to go through the code as you did. I just wanted to write a quick message to let you know that I am intending to start on revisions and reading through the posted issues in about a month or two -- I am waiting in part to see if I can fund an undergraduate research assistant to help resolve the issues, as I think these will make good exercises for an RA again. However, if this funding does not go through, I do intend to resolve these issues myself. I'll keep the review process updated with my status shortly. Cheers! |
@editorialbot set v0.3.4 as version |
Done! version is now v0.3.4 |
@editorialbot set 10.5281/zenodo.7311847 as archive |
Done! Archive is now 10.5281/zenodo.7311847 |
@cgrudz The title of the Zenodo archive reads as |
@editorialbot check references |
@editorialbot generate pdf |
|
@cgrudz After that change, I can recommend the paper for acceptance. |
Great! I think I just got this fixed, let me know if there is anything else to do. |
@editorialbot recommend-accept |
|
|
@cgrudz Thanks, I can now recommend the paper for acceptance. |
👋 @openjournals/ese-eics, this paper is ready to be accepted and published. Check final proof 👉📄 Download article If the paper PDF and the deposit XML files look good in openjournals/joss-papers#3718, then you can now move forward with accepting the submission by compiling again with the command |
Everything looks good! |
@editorialbot accept |
|
🐦🐦🐦 👉 Tweet for this paper 👈 🐦🐦🐦 |
🚨🚨🚨 THIS IS NOT A DRILL, YOU HAVE JUST ACCEPTED A PAPER INTO JOSS! 🚨🚨🚨 Here's what you must now do:
Any issues? Notify your editorial technical team... |
Congratulations on your new publication @cgrudz!! Many thanks to editor @diehlpk and reviewers @peanutfun and @tmigot for your time, hard work, and expertise!! |
🎉🎉🎉 Congratulations on your paper acceptance! 🎉🎉🎉 If you would like to include a link to your paper from your README use the following code snippets:
This is how it will look in your documentation: We need your help! The 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: @cgrudz (Colin Grudzien)
Repository: https://github.com/cgrudz/DataAssimilationBenchmarks.jl
Branch with paper.md (empty if default branch):
Version: v0.3.4
Editor: @diehlpk
Reviewers: @peanutfun, @tmigot
Archive: 10.5281/zenodo.7311847
Due to the challenges of the COVID-19 pandemic, JOSS is currently operating in a "reduced service mode". You can read more about what that means in our blog post.
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) 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
@peanutfun & @tmigot, 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.readthedocs.io/en/latest/reviewer_guidelines.html. Any questions/concerns please let @taless474 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 ✨
Review checklist for @peanutfun
✨ Important: Please do not use the Convert to issue functionality when working through this checklist, instead, please open any new issues associated with your review in the software repository associated with the submission. ✨
Conflict of interest
Code of Conduct
General checks
Functionality
Documentation
Software paper
Review checklist for @tmigot
✨ Important: Please do not use the Convert to issue functionality when working through this checklist, instead, please open any new issues associated with your review in the software repository associated with the submission. ✨
Conflict of interest
Code of Conduct
General checks
Functionality
Documentation
Software paper
The text was updated successfully, but these errors were encountered: