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]: individual: An R package for individual-based epidemiological models #3539

Closed
40 of 60 tasks
whedon opened this issue Jul 26, 2021 · 67 comments
Closed
40 of 60 tasks
Assignees
Labels
accepted C++ C published Papers published in JOSS R recommend-accept Papers recommended for acceptance in JOSS. review

Comments

@whedon
Copy link

whedon commented Jul 26, 2021

Submitting author: @giovannic (Giovanni Charles)
Repository: https://github.com/mrc-ide/individual
Version: v0.1.6
Editor: @mikldk
Reviewer: @seabbs, @strengejacke, @SteRoe
Archive: 10.5281/zenodo.5529932

⚠️ JOSS reduced service mode ⚠️

Due to the challenges of the COVID-19 pandemic, JOSS is currently operating in a "reduced service mode". You can read more about what that means in our blog post.

Status

status

Status badge code:

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

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

@seabbs & @strengejacke & @SteRoe, 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.readthedocs.io/en/latest/reviewer_guidelines.html. Any questions/concerns please let @mikldk 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

Review checklist for @seabbs

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 repository url?
  • 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 (@giovannic) 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?

Review checklist for @strengejacke

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

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?

Review checklist for @SteRoe

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 repository url?
  • 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 (@giovannic) 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?
@whedon
Copy link
Author

whedon commented Jul 26, 2021

Hello human, I'm @whedon, a robot that can help you with some common editorial tasks. @seabbs, @strengejacke, @SteRoe it looks like you're currently assigned to review this paper 🎉.

⚠️ JOSS reduced service mode ⚠️

Due to the challenges of the COVID-19 pandemic, JOSS is currently operating in a "reduced service mode". You can read more about what that means in our blog post.

⭐ 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

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

@whedon generate pdf

@whedon
Copy link
Author

whedon commented Jul 26, 2021

Wordcount for paper.md is 1188

@whedon
Copy link
Author

whedon commented Jul 26, 2021

Software report (experimental):

github.com/AlDanial/cloc v 1.88  T=0.06 s (1013.5 files/s, 118558.7 lines/s)
-------------------------------------------------------------------------------
Language                     files          blank        comment           code
-------------------------------------------------------------------------------
R                               24            374            381           1782
C++                             13            149            229           1657
C/C++ Header                    12            204            128            997
TeX                              1             42              0            441
Markdown                         3             61              0            233
Rmd                              4            152            243            214
YAML                             5             32              2            150
Dockerfile                       1              4              1              9
Bourne Shell                     1              0              0              2
-------------------------------------------------------------------------------
SUM:                            64           1018            984           5485
-------------------------------------------------------------------------------


Statistical information for the repository 'c99a2ebcc471e80da37242e7' was
gathered on 2021/07/26.
The following historical commit information, by author, was found:

Author                     Commits    Insertions      Deletions    % of changes
Giovanni                        21          1106            738           11.83
Giovanni Charles                62          6408           4758           71.66
Peter Winskill                   1            36              0            0.23
giovanni                         3           280            198            3.07
slwu89                          41          1637            421           13.21

Below are the number of rows from each author that have survived and are still
intact in the current revision:

Author                     Rows      Stability          Age       % in comments
Giovanni                   2218          200.5          8.4               10.96
slwu89                     1146           70.0          3.9               10.82

@whedon
Copy link
Author

whedon commented Jul 26, 2021

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

OK DOIs

- 10.1007/978-0-387-33532-2_2 is OK
- 10.1186/1471-2334-10-190 is OK
- 10.1186/s12879-017-2699-8 is OK
- 10.1146/annurev-publhealth-040617-014317 is OK
- 10.1146/annurev-statistics-010814-020218 is OK
- 10.1146/annurev-statistics-061120-034438 is OK
- 10.1016/j.tree.2012.01.014 is OK
- 10.18637/jss.v040.i08 is OK
- 10.1186/1471-2105-13-76 is OK
- 10.1186/2194-3206-1-3 is OK
- 10.25080/majora-7b98e3ed-009 is OK
- 10.18637/jss.v090.i02 is OK
- 10.5281/zenodo.4441210 is OK
- 10.1111/ecog.04516 is OK
- 10.1111/2041-210X.13286 is OK
- 10.1016/j.epidem.2018.06.001 is OK
- 10.1016/j.procs.2013.05.347 is OK
- 10.18637/jss.v058.i02 is OK
- 10.1093/femspd/fty059 is OK
- 10.1101/440834 is OK
- 10.1177/1094342016635723 is OK
- 10.18637/jss.v094.i06 is OK
- 10.1002/ece3.2580 is OK
- 10.18637/jss.v022.i09 is OK
- 10.18637/jss.v084.i08 is OK
- 10.18637/jss.v083.i11 is OK
- 10.18637/jss.v024.i02 is OK
- 10.1111/2041-210X.13422 is OK
- 10.1109/tcss.2018.2871625 is OK
- 10.1016/j.idm.2017.03.001 is OK
- 10.1101/2021.05.13.21256216 is OK

MISSING DOIs

- None

INVALID DOIs

- None

@whedon
Copy link
Author

whedon commented Jul 26, 2021

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

@mikldk
Copy link

mikldk commented Jul 26, 2021

@seabbs, @strengejacke, @SteRoe: Thanks for agreeing to review. Please carry out your review in this issue by updating the checklist above and giving feedback in this issue. The reviewer guidelines are available here: https://joss.readthedocs.io/en/latest/reviewer_guidelines.html. If possible create issues (and cross-reference) in the submission's repository to avoid too specific discussions in this review thread.

If you have any questions or concerns please let me know.

@SteRoe
Copy link

SteRoe commented Jul 26, 2021

@mikldk: This is my first JOSS review. Filled out the check list, but I'm not sure how to submit it. Most notably I found no statement on examples and tests, so I left these checks open. Other points are fine. How to proceed?

@mikldk
Copy link

mikldk commented Jul 26, 2021

@SteRoe Thanks for asking! The check items are not to be submitted, once they are checked that is saved and all is good. The ones you do not think are okay/not satisfied you can address here in this issue to the author (minor things), or preferably create issues in the submission's repository and mention this review issue so that the issues are linked.

@giovannic
Copy link

@mikldk @SteRoe Thanks for bringing that up! Not sure how we declare these to JOSS but we have extensive automated tests (here's our latest coverage), and our documentation has an example in the tutorial (which had to be removed from the paper for brevity).

@giovannic
Copy link

Some other potentially useful links...

Installation instructions
Contributing guidelines

;)

@SteRoe
Copy link

SteRoe commented Jul 26, 2021

@giovannic Maybe, you could reference your test suite and the tutorial in a short section?

@giovannic
Copy link

I've added a short note to the Licensing and Availability section.

@whedon
Copy link
Author

whedon commented Aug 9, 2021

👋 @SteRoe, please update us on how your review is going (this is an automated reminder).

@whedon
Copy link
Author

whedon commented Aug 9, 2021

👋 @seabbs, please update us on how your review is going (this is an automated reminder).

@whedon
Copy link
Author

whedon commented Aug 9, 2021

👋 @strengejacke, please update us on how your review is going (this is an automated reminder).

@mikldk
Copy link

mikldk commented Aug 23, 2021

@seabbs, @strengejacke, @SteRoe: Can you please give a brief status of your review? This is not to rush you, merely to give me an impression of the progress and time-frame.

@SteRoe
Copy link

SteRoe commented Aug 23, 2021

My points were properly replied. For me, the manuscript is fine. How to proceed?

@SteRoe SteRoe closed this as completed Aug 23, 2021
@giovannic
Copy link

@mikldk Ah, ok done 👍

@mikldk
Copy link

mikldk commented Oct 5, 2021

@whedon generate pdf

@whedon
Copy link
Author

whedon commented Oct 5, 2021

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

@mikldk
Copy link

mikldk commented Oct 5, 2021

@giovannic:

  1. In the Summary section, you write "individual based models (IBMs)" - would it be appropriate to also include the term "agent based models (ABM)"?
  2. Sometimes you write "individual based" and others "individual-based". Please use the same form.
  3. "General R Packages" vs "Design Principles" vs "State of the field" - please either use Title Case consistently, or don't use it 😄.
  4. Acknowledgements: Please end the section with a period. Also, please write what you acknowledge them for.

@giovannic
Copy link

👍 done

@giovannic
Copy link

@whedon generate pdf

@whedon
Copy link
Author

whedon commented Oct 5, 2021

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

@mikldk
Copy link

mikldk commented Oct 5, 2021

@giovannic The title still says "[...] for individual based epidemiological models" - without hyphen?

@slwu89
Copy link

slwu89 commented Oct 5, 2021

@mikldk I've addressed that here mrc-ide/individual@ec4f1be

@slwu89
Copy link

slwu89 commented Oct 5, 2021

@whedon generate pdf

@whedon
Copy link
Author

whedon commented Oct 5, 2021

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

@mikldk mikldk changed the title [REVIEW]: individual: An R package for individual based epidemiological models [REVIEW]: individual: An R package for individual-based epidemiological models Oct 5, 2021
@mikldk
Copy link

mikldk commented Oct 5, 2021

@whedon recommend-accept

@whedon whedon added the recommend-accept Papers recommended for acceptance in JOSS. label Oct 5, 2021
@whedon
Copy link
Author

whedon commented Oct 5, 2021

Attempting dry run of processing paper acceptance...

@whedon
Copy link
Author

whedon commented Oct 5, 2021

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

OK DOIs

- 10.1007/978-0-387-33532-2_2 is OK
- 10.1186/1471-2334-10-190 is OK
- 10.1186/s12879-017-2699-8 is OK
- 10.1146/annurev-publhealth-040617-014317 is OK
- 10.1146/annurev-statistics-010814-020218 is OK
- 10.1146/annurev-statistics-061120-034438 is OK
- 10.1016/j.tree.2012.01.014 is OK
- 10.18637/jss.v040.i08 is OK
- 10.1186/1471-2105-13-76 is OK
- 10.1186/2194-3206-1-3 is OK
- 10.25080/majora-7b98e3ed-009 is OK
- 10.18637/jss.v090.i02 is OK
- 10.5281/zenodo.4441210 is OK
- 10.1111/ecog.04516 is OK
- 10.1111/2041-210X.13286 is OK
- 10.1016/j.epidem.2018.06.001 is OK
- 10.1016/j.procs.2013.05.347 is OK
- 10.18637/jss.v058.i02 is OK
- 10.1093/femspd/fty059 is OK
- 10.1101/440834 is OK
- 10.1177/1094342016635723 is OK
- 10.18637/jss.v094.i06 is OK
- 10.1002/ece3.2580 is OK
- 10.18637/jss.v022.i09 is OK
- 10.18637/jss.v084.i08 is OK
- 10.18637/jss.v083.i11 is OK
- 10.18637/jss.v024.i02 is OK
- 10.1111/2041-210X.13422 is OK
- 10.1109/tcss.2018.2871625 is OK
- 10.1016/j.idm.2017.03.001 is OK
- 10.1101/2021.05.13.21256216 is OK

MISSING DOIs

- None

INVALID DOIs

- None

@whedon
Copy link
Author

whedon commented Oct 5, 2021

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

Check final proof 👉 openjournals/joss-papers#2645

If the paper PDF and Crossref deposit XML look good in openjournals/joss-papers#2645, then you can now move forward with accepting the submission by compiling again with the flag deposit=true e.g.

@whedon accept deposit=true

@mikldk
Copy link

mikldk commented Oct 5, 2021

@openjournals/joss-eics : Please note that the title has changed (a hyphen added to "individual-based"). I changed the issue title here, but I am not sure if it needs to be changed elsewhere, too.

@kyleniemeyer
Copy link

@openjournals/dev does the title need to be changed anywhere else, or will it be fine if correct in the paper?

@kyleniemeyer
Copy link

I'm going to proceed assuming that is the case, since the generated XML and PDF are correct.

@kyleniemeyer
Copy link

@whedon accept deposit=true

@whedon
Copy link
Author

whedon commented Oct 7, 2021

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

@whedon whedon added accepted published Papers published in JOSS labels Oct 7, 2021
@whedon
Copy link
Author

whedon commented Oct 7, 2021

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

@whedon
Copy link
Author

whedon commented Oct 7, 2021

🚨🚨🚨 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.03539 joss-papers#2651
  2. Wait a couple of minutes, then verify that the paper DOI resolves https://doi.org/10.21105/joss.03539
  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...

@kyleniemeyer
Copy link

Congratulations @giovannic on your article's publication in JOSS!

Many thanks to @strengejacke and @SteRoe for reviewing this, and @mikldk for editing it.

@whedon
Copy link
Author

whedon commented Oct 7, 2021

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

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

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

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:

@slwu89
Copy link

slwu89 commented Oct 7, 2021

Thank you @SteRoe and @strengejacke for reviewing our paper, and to @mikldk for editing our submission!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
accepted C++ C published Papers published in JOSS R recommend-accept Papers recommended for acceptance in JOSS. review
Projects
None yet
Development

No branches or pull requests

9 participants