openjournals / joss-reviews

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

[REVIEW]: Paraqus: Exporting Finite Element Simulation Results from Abaqus to VTK #5729

Open editorialbot opened 1 year ago

editorialbot commented 1 year ago

Submitting author: !--author-handle-->@tmfrlm<!--end-author-handle-- (Tim Furlan) Repository: https://github.com/tmfrln/paraqus Branch with paper.md (empty if default branch): joss-submission Version: v1.0.0 Editor: !--editor-->@prashjha<!--end-editor-- Reviewers: @alizma, @KParas Archive: Pending

Status

status

Status badge code:

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

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

@alizma & @KParas, 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 @prashjha 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 @KParas

📝 Checklist for @alizma

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

OK DOIs

- 10.5281/zenodo.50550 is OK

MISSING DOIs

- None

INVALID DOIs

- https://doi.org/10.1016/j.cageo.2016.11.008 is INVALID because of 'https://doi.org/' prefix
editorialbot commented 1 year ago
Software report:

github.com/AlDanial/cloc v 1.88  T=0.08 s (563.6 files/s, 114036.2 lines/s)
-------------------------------------------------------------------------------
Language                     files          blank        comment           code
-------------------------------------------------------------------------------
Python                          27           1621           2512           3549
Fortran 77                       1            164             98            608
YAML                             5             27              4            130
reStructuredText                 6             81             21            123
Markdown                         2             21              0             45
DOS Batch                        1              8              1             26
TOML                             1              3              0             25
TeX                              1              2              0             16
make                             1              4              7              9
-------------------------------------------------------------------------------
SUM:                            45           1931           2643           4531
-------------------------------------------------------------------------------

gitinspector failed to run statistical information for the repository
editorialbot commented 1 year ago

Wordcount for paper.md is 539

editorialbot commented 1 year ago

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

prashjha commented 1 year ago

Dear @alizma and @KParas, please read the first couple of comments in this thread and create your review checklist if not done already. You can read the reviewer guidelines here. Also, you can browse the closed "REVIEW" issues on the "joss-reviews" repository to get some ideas on how to complete the reviews. Good luck!

KParas commented 1 year ago

Review checklist for @KParas

Conflict of interest

Code of Conduct

General checks

Functionality

Documentation

Software paper

KParas commented 1 year ago

@prashjha How do we verify this checkpoint in case there seem to be no commits from an author but?

"Does the full list of paper authors seem appropriate and complete?"

Does JOSS also require/recommend an author contribution section like some other journals?

prashjha commented 1 year ago

@KParas, good point. You can ask the author, @tmfrln, for clarification. While the "Contributions" section is not mandatory, as a reviewer, you can request authors to have one in the draft.

prashjha commented 1 year ago

Hi @alizma, Could you please update how the review is progressing? I see that you have not yet created a checklist. I would appreciate it if you could get started soon. Thanks!! :)

alizma commented 1 year ago

Review checklist for @alizma

Conflict of interest

Code of Conduct

General checks

Functionality

Documentation

Software paper

tmfrln commented 1 year ago

@editorialbot generate pdf

editorialbot commented 1 year ago

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

tmfrln commented 1 year ago

Hi everyone, we added a contributions section to the paper to address the question @KParas asked. If you need any additional information please let me know. We also fixed an invalid doi for one of the references.

alizma commented 1 year ago

Hi @tmfrln, could you add a CONTRIBUTING.md file that discusses "guidelines for third parties wishing to 1) Contribute to the software 2) Report issues or problems with the software 3) Seek support"?

Also I know the dependencies are minimal, but nevertheless, these should be listed somewhere in the Installation section of your documentation, and ideally also provided as a requirements.txt or equivalent for completeness sake.

Also @prashjha, could you suggest how I should confirm end-to-end functionality of the provided examples if I do not have access to Abaqus?

tmfrln commented 12 months ago

Hi @alizma,

prashjha commented 11 months ago

Hi @tmfrln, could you add a CONTRIBUTING.md file that discusses "guidelines for third parties wishing to 1) Contribute to the software 2) Report issues or problems with the software 3) Seek support"?

Also I know the dependencies are minimal, but nevertheless, these should be listed somewhere in the Installation section of your documentation, and ideally also provided as a requirements.txt or equivalent for completeness sake.

Also @prashjha, could you suggest how I should confirm end-to-end functionality of the provided examples if I do not have access to Abaqus?

@alizma, it looks like the library comes with the Abaqus-produced files to test the scripts. You do not need to run Abaqus to test this library. The authors do provide instructions to reproduce the Abaqus output file in case anyone is interested. But for the review, you can assume that the Abaqus output file is given and the scripts work as intended. @tmfrln, does it sound right?

tmfrln commented 11 months ago

@prashjha The library is split up in two parts: The vtk writers and a general data model are independent of Abaqus and can be used/tested in any python environment. The second part is supposed to be run in Abaqus and implements the interface of the Abaqus database to the data model. So for some of the examples, Abaqus in indeed required to test them. One of the main ideas of this package is to export results from Abaqus once, and have them in a format that can be shared with people who do not use Abaqus afterwards. If this would be helpful, i could offer to showcase the Abaqus-related examples on a zoom call or similar. I am however not sure if that is ok with JOSS's requirements for peer review. If the group of @KParas has access to Abaqus, maybe it would be an option for him to share if the examples worked for him?

prashjha commented 11 months ago

@KParas, could you please provide an update on your review? Thanks!

prashjha commented 10 months ago

Hi @KParas, please provide an update on your review. It has been too long, and we need to speed up the review, please. There are a lot of items remaining in your checklist.

prashjha commented 10 months ago

@alizma, could you please provide an update on your review? Thanks!

KParas commented 9 months ago

@prashjha Due to some unforeseen helath issues and othe commitments, it did not go as planned. To be realistic, I will be able to finish the review until January end, in case it still suits you. My sincere appologies for the delay and inconvenience caused.

prashjha commented 9 months ago

Hi @KParas, thank you for letting me know. I sincerely hope everything gets sorted out. Yes, January end will work but it has to be a hard deadline. Please let me know if this is acceptable.

prashjha commented 7 months ago

Dear @alizma and @KParas, we are running significantly behind, and I would greatly appreciate it if you could finish the review soon. Please share the update and realistic timeline by which you could finish the reviews. Again, I appreciate your help in reviewing this submission.

prashjha commented 6 months ago

Hi, @alizma and @KParas. We are now significantly behind schedule. I have not heard from both of you, and you have ignored my pings. Please let me know if you can complete the reviews. It is unfair to the authors that the review has been stuck for so long.

jstollberg commented 1 month ago

Hi @prashjha, could you give us a small update since the review process got stuck for some time now?

jstollberg commented 2 days ago

Dear @prashjha, the last update on the review was already one year ago in September 2023. This seems quite a long time to me. When can we expect the review process to be finished?