Giter VIP home page Giter VIP logo

Comments (19)

kthyng avatar kthyng commented on August 27, 2024 1

@kujaku11, @santisoler This is where the review will take place, though as issues arise as you go through your review checklist, please open specific issues in the software repo itself, and link back to this issue to help keep things organized. Please let me know if you have any questions. Thank you!!

from joss-reviews.

kthyng avatar kthyng commented on August 27, 2024 1

Thanks @kujaku11! @sinanozaydin Should address these comments when possible, and you may need to come back and see how it turns out or have some questions/comments, and for sure do a final check eventually

from joss-reviews.

santisoler avatar santisoler commented on August 27, 2024 1

Summary of first pass of my review

I think there's significant amount of work in pide that would make it a very useful tool for geophysical modelling and interpretation. I really appreciate the authors for the time they put into this project and that they made it available under an open-source license.
Currently, there are a few minimum requirements that the submitted article doesn't meet in order to be accepted for publication by JOSS. My major comments are related to:

  • missing documentation for users and contributors to understand how pide is designed and find out what tools are available;
  • and missing tests to ensure that the code behaves as expected and to allow users to reproduce the tests results.

I provide more details about these and other topics that should be addressed through issues in the upstream repository.

Looking forward to continue the conversation and the review process.

Thanks again to authors for the effort put into this project, and thanks @kthyng for the invitation to review it.

from joss-reviews.

editorialbot avatar editorialbot commented on August 27, 2024

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

from joss-reviews.

editorialbot avatar editorialbot commented on August 27, 2024

Software report:

github.com/AlDanial/cloc v 1.90  T=0.10 s (1200.8 files/s, 200900.3 lines/s)
-------------------------------------------------------------------------------
Language                     files          blank        comment           code
-------------------------------------------------------------------------------
Python                          49           3290           1265           7300
Jupyter Notebook                11              0           3903           1329
TeX                              4              1              0           1095
JSON                             2              0              0           1046
CSV                             46              0              0            456
Markdown                         2             32              0             77
DOS Batch                        1              8              1             26
TOML                             1              1              0             21
make                             1              4              7              9
YAML                             1              4              7              7
reStructuredText                 1              6              7              7
-------------------------------------------------------------------------------
SUM:                           119           3346           5190          11373
-------------------------------------------------------------------------------

Commit count by author:

   235	Sinan Özaydın
     3	Lu Li
     1	Patrice Rey

from joss-reviews.

editorialbot avatar editorialbot commented on August 27, 2024
Reference check summary (note 'MISSING' DOIs are suggestions that need verification):

OK DOIs

- 10.1029/2020gc009126 is OK
- 10.1002/2015GC006171 is OK
- 10.1016/j.cageo.2011.01.002 is OK
- 10.1016/j.cageo.2014.01.010 is OK
- 10.1093/gji/ggw290 is OK
- 10.1093/gji/ggz277 is OK

MISSING DOIs

- None

INVALID DOIs

- None

from joss-reviews.

editorialbot avatar editorialbot commented on August 27, 2024

Paper file info:

📄 Wordcount for paper.md is 814

✅ The paper includes a Statement of need section

from joss-reviews.

editorialbot avatar editorialbot commented on August 27, 2024

License info:

🟡 License found: GNU General Public License v3.0 (Check here for OSI approval)

from joss-reviews.

editorialbot avatar editorialbot commented on August 27, 2024

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

from joss-reviews.

kujaku11 avatar kujaku11 commented on August 27, 2024

Review checklist for @kujaku11

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/sinanozaydin/pide?
  • 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 (@sinanozaydin) 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?

from joss-reviews.

kthyng avatar kthyng commented on August 27, 2024

@kujaku11 and @santisoler Will you be able to get started on your reviews soon?

from joss-reviews.

kujaku11 avatar kujaku11 commented on August 27, 2024

@kthyng yes I was planning on have this done by Monday 8/12.

from joss-reviews.

santisoler avatar santisoler commented on August 27, 2024

I'll aim to start the review next week. Sorry for the delay.

from joss-reviews.

kthyng avatar kthyng commented on August 27, 2024

Thanks!

from joss-reviews.

kujaku11 avatar kujaku11 commented on August 27, 2024

@kthyng I have conducted my review and left an issue in the pide package repository.

Overall the package could be a great contribution to the geophysics community. Though there are some key components missing from the package. Namely, tests and documentation. Other issues include installation failed and some of the example notebooks don't run. Once these are implemented pide will be a strong contribution.

The manuscript was fine, just some minor grammatical suggestions and suggestions to add an example figure from outputs of the program.

Let me know if you need anything else or clarity.

from joss-reviews.

santisoler avatar santisoler commented on August 27, 2024

Review checklist for @santisoler

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/sinanozaydin/pide?
  • 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 (@sinanozaydin) 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?

from joss-reviews.

kthyng avatar kthyng commented on August 27, 2024

Thanks @santisoler!

When will you be able to start on this round of reviewer comments @sinanozaydin?

from joss-reviews.

sinanozaydin avatar sinanozaydin commented on August 27, 2024

Hello @kthyng,

I am starting now. I am going to try to finish it in two weeks otherwise I have to wait a bit since I will be travelling for a while then.

Cheers,

Sinan

from joss-reviews.

kthyng avatar kthyng commented on August 27, 2024

@sinanozaydin Ok thanks! If you get enough done before you leave to pass it back to reviewers, that would be useful to communicate about so the process can continue on. Actually, good communication is useful regardless. Thank you!

from joss-reviews.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.