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

[PRE REVIEW]: Multiplicative Elementary Cellular Automata #7173

Closed
editorialbot opened this issue Sep 4, 2024 · 14 comments
Closed

[PRE REVIEW]: Multiplicative Elementary Cellular Automata #7173

editorialbot opened this issue Sep 4, 2024 · 14 comments
Labels
Java pre-review query-scope Submissions of uncertain scope for JOSS rejected TeX Track: 7 (CSISM) Computer science, Information Science, and Mathematics

Comments

@editorialbot
Copy link
Collaborator

Submitting author: @dmcki23 (Daniel McKinley)
Repository: https://github.com/dmcki23/MultiplicativeECA
Branch with paper.md (empty if default branch):
Version: .98
Editor: Pending
Reviewers: Pending
Managing EiC: Daniel S. Katz

Status

status

Status badge code:

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

Author instructions

Thanks for submitting your paper to JOSS @dmcki23. Currently, there isn't a JOSS editor assigned to your paper.

@dmcki23 if you have any suggestions for potential reviewers then please mention them here in this thread (without tagging them with an @). You can search the list of people that have already agreed to review and may be suitable for this submission.

Editor instructions

The JOSS submission bot @editorialbot is here to help you find and assign reviewers and start the main review. To find out what @editorialbot can do for you type:

@editorialbot commands
@editorialbot editorialbot added pre-review Track: 7 (CSISM) Computer science, Information Science, and Mathematics labels Sep 4, 2024
@editorialbot
Copy link
Collaborator Author

Hello human, 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.90  T=0.10 s (1053.7 files/s, 235019.0 lines/s)
-------------------------------------------------------------------------------
Language                     files          blank        comment           code
-------------------------------------------------------------------------------
HTML                            56             10            362          13145
Java                            26            154           2332           5564
CSS                              3              8            103            799
XML                              8              0              0            749
JavaScript                       9             15             61            423
Markdown                         4            140              0            312
TeX                              1              9              0             84
YAML                             1              1              4             19
diff                             1              0              8             10
-------------------------------------------------------------------------------
SUM:                           109            337           2870          21105
-------------------------------------------------------------------------------

Commit count by author:

   202	dmcki23
     4	initials-here

@editorialbot
Copy link
Collaborator Author

Paper file info:

📄 Wordcount for paper.md is 1176

✅ The paper includes a Statement of need section

@editorialbot
Copy link
Collaborator Author

License info:

✅ License found: MIT License (Valid open source OSI approved license)

@editorialbot
Copy link
Collaborator Author

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

@editorialbot
Copy link
Collaborator Author

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

✅ OK DOIs

- 10.1007/978-3-031-43328-3_1 is OK
- 10.21105/joss.03608 is OK
- 10.1007/978-3-319-53043-7_10 is OK

🟡 SKIP DOIs

- No DOI given, and none found for title: A New Kind of Science
- No DOI given, and none found for title: The Octonions
- No DOI given, and none found for title: Mathematica, Version 14.0
- No DOI given, and none found for title: The fantastic combinations of John Conway’s new so...
- No DOI given, and none found for title: Multiplication cubes and multiplication automata
- No DOI given, and none found for title: The fantastic combinations of John Conway’s new so...

❌ MISSING DOIs

- None

❌ INVALID DOIs

- None

@editorialbot
Copy link
Collaborator Author

Five most similar historical JOSS papers:

Hypercomplex: abstract & fast header-only C++ template library for lattice-based cryptosystems in high-dimensional algebras
Submitting author: @AngryMaciek
Handling editor: @olexandr-konovalov (Active)
Reviewers: @vissarion, @ludopulles
Similarity score: 0.5903

ρμ: A Java library of randomization enhancements and other math utilities
Submitting author: @cicirello
Handling editor: @diehlpk (Active)
Reviewers: @xtruan, @pritchardn
Similarity score: 0.5896

Universal Numbers Library: Multi-format Variable Precision Arithmetic Library
Submitting author: @Ravenwater
Handling editor: @danielskatz (Active)
Reviewers: @mmoelle1, @mlxd, @yboettcher
Similarity score: 0.5682

JavaPermutationTools: A Java Library of Permutation Distance Metrics
Submitting author: @cicirello
Handling editor: @yochannah (Retired)
Reviewers: @ChrisJefferson, @motib
Similarity score: 0.5655

Computer-Aided Generation of N-shift RWS
Submitting author: @benjaminbolling
Handling editor: @majensen (Active)
Reviewers: @ShantanuDash, @magedhelmy1
Similarity score: 0.5603

⚠️ Note to editors: If these papers look like they might be a good match, click through to the review issue for that paper and invite one or more of the authors before considering asking the reviewers of these papers to review again for JOSS.

@danielskatz
Copy link

note - updated based on previously withdrawn submission: #6968

@danielskatz
Copy link

👋 @dmcki23 - thanks for this resubmission. I'm again going to ask editors to review it for scope before we start, in this case mostly to make sure that it's sufficiently prepared (packaging, documentation, etc.) to be reviewed.

@danielskatz
Copy link

@editorialbot query scope

@editorialbot
Copy link
Collaborator Author

Submission flagged for editorial review.

@editorialbot editorialbot added the query-scope Submissions of uncertain scope for JOSS label Sep 4, 2024
@danielskatz
Copy link

👋 @dmcki23 - I apologize for the delay, and for the result. After discussion amongst the JOSS editors, we have decided that this submission cannot be reviewed by JOSS. Comments from editors include:

  • The article seems to propose two things. (1) is a new type of cellular automaton and (2) some software to implement those rules. The documentation is not clear at all and is in all in one file (src/Paper/UserGuide.md) that describes the buttons of the user interface. There is a single test which is not a "check" of the result but some code that calls a routine. It is more an implementation example.
  • I don't think that the current state of the paper is adequate for a diverse, non-specialist audience. I find the "user manual" confusing and believe that the current set of documents and examples could make the work of potential reviewers very hard.
  • We should recommend to the author to publish their work on cellular automata to a mathematics or physics journal.

@danielskatz
Copy link

@editorialbot reject

@editorialbot
Copy link
Collaborator Author

Paper rejected.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Java pre-review query-scope Submissions of uncertain scope for JOSS rejected TeX Track: 7 (CSISM) Computer science, Information Science, and Mathematics
Projects
None yet
Development

No branches or pull requests

2 participants