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]: A C++ template library for polynomials algebra over discrete euclidean domains #6233

Open
editorialbot opened this issue Jan 16, 2024 · 110 comments
Assignees
Labels
C++ CMake Makefile review TeX Track: 7 (CSISM) Computer science, Information Science, and Mathematics

Comments

@editorialbot
Copy link
Collaborator

editorialbot commented Jan 16, 2024

Submitting author: @JeWaVe (regis portalez)
Repository: https://github.com/aerobus-open-source/aerobus
Branch with paper.md (empty if default branch):
Version: v1.4
Editor: @gkthiruvathukal
Reviewers: @mmoelle1, @lucaferranti, @pitsianis
Archive: 10.6084/m9.figshare.27517938

Status

status

Status badge code:

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

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

@mmoelle1 & @lucaferranti & @pitsianis, 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 @gkthiruvathukal 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 @pitsianis

📝 Checklist for @lucaferranti

@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.04 s (293.4 files/s, 151843.1 lines/s)
-------------------------------------------------------------------------------
Language                     files          blank        comment           code
-------------------------------------------------------------------------------
C/C++ Header                     2            398            303           3611
C++                              2            151             53           1242
Markdown                         2            126              0            610
JSON                             3              0              0             85
CMake                            1              7              1             46
TeX                              1              2              0             32
YAML                             1              4              4             31
make                             1              7              0             15
-------------------------------------------------------------------------------
SUM:                            13            695            361           5672
-------------------------------------------------------------------------------


gitinspector failed to run statistical information for the repository

@editorialbot
Copy link
Collaborator Author

Wordcount for paper.md is 2506

@editorialbot
Copy link
Collaborator Author

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

OK DOIs

- 10.1007/978-3-319-06486-4_7 is OK

MISSING DOIs

- None

INVALID DOIs

- None

@editorialbot
Copy link
Collaborator Author

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

@pitsianis
Copy link

pitsianis commented Jan 17, 2024

Review checklist for @pitsianis

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/aerobus-open-source/aerobus?
  • License: Does the repository contain a plain-text LICENSE or COPYING file with the contents of an OSI approved software license?
  • Contribution and authorship: Has the submitting author (@JeWaVe) 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
  • Data sharing: If the paper contains original data, data are accessible to the reviewers. If the paper contains no original data, please check this item.
  • Reproducibility: If the paper contains original results, results are entirely reproducible by reviewers. If the paper contains no original results, please check this item.
  • Human and animal research: If the paper contains original data research on humans subjects or animals, does it comply with JOSS's human participants research policy and/or animal research policy? If the paper contains no such data, please check this item.

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, who the target audience is, and its relation to other work?
  • 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?

@pitsianis
Copy link

@JeWaVe, please make an extra effort to fix orthographic and syntactic mistakes in your paper.
There is no excuse now that ChatGPT, Grammarly, and other tools are widely available.
Please take a look at line 63.

If 𝔸 is euclidean, we can build it’s field of fractions: the smallest field containg 𝔸.

Please

  • capitalize proper names like Euclid, Taylor
  • do not use contractions like "it's"; it is too informal (for publications), and in this instance, it is also wrong
  • use a spell checker and grammar helper to catch typos like "containg"
  • consistently use mathematical expressions between dollar signs and program items between backquotes.
  • use correct language annotations to highlight the assembly code blocks

Also, the list of citations needs to be more significant for such a rich field.

@JeWaVe
Copy link

JeWaVe commented Jan 18, 2024

Hi and thanks for the comments.
I tried to address them in my latest commit in main.

@editorialbot generate pdf

@JeWaVe
Copy link

JeWaVe commented Jan 18, 2024

@editorialbot generate pdf

@editorialbot
Copy link
Collaborator Author

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

@JeWaVe
Copy link

JeWaVe commented Jan 18, 2024

Just added missing reference @editorialbot generate pdf

@danielskatz
Copy link

@editorialbot generate pdf

A command needs to be the first thing in a new comment

@editorialbot
Copy link
Collaborator Author

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

@JeWaVe
Copy link

JeWaVe commented Jan 18, 2024

@editorialbot generate pdf
forgot to push the .bib file

@editorialbot
Copy link
Collaborator Author

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

@JeWaVe
Copy link

JeWaVe commented Jan 18, 2024

@editorialbot generate pdf
add missing references

freezing development - waiting for review

@editorialbot
Copy link
Collaborator Author

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

@danielskatz
Copy link

👋 @gkthiruvathukal - What's the status of this review? What needs to happen next?

@JeWaVe
Copy link

JeWaVe commented Feb 7, 2024 via email

@danielskatz
Copy link

@JeWaVe - yes, I know. But it's the job of the editor to find the reviewers, which is why I was pinging the editor in a friendly way. I don't know if he has been contacting potential reviewers outside of the issue, such as by email.

@gkthiruvathukal
Copy link

@danielskatz I am not sure whether something has gone wrong, we already have reviewers @mmoelle1, @lucaferranti, @pitsianis. However, we only seem to have a review checklist for @pitsianis. Do you have any idea what might be wrong here?

And apologies for the delays on my end. The past few weeks have been super busy with my chairperson duties. I'll try to keep the review moving.

@danielskatz
Copy link

I'm sorry @gkthiruvathukal - I seem to have misread the status here. I do now see that there are three reviewers assigned, and one has started their review. It seems that the other two reviewers have not yet started, meaning that they have not yet run the @editorialbot generate my checklist command. Hopefully, that will happen soon, so that the reviews can be completed in the six weeks that we ask for, which really means the next three weeks in this case.

@JeWaVe
Copy link

JeWaVe commented Oct 14, 2024

I did what you suggested : remove benchmarks from paper and replace them by a reference to a figshare csv file

@JeWaVe
Copy link

JeWaVe commented Oct 14, 2024

@editorialbot generate pdf

@editorialbot
Copy link
Collaborator Author

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

@gkthiruvathukal
Copy link

@lucaferranti and @pitsianis Have you been able to complete your reviews for this JOSS submission? Has your feedback been satisfactorily addressed?

@JeWaVe
Copy link

JeWaVe commented Oct 28, 2024

Ping. Why does it take so long ? Please tell me what is the status of this paper ?

@gkthiruvathukal
Copy link

@JeWaVe I am still waiting for the reviewers to respond. It seems like you have addressed all feedback.

@gkthiruvathukal
Copy link

@JeWaVe In looking through the feedback, I believe all points have been addressed. I'm going to proceed with generating the final checklist.

@gkthiruvathukal
Copy link

@editorialbot commands

@editorialbot
Copy link
Collaborator Author

Hello @gkthiruvathukal, here are the things you can ask me to do:


# List all available commands
@editorialbot commands

# Add to this issue's reviewers list
@editorialbot add @username as reviewer

# Remove from this issue's reviewers list
@editorialbot remove @username from reviewers

# Get a list of all editors's GitHub handles
@editorialbot list editors

# Assign a user as the editor of this submission
@editorialbot assign @username as editor

# Remove the editor assigned to this submission
@editorialbot remove editor

# Remind an author, a reviewer or the editor to return to a review after a 
# certain period of time (supported units days and weeks)
@editorialbot remind @reviewer in 2 weeks

# Adds a checklist for the reviewer using this command
@editorialbot generate my checklist

# Set a value for version
@editorialbot set v1.0.0 as version

# Set a value for branch
@editorialbot set joss-paper as branch

# Set a value for repository
@editorialbot set https://github.com/organization/repo as repository

# Set a value for the archive DOI
@editorialbot set 10.5281/zenodo.6861996 as archive

# Mention the EiCs for the correct track
@editorialbot ping track-eic

# Run checks and provide information on the repository and the paper file
@editorialbot check repository

# Check the references of the paper for missing DOIs
@editorialbot check references

# Generates the pdf paper
@editorialbot generate pdf

# Recommends the submission for acceptance
@editorialbot recommend-accept

# Generates a LaTeX preprint file
@editorialbot generate preprint

# Flag submission with questionable scope
@editorialbot query scope

# Get a link to the complete list of reviewers
@editorialbot list reviewers

# Creates a post-review checklist with editor and authors tasks
@editorialbot create post-review checklist

# Open the review issue
@editorialbot start review

@gkthiruvathukal
Copy link

gkthiruvathukal commented Oct 28, 2024

Post-Review Checklist for Editor and Authors

Additional Author Tasks After Review is Complete

  • Double check authors and affiliations (including ORCIDs)
  • Make a release of the software with the latest changes from the review and post the version number here. This is the version that will be used in the JOSS paper.
  • Archive the release on Zenodo/figshare/etc and post the DOI here.
  • Make sure that the title and author list (including ORCIDs) in the archive match those in the JOSS paper.
  • Make sure that the license listed for the archive is the same as the software license.

Editor Tasks Prior to Acceptance

  • Read the text of the paper and offer comments/corrections (as either a list or a pull request)
  • Check that the archive title, author list, version tag, and the license are correct
  • Set archive DOI with @editorialbot set <DOI here> as archive
  • Set version with @editorialbot set <version here> as version
  • Double check rendering of paper with @editorialbot generate pdf
  • Specifically check the references with @editorialbot check references and ask author(s) to update as needed
  • Recommend acceptance with @editorialbot recommend-accept

@gkthiruvathukal
Copy link

@JeWaVe Please do all of the above "additional author tasks" and let me know when complete.

@JeWaVe
Copy link

JeWaVe commented Nov 2, 2024

Hi,

here is the archive for the release : 10.6084/m9.figshare.27517938

License is MIT, same as for the code

Latest release is v1.4 (github and figshare)

@gkthiruvathukal
Copy link

@JeWaVe Thank you so much! I will get on the case after returning from my weekend trip.

@gkthiruvathukal
Copy link

@editorialbot set 10.6084/m9.figshare.27517938 as archive

@editorialbot
Copy link
Collaborator Author

Done! archive is now 10.6084/m9.figshare.27517938

@gkthiruvathukal
Copy link

@editorialbot set v1.4 as release

@editorialbot
Copy link
Collaborator Author

I'm sorry human, I don't understand that. You can see what commands I support by typing:

@editorialbot commands

@gkthiruvathukal
Copy link

@editorialbot generate pdf

@gkthiruvathukal
Copy link

@editorialbot set v1.4 as version

@editorialbot
Copy link
Collaborator Author

Done! version is now v1.4

@editorialbot
Copy link
Collaborator Author

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

@gkthiruvathukal
Copy link

@editorialbot check references

@editorialbot
Copy link
Collaborator Author

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

✅ OK DOIs

- 10.1007/978-3-319-06486-4_7 is OK

🟡 SKIP DOIs

- No DOI given, and none found for title: vml: Vectorized Math Library
- No DOI given, and none found for title: On-Line Encyclopedia of Integer Sequences
- No DOI given, and none found for title: Algebra II: Chapters 4-7
- No DOI given, and none found for title: Mémoire sur les conditions de résolubilité des équ...
- No DOI given, and none found for title: Handbook of computational group theory
- No DOI given, and none found for title: The thirteen books of Euclid’s Elements
- No DOI given, and none found for title: A New Method of Solving Numerical Equations of all...
- No DOI given, and none found for title: Art of computer programming, volume 2: Seminumeric...
- No DOI given, and none found for title: Algorithms for geodesics
- No DOI given, and none found for title: Compensated horner scheme
- No DOI given, and none found for title: Aerobus benchmarks

❌ MISSING DOIs

- 10.1155/5708 may be a valid DOI for title: Algebra
- 10.1007/978-3-642-15582-6_5 may be a valid DOI for title: Sollya: An Environment for the Development of Nume...

❌ INVALID DOIs

- None

@gkthiruvathukal
Copy link

@JeWaVe Can you please check the missing DOIs in the above so I can finalize this submission? Thank you!

@JeWaVe
Copy link

JeWaVe commented Nov 28, 2024

@gkthiruvathukal
Copy link

@editorialbot commands

@editorialbot
Copy link
Collaborator Author

Hello @gkthiruvathukal, here are the things you can ask me to do:


# List all available commands
@editorialbot commands

# Add to this issue's reviewers list
@editorialbot add @username as reviewer

# Remove from this issue's reviewers list
@editorialbot remove @username from reviewers

# Get a list of all editors's GitHub handles
@editorialbot list editors

# Assign a user as the editor of this submission
@editorialbot assign @username as editor

# Remove the editor assigned to this submission
@editorialbot remove editor

# Remind an author, a reviewer or the editor to return to a review after a 
# certain period of time (supported units days and weeks)
@editorialbot remind @reviewer in 2 weeks

# Adds a checklist for the reviewer using this command
@editorialbot generate my checklist

# Set a value for version
@editorialbot set v1.0.0 as version

# Set a value for branch
@editorialbot set joss-paper as branch

# Set a value for repository
@editorialbot set https://github.com/organization/repo as repository

# Set a value for the archive DOI
@editorialbot set 10.5281/zenodo.6861996 as archive

# Mention the EiCs for the correct track
@editorialbot ping track-eic

# Run checks and provide information on the repository and the paper file
@editorialbot check repository

# Check the references of the paper for missing DOIs
@editorialbot check references

# Generates the pdf paper
@editorialbot generate pdf

# Recommends the submission for acceptance
@editorialbot recommend-accept

# Generates a LaTeX preprint file
@editorialbot generate preprint

# Flag submission with questionable scope
@editorialbot query scope

# Get a link to the complete list of reviewers
@editorialbot list reviewers

# Creates a post-review checklist with editor and authors tasks
@editorialbot create post-review checklist

# Open the review issue
@editorialbot start review

@gkthiruvathukal
Copy link

gkthiruvathukal commented Dec 20, 2024

@JeWaVe Did you correct those DOIs in your paper submission?

@gkthiruvathukal
Copy link

gkthiruvathukal commented Dec 20, 2024

Post-Review Checklist for Editor and Authors

Additional Author Tasks After Review is Complete

  • Double check authors and affiliations (including ORCIDs)
  • Make a release of the software with the latest changes from the review and post the version number here. This is the version that will be used in the JOSS paper.
  • Archive the release on Zenodo/figshare/etc and post the DOI here.
  • Make sure that the title and author list (including ORCIDs) in the archive match those in the JOSS paper.
  • Make sure that the license listed for the archive is the same as the software license.

Editor Tasks Prior to Acceptance

  • Read the text of the paper and offer comments/corrections (as either a list or a pull request)
  • Check that the archive title, author list, version tag, and the license are correct
  • Set archive DOI with @editorialbot set <DOI here> as archive
  • Set version with @editorialbot set <version here> as version
  • Double check rendering of paper with @editorialbot generate pdf
  • Specifically check the references with @editorialbot check references and ask author(s) to update as needed
  • Recommend acceptance with @editorialbot recommend-accept

@gkthiruvathukal
Copy link

@JeWaVe See author tasks above. Please also confirm that your DOIs in the paper are all correct.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C++ CMake Makefile review TeX Track: 7 (CSISM) Computer science, Information Science, and Mathematics
Projects
None yet
Development

No branches or pull requests

6 participants