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]: Cine: A solar-pumped fluorescence model for cometary atmospheres #182

Closed
16 of 17 tasks
whedon opened this issue Feb 13, 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 Feb 13, 2017

Submitting author: @migueldvb (Miguel de Val-Borro)
Repository: https://github.com/migueldvb/cine
Version: v0.2.1
Editor: @arfon
Reviewer: @eteq
Archive: 10.5281/zenodo.345982

Status

status

Status badge code:

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

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 (v0.2)?
  • Authorship: Has the submitting author (@migueldvb) 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 Feb 13, 2017

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

@eteq
Copy link

eteq commented Feb 21, 2017

Process question (maybe for @arfon, maybe for @whedon?) - should there be a PDF of the paper in the author's repo, or just the .md and .bib files (which are there already)?

@arfon
Copy link
Member

arfon commented Feb 22, 2017

Process question (maybe for @arfon, maybe for @whedon?) - should there be a PDF of the paper in the author's repo, or just the .md and .bib files (which are there already)?

.md and .bib files are fine. We generally compile these at the end into a PDF.

@eteq
Copy link

eteq commented Feb 22, 2017

Alright, I've finished my initial review. I've created migueldvb/cine#1, migueldvb/cine#2, migueldvb/cine#4, migueldvb/cine#5 with detailed comments that need addressing.

One higher-level question (and the reason for the one un-checked item above) is the lack of API documentation. I think this might be intentional (see migueldvb/cine#5), but if not, that needs to be rectified.

One other procedural question for @arfon: in the process of doing this review I created a PR that @migueldvb merged (it was easier just to do that). Nominally I suppose that would now make me a co-author given that I have a commit in the repo. But of course that would look like a weird conflict-of-interest. Is there a policy for how this should work? (I'm perfectly fine not being an author, as it's a very minor change... But this is also sort of an academic curiosity.)

@arfon
Copy link
Member

arfon commented Feb 23, 2017

One other procedural question for @arfon: in the process of doing this review I created a PR that @migueldvb merged (it was easier just to do that). Nominally I suppose that would now make me a co-author given that I have a commit in the repo. But of course that would look like a weird conflict-of-interest. Is there a policy for how this should work? (I'm perfectly fine not being an author, as it's a very minor change... But this is also sort of an academic curiosity.)

Great question @eteq. I'm in the same situation for many of the submissions as I make small edits to the paper.mdfiles. Where I'm at on this:

  • I think that minor contributions made during the process of review are OK but should not result in the reviewing becoming an author
  • More major contributions which would likely warrant authorship are also OK but in this scenario then I think we'd want to find a second reviewer

Does that sound reasonable?

@eteq
Copy link

eteq commented Feb 23, 2017

Yep, sounds good @arfon - in that case no issue here as the PR I sent definitely falls in the "minor" category.

@eteq
Copy link

eteq commented Feb 25, 2017

@migueldvb - just to clarify in case you missed it above: migueldvb/cine#1 and migueldvb/cine#5 are currently awaiting response. Depending on the answer to migueldvb/cine#5, there may be additional documentation requirements, but once those issues are addressed, I think this is good to go.

@migueldvb
Copy link

migueldvb commented Feb 27, 2017

@eteq thank you for the review.

I have clarified that the code is supposed to be run as a script in the README file. In the future it could be useful to be imported into python when defining the input model using python in the excitation code LIME is available. There is some work done in this direction but it has not yet been merged into LIME and this may take some time...

The missing orcid in the paper is because the co-author does not have an identifier yet, although he is interested in getting one. I will leave the issue open as a reminder but perhaps we should not wait for this if all the other requirements are met.

@eteq
Copy link

eteq commented Mar 6, 2017

Alright, great @migueldvb.

@arfon, the author has addressed my concerns, so I think I can recommend this paper for acceptance. There is one question remaining, though: as indicated in migueldvb/cine#1, one of the co-authors doesn't have an orcid yet, but @migueldvb thinks he might get one later. Is it possible to update the author list after the facts and have whatever metadata is relevant be updated, or is the orcid a now-or-nothing thing?

@arfon
Copy link
Member

arfon commented Mar 6, 2017

Is it possible to update the author list after the facts and have whatever metadata is relevant be updated, or is the orcid a now-or-nothing thing?

It's now or never I'm afraid. We only update paper metadata if there's been an error with a submission.

@migueldvb
Copy link

migueldvb commented Mar 6, 2017 via email

@arfon
Copy link
Member

arfon commented Mar 6, 2017

If the paper can be accepted as it is with a missing orcid for one author, I would go ahead without it and close the issue in the repo.

It can.

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

@migueldvb
Copy link

migueldvb commented Mar 6, 2017

@arfon I have made a DOI for the v0.2.1 release with Zenodo:
https://doi.org/10.5281/zenodo.345982

The title in the markdown paper file is changed to be more specific, 'Cine: line excitation by infrared fluorescence in cometary atmospheres', could you update it in the submission?

@arfon
Copy link
Member

arfon commented Mar 7, 2017

@whedon set 10.5281/zenodo.345982 as archive

@whedon
Copy link
Author

whedon commented Mar 7, 2017

OK. 10.5281/zenodo.345982 is the archive.

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

arfon commented Mar 7, 2017

Many thanks for the excellent review here @eteq

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

@arfon arfon closed this as completed Mar 7, 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

4 participants