Skip to content

[REVIEW]: Neuropsydia.py: A Python Module for Creating Experiments, Tasks and Questionnaires #259

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

Closed
17 tasks done
whedon opened this issue May 12, 2017 · 21 comments
Closed
17 tasks done
Labels
accepted published Papers published in JOSS recommend-accept Papers recommended for acceptance in JOSS. review

Comments

@whedon
Copy link

whedon commented May 12, 2017

Submitting author: @DominiqueMakowski (Dominique Makowski)
Repository: https://github.com/neuropsychology/Neuropsydia.py/
Version: 1.0.4
Editor: @arokem
Reviewer: @cMadan
Archive: 10.5281/zenodo.1048777

Status

status

Status badge code:

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

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 (1.0.4)?
  • Authorship: Has the submitting author (@DominiqueMakowski) 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 May 12, 2017

Hello human, I'm @whedon. I'm here to help you with some common editorial tasks for JOSS. @cMadan 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

@cMadan
Copy link
Member

cMadan commented May 12, 2017

@DominiqueMakowski - I just did a quick first pass at going through the JOSS reviewer questions, but not yet testing the functionality of the software itself. There are a few things I noticed that need to be addressed, and I will continue and test the code itself within a few days.

Version - You list the software as being version 1.0.4 in the repo, but haven't minted a 'release' in Github to go with this. If someone wanted to specifically run version 1.0.4 in the future, this wouldn't be possible. Also, JOSS will later require you to archive the accepted version of the software in an archival repository (such as Zenodo or figshare), but that isn't necessary yet.

Documentation - the API documentation link in the README is listed as http://neuropsydia.readthedocs.io/en/master/documentation.html, but this appears to only be a skeleton document. In the paper, the link is http://neuropsydia.readthedocs.io/en/latest/documentation.html, which does have content. These should both be linked to the same complete document.

References - DOIs are currently missing.

@arokem
Copy link

arokem commented Jun 11, 2017

@DominiqueMakowski : have you had a chance to address the comments that @cMadan made?

@DominiqueMakowski
Copy link

@arokem I plan to address them by the end of the week. Sorry for the delay!

@DominiqueMakowski
Copy link

Dear @arokem, sorry for the long answer, and thanks a lot to @cMadan for his first comments.

Version - You list the software as being version 1.0.4 in the repo, but haven't minted a 'release' in Github to go with this. If someone wanted to specifically run version 1.0.4 in the future, this wouldn't be possible. Also, JOSS will later require you to archive the accepted version of the software in an archival repository (such as Zenodo or figshare), but that isn't necessary yet.

That has been done. We created a 1.0.4 release on github.

Documentation - the API documentation link in the README is listed as http://neuropsydia.readthedocs.io/en/master/documentation.html, but this appears to only be a skeleton document. In the paper, the link is http://neuropsydia.readthedocs.io/en/latest/documentation.html, which does have content. These should both be linked to the same complete document.

We replaced the wrong links with the correct one.

References - DOIs are currently missing.

This has been modified here accordingly.

Again, thanks a lot and sorry for the delay.

@arokem
Copy link

arokem commented Jul 10, 2017

@cMadan : any more thoughts here?

@cMadan
Copy link
Member

cMadan commented Jul 13, 2017

@arokem - Sorry, I was traveling/on vacation. I will get back to this within the next few days.

@cMadan
Copy link
Member

cMadan commented Jul 21, 2017

I tried the first example (go/no-go) and got a blank screen--will follow-up with issues in their repo.

@arokem
Copy link

arokem commented Jul 23, 2017

Thanks - ping me here when things are resolved, with pointers to the relevant issues. Thanks again!

@arokem
Copy link

arokem commented Oct 8, 2017

Any progress here? @DominiqueMakowski / @cMadan? Have the issues previously identified been resolved?

@cMadan
Copy link
Member

cMadan commented Oct 11, 2017

For some reason I can't get it to work on my Mac laptop, though someone else was able to get it to work on their Mac. Since I tried this last, I've moved to another uni (and generally been busy)... I will try the package on a Windows machine next week.

@cMadan
Copy link
Member

cMadan commented Nov 10, 2017

@arokem I was able to test the package fine on a Windows 10 PC and it worked great. Also, as mentioned last time another person has had it work on a Mac, so we can leave that debugging for another time. The package does what's supposed to do, is well documented, and the paper seems to be in order. I recommend the submission be accepted at JOSS.

@DominiqueMakowski, sorry for the delay in testing it further!

@arokem
Copy link

arokem commented Nov 14, 2017

Great! @DominiqueMakowski : could you please create an archive (e.g., on zenodo) of the final version of the software and share the DOI here?

@DominiqueMakowski
Copy link

@cMadan Thanks a lot for all your suggestions and comments.

@arokem , the DOI is the following: 10.5281/zenodo.1048777

DOI

Thank you for your work!

@arokem
Copy link

arokem commented Nov 14, 2017

@whedon set 10.5281/zenodo.1048777 as archive

@whedon
Copy link
Author

whedon commented Nov 14, 2017

OK. 10.5281/zenodo.1048777 is the archive.

@arokem
Copy link

arokem commented Nov 14, 2017

@arfon : I believe this paper can now be published.

@DominiqueMakowski
Copy link

@arokem Should I do something more?

@arokem
Copy link

arokem commented Nov 24, 2017

No. I believe this is in @arfon's hands for the final call.

@arfon arfon added the accepted label Nov 27, 2017
@arfon
Copy link
Member

arfon commented Nov 27, 2017

@cMadan - many thanks for your review here and to @arokem for editing this one ✨

@DominiqueMakowski - your paper is now accepted into JOSS and your DOI is https://doi.org/10.21105/joss.00259 ⚡️ 🚀 💥

@arfon arfon closed this as completed Nov 27, 2017
@DominiqueMakowski
Copy link

@cMadan @arokem @arfon Many thanks to the reviewers and editors!

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