openjournals / joss-reviews

Reviews for the Journal of Open Source Software
Creative Commons Zero v1.0 Universal
722 stars 38 forks source link

[REVIEW]: ParaMonte: A high-performance serial/parallel Monte Carlo simulation library for C, C++, Fortran #2741

Closed whedon closed 3 years ago

whedon commented 4 years ago

Submitting author: @shahmoradi (Amir Shahmoradi) Repository: https://github.com/cdslaborg/paramonte Version: v1.5.1 Editor: @VivianePons Reviewer: @milancurcic, @williamfgc Archive: 10.5281/zenodo.4749957

:warning: JOSS reduced service mode :warning:

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/f964b6e22c71515c310fbe3843ad4513"><img src="https://joss.theoj.org/papers/f964b6e22c71515c310fbe3843ad4513/status.svg"></a>
Markdown: [![status](https://joss.theoj.org/papers/f964b6e22c71515c310fbe3843ad4513/status.svg)](https://joss.theoj.org/papers/f964b6e22c71515c310fbe3843ad4513)

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

@milancurcic & @williamfgc, 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 @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

Review checklist for @milancurcic

Conflict of interest

Code of Conduct

General checks

Functionality

Documentation

Software paper

Review checklist for @williamfgc

Conflict of interest

Code of Conduct

General checks

Functionality

Documentation

Software paper

whedon commented 3 years ago
Doing it live! Attempting automated processing of paper acceptance...
whedon commented 3 years ago

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

whedon commented 3 years ago

🚨🚨🚨 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 :point_right: https://github.com/openjournals/joss-papers/pull/2304
  2. Wait a couple of minutes, then verify that the paper DOI resolves https://doi.org/10.21105/joss.02741
  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...

danielskatz commented 3 years ago

Congratulations to @shahmoradi (Amir Shahmoradi) and co-author!!

And thanks to @milancurcic and @williamfgc for reviewing, and @VivianePons for editing!

whedon commented 3 years ago

:tada::tada::tada: Congratulations on your paper acceptance! :tada::tada::tada:

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

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

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

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:

danielskatz commented 3 years ago

@arfon and @shahmoradi - I just realized (due to a comment by @kyleniemeyer in another review) that I made a mistake when suggesting edits to this paper, which removed some of the references. Specifically, in https://github.com/cdslaborg/paramonte/pull/14, I put multiple references together with commas, instead of the correct semicolons, which led to all but the first of each set not being included in the pdf.

I'm quite sorry about this.

I'm not sure how to fix this, as I think the paper src has been deleted.

Can we fix this? If so, how?

shahmoradi commented 3 years ago

Thanks for the note. I have revived the manuscript Markdown file in the project's repository. Please let me know if I have to do anything else. Thank you.

danielskatz commented 3 years ago

Thanks @shahmoradi - can you merge https://github.com/cdslaborg/paramonte/pull/15

arfon commented 3 years ago

Can we fix this? If so, how?

I think this should be fixed in https://github.com/openjournals/joss-papers/commit/c529ab42dd63f73bccc42b105115deca72b468c8 (which basically includes all of these changes @danielskatz)

danielskatz commented 3 years ago

The two references at the end of the paragraph that starts with "For each parallel simulation" also should be put together, I think

danielskatz commented 3 years ago

And the same with the two at the end of the paragraph that starts with "To alleviate"

arfon commented 3 years ago

Done and done. The updated paper might take a few hours to show up due to caching but it should be fixed.

danielskatz commented 3 years ago

Thanks! And again, sorry for this mistake on my part.