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]: The psyplot interactive visualization framework #363

Closed
18 tasks done
whedon opened this issue Aug 13, 2017 · 22 comments
Closed
18 tasks done

[REVIEW]: The psyplot interactive visualization framework #363

whedon opened this issue Aug 13, 2017 · 22 comments
Labels
accepted published Papers published in JOSS recommend-accept Papers recommended for acceptance in JOSS. review

Comments

@whedon
Copy link

whedon commented Aug 13, 2017

Submitting author: @Chilipp (Philipp S. Sommer)
Repository: https://github.com/Chilipp/psyplot.git
Version: v1.0.0
Editor: @arfon
Reviewer: @Fil
Archive: 10.5281/zenodo.845455

Status

status

Status badge code:

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

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

@Fil, please carry out your review in this issue by updating the checklist below (please make sure you're logged in to GitHub). The reviewer guidelines are available here: http://joss.theoj.org/about#reviewer_guidelines. Any questions/concerns please let @arfon know.

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).

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?
  • Version: Does the release version given match the GitHub release (v1.0.0)?
  • Authorship: Has the submitting author (@Chilipp) 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 Aug 13, 2017

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

@Fil - please carry out your review in this issue by updating the checklist above and giving feedback in this issue. The reviewer guidelines are available here: http://joss.theoj.org/about#reviewer_guidelines

Any questions/concerns please let me know.

@Fil
Copy link

Fil commented Aug 13, 2017

@arfon this is my first review, so maybe my question is obvious: where is the "thing" that I'm reviewing? (not the software, which I found, but the paper that will be published — probably something named paper.md)

@arfon
Copy link
Member

arfon commented Aug 13, 2017

Hi @Fil. JOSS reviews are primarily about the software (https://github.com/Chilipp/psyplot.git). We also ask that you check that the associated paper (https://github.com/Chilipp/psyplot/blob/master/paper.md) meets the recommended structure/content requirements.

@Fil
Copy link

Fil commented Aug 13, 2017

Yes absolutely. I'm mostly offline atm so was doing the simple admin things — will do the install later next week

@Fil
Copy link

Fil commented Aug 17, 2017

@Chilipp I've followed the installation procedure (conda in a virtualenv) and I can't seem to get the plot as a graphics. Here's what I get in a jupyter notebook (after conda install nb_conda).

capture d ecran 2017-08-17 a 09 10 35

I was hoping to get the map as in the example http://psyplot.readthedocs.io/en/latest/getting_started.html

Alternatively, I couldn't find how to launch the psyplot gui (from http://psyplot.readthedocs.io/projects/psyplot-gui/en/latest/getting_started.html). (EDIT: found it via spotlight…)

@Fil
Copy link

Fil commented Aug 17, 2017

With psyplot-gui running, I was able to get the map plotted, and change its projection as in the example.

capture d ecran 2017-08-17 a 09 24 16

Minor corrections to the install procedure to explain if it is possible to use from jupyter notebook, and how to launch the gui would be welcome.

Chilipp added a commit to psyplot/psyplot that referenced this issue Aug 17, 2017
Chilipp added a commit to psyplot/psyplot that referenced this issue Aug 17, 2017
This change should help to avoid situations as in
openjournals/joss-reviews#363 (comment)
[skip ci]
Chilipp added a commit to psyplot/psyplot-gui that referenced this issue Aug 17, 2017
@Chilipp
Copy link

Chilipp commented Aug 17, 2017

@Fil , thanks a lot for the feedback and your typo corrections!

I added notes to the docs of psyplot, which should solve this problem (see the 2 first notes in the Getting started example. Additionally I included a section in the psyplot-gui docs on how to start the GUI.

@Fil
Copy link

Fil commented Aug 17, 2017

About the "Community Guidelines" item: the package's README only hints a github issues; it could say a bit more clearly how to contribute, and for example if pull requests, examples, and documentation are welcome.

@Fil
Copy link

Fil commented Aug 17, 2017

About "References", please fix the references DOI:

Chilipp added a commit to psyplot/psyplot that referenced this issue Aug 17, 2017
Chilipp added a commit to psyplot/psyplot that referenced this issue Aug 17, 2017
@Fil
Copy link

Fil commented Aug 17, 2017

all set @arfon (@whedon too 🤖)
thank you @Chilipp for your patience

@Chilipp
Copy link

Chilipp commented Aug 17, 2017

Thanks for your comments and your time!

@arfon arfon added the accepted label Aug 18, 2017
@arfon
Copy link
Member

arfon commented Aug 18, 2017

@Chilipp - 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.

@Chilipp
Copy link

Chilipp commented Aug 18, 2017

@arfon, I will use Zenodo for it. However I encountered a bug on their page. A couple of months ago, the psyplot repository has been deleted and created new from scratch. Now I cannot enable it again for Zenodo.

I contacted Zenodo and would like to wait for their response. Otherwise I could only provide a DOI of the psyplot-conda repository, which provides the installers for psyplot.

@arfon
Copy link
Member

arfon commented Aug 19, 2017

I contacted Zenodo and would like to wait for their response. Otherwise I could only provide a DOI of the psyplot-conda repository, which provides the installers for psyplot.

Agreed. Let's wait for their response here.

@Chilipp
Copy link

Chilipp commented Aug 21, 2017

@arfon, I thought a bit more about it and I now think that it makes the most sense to use the DOI for psyplot-conda I just created

DOI

This would be the best for the JOSS paper, I think, because this archive then also includes the plugins psy-simple, psy-maps and psy-reg and the GUI, plus the installers, which have also been tested by @Fil.

@Chilipp
Copy link

Chilipp commented Aug 21, 2017

@whedon set 10.5281/zenodo.845455 as archive

@whedon
Copy link
Author

whedon commented Aug 21, 2017

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

@arfon
Copy link
Member

arfon commented Aug 22, 2017

@whedon set 10.5281/zenodo.845455 as archive

@whedon
Copy link
Author

whedon commented Aug 22, 2017

OK. 10.5281/zenodo.845455 is the archive.

@arfon
Copy link
Member

arfon commented Aug 22, 2017

@Fil - many thanks for your review here ✨

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

@arfon arfon closed this as completed Aug 22, 2017
@Chilipp
Copy link

Chilipp commented Aug 22, 2017

Great! Many thanks from me, too @arfon and @Fil

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

4 participants