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]: OTTO: A Python package to simulate, solve and visualize the source-tracking POMDP #4266

Closed
editorialbot opened this issue Mar 22, 2022 · 49 comments
Assignees
Labels
accepted published Papers published in JOSS Python recommend-accept Papers recommended for acceptance in JOSS. review Shell TeX

Comments

@editorialbot
Copy link
Collaborator

editorialbot commented Mar 22, 2022

Submitting author: @auroreloisy (Aurore Loisy)
Repository: https://github.com/C0PEP0D/otto
Branch with paper.md (empty if default branch):
Version: v1.0.1
Editor: @VivianePons
Reviewers: @11michalis11, @RomainAzais
Archive: 10.5281/zenodo.6651884

Status

status

Status badge code:

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

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) by leaving comments 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

@11michalis11, @RomainAzais your review will be checklist based. Each of you will have a separate checklist that you should update when carrying out your review.
First of all you need to run this command in a separate comment to create the checklist:

@editorialbot generate my checklist

The reviewer guidelines are available here: https://joss.readthedocs.io/en/latest/reviewer_guidelines.html. Any questions/concerns please let @VivianePons know.

Please start on your review when you are able, and be sure to complete your review in the next six weeks, at the very latest

Checklists

📝 Checklist for @11michalis11

📝 Checklist for @RomainAzais

@editorialbot
Copy link
Collaborator Author

Hello humans, I'm @editorialbot, a robot that can help you with some common editorial tasks.

For a list of things I can do to help you, just type:

@editorialbot commands

For example, to regenerate the paper pdf after making changes in the paper's md or bib files, type:

@editorialbot generate pdf

@editorialbot
Copy link
Collaborator Author

Software report:

github.com/AlDanial/cloc v 1.88  T=0.17 s (560.4 files/s, 50671.8 lines/s)
-------------------------------------------------------------------------------
Language                     files          blank        comment           code
-------------------------------------------------------------------------------
Python                          61            905           1190           4013
SVG                              1              1              1            505
reStructuredText                23            274            290            406
Markdown                         2            160              0            362
TeX                              1             26              0            230
YAML                             2              7             12             36
DOS Batch                        1              8              1             26
Bourne Shell                     1              5              0             19
make                             1              4              7              9
INI                              1              0              0              3
-------------------------------------------------------------------------------
SUM:                            94           1390           1501           5609
-------------------------------------------------------------------------------


gitinspector failed to run statistical information for the repository

@editorialbot
Copy link
Collaborator Author

Wordcount for paper.md is 668

@editorialbot
Copy link
Collaborator Author

Reference check summary (note 'MISSING' DOIs are suggestions that need verification):

OK DOIs

- 10.1103/PhysRevE.101.043110 is OK
- 10.7554/eLife.04220 is OK
- 10.7554/elife.52371 is OK
- 10.1073/pnas.1618055114 is OK
- 10.1016/J.INFFUS.2017.10.009 is OK
- 10.1073/pnas.1221091110 is OK
- 10.1007/s10514-006-7536-7 is OK
- 10.3389/fnbot.2010.00001 is OK
- 10.1073/pnas.1606075113 is OK
- 10.1146/annurev-conmatphys-031720-032754 is OK
- 10.1016/J.INFFUS.2015.06.008 is OK
- 10.1142/4042 is OK
- 10.2307/1542524 is OK
- 10.1038/nature05464 is OK
- 10.1371/journal.pcbi.1003861 is OK
- 10.5281/zenodo.6125391 is OK

MISSING DOIs

- None

INVALID DOIs

- None

@editorialbot
Copy link
Collaborator Author

👉📄 Download article proof 📄 View article proof on GitHub 📄 👈

@auroreloisy
Copy link

auroreloisy commented Mar 23, 2022 via email

@MichalisPanayides
Copy link

MichalisPanayides commented Mar 30, 2022

Review checklist for @11michalis11

Conflict of interest

  • I confirm that I have read the JOSS conflict of interest (COI) policy and that: I have no COIs with reviewing this work or that any perceived COIs have been waived by JOSS for the purpose of this review.

Code of Conduct

General checks

  • Repository: Is the source code for this software available at the https://github.com/C0PEP0D/otto?
  • License: Does the repository contain a plain-text LICENSE file with the contents of an OSI approved software license?
  • Contribution and authorship: Has the submitting author (@auroreloisy) made major contributions to the software? Does the full list of paper authors seem appropriate and complete?
  • Substantial scholarly effort: Does this submission meet the scope eligibility described in the JOSS guidelines

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 functionality 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

  • Summary: Has a clear description of the high-level functionality and purpose of the software for a diverse, non-specialist audience been provided?
  • A statement of need: Does the paper have a section titled 'Statement of Need' that clearly states what problems the software is designed to solve and who the target audience is?
  • State of the field: Do the authors describe how this software compares to other commonly-used packages?
  • Quality of writing: Is the paper well written (i.e., it does not require editing for structure, language, or writing quality)?
  • References: Is the list of references complete, and is everything cited appropriately that should be cited (e.g., papers, datasets, software)? Do references in the text use the proper citation syntax?

@VivianePons
Copy link

@auroreloisy Thank you, I think I still have a few names to check. I just contacted someone.

@VivianePons
Copy link

@editorialbot add @RomainAzais as reviewer

@editorialbot
Copy link
Collaborator Author

@RomainAzais added to the reviewers list!

@MichalisPanayides
Copy link

Just finished my review. All the comments can be found at the issue created on the repository 👍

@auroreloisy
Copy link

@11michalis11 Thank you for your positive feedback and for your help with improving our submission, we have replied in the issue.
@VivianePons We have addressed all the comments in the the last commit

@auroreloisy
Copy link

auroreloisy commented May 6, 2022

Dear @RomainAzais, we hope everything is going alright with the review, as nothing has moved in the last 5 weeks. Let us know if we can help with anything.

@auroreloisy
Copy link

@VivianePons Have you heard back from @RomainAzais by any chance? It's been 6 weeks since they were assigned and nothing has moved.

@RomainAzais
Copy link

Hello!
Sorry for my very late reply. I've been super busy the last few weeks.
But as I said to @VivianePons earlier this morning, I'm going to take care of the review in the next few days.
Romain

@RomainAzais
Copy link

RomainAzais commented May 13, 2022

Review checklist for @RomainAzais

Conflict of interest

  • I confirm that I have read the JOSS conflict of interest (COI) policy and that: I have no COIs with reviewing this work or that any perceived COIs have been waived by JOSS for the purpose of this review.

Code of Conduct

General checks

  • Repository: Is the source code for this software available at the https://github.com/C0PEP0D/otto?
  • License: Does the repository contain a plain-text LICENSE file with the contents of an OSI approved software license?
  • Contribution and authorship: Has the submitting author (@auroreloisy) made major contributions to the software? Does the full list of paper authors seem appropriate and complete?
  • Substantial scholarly effort: Does this submission meet the scope eligibility described in the JOSS guidelines

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 functionality 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

  • Summary: Has a clear description of the high-level functionality and purpose of the software for a diverse, non-specialist audience been provided?
  • A statement of need: Does the paper have a section titled 'Statement of Need' that clearly states what problems the software is designed to solve and who the target audience is?
  • State of the field: Do the authors describe how this software compares to other commonly-used packages?
  • Quality of writing: Is the paper well written (i.e., it does not require editing for structure, language, or writing quality)?
  • References: Is the list of references complete, and is everything cited appropriately that should be cited (e.g., papers, datasets, software)? Do references in the text use the proper citation syntax?

@auroreloisy
Copy link

Hi @RomainAzais, just wondering when you think you'll be able to complete the review. We're happy to help with any issue.

@RomainAzais
Copy link

Hi @auroreloisy,
I'm almost done. I'll complete it by the end of next week.

@RomainAzais
Copy link

Hello,

My overall opinion of OTTO is very positive: the installation and testing procedures are clear, the readme file and the documentation are very complete and at the right level of detail, and the examples help to understand how to use it. I only encountered a small bug during the installation (with tensorflow apparently) but it has been solved. Setting up a ci/cd pipeline might avoid this kind of mishap.

My only (slightly) negative comment is related to the discussion on the review thread: reading only the paper, I expect (as a non-specialist) to be able to use OTTO on custom state spaces, where I can decide on target and tracker (starting) positions. (Perhaps this is a bias induced by the introduction of the paper on applications of this type of model.)

The documentation is precise on the model and strategies considered and helps to understand that this is not what is treated with this package. If I understood correctly, OTTO is more a tool for rigorous study and comparison of heuristic policies than a practical tool to be used on real-world examples. In my opinion, a sentence or two should be added in the paper to clarify the purpose of the package.

I still checked the "statement of need" box because this point is not blocking for me. On this subject, note that if we follow the checklist to the letter, a "statement of need" section should be present in the paper.

It was a pleasure to use and review OTTO. Thanks for the quick feedback during the review process, and sorry for my late feedback in this busy end of year period.

R.

@auroreloisy
Copy link

Dear @RomainAzais,
thank you very much for spending time on reviewing OTTO, and for your positive feedback.
Following your suggestion, we have added the following sentence in the paper to clarify the purpose of the package: "It is primarily designed to rigorously study the statistical properties of near-optimal strategies and of their heuristic approximations."
(cf commit and commit).
Regarding the "Statement of Need", it is actually present in the paper (first section).

Dear @VivianePons : we believe we have now addressed all issues raised by the reviewers.

@VivianePons
Copy link

@editorialbot generate pdf

@auroreloisy
Copy link

@VivianePons actually the invalid doi should be active on the 15 june (upcoming publication that uses OTTO by us)

@RomainAzais
Copy link

Regarding the "Statement of Need", it is actually present in the paper (first section).

My mistake, I guess I was expecting it at the "summary" place. But that's perfectly fine.

@RomainAzais can you confirm that you're satisfied with the answer from @auroreloisy to your comment?

Yes, I am.

@auroreloisy
Copy link

@VivianePons I have just updated the reference, it works now

@VivianePons
Copy link

@editorialbot generate pdf

@editorialbot
Copy link
Collaborator Author

👉📄 Download article proof 📄 View article proof on GitHub 📄 👈

@VivianePons
Copy link

@editorialbot check references

@editorialbot
Copy link
Collaborator Author

Reference check summary (note 'MISSING' DOIs are suggestions that need verification):

OK DOIs

- 10.1103/PhysRevE.101.043110 is OK
- 10.7554/eLife.04220 is OK
- 10.7554/elife.52371 is OK
- 10.1073/pnas.1618055114 is OK
- 10.1098/rspa.2022.0118 is OK
- 10.1016/J.INFFUS.2017.10.009 is OK
- 10.1073/pnas.1221091110 is OK
- 10.1007/s10514-006-7536-7 is OK
- 10.3389/fnbot.2010.00001 is OK
- 10.1073/pnas.1606075113 is OK
- 10.1146/annurev-conmatphys-031720-032754 is OK
- 10.1016/J.INFFUS.2015.06.008 is OK
- 10.1142/4042 is OK
- 10.2307/1542524 is OK
- 10.1038/nature05464 is OK
- 10.1371/journal.pcbi.1003861 is OK
- 10.5281/zenodo.6125391 is OK

MISSING DOIs

- None

INVALID DOIs

- None

@VivianePons
Copy link

Thank you @auroreloisy, I believe we have now everything and we will move to the last steps before final acceptance. Congrats! And thank you to @11michalis11 and @RomainAzais for the reviews.

@auroreloisy : can you make a tagged release of the software (on Zenodo, figshare, or other). This needs to have the same title and authors as the submission. When done, send me the link and I will update the version and doi

@auroreloisy
Copy link

@VivianePons : here is the zenodo link https://zenodo.org/record/6651884

@VivianePons
Copy link

@editorialbot set v1.0.1 as version

@editorialbot
Copy link
Collaborator Author

Done! version is now v1.0.1

@VivianePons
Copy link

@editorialbot set 10.5281/zenodo.6651884 as archive

@editorialbot
Copy link
Collaborator Author

Done! Archive is now 10.5281/zenodo.6651884

@VivianePons
Copy link

@editorialbot recommend-accept

@editorialbot
Copy link
Collaborator Author

Attempting dry run of processing paper acceptance...

@editorialbot
Copy link
Collaborator Author

Reference check summary (note 'MISSING' DOIs are suggestions that need verification):

OK DOIs

- 10.1103/PhysRevE.101.043110 is OK
- 10.7554/eLife.04220 is OK
- 10.7554/elife.52371 is OK
- 10.1073/pnas.1618055114 is OK
- 10.1098/rspa.2022.0118 is OK
- 10.1016/J.INFFUS.2017.10.009 is OK
- 10.1073/pnas.1221091110 is OK
- 10.1007/s10514-006-7536-7 is OK
- 10.3389/fnbot.2010.00001 is OK
- 10.1073/pnas.1606075113 is OK
- 10.1146/annurev-conmatphys-031720-032754 is OK
- 10.1016/J.INFFUS.2015.06.008 is OK
- 10.1142/4042 is OK
- 10.2307/1542524 is OK
- 10.1038/nature05464 is OK
- 10.1371/journal.pcbi.1003861 is OK
- 10.5281/zenodo.6125391 is OK

MISSING DOIs

- None

INVALID DOIs

- None

@VivianePons
Copy link

Perfect, I just recommended acceptance, thank you all for the work on the paper!

@editorialbot
Copy link
Collaborator Author

👋 @openjournals/joss-eics, this paper is ready to be accepted and published.

Check final proof 👉 openjournals/joss-papers#3285

If the paper PDF and the deposit XML files look good in openjournals/joss-papers#3285, then you can now move forward with accepting the submission by compiling again with the command @editorialbot accept

@editorialbot editorialbot added the recommend-accept Papers recommended for acceptance in JOSS. label Jun 16, 2022
@arfon
Copy link
Member

arfon commented Jun 16, 2022

@editorialbot accept

@editorialbot
Copy link
Collaborator Author

Doing it live! Attempting automated processing of paper acceptance...

@editorialbot
Copy link
Collaborator Author

🐦🐦🐦 👉 Tweet for this paper 👈 🐦🐦🐦

@editorialbot
Copy link
Collaborator Author

🚨🚨🚨 THIS IS NOT A DRILL, YOU HAVE JUST ACCEPTED A PAPER INTO JOSS! 🚨🚨🚨

Here's what you must now do:

  1. Check final PDF and Crossref metadata that was deposited 👉 Creating pull request for 10.21105.joss.04266 joss-papers#3286
  2. Wait a couple of minutes, then verify that the paper DOI resolves https://doi.org/10.21105/joss.04266
  3. If everything looks good, then close this review issue.
  4. Party like you just published a paper! 🎉🌈🦄💃👻🤘

Any issues? Notify your editorial technical team...

@editorialbot editorialbot added accepted published Papers published in JOSS labels Jun 16, 2022
@arfon
Copy link
Member

arfon commented Jun 16, 2022

@11michalis11, @RomainAzais – many thanks for your reviews here and to @VivianePons for editing this submission! JOSS relies upon the volunteer effort of people like you and we simply wouldn't be able to do this without you ✨

@auroreloisy – your paper is now accepted and published in JOSS ⚡🚀💥

@arfon arfon closed this as completed Jun 16, 2022
@editorialbot
Copy link
Collaborator Author

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

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

reStructuredText:
.. image:: https://joss.theoj.org/papers/10.21105/joss.04266/status.svg
   :target: https://doi.org/10.21105/joss.04266

This is how it will look in your documentation:

DOI

We need your help!

The 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:

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 Python recommend-accept Papers recommended for acceptance in JOSS. review Shell TeX
Projects
None yet
Development

No branches or pull requests

6 participants