-
-
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]: DataInterpolations.jl: Fast Interpolations of 1D data #6856
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:
|
Software report:
Commit count by author:
|
Paper file info: 📄 Wordcount for ✅ The paper includes a |
License info: 🟡 License found: |
|
@sathvikbhagavan - thanks for your submission. Some issues I see:
|
@editorialbot invite @jbytecode as editor Thanks for volunteering via Slack, and please do ensure the items above are taking care of before starting the review. |
Invitation to edit this submission sent! |
@editorialbot assign me as editor |
Assigned! @jbytecode is now the editor |
@sathvikbhagavan - Thank you for submitting your work to JOSS. I am the handling editor of this submission. Please firstly address the issues stressed by our track editor. Secondly, I see many contributors including the ones with significant lines of code added in the repository. Why aren't they listed in the author list of the paper? Did you ask them to join writing the paper? Could you please clarify this issue? Thank you in advance. |
Calling it just the "MIT License" would be ambiguous which is why everyone refers to it as the MIT Expat License, originating from Expat. This is very standard and I do not know why something so standard would be flagged here? https://memgraph.com/blog/what-is-mit-license |
👋 @ChrisRackauckas - I note the wikipedia page is for the "MIT license", and it includes "The MIT License has the identifier MIT in the SPDX License List. It is also known as the Expat License." This says to me that the MIT license is the standard term. JOSS requires an OSI-approved license, as defined in https://opensource.org/licenses-old/category. Here, I see the "MIT license" defined. OSI doesn't list a license that includes expat in the name. I accept that these are the same license, and that Expat is an alternative name in some cases, but it's not for OSI, so if would simply remove the first line of your LICENSE.md file, GitHub (and JOSS) would recognize this as the MIT license and our automated check would pass - see https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/adding-a-license-to-a-repository for GitHub's recommendation for LICENSE files. |
Interesting, we just used the default MIT license generation from Gitkraken and that's how it gave it. Anyways, we can just make that look like the other standard. Odd that got flagged though since we've had other JOSS/JuliaCon Submissions (uses the same system) which didn't mention this. |
@ChrisRackauckas - it might be that we changed our checking code a little while ago, with the idea of trying to automate more things. In any case, thanks! |
@editorialbot check repository |
Software report:
Commit count by author:
|
Paper file info: 📄 Wordcount for ✅ The paper includes a |
License info: ✅ License found: |
@sathvikbhagavan - Setting the license is now complete. Please clarify the other issue mentioned above before taking any further actions. Thank you in advance. |
@editorialbot check references |
|
I don't understand, who would you suggest? The next on the list had just a few trivial bug fixes and mostly just version bumps and CI changes. Then next on the list is Avik with one PR for adding derivative overloads: SciML/DataInterpolations.jl#72 . I'll go with the ruling of whatever is the standard with JOSS, but my understanding was that it's not normal for folks who made one PR awhile back to be in the author list and it's mostly for the maintainers of the package? |
@editorialbot generate pdf |
@ChrisRackauckas - please remember that questions and comments are generally well-intentioned. Regarding this case, it's really up to you to decide. Different software projects have different authorship policies, as reflected in different JOSS publications. Making your project's policy and decision process clear is what was being asked. |
@ChrisRackauckas, @sathvikbhagavan - Thank you for explaining why only a few of the participants in the project were designated as authors on the paper. Now it is time to find reviewers for the process. Do you have any suggestions for the potential reviewers? You can use the search tool https://reviewers.joss.theoj.org/lookup to look up GitHub handles. It seems the reviewers with Julia and math expertise is okay for this submission. Please mention their usernames without using the If you don't have any suggestions, I will find and assign two reviewers. Thank you in advance. |
And indeed my questions are also well-intentioned. In the future it would be helpful for the questions to be more concrete so that they don't require clarifying questions to be understood (I'm still not entirely sure what you were asking for in a few cases here but it sounds like you're okay with the submission now so I guess all is well 🤷😅) |
The submission is okay, but I think the communication style used in this thread is a little bit tense. I don't think I can continue a process that could take months with this style of communication. May I withdraw from my editorial duties on this submission @danielskatz? I wanted to edit it especially because it was related to Julia. I am very sorry if I am causing you any trouble. |
I am sorry if anything is being misread and I agree @danielskatz made things a bit tense but I think everyone means well here. You haven't caused any trouble. I still don't entirely understand what was being asked, but it sounds like we're good. For reviewers, I've worked with a good chunk of them so I'll try and make suggestions from the group that I haven't published with. matbesancon, crstnbr, dawbarton are folks who would have relevant background for which I don't think there's any COI to note. |
@ChrisRackauckas - given the issues here, we'll pass this to our editor-in-chief to be the editor. |
@editorialbot assign @arfon as editor |
Assigned! @arfon is now the editor |
👋 @matbesancon, @crstnbr, @dawbarton – would any of you be willing to review this submission for JOSS? The submission under consideration is " DataInterpolations.jl: Fast Interpolations of 1D data". The review process at JOSS is unique: it takes place in a GitHub issue, is open, and author-reviewer-editor conversations are encouraged. You can learn more about the process in these guidelines: https://joss.readthedocs.io/en/latest/reviewer_guidelines.html Based on your experience, we think you might be able to provide a great review of this submission. Please let me know if you think you can help us out! Many thanks |
Hey @arfon! Yes, I'd be willing to review this submission. |
Thanks @carstenbauer! I'm going to see if I can get a second reviewer before actually opening up the review thread. |
I’m happy to review. |
@editorialbot add @carstenbauer as reviewer |
@carstenbauer added to the reviewers list! |
@editorialbot add @dawbarton as reviewer |
@dawbarton added to the reviewers list! |
@editorialbot start review |
OK, I've started the review over in #6917. |
@carstenbauer, @dawbarton, @sathvikbhagavan, @ChrisRackauckas – see you over in #6917 where the actual review will take place. |
Submitting author: @sathvikbhagavan (Sathvik Bhagavan)
Repository: https://github.com/SciML/DataInterpolations.jl
Branch with paper.md (empty if default branch):
Version: v5.1.0
Editor: @arfon
Reviewers: @carstenbauer, @dawbarton
Managing EiC: Daniel S. Katz
Status
Status badge code:
Author instructions
Thanks for submitting your paper to JOSS @sathvikbhagavan. Currently, there isn't a JOSS editor assigned to your paper.
@sathvikbhagavan 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: