Skip to content
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]: Computer-Aided Generation of N-shift RWS #3431

Closed
35 of 40 tasks
whedon opened this issue Jun 29, 2021 · 130 comments
Closed
35 of 40 tasks

[REVIEW]: Computer-Aided Generation of N-shift RWS #3431

whedon opened this issue Jun 29, 2021 · 130 comments
Assignees
Labels
accepted published Papers published in JOSS Python recommend-accept Papers recommended for acceptance in JOSS. review Track: 4 (SBCS) Social, Behavioral, and Cognitive Sciences

Comments

@whedon
Copy link

whedon commented Jun 29, 2021

Submitting author: @benjaminbolling (Benjamin Edward Bolling)
Repository: https://github.com/benjaminbolling/RSW
Branch with paper.md (empty if default branch):
Version: 1.0.0
Editor: @majensen
Reviewers: @ShantanuDash, @magedhelmy1
Archive: 10.5281/zenodo.7618915

⚠️ JOSS reduced service mode ⚠️

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

Status badge code:

HTML: <a href="https://joss.theoj.org/papers/b41d06d174b2f0692ed9ac06d745a895"><img src="https://joss.theoj.org/papers/b41d06d174b2f0692ed9ac06d745a895/status.svg"></a>
Markdown: [![status](https://joss.theoj.org/papers/b41d06d174b2f0692ed9ac06d745a895/status.svg)](https://joss.theoj.org/papers/b41d06d174b2f0692ed9ac06d745a895)

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

@magedhelmy1 & @ShantanuDash, please carry out your review in this issue by updating the checklist below. If you cannot edit the checklist please:

  1. Make sure you're logged in to your GitHub account
  2. Be sure to accept the invite at this URL: https://github.com/openjournals/joss-reviews/invitations

The reviewer guidelines are available here: https://joss.readthedocs.io/en/latest/reviewer_guidelines.html. Any questions/concerns please let @majensen 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 @magedhelmy1

Conflict of interest

  • I confirm that I have read the JOSS conflict of interest (COI) policy and that: I have no COIs with reviewing this work or that any perceived COIs have been waived by JOSS for the purpose of this review.

Code of Conduct

General checks

  • Repository: Is the source code for this software available at the repository url?
  • License: Does the repository contain a plain-text LICENSE file with the contents of an OSI approved software license?
  • Contribution and authorship: Has the submitting author (@benjaminbolling) made major contributions to the software? Does the full list of paper authors seem appropriate and complete?
  • Substantial scholarly effort: Does this submission meet the scope eligibility described in the JOSS guidelines

Functionality

  • Installation: Does installation proceed as outlined in the documentation?
  • Functionality: Have the functional claims of the software been confirmed?
  • Performance: If there are any performance claims of the software, have they been confirmed? (If there are no claims, please check off this item.)

Documentation

  • A statement of need: Do the authors clearly state what problems the software is designed to solve and who the target audience is?
  • Installation instructions: Is there a clearly-stated list of dependencies? Ideally these should be handled with an automated package management solution.
  • Example usage: Do the authors include examples of how to use the software (ideally to solve real-world analysis problems).
  • Functionality documentation: Is the core functionality of the software documented to a satisfactory level (e.g., API method documentation)?
  • Automated tests: Are there automated tests or manual steps described so that the functionality of the software can be verified?
  • Community guidelines: Are there clear guidelines for third parties wishing to 1) Contribute to the software 2) Report issues or problems with the software 3) Seek support

Software paper

  • Summary: Has a clear description of the high-level functionality and purpose of the software for a diverse, non-specialist audience been provided?
  • A statement of need: Does the paper have a section titled 'Statement of Need' that clearly states what problems the software is designed to solve and who the target audience is?
  • State of the field: Do the authors describe how this software compares to other commonly-used packages?
  • Quality of writing: Is the paper well written (i.e., it does not require editing for structure, language, or writing quality)?
  • References: Is the list of references complete, and is everything cited appropriately that should be cited (e.g., papers, datasets, software)? Do references in the text use the proper citation syntax?

Review checklist for @ShantanuDash

Conflict of interest

  • I confirm that I have read the JOSS conflict of interest (COI) policy and that: I have no COIs with reviewing this work or that any perceived COIs have been waived by JOSS for the purpose of this review.

Code of Conduct

General checks

  • Repository: Is the source code for this software available at the repository url?
  • License: Does the repository contain a plain-text LICENSE file with the contents of an OSI approved software license?
  • Contribution and authorship: Has the submitting author (@benjaminbolling) made major contributions to the software? Does the full list of paper authors seem appropriate and complete?
  • Substantial scholarly effort: Does this submission meet the scope eligibility described in the JOSS guidelines

Functionality

  • Installation: Does installation proceed as outlined in the documentation?
  • Functionality: Have the functional claims of the software been confirmed?
  • Performance: If there are any performance claims of the software, have they been confirmed? (If there are no claims, please check off this item.)

Documentation

  • A statement of need: Do the authors clearly state what problems the software is designed to solve and who the target audience is?
  • Installation instructions: Is there a clearly-stated list of dependencies? Ideally these should be handled with an automated package management solution.
  • Example usage: Do the authors include examples of how to use the software (ideally to solve real-world analysis problems).
  • Functionality documentation: Is the core functionality of the software documented to a satisfactory level (e.g., API method documentation)?
  • Automated tests: Are there automated tests or manual steps described so that the functionality of the software can be verified?
  • Community guidelines: Are there clear guidelines for third parties wishing to 1) Contribute to the software 2) Report issues or problems with the software 3) Seek support

Software paper

  • Summary: Has a clear description of the high-level functionality and purpose of the software for a diverse, non-specialist audience been provided?
  • A statement of need: Does the paper have a section titled 'Statement of Need' that clearly states what problems the software is designed to solve and who the target audience is?
  • State of the field: Do the authors describe how this software compares to other commonly-used packages?
  • Quality of writing: Is the paper well written (i.e., it does not require editing for structure, language, or writing quality)?
  • References: Is the list of references complete, and is everything cited appropriately that should be cited (e.g., papers, datasets, software)? Do references in the text use the proper citation syntax?
@whedon
Copy link
Author

whedon commented Jun 29, 2021

Hello human, I'm @whedon, a robot that can help you with some common editorial tasks. @magedhelmy1, @ShantanuDash it looks like you're currently assigned to review this paper 🎉.

⚠️ JOSS reduced service mode ⚠️

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:

  1. Set yourself as 'Not watching' https://github.com/openjournals/joss-reviews:

watching

  1. You may also like to change your default settings for this watching repositories in your GitHub profile here: https://github.com/settings/notifications

notifications

For a list of things I can do to help you, just type:

@whedon commands

For example, to regenerate the paper pdf after making changes in the paper's md or bib files, type:

@whedon generate pdf

@whedon
Copy link
Author

whedon commented Jun 29, 2021

Failed to discover a Statement of need section in paper

@whedon
Copy link
Author

whedon commented Jun 29, 2021

Software report (experimental):

github.com/AlDanial/cloc v 1.88  T=0.03 s (286.6 files/s, 66267.3 lines/s)
-------------------------------------------------------------------------------
Language                     files          blank        comment           code
-------------------------------------------------------------------------------
Python                           5             56            124           1806
Markdown                         3             71              0            223
TeX                              1              2              0             22
YAML                             1              0              0              8
-------------------------------------------------------------------------------
SUM:                            10            129            124           2059
-------------------------------------------------------------------------------


Statistical information for the repository '4b552e918940271eb0edc6dd' was
gathered on 2021/06/29.
The following historical commit information, by author, was found:

Author                     Commits    Insertions      Deletions    % of changes
benjaminbolling                 32          4373           2387          100.00

Below are the number of rows from each author that have survived and are still
intact in the current revision:

Author                     Rows      Stability          Age       % in comments
benjaminbolling            1986           45.4          3.6                6.24

@whedon
Copy link
Author

whedon commented Jun 29, 2021

Reference check summary (note 'MISSING' DOIs are suggestions that need verification):

OK DOIs

- 10.1016/s0166-218x(01)00258-x is OK

MISSING DOIs

- 10.1201/9781584889304-33 may be a valid DOI for title: Python Language Reference

INVALID DOIs

- None

@whedon
Copy link
Author

whedon commented Jun 29, 2021

👉📄 Download article proof 📄 View article proof on GitHub 📄 👈

@benjaminbolling
Copy link

Dear @majensen, @magedhelmy1 and @ShantanuDash, I will update the document to provide a more clearer statement of need. Anything else you need from me to get going?

@magedhelmy1
Copy link

Dear @majensen, @magedhelmy1 and @ShantanuDash, I will update the document to provide a more clearer statement of need. Anything else you need from me to get going?

Thanks. I will take a look at it and come back with my comments

@benjaminbolling
Copy link

@whedon generate pdf

@whedon
Copy link
Author

whedon commented Jul 6, 2021

👉📄 Download article proof 📄 View article proof on GitHub 📄 👈

@benjaminbolling
Copy link

@whedon generate pdf

@whedon
Copy link
Author

whedon commented Jul 6, 2021

👉📄 Download article proof 📄 View article proof on GitHub 📄 👈

@benjaminbolling
Copy link

Ready for now. Thanks all!

@ShantanuDash
Copy link

@majensen could you resend the invitation again. I forgot to join.

@majensen
Copy link
Member

@ShantanuDash no problem

@majensen
Copy link
Member

@whedon re-invite @ShantanuDash as reviewer

@whedon
Copy link
Author

whedon commented Jul 12, 2021

OK, the reviewer has been re-invited.

@ShantanuDash please accept the invite by clicking this link: https://github.com/openjournals/joss-reviews/invitations

@whedon
Copy link
Author

whedon commented Jul 13, 2021

👋 @ShantanuDash, please update us on how your review is going (this is an automated reminder).

@whedon
Copy link
Author

whedon commented Jul 13, 2021

👋 @magedhelmy1, please update us on how your review is going (this is an automated reminder).

@benjaminbolling
Copy link

Issues commented, close if ready.

@magedhelmy1
Copy link

@whedon re-invite @magedhelmy1 as reviewer

@whedon
Copy link
Author

whedon commented Jul 19, 2021

I'm sorry @magedhelmy1, I'm afraid I can't do that. That's something only editors are allowed to do.

@magedhelmy1
Copy link

@majensen kindly reinvite me :)

@majensen
Copy link
Member

@editorialbot generate pdf

@editorialbot
Copy link
Collaborator

👉📄 Download article proof 📄 View article proof on GitHub 📄 👈

@majensen
Copy link
Member

@editorialbot check references

@editorialbot
Copy link
Collaborator

Reference check summary (note 'MISSING' DOIs are suggestions that need verification):

OK DOIs

- 10.1201/9781584889304-33 is OK
- 10.1007/s10951-020-00659-2 is OK
- 10.1057/palgrave.jors.2601789 is OK
- 10.1023/B:JOSH.0000046076.75950.0b is OK

MISSING DOIs

- None

INVALID DOIs

- None

@majensen
Copy link
Member

@editorialbot recommend-accept

@editorialbot
Copy link
Collaborator

Attempting dry run of processing paper acceptance...

@editorialbot
Copy link
Collaborator

Reference check summary (note 'MISSING' DOIs are suggestions that need verification):

OK DOIs

- 10.1201/9781584889304-33 is OK
- 10.1007/s10951-020-00659-2 is OK
- 10.1057/palgrave.jors.2601789 is OK
- 10.1023/B:JOSH.0000046076.75950.0b is OK

MISSING DOIs

- None

INVALID DOIs

- None

@editorialbot
Copy link
Collaborator

👋 @openjournals/sbcs-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#3957, then you can now move forward with accepting the submission by compiling again with the command @editorialbot accept

@arfon
Copy link
Member

arfon commented Feb 15, 2023

@majensen – I see a few unchecked boxes on this review still from reviewers. Is it fair to say the reviews are complete (and have recommended publication)?

@majensen
Copy link
Member

Yes @arfon - they have been at it for almost two years and we have some reviewer fatigue. I am satisfied with the author's responsiveness during active review, and his work regarding functionality, documentation, and the addition of references. I think it will difficult to get the reviewers back around to dot the i's.

@arfon
Copy link
Member

arfon commented Feb 19, 2023

Got it. Thanks @majensen !

@arfon
Copy link
Member

arfon commented Feb 19, 2023

@benjaminbolling – I found a minor issue with your paper. Could you please merge this PR? benjaminbolling/RSW#10

@benjaminbolling
Copy link

Good catch, thanks!

@arfon
Copy link
Member

arfon commented Feb 19, 2023

@editorialbot recommend-accept

@editorialbot
Copy link
Collaborator

Attempting dry run of processing paper acceptance...

@editorialbot
Copy link
Collaborator

Reference check summary (note 'MISSING' DOIs are suggestions that need verification):

OK DOIs

- 10.1201/9781584889304-33 is OK
- 10.1007/s10951-020-00659-2 is OK
- 10.1057/palgrave.jors.2601789 is OK
- 10.1023/B:JOSH.0000046076.75950.0b is OK

MISSING DOIs

- None

INVALID DOIs

- None

@editorialbot
Copy link
Collaborator

👋 @openjournals/sbcs-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#3978, then you can now move forward with accepting the submission by compiling again with the command @editorialbot accept

@arfon
Copy link
Member

arfon commented Feb 19, 2023

@editorialbot accept

@editorialbot
Copy link
Collaborator

Doing it live! Attempting automated processing of paper acceptance...

@editorialbot
Copy link
Collaborator

🐦🐦🐦 👉 Tweet for this paper 👈 🐦🐦🐦

@editorialbot
Copy link
Collaborator

🐘🐘🐘 👉 Toot for this paper 👈 🐘🐘🐘

@editorialbot
Copy link
Collaborator

🚨🚨🚨 THIS IS NOT A DRILL, YOU HAVE JUST ACCEPTED A PAPER INTO JOSS! 🚨🚨🚨

Here's what you must now do:

  1. Check final PDF and Crossref metadata that was deposited 👉 Creating pull request for 10.21105.joss.03431 joss-papers#3979
  2. Wait a couple of minutes, then verify that the paper DOI resolves https://doi.org/10.21105/joss.03431
  3. If everything looks good, then close this review issue.
  4. Party like you just published a paper! 🎉🌈🦄💃👻🤘

Any issues? Notify your editorial technical team...

@editorialbot editorialbot added accepted published Papers published in JOSS labels Feb 19, 2023
@arfon
Copy link
Member

arfon commented Feb 19, 2023

@ShantanuDash, @magedhelmy1 – many thanks for your reviews here and to @majensen for editing this submission! JOSS relies upon the volunteer effort of people like you and we simply wouldn't be able to do this without you ✨

@benjaminbolling – your paper is now accepted and published in JOSS ⚡🚀💥

@arfon arfon closed this as completed Feb 19, 2023
@editorialbot
Copy link
Collaborator

🎉🎉🎉 Congratulations on your paper acceptance! 🎉🎉🎉

If you would like to include a link to your paper from your README use the following code snippets:

Markdown:
[![DOI](https://joss.theoj.org/papers/10.21105/joss.03431/status.svg)](https://doi.org/10.21105/joss.03431)

HTML:
<a style="border-width:0" href="https://doi.org/10.21105/joss.03431">
  <img src="https://joss.theoj.org/papers/10.21105/joss.03431/status.svg" alt="DOI badge" >
</a>

reStructuredText:
.. image:: https://joss.theoj.org/papers/10.21105/joss.03431/status.svg
   :target: https://doi.org/10.21105/joss.03431

This is how it will look in your documentation:

DOI

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:

@benjaminbolling
Copy link

Many thanks all, especially to my reviewers @magedhelmy1 and @ShantanuDash and editor @majensen. Sorry for the long duration and for causing the fatigue, I appreciate all the effort and help.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
accepted published Papers published in JOSS Python recommend-accept Papers recommended for acceptance in JOSS. review Track: 4 (SBCS) Social, Behavioral, and Cognitive Sciences
Projects
None yet
Development

No branches or pull requests

9 participants