Skip to content

[REVIEW]: TDAstats: R pipeline for computing persistent homology in topological data analysis #860

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
18 tasks done
whedon opened this issue Jul 29, 2018 · 43 comments
Closed
18 tasks done
Assignees
Labels
accepted published Papers published in JOSS recommend-accept Papers recommended for acceptance in JOSS. review

Comments

@whedon
Copy link

whedon commented Jul 29, 2018

Submitting author: @rrrlw (Raoul R. Wadhwa)
Repository: https://github.com/rrrlw/TDAstats
Version: v0.2.0
Editor: @leeper
Reviewer: @corybrunson
Archive: 10.5281/zenodo.1341719

Status

status

Status badge code:

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

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

@corybrunson, 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 @leeper know.

Please try and complete your review in the next two weeks

Review checklist for @corybrunson

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.2.0)?
  • Authorship: Has the submitting author (@rrrlw) 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 Jul 29, 2018

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

Attempting PDF compilation. Reticulating splines etc...

@whedon
Copy link
Author

whedon commented Jul 29, 2018

@leeper
Copy link
Member

leeper commented Jul 29, 2018

@corybrunson Review issue is here. Please follow the checklist and let me know if you have any questions.

@rrrlw
Copy link

rrrlw commented Aug 4, 2018

Hi @corybrunson, thanks again for agreeing to review! Just wanted to check-in and see if there are any updates.

@corybrunson
Copy link

@rrrlw yes indeed. I'm sorry for the delay, as i had some deadlines to meet when i returned to work this week, but i intend to conduct my review today. Hopefully i won't have to leave anything for tomorrow. Thanks for checking!

@rrrlw
Copy link

rrrlw commented Aug 4, 2018

All good, thank you again for reviewing!

A couple of quick notes: (1) the file at https://github.com/rrrlw/TDAstats/blob/master/JOSS-paper/reviewer-checklist.md might save you some time (adapted reviewer checklist from JOSS website); (2) install.packages("TDAstats") won't download the latest version of TDAstats so devtools::install_github("rrrlw/TDAstats") is required. Let me know if I can help in any way.

@corybrunson
Copy link

@rrrlw since you're the only author to have committed changes to the repo, could you comment on the contributions of your coauthors? I don't question the significance of their contributions; i just would like to have a point of reference for the last item under "General checks" above.

@corybrunson
Copy link

corybrunson commented Aug 4, 2018

@rrrlw the vignettes aren't made available via the default settings of devtools::install_github() (unless i've done something wrong), so could you include build_vignettes = TRUE in that call in README.md?

Edit: I see that you address this in the reviewer checklist file, so it would be enough to just make the same comment in the README. I think it should be mentioned for the sake of users who are not so familiar with vignettes.

@corybrunson
Copy link

@rrrlw i've raised all of the issues that have come up for me, so, as soon as they're resolved (some are just questions), my review will be done. The package is a great help—i only recently was pointed to Ripser and made do with some ad hoc functions to interface with it through R, which i'm glad to no longer have to do. : ) Thank you for the contribution!

@rrrlw
Copy link

rrrlw commented Aug 5, 2018

I added a separate line in README.md with build_vignettes = TRUE, and have replied to the 3 issues brought up in the TDAstats repo.

In terms of author contributions:

  • Drew F.K. Williamson: software design, software testing, writing paper
  • Andrew Dhawan: software design, software testing, writing paper
  • Jacob G. Scott: software design, software testing, writing paper

Here, software design refers to selection of user-available functions, designing and selecting algorithms for implementation, providing expert opinion on the theoretical aspects of topological data analysis, and the aesthetic aspects of the visualizations. Software testing refers to manual testing of software features as they were implemented, for accuracy and efficiency (TDAstats and its previous iteration, ripserr). Writing the paper refers to preparation of the markdown file for submission to JOSS.

Thank you for the feedback! Did I miss responding to anything?

@rrrlw
Copy link

rrrlw commented Aug 5, 2018

P.S. - I am really glad that you like TDAstats! I hope it saves you (and others) time/effort with TDA projects.

@corybrunson
Copy link

@rrrlw i'm satisfied! In particular, the most recent commit has resolved the diagonal line issue for me. Thanks for your thorough responses.

@leeper i have concluded my review and recommend acceptance of the current development version.

@rrrlw
Copy link

rrrlw commented Aug 5, 2018

Fantastic, thank you @corybrunson!

@leeper
Copy link
Member

leeper commented Aug 6, 2018

Thanks, @corybrunson! Much appreciated.

@leeper
Copy link
Member

leeper commented Aug 6, 2018

@rrrlw The review process is now complete. To finalize your submission and accept your paper in JOSS, we need you to deposit a copy of your software repository (including any revisions made during the JOSS review process) with a data-archiving service. To do so:

  1. First, please merge this PR: fix a few things in paper.bib for JOSS rrrlw/TDAstats#4
  2. Create a GitHub release of the current version of your software repository
  3. Deposit that release with Zenodo, figshare, or a similar DOI issuer.
  4. Post a comment here to @leeper with the DOI for the release.

Let me know if you have any questions about the process.

@rrrlw
Copy link

rrrlw commented Aug 6, 2018

Will do, @leeper. The PR has been merged, I would just like to proofread paper.md once more. I will update you in this issue once that and steps 2-4 have been completed. Thank you!

@leeper
Copy link
Member

leeper commented Aug 6, 2018

@rrrlw Sounds great.

@rrrlw
Copy link

rrrlw commented Aug 6, 2018

@whedon generate pdf

@whedon
Copy link
Author

whedon commented Aug 6, 2018

Attempting PDF compilation. Reticulating splines etc...

@whedon
Copy link
Author

whedon commented Aug 6, 2018

@rrrlw
Copy link

rrrlw commented Aug 6, 2018

@whedon generate pdf

@whedon
Copy link
Author

whedon commented Aug 6, 2018

Attempting PDF compilation. Reticulating splines etc...

@whedon
Copy link
Author

whedon commented Aug 6, 2018

@rrrlw
Copy link

rrrlw commented Aug 7, 2018

@whedon generate pdf

@whedon
Copy link
Author

whedon commented Aug 7, 2018

Attempting PDF compilation. Reticulating splines etc...

@whedon
Copy link
Author

whedon commented Aug 7, 2018

@rrrlw
Copy link

rrrlw commented Aug 8, 2018

@whedon generate pdf

@whedon
Copy link
Author

whedon commented Aug 8, 2018

Attempting PDF compilation. Reticulating splines etc...

@whedon
Copy link
Author

whedon commented Aug 8, 2018

@rrrlw
Copy link

rrrlw commented Aug 8, 2018

@whedon generate pdf

@whedon
Copy link
Author

whedon commented Aug 8, 2018

Attempting PDF compilation. Reticulating splines etc...

@whedon
Copy link
Author

whedon commented Aug 8, 2018

@rrrlw
Copy link

rrrlw commented Aug 8, 2018

@whedon generate pdf

@whedon
Copy link
Author

whedon commented Aug 8, 2018

Attempting PDF compilation. Reticulating splines etc...

@whedon
Copy link
Author

whedon commented Aug 8, 2018

@rrrlw
Copy link

rrrlw commented Aug 8, 2018

@leeper, the current version of the PDF looks good, and TDAstats v0.3.2 has been archived on Zenodo with DOI: 10.5281/zenodo.1341719. Please let me know if there is anything else I need to do. Thank you!

@leeper
Copy link
Member

leeper commented Aug 8, 2018

@whedon set 10.5281/zenodo.1341719 as archive

@whedon
Copy link
Author

whedon commented Aug 8, 2018

OK. 10.5281/zenodo.1341719 is the archive.

@leeper
Copy link
Member

leeper commented Aug 8, 2018

@arfon over to you

@arfon arfon added the accepted label Aug 8, 2018
@arfon
Copy link
Member

arfon commented Aug 8, 2018

@corybrunson - many thanks for your review here and to @leeper for editing this submission ✨

@rrrlw - your paper is now accepted into JOSS and your DOI is https://doi.org/10.21105/joss.00860 ⚡️:rocket: :boom:

@arfon arfon closed this as completed Aug 8, 2018
@whedon
Copy link
Author

whedon commented Aug 8, 2018

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

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

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

HTML:
<a style="border-width:0" href="https://doi.org/10.21105/joss.00860">
  <img src="http://joss.theoj.org/papers/10.21105/joss.00860/status.svg" alt="DOI badge" >
</a>

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:

@rrrlw
Copy link

rrrlw commented Aug 8, 2018

Thank you so much, @corybrunson @leeper @arfon!

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