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]: ChemPy: A package useful for chemistry written in Python #565

Closed
18 tasks done
whedon opened this issue Feb 1, 2018 · 43 comments
Closed
18 tasks done

[REVIEW]: ChemPy: A package useful for chemistry written in Python #565

whedon opened this issue Feb 1, 2018 · 43 comments
Assignees
Labels
accepted published Papers published in JOSS recommend-accept Papers recommended for acceptance in JOSS. review

Comments

@whedon
Copy link

whedon commented Feb 1, 2018

Submitting author: @bjodah (Björn Dahlgren)
Repository: github.com/bjodah/chempy
Version: v0.6.3
Editor: @kyleniemeyer
Reviewer: @bryanwweber
Archive: 10.5281/zenodo.1212469

Status

status

Status badge code:

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

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 instructions & questions

@bryanwweber, 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.theoj.org/about#reviewer_guidelines. Any questions/concerns please let @kyleniemeyer know.

Conflict of interest

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 (v0.6.3)?
  • Authorship: Has the submitting author (@bjodah) made major contributions to the software? Does the full list of paper authors seem appropriate and complete?

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 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 Feb 1, 2018

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

@whedon
Copy link
Author

whedon commented Feb 1, 2018

Attempting PDF compilation. Reticulating splines etc...

@whedon
Copy link
Author

whedon commented Feb 1, 2018

PDF failed to compile for issue #565 with the following error: 

 Can't find any papers to compile :-(

@kyleniemeyer
Copy link

here is the initial version of the compiled paper: https://github.com/openjournals/joss-papers/blob/joss.00552/joss.00552/10.21105.joss.00552.pdf

@bryanwweber
Copy link

@bjodah Since this comment is related more to the paper than to the software, I'll put it here. You should specify the target audience for the software - is it undergraduates doing homework problems, research scientists, government agencies, teachers, etc.

@kyleniemeyer
Copy link

@bryanwweber I noticed a few unchecked boxes above—are those issues related to the bjodah/chempy#80 and bjodah/chempy#81 issues you filed?

@bjodah
Copy link

bjodah commented Feb 19, 2018

Sorry, I haven't addressed those yet. @bryanwweber pointed out that I don't provide conda packages for all platforms (only Linux). So I have been working on trying to support all (optional) dependencies of ChemPy for both OS X and Windows, but since many of them needs to be compiled with quite recent C++ features that endeavor quickly turned into a real rabbit hole.

I think I will just do what @bryanwweber suggested and clearly state that Linux is currently the "officially supported" platform, and then I'll continue to work on adding support for more platforms at a later stage. (I know people have gotten many things to work on OS X and windows using pip so it is doable but I don't have any computers with those systems for testing at the moment).

@kyleniemeyer
Copy link

@bjodah ok—regarding the platform issue, that seems reasonable as long as you are clear. If you do limit the conda route to Linux, then it would be helpful to explain how the package can be installed/used on other platforms.

@kyleniemeyer
Copy link

kyleniemeyer commented Feb 19, 2018

@arfon FYI, the Repository link above seems to have some extra junk prepended on it, not sure if that has already been fixed in whedon: https://github.com/openjournals/joss-reviews/issues/www.github.com/bjodah/chempy instead of www.github.com/bjodah/chempy

@bryanwweber
Copy link

bryanwweber commented Feb 19, 2018

@kyleniemeyer @bjodah The two about the "Statement of Need" are related to my comment on this issue: #565 (comment) The installation instructions are covered by the two issues in the ChemPy repository (and I'm satisfied with the response to them generally, which I'll mark on those two issues). The last one is the functionality testing, which is on me, I didn't get a chance to do that yet, will do so ASAP.

@kyleniemeyer
Copy link

Hi @bryanwweber have you been able to complete your review?

@bryanwweber
Copy link

@kyleniemeyer @bjodah Sorry! This fell off my radar. I'll try finish ASAP

@bjodah
Copy link

bjodah commented Mar 24, 2018

The second entry in the references in https://github.com/openjournals/joss-papers/blob/joss.00552/joss.00552/10.21105.joss.00552.pdf does not render properly. Any idea what's going wrong there?

@kyleniemeyer
Copy link

@bjodah the reference style we use avoids repeating the same author name multiple times in a row, so the line is just to indicate the same author as the reference before it

@bryanwweber
Copy link

I'm satisfied that the package functions as specified, with the exception of an error in one of the demo scripts (linked above, issue on chempy repo). However, the paper appears to have not been updated with the target audience, as suggested in the review criteria, and as I noted in #565 (comment) Is there an updated version of the paper I missed?

@bjodah
Copy link

bjodah commented Mar 27, 2018

@whedon generate pdf

@whedon
Copy link
Author

whedon commented Mar 27, 2018

Attempting PDF compilation. Reticulating splines etc...

@whedon
Copy link
Author

whedon commented Mar 27, 2018

PDF failed to compile for issue #565 with the following error:

Can't find any papers to compile :-(

@arfon
Copy link
Member

arfon commented Mar 27, 2018

@whedon generate pdf

@whedon
Copy link
Author

whedon commented Mar 27, 2018

Attempting PDF compilation. Reticulating splines etc...

@whedon
Copy link
Author

whedon commented Mar 27, 2018

@bryanwweber
Copy link

This LGTM now, what do I need to do to approve?

@bjodah
Copy link

bjodah commented Mar 28, 2018

(I updated the paper with 2 new references since a PR was merged in between with fixes that added PuLP as a dependency)

@bjodah
Copy link

bjodah commented Mar 28, 2018

I've tagged a new version (v0.6.6) and updated joss-paper/codemeta.json with the new version number and the new zenodo doi.

@kyleniemeyer
Copy link

Hi @bjodah, just a few comments on the paper:

bjodah added a commit to bjodah/chempy that referenced this issue Apr 4, 2018
To address openjournals/joss-reviews#565 (comment)

- Comma after 'e.g.'
- Changed PuLP citation to a 'misc' entry (with some precedence in google scholar)
- Added city and country to 'affiliation' in codemeta.json
@bjodah
Copy link

bjodah commented Apr 4, 2018

@whedon generate pdf

@whedon
Copy link
Author

whedon commented Apr 4, 2018

Attempting PDF compilation. Reticulating splines etc...

@whedon
Copy link
Author

whedon commented Apr 4, 2018

PDF failed to compile for issue #565 with the following error:

% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed

0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
100 15 0 15 0 0 108 0 --:--:-- --:--:-- --:--:-- 109
Error reading bibliography ./paper.bib (line 70, column 3):
unexpected "y"
expecting space, ",", white space or "}"
Error running filter pandoc-citeproc:
Filter returned error status 1
Looks like we failed to compile the PDF

@bjodah
Copy link

bjodah commented Apr 4, 2018

@whedon generate pdf

@whedon
Copy link
Author

whedon commented Apr 4, 2018

Attempting PDF compilation. Reticulating splines etc...

@whedon
Copy link
Author

whedon commented Apr 4, 2018

@bjodah
Copy link

bjodah commented Apr 4, 2018

@kyleniemeyer thanks!
I (hopefully) fixed the points you raised. Let me know if you want me to change anything else.

@kyleniemeyer
Copy link

@bjodah I made a few more in bjodah/chempy#90, please merge that and then archive the repo to get a DOI

bjodah added a commit to bjodah/chempy that referenced this issue Apr 4, 2018
@bjodah
Copy link

bjodah commented Apr 4, 2018

@kyleniemeyer thanks again. Merged, tagged & updated codemeta.json with new tag & DOI.

@kyleniemeyer
Copy link

@whedon set 10.5281/zenodo.1212469 as archive

@whedon
Copy link
Author

whedon commented Apr 4, 2018

OK. 10.5281/zenodo.1212469 is the archive.

@kyleniemeyer
Copy link

@arfon this paper is now ready to accept.

@arfon
Copy link
Member

arfon commented Apr 4, 2018

@bryanwweber - many thanks for your review here and to @kyleniemeyer for editing this submission ✨

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

@arfon arfon closed this as completed Apr 4, 2018
@whedon
Copy link
Author

whedon commented Apr 4, 2018

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

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

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

This is how it will look in your documentation:

DOI

We need your help!

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:

@bjodah
Copy link

bjodah commented Apr 4, 2018

That's great. Thank you all!

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