openjournals / joss-reviews

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

[REVIEW]: Excalibur: An Open Source Molecular and Atomic Cross Section Computation Code for Substellar Atmospheres #6894

Open editorialbot opened 1 week ago

editorialbot commented 1 week ago

Submitting author: !--author-handle-->@arnav-agrawal<!--end-author-handle-- (Arnav Agrawal) Repository: https://github.com/MartianColonist/Excalibur Branch with paper.md (empty if default branch): Version: v0.9.0 Editor: !--editor-->@dfm<!--end-editor-- Reviewers: @LorenzoMugnai, @arjunsavel Archive: Pending

Status

status

Status badge code:

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

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

@LorenzoMugnai & @arjunsavel, 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 @dfm 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 @LorenzoMugnai

📝 Checklist for @arjunsavel

editorialbot commented 1 week ago

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 commented 1 week ago
Reference check summary (note 'MISSING' DOIs are suggestions that need verification):

OK DOIs

- 10.1016/j.jqsrt.2020.107228 is OK
- 10.1016/j.jqsrt.2010.05.001 is OK
- 10.1016/j.jqsrt.2021.107949 is OK
- 10.48550/arXiv.1710.10854 is OK
- 10.1088/0004-637X/808/2/182 is OK
- 10.3847/1538-4365/abd773 is OK
- 10.1051/0004-6361/201732531 is OK
- 10.1016/j.jqsrt.2018.09.027 is OK

MISSING DOIs

- None

INVALID DOIs

- None
editorialbot commented 1 week ago

Software report:

github.com/AlDanial/cloc v 1.90  T=0.05 s (877.5 files/s, 188977.9 lines/s)
-------------------------------------------------------------------------------
Language                     files          blank        comment           code
-------------------------------------------------------------------------------
Python                          23           1627           1855           2942
Jupyter Notebook                 6              0           1667            211
TeX                              1             12              0            127
reStructuredText                 6             53             48            106
Markdown                         1             25              0             53
YAML                             2              6             10             33
DOS Batch                        1              8              1             26
make                             1              4              7              9
-------------------------------------------------------------------------------
SUM:                            41           1735           3588           3507
-------------------------------------------------------------------------------

Commit count by author:

   162  arnav_agrawal
   125  Ryan MacDonald
    20  rmacdonald
     5  arnav-agrawal
editorialbot commented 1 week ago

Paper file info:

📄 Wordcount for paper.md is 1335

✅ The paper includes a Statement of need section

editorialbot commented 1 week ago

License info:

✅ License found: BSD 3-Clause "New" or "Revised" License (Valid open source OSI approved license)

dfm commented 1 week ago

@LorenzoMugnai, @arjunsavel — This is the review thread for the paper. All of our correspondence will happen here from now on. Thanks again for agreeing to participate!

👉 Please read the "Reviewer instructions & questions" in the first comment above, and generate your checklists by commenting @editorialbot generate my checklist on this issue ASAP. As you go over the submission, please check any items that you feel have been satisfied. There are also links to the JOSS reviewer guidelines.

The JOSS review is different from most other journals. Our goal is to work with the authors to help them meet our criteria instead of merely passing judgment on the submission. As such, the reviewers are encouraged to submit issues and pull requests on the software repository. When doing so, please mention openjournals/joss-reviews#6894 so that a link is created to this thread (and I can keep an eye on what is happening). Please also feel free to comment and ask questions on this thread. In my experience, it is better to post comments/questions/suggestions as you come across them instead of waiting until you've reviewed the entire package.

We aim for the review process to be completed within about 4-6 weeks but please try to make a start ahead of this as JOSS reviews are by their nature iterative and any early feedback you may be able to provide to the author will be very helpful in meeting this schedule. Please get your review started as soon as possible!

editorialbot commented 1 week ago

:point_right::page_facing_up: Download article proof :page_facing_up: View article proof on GitHub :page_facing_up: :point_left:

LorenzoMugnai commented 1 week ago

Review checklist for @LorenzoMugnai

Conflict of interest

Code of Conduct

General checks

Functionality

Documentation

Software paper

LorenzoMugnai commented 4 days ago

Hi @arnav-agrawal,

I have been reviewing the documentation and found it to be a bit too minimalist. If I may, here are a few suggestions for improvement:

Thank you for your attention to these suggestions.

LorenzoMugnai commented 3 days ago

Hi again,

Regarding the paper, I found it quite enjoyable to read. I have a few comments, mostly aimed at making it more accessible for non-expert users, whom you identify as the preferred audience for the didactic purpose of your code:

LorenzoMugnai commented 3 days ago

Another note (sorry for the several messages),

I see that there are automated tests in your repository. However, they don't seem to be linked to any CI, GitHub Action, or coverage tool. Have you considered including a GitHub Action for CI with a dedicated badge? Here is an example for POSEIDON, the retrieval code developed by your co-author and hosted in the same repository as Excalibur.

Thank you!

arnav-agrawal commented 18 hours ago

Hi @LorenzoMugnai,

Thank you for your suggestions and comments. We are working on touching up our code and documentation accordingly, and will have updates soon.

arjunsavel commented 16 hours ago

Review checklist for @arjunsavel

Conflict of interest

Code of Conduct

General checks

Functionality

Documentation

Software paper

arjunsavel commented 15 hours ago

@dfm hope you're well! Just wanted to double-check that I'm not COI-d out of reviewing. I'm on a paper (maybe a few?) with the second author, but it's part of a rather large collaboration (JWST ERS, and the limb asymmetry sub-unit). I don't think I've had much scientific conversation with the second author.