-
-
Notifications
You must be signed in to change notification settings - Fork 39
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
[PRE REVIEW]: GIRFReco.jl: An open-source pipeline for spiral MRI reconstruction in Julia #5515
Comments
Hello human, 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:
For example, to regenerate the paper pdf after making changes in the paper's md or bib files, type:
|
|
Wordcount for |
|
@editorialbot query scope |
Submission flagged for editorial review. |
@alexjaffray thanks for this submission. I am the AEiC for this track and here to help process initial steps. Note that I've just flagged this submission for a scope review by the editorial board. This is normal for submissions that are relatively small in terms of size (lines of code) and/or those that appear rather new/immature and may be lacking in terms of "packaging". The scope review should take about 2 weeks to complete. |
@alexjaffray - I am a JOSS editor, and I am here to help you make your Julia package canonical before taking any further action. When I followed the README.md file in the software repository, I noticed a set of installation instructions that are not considered canonical for a Julia package. It doesn't even include a test folder and unit tests. Could you please:
To install the package, use the following commands: julia> using Pkg
julia> Pkg.add(pkgname) or
etc. Please don't hesitate to ask me anything if you encounter any difficulties while applying any of the steps mentioned above. |
@alexjaffray can you get back to us on the above ☝️ |
Yes, we are working on a response.
…On Fri, 30 Jun 2023 at 06:14, Kevin Mattheus Moerman < ***@***.***> wrote:
@alexjaffray <https://github.com/alexjaffray> can you get back to us on
the above ☝️
—
Reply to this email directly, view it on GitHub
<#5515 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AEFRPBKMKI53WGV45TUVTJTXN3GJRANCNFSM6AAAAAAYYPRP2A>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
@alexjaffray great thanks for the update. |
@alexjaffray I have just removed the |
@Kevin-Mattheus-Moerman Hi, we have just package-ized the project. The package and paper detail a pipeline, for which the integration test is the successful reconstruction of non-Cartesian MR imaging data. We provide details about how to carry out the integration test in the README and the Literate example, but please let us know if you need anything else regarding testing. |
I can now install the package using Julia package manager by typing ] add GIRFReco however, when I am trying to perform the unit tests by typing ] test GIRFReco I get an error, because the package doesn't have tests. Reviewers will already remind about the absence of unit tests during the review process and maybe we can pass this for now, right? @Kevin-Mattheus-Moerman Additionally, you can update the README.md file of repository with new installation instructions by replacing manual installation by automatic package installation. A note on the GitHub integration tests: Since your software hasn't tests, CI does not perform a full check of your software, and it is still absent. By the way, we have a registered package, and I believe all of the issues will be addressed by the reviewers, and the author will eventually correct them. We can also remind them to focus on software testing. |
@alexjaffray can you get back to @jbytecode on the above ☝️ Looks like we are possible ready to proceed but if would be good if you commented on this. |
@jbytecode Thanks for the feedback, I will incorporate the suggestions and work on the testing of the package, I think the reviewers' input on a testing strategy will be very helpful. |
@jbytecode I've added the canonical installation instructions for the package, and we want to hear reviewer feedback on appropriate tests for this package. Feel free to proceed. |
Looks great now. However, the package still lacks unit tests. I believe this issue will be emphasized in the review. @Kevin-Mattheus-Moerman - I think this submission seems quite ready for review. |
I'm a PhD candidate and my supervisor is co-author of this paper so I have to decline. |
Unfortunately, I am also not available. Too many other commitments. Apologies! |
@Laura2305 thanks for declaring that conflict of interest. |
@grlee77, @mathieuboudreau, @spinicist, @timholy, @cncastillo, @garrettfullerton would you be interested in reviewing the following submission for the Journal of Open Source Software (JOSS). The submission is entitled: "GIRFReco.jl: An open-source pipeline for spiral MRI reconstruction in Julia"? As you may know JOSS reviews focus on the the evaluation of the the software, and the review of a short paper. Please let me know if you are interested by responding here. Thanks! JOSS reviews take place on GitHub using a streamlined process, for more information see our review guidelines. You can also look at this completed review process to see what the process looks like: #1725. |
Apologies, I also do not have time. I tried asking two colleagues with experience in the area and sadly they are busy with other reviews at the moment. |
I've never coded in Julia and though I'm very experience in MRI (14+ years), I've not dealt tooo much with image recon aglorithms (and not spiral, besides basic theory). But, if that's ok, I'm happy to review |
Hi, thanks for considering for this. I would be glad to review this article.
Cheers!
Get Outlook for Android<https://aka.ms/AAb9ysg>
…________________________________
From: Mathieu Boudreau, PhD ***@***.***>
Sent: Thursday, September 14, 2023 9:30:55 AM
To: openjournals/joss-reviews ***@***.***>
Cc: Carlos Andres Castillo Passi ***@***.***>; Mention ***@***.***>
Subject: Re: [openjournals/joss-reviews] [PRE REVIEW]: GIRFReco.jl: An open-source pipeline for spiral MRI reconstruction in Julia (Issue #5515)
I've never coded in Julia and though I'm very experience in MRI (14+ years), I've not dealt tooo much with image recon aglorithms (and not spiral, besides basic theory). But, if that's ok, I'm happy to review
—
Reply to this email directly, view it on GitHub<#5515 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/ABNOMDWNZRLHPAY6ASFUJXTX2L2H7ANCNFSM6AAAAAAYYPRP2A>.
You are receiving this because you were mentioned.Message ID: ***@***.***>
|
@editorialbot add @cncastillo as reviewer |
@cncastillo added to the reviewers list! |
@alexjaffray as you can see I've been looking for reviewers. If you had any other suggestions of people (or communities on GitHub) I should check out, do let me know. |
@Kevin-Mattheus-Moerman I will consult the other authors and see if they have any more suggestions, and will update if they have other suggestions. |
Guess that's a no from you to me? |
@mathieuboudreau, thank you very much for offering to review, much appreciated. Maybe your modesty/disclaimer was dissuading @Kevin-Mattheus-Moerman ? Personally, I would be interested to see how a Julia-newbie would be able to use the tool, and you could dig deep into lack of documentation etc., but I am not sure what JOSS' expectations are exactly. |
Other than that, @Kevin-Mattheus-Moerman, we could ask
|
@mathieuboudreau sorry I had not responded to you directly. Actually I'd be happy to have you review here too, it does sound like you may be able to provide useful feedback. In my mind I was considering you as an |
@editorialbot add @mathieuboudreau as reviewer |
@mathieuboudreau added to the reviewers list! |
@tknopp, @korbinian90, @grlee77, @timholy, @garrettfullerton, @felixhorger, @neuropoly would you be interested in reviewing the following submission for the Journal of Open Source Software (JOSS). The submission is entitled: "GIRFReco.jl: An open-source pipeline for spiral MRI reconstruction in Julia"? As you may know JOSS reviews focus on the the evaluation of the the software, and the review of a short paper. Please let me know if you are interested by responding here. Thanks! JOSS reviews take place on GitHub using a streamlined process, for more information see our review guidelines. You can also look at this completed review process to see what the process looks like: #1725. |
I would be interested |
There is a conflict of interest, as Lars Kasper and I are both co-authors on the Neurodesk paper (50 authors in total). We didn't interact directly when contributing to Neurodesk however. |
I am interested! I have worked with GIRFs a couple of years ago. Glad to see more and more julia packages pop up in the MRI community :) |
@korbinian90 thanks for comment on the possible COI, you are off the hook for this one then. |
@editorialbot add @felixhorger as reviewer |
@felixhorger added to the reviewers list! |
@editorialbot start review |
OK, I've started the review over in #5877. |
Submitting author: @alexjaffray (Alexander Jaffray)
Repository: https://github.com/BRAIN-TO/GIRFReco.jl
Branch with paper.md (empty if default branch):
Version: v0.1.0
Editor: @Kevin-Mattheus-Moerman
Reviewers: @cncastillo, @mathieuboudreau, @felixhorger
Managing EiC: Kevin M. Moerman
Status
Status badge code:
Author instructions
Thanks for submitting your paper to JOSS @alexjaffray. Currently, there isn't a JOSS editor assigned to your paper.
@alexjaffray if you have any suggestions for potential reviewers then please mention them here in this thread (without tagging them with an @). You can search the list of people that have already agreed to review and may be suitable for this submission.
Editor instructions
The JOSS submission bot @editorialbot is here to help you find and assign reviewers and start the main review. To find out what @editorialbot can do for you type:
The text was updated successfully, but these errors were encountered: