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]: Effective-Quadratures: Polynomials for Computational Engineering Studies #166

Closed
16 of 17 tasks
whedon opened this issue Jan 18, 2017 · 16 comments
Closed
16 of 17 tasks
Labels
accepted published Papers published in JOSS recommend-accept Papers recommended for acceptance in JOSS. review

Comments

@whedon
Copy link

whedon commented Jan 18, 2017

Submitting author: @psesh (Pranay Seshadri)
Repository: https://github.com/Effective-Quadratures/Effective-Quadratures
Version: v5.2
Editor: @katyhuff
Reviewer: @nicoguaro
Archive: 10.5281/zenodo.438320

Status

status

Status badge code:

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

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 questions

Conflict of interest

  • As the reviewer I confirm that there are no conflicts of interest for me to review this work (such as being a major contributor to the software).

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?
  • Version: Does the release version given match the GitHub release (v3.0)?
  • Authorship: Has the submitting author (@psesh) made major contributions to the software?

Functionality

  • Installation: Does installation proceed as outlined in the documentation?
  • Functionality: Have the functional claims of the software been confirmed?
  • Performance: Have any performance claims of the software been confirmed?

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 function 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

  • Authors: Does the paper.md file include a list of authors with their affiliations?
  • A statement of need: Do the authors clearly state what problems the software is designed to solve and who the target audience is?
  • References: Do all archival references that should have a DOI list one (e.g. papers, datasets, software)?
@whedon
Copy link
Author

whedon commented Jan 18, 2017

Hello human, I'm @whedon. I'm here to help you with some common editorial tasks for JOSS. @nicoguaro it looks like you're currently assigned as the reviewer for this paper 🎉.

⭐ Important ⭐

If you haven't already, you should seriously consider unsubscribing from GitHub notifications for this (https://github.com/openjournals/joss-reviews) repository. As as reviewer, you're probably currently watching this repository which means for GitHub's default behaviour you will receive notifications (emails) for all JOSS 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

@arfon
Copy link
Member

arfon commented Feb 5, 2017

👋 @nicoguaro - how are you getting on with this review?

@nicoguaro
Copy link

nicoguaro commented Feb 5, 2017

@arfon, the beginning of semester took my time. But I already tested the software.

Effective-Quadratures (EQ) is a suite of tools for generating polynomials for parametric computational studies.

The inclusion of a statement of need is important, since it shows to a broader audience the usefulness of the software. Regarding the installation, it has dependencies on numpy and scipy, although this is not stated in the README. It mentions that it should use Python 2.7, but there is not apparent reason for not supporting Python 3.

Some particular comments below.

General checks

  • The version in the download section of the repository is 4 and not 3 as stated in submission.

Functionality

  • Functionality: Have the functional claims of the software been confirmed? Although there is a general description of what the software does, it would be more clear with the statement of need.
  • Performance: Have any performance claims of the software been confirmed? There are no claims about the performance.

Documentation

  • A statement of need. There is not a statement of need.
  • Example of use. This is done as a set of Jupyter Notebooks. I would suggest to include a simple example in the README.
  • Functionality documentation. Not completely, see comment below.
  • Community guidelines. There are not community guidelines stated, just contact information.

Regarding the documentation, I think that it should include more than just the docstrings from the code. Some points that I consider pertinent are below. Some examples (http://barbagroup.github.io/pygbe/docs/, http://cvxopt.org/documentation/index.html)

  • Description of the software.
  • Installation.
  • How to use the software, examples. There is no need to repeat the notebooks, but maybe one or two examples. Maybe a toy example: Polynomial regression in 1D..
  • Link to the repository.
  • FAQ.

Software paper

  • A statement of need. This part is missing.
  • References. The paper does not have references.

@katyhuff
Copy link
Member

katyhuff commented Feb 5, 2017

@nicoguaro thank you for your review!
@psesh Please let us know in this thread how you will address these comments from the review and proceed with addressing them. Don't hesitate to let us know if you have any questions.

@psesh
Copy link

psesh commented Feb 5, 2017

@nicoguaro thank you for the review :)
@katyhuff I will address these comments and get back to you shortly.

@katyhuff
Copy link
Member

katyhuff commented Mar 6, 2017

@psesh, how are the edits going?

@psesh
Copy link

psesh commented Mar 8, 2017

Hi @katyhuff almost done, will be done by Sunday hopefully :)

@psesh
Copy link

psesh commented Mar 26, 2017

Hi @katyhuff, apologizes for the delay in getting back. I have addressed the reviewer's comments. Here is a summary of what I've done:

  1. Added references & a statement of need to the software paper;
  2. Added community guidelines, a simple example, & a statement of need to the README.md file;
  3. Added plenty of examples (which can be found at: www.effective-quadratures.org). The README.md file has a link to the website. I found it easier to put all the examples in the website instead of the sphinx generated html files.
  4. Updated (and cleaned up) the code to make it easier to use. The current version is 5.2 (which is what I am submitting)

Do let me know if this is alright! Thanks again :)

@nicoguaro
Copy link

@katyhuff, it seems like it is good to go. I would say that the "Community guidelines" might be a little bit more explicit. But, you let me know.

@katyhuff
Copy link
Member

@psesh thank you for your updated paper. I believe this is ready to accept.

@nicoguaro Thanks for the speedy responses! It looks good to me, too! I agree, we certainly would encourage more detailed community guidelines, but I think the statement in the readme, combined with some additional encouragement for contribution on the website fits the bill.

@arfon, can you take it from here? This paper is ready to accept. Please note the version is now 5.2 and not 3 as stated in submission.

@psesh
Copy link

psesh commented Mar 27, 2017

Sweet! Thank you @katyhuff & @nicoguaro :)

@arfon
Copy link
Member

arfon commented Mar 27, 2017

@psesh - At this point could you make an archive of the reviewed software in Zenodo/figshare/other service and update this thread with the DOI of the archive? I can then move forward with accepting the submission.

@psesh
Copy link

psesh commented Mar 27, 2017

@afron All done. Here is the link: https://zenodo.org/record/438320#.WNkf4aOZOiM

@arfon
Copy link
Member

arfon commented Mar 29, 2017

@whedon set 10.5281/zenodo.438320 as archive

@whedon
Copy link
Author

whedon commented Mar 29, 2017

OK. 10.5281/zenodo.438320 is the archive.

@arfon arfon added the accepted label Mar 29, 2017
@arfon
Copy link
Member

arfon commented Mar 29, 2017

@nicoguaro many thanks for reviewing this and @katyhuff for editing ✨

@psesh - your paper is now accepted into JOSS and your paper DOI is http://dx.doi.org/10.21105/joss.00166 ⚡️ 🚀 💥

@arfon arfon closed this as completed Mar 29, 2017
@whedon whedon added published Papers published in JOSS recommend-accept Papers recommended for acceptance in JOSS. labels Mar 2, 2020
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 recommend-accept Papers recommended for acceptance in JOSS. review
Projects
None yet
Development

No branches or pull requests

5 participants