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]: cleanEHR: The critical care EHR analysis tools #513

Closed
18 tasks done
whedon opened this issue Dec 17, 2017 · 12 comments
Closed
18 tasks done

[REVIEW]: cleanEHR: The critical care EHR analysis tools #513

whedon opened this issue Dec 17, 2017 · 12 comments
Assignees
Labels
accepted published Papers published in JOSS recommend-accept Papers recommended for acceptance in JOSS. review rOpenSci Submissions associated with rOpenSci

Comments

@whedon
Copy link

whedon commented Dec 17, 2017

Submitting author: @sinanshi (Sinan Shi)
Repository: https://github.com/ropensci/cleanEHR
Version: v1.0
Editor: @arfon
Reviewer: @arfon
Archive: 10.5281/zenodo.1117244

Status

status

Status badge code:

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

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

@arfon, 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 @arfon 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.1.0)?
  • Authorship: Has the submitting author (@sinanshi) 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 Dec 17, 2017

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

Attempting PDF compilation. Reticulating splines etc...

@whedon
Copy link
Author

whedon commented Dec 17, 2017

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

 /app/vendor/ruby-2.3.4/lib/ruby/2.3.0/psych.rb:379:in `parse': (tmp/513/paper.md): found character that cannot start any token while scanning for the next token at line 4 column 1 (Psych::SyntaxError)
	from /app/vendor/ruby-2.3.4/lib/ruby/2.3.0/psych.rb:379:in `parse_stream'
	from /app/vendor/ruby-2.3.4/lib/ruby/2.3.0/psych.rb:327:in `parse'
	from /app/vendor/ruby-2.3.4/lib/ruby/2.3.0/psych.rb:254:in `load'
	from /app/vendor/ruby-2.3.4/lib/ruby/2.3.0/psych.rb:475:in `block in load_file'
	from /app/vendor/ruby-2.3.4/lib/ruby/2.3.0/psych.rb:474:in `open'
	from /app/vendor/ruby-2.3.4/lib/ruby/2.3.0/psych.rb:474:in `load_file'
	from /app/vendor/bundle/ruby/2.3.0/bundler/gems/whedon-453fa9fb981d/lib/whedon.rb:73:in `initialize'
	from /app/vendor/bundle/ruby/2.3.0/bundler/gems/whedon-453fa9fb981d/lib/whedon/processor.rb:26:in `new'
	from /app/vendor/bundle/ruby/2.3.0/bundler/gems/whedon-453fa9fb981d/lib/whedon/processor.rb:26:in `set_paper'
	from /app/vendor/bundle/ruby/2.3.0/bundler/gems/whedon-453fa9fb981d/bin/whedon:37:in `prepare'
	from /app/vendor/bundle/ruby/2.3.0/gems/thor-0.20.0/lib/thor/command.rb:27:in `run'
	from /app/vendor/bundle/ruby/2.3.0/gems/thor-0.20.0/lib/thor/invocation.rb:126:in `invoke_command'
	from /app/vendor/bundle/ruby/2.3.0/gems/thor-0.20.0/lib/thor.rb:387:in `dispatch'
	from /app/vendor/bundle/ruby/2.3.0/gems/thor-0.20.0/lib/thor/base.rb:466:in `start'
	from /app/vendor/bundle/ruby/2.3.0/bundler/gems/whedon-453fa9fb981d/bin/whedon:99:in `<top (required)>'
	from /app/vendor/bundle/ruby/2.3.0/bin/whedon:22:in `load'
	from /app/vendor/bundle/ruby/2.3.0/bin/whedon:22:in `<main>'

@arfon
Copy link
Member

arfon commented Dec 17, 2017

@whedon set 10.5281/zenodo.1117244 as archive

@whedon
Copy link
Author

whedon commented Dec 17, 2017

OK. 10.5281/zenodo.1117244 is the archive.

@arfon
Copy link
Member

arfon commented Dec 17, 2017

Accepting because of submission to rOpenSci: ropensci/software-review#102

@arfon
Copy link
Member

arfon commented Dec 17, 2017

@sinanshi - I've fixed up some issues with your paper.md here ropensci-archive/cleanEHR#151 .

Also, since you submitted originally, our submission guidelines have been updated a fair bit. Please take a look at the section 'What should my paper contain?' here http:https://joss.theoj.org/about#paper_structure

Finally, it looks like you're missing a bibliography. Please make sure you cite related work using the standard RMarkdown way: can read how to do that here)

@sinanshi
Copy link

Thanks @arfon, could you have a look if it is all OK now.

@arfon
Copy link
Member

arfon commented Dec 18, 2017

Thanks @sinanshi - I still think this paper could do with a little more detail. From the text of your paper it's still not very clear to me what this software does! Please consider adding just a little more prose, perhaps with an example use case to address this:

  • A summary describing the high-level functionality and purpose of the software for a diverse, non-specialist audience

Also, if there are any research projects using this software then please describe them too:

  • Mentions (if applicable) of any ongoing research projects using the software or recent scholarly publications enabled by it

@sinanshi
Copy link

Thank you @arfon for your suggestions. I have updated the paper, adding the high-level functionality description. Regarding other related research project, there is no published research result so far using this package, despite many at the early stage of their research.

@arfon arfon added the accepted label Dec 21, 2017
@arfon
Copy link
Member

arfon commented Dec 21, 2017

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

@arfon arfon closed this as completed Dec 21, 2017
@whedon
Copy link
Author

whedon commented Dec 21, 2017

🎉🎉🎉 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:https://joss.theoj.org/papers/10.21105/joss.00513/status.svg)](https://doi.org/10.21105/joss.00513)

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 volunteering to review for us sometime in the future. You can add your name to the reviewer list here: http:https://joss.theoj.org/reviewer-signup.html

@arfon arfon added the rOpenSci Submissions associated with rOpenSci label Feb 6, 2020
@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 rOpenSci Submissions associated with rOpenSci
Projects
None yet
Development

No branches or pull requests

3 participants