-
-
Notifications
You must be signed in to change notification settings - Fork 38
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]: PyLogGrid: A Python package for fluid dynamics on logarithmic lattices #6087
Comments
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:
For example, to regenerate the paper pdf after making changes in the paper's md or bib files, type:
|
|
Wordcount for |
|
Five most similar historical JOSS papers: Capytaine: a Python-based linear potential flow solver VlaPy: A Python package for Eulerian Vlasov-Poisson-Fokker-Planck Simulations lattice_mc: A Python Lattice-Gas Monte Carlo Module PyAMG: Algebraic Multigrid Solvers in Python pyro: a framework for hydrodynamics explorations and prototyping |
Hi @hippalectryon-0, sorry for the delay in updates here. We are waiting for an editor to become available to handle your submission, which should hopefully happen soon. |
@editorialbot assign me as editor |
Assigned! @philipcardiff is now the editor |
Hello @hippalectryon-0, do you have any suggestions for appropriate reviewers? Maybe even from the list of similar historical JOSS papers? |
FYI, I invited Ciro S. Campolina to review this submission via email (and am awaiting a reply), since you refer to their LogLatt library. |
@philipcardiff |
Hi @hippalectryon-0, Would you mind addressing the following points on the documentation (https://pyloggrid.readthedocs.io/en/latest/benchmark.html#vs-grid-size):
Also, when I go to the main repository (https://github.com/hippalectryon-0/pyloggrid), the README file says this is not the main repository and it may not always be up to date; this is strange since the review is presumably meant to be on the main repository. At a minimum, please provide a link to the documentation in the README. I am still searching for suitable reviewers. |
For the tutorial at https://pyloggrid.readthedocs.io/en/latest/tutorial/tutorial_first_simu.html#running-the-simulation, can you add more details on the problem definition? e.g.
This would also help me find appropriate reviewers as I would better understand what type of problems PyLogGrid can solve. Thanks. |
HI @slaizet, Would you be interested in reviewing the submission “PyLogGrid: A Python package for fluid dynamics on logarithmic lattice”, which we received at JOSS? The link for the submission is #6087 , and the repository is at https://github.com/hippalectryon-0/pyloggrid. If you are unfamiliar with JOSS, the review process is unique: it takes place in a GitHub issue, is open, and encourages author-reviewer-editor conversations. You can have a look at our review criteria (https://joss.readthedocs.io/en/latest/review_criteria.html) and review checklist (https://joss.readthedocs.io/en/latest/review_checklist.html) to get an idea of what is expected. |
Hi @friedenhe, Would you be interested in reviewing the submission “PyLogGrid: A Python package for fluid dynamics on logarithmic lattice”, which we received at JOSS? The link for the submission is #6087 , and the repository is at https://github.com/hippalectryon-0/pyloggrid. If you are unfamiliar with JOSS, the review process is unique: it takes place in a GitHub issue, is open, and encourages author-reviewer-editor conversations. You can have a look at our review criteria (https://joss.readthedocs.io/en/latest/review_criteria.html) and review checklist (https://joss.readthedocs.io/en/latest/review_checklist.html) to get an idea of what is expected |
Happy to review this submission! |
Great, thank you. |
@editorialbot add @slaizet as reviewer |
@slaizet added to the reviewers list! |
@philipcardiff Thanks very much for the invitation. However, I am at my maximum bandwidth now, and I am afraid that I won't be able to review this paper. |
No problem, thanks for letting me know. |
Hi @p-costa, Would you be interested in reviewing the submission “PyLogGrid: A Python package for fluid dynamics on logarithmic lattice”, which we received at JOSS? The link for the submission is #6087 , and the repository is at https://github.com/hippalectryon-0/pyloggrid. If you are unfamiliar with JOSS, the review process is unique: it takes place in a GitHub issue, is open, and encourages author-reviewer-editor conversations. You can have a look at our review criteria (https://joss.readthedocs.io/en/latest/review_criteria.html) and review checklist (https://joss.readthedocs.io/en/latest/review_checklist.html) to get an idea of what is expected |
Thanks @philipcardiff for the invite! Unfortunately I don't have time to review this nice submission, as I am on parental leave. |
No problem; thanks for your quick reply! |
HI @GongZheng-Justin, Would you be interested in reviewing the submission “PyLogGrid: A Python package for fluid dynamics on logarithmic lattice”, which we received at JOSS? The link for the submission is #6087 , and the repository is at https://github.com/hippalectryon-0/pyloggrid. If you are unfamiliar with JOSS, the review process is unique: it takes place in a GitHub issue, is open, and encourages author-reviewer-editor conversations. You can have a look at our review criteria (https://joss.readthedocs.io/en/latest/review_criteria.html) and review checklist (https://joss.readthedocs.io/en/latest/review_checklist.html) to get an idea of what is expected. |
HI @davecats, Would you be interested in reviewing the submission “PyLogGrid: A Python package for fluid dynamics on logarithmic lattice”, which we received at JOSS? The link for the submission is #6087 , and the repository is at https://github.com/hippalectryon-0/pyloggrid. If you are unfamiliar with JOSS, the review process is unique: it takes place in a GitHub issue, is open, and encourages author-reviewer-editor conversations. You can have a look at our review criteria (https://joss.readthedocs.io/en/latest/review_criteria.html) and review checklist (https://joss.readthedocs.io/en/latest/review_checklist.html) to get an idea of what is expected. |
Hi @hippalectryon-0, I tried to follow your instructions to clone the code but I got an error message:
Can you double check that the instructions are correct? Cheers, Sylvain |
@slaizet Can you try (note that you'll then need to run |
All good now with the new instructions (you might want to update your doc). |
As requested I've added some more information in the tutorial. I've also updated the docs to reflect the issue @slaizet faced. (if you still see the old docs, 1) check that you're on the joss branch of the docs 2) clear your browser cache) |
Hi @hippalectryon-0, I am trying to run my "first simulation" following the instructions here: https://pyloggrid.readthedocs.io/en/latest/tutorial/tutorial_first_simu.html First of all, you should specify all the Python libraries required to run
I get a different error when trying to run the code with python3:
I can confirm that I am in the joss branch:
Am I missing something? Cheers, Sylvain |
Hello @weiwangstfc, Would you be interested in reviewing the submission “PyLogGrid: A Python package for fluid dynamics on logarithmic lattice”, which we received at JOSS? The link for the submission is #6087 , and the repository is at https://github.com/hippalectryon-0/pyloggrid. If you are unfamiliar with JOSS, the review process is unique: it takes place in a GitHub issue, is open, and encourages author-reviewer-editor conversations. You can have a look at our review criteria (https://joss.readthedocs.io/en/latest/review_criteria.html) and review checklist (https://joss.readthedocs.io/en/latest/review_checklist.html) to get an idea of what is expected. |
Hi @marlonsmathias, Would you be interested in reviewing the submission “PyLogGrid: A Python package for fluid dynamics on logarithmic lattice”, which we received at JOSS? The link for the submission is #6087 , and the repository is at https://github.com/hippalectryon-0/pyloggrid. If you are unfamiliar with JOSS, the review process is unique: it takes place in a GitHub issue, is open, and encourages author-reviewer-editor conversations. You can have a look at our review criteria (https://joss.readthedocs.io/en/latest/review_criteria.html) and review checklist (https://joss.readthedocs.io/en/latest/review_checklist.html) to get an idea of what is expected. |
Hello @philipcardiff , yes, I am interested in reviewing the submission. I have not reviewed for JOSS yet, so I will take a look at the documentation. |
Thanks, @marlonsmathias. |
@editorialbot add @marlonsmathias as reviewer |
@marlonsmathias added to the reviewers list! |
@editorialbot start review |
OK, I've started the review over in #6439. |
Hi all, we can continue the review over on the review issue #6439. |
Hi Philip,
I can review the mentioned submission if you are still looking for reviewers.
Thanks.
Regards,
Wei
…________________________________
From: Philip Cardiff ***@***.***>
Sent: Friday, March 1, 2024 15:27
To: openjournals/joss-reviews ***@***.***>
Cc: Wang, Wei (STFC,DL,SC) ***@***.***>; Mention ***@***.***>
Subject: Re: [openjournals/joss-reviews] [PRE REVIEW]: PyLogGrid: A Python package for fluid dynamics on logarithmic lattices (Issue #6087)
Hello @weiwangstfc<https://github.com/weiwangstfc>, Would you be interested in reviewing the submission “PyLogGrid: A Python package for fluid dynamics on logarithmic lattice”, which we received at JOSS? The link for the submission is #6087<#6087> , and the repository is at https://github.com/hippalectryon-0/pyloggrid.
If you are unfamiliar with JOSS, the review process is unique: it takes place in a GitHub issue, is open, and encourages author-reviewer-editor conversations. You can have a look at our review criteria (https://joss.readthedocs.io/en/latest/review_criteria.html) and review checklist (https://joss.readthedocs.io/en/latest/review_checklist.html) to get an idea of what is expected.
—
Reply to this email directly, view it on GitHub<#6087 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/ARMNZ247CJNMQ6CV32UNUKDYWCM7VAVCNFSM6AAAAAA7Y2LER2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSNZTGM4DOMRTGM>.
You are receiving this because you were mentioned.Message ID: ***@***.***>
|
Great, thanks Wei. |
@editorialbot add @weiwangstfc as reviewer |
@weiwangstfc added to the reviewers list! |
@slaizet
Could you confirm that you have successfully ran |
Submitting author: @hippalectryon-0 (Amaury Barral)
Repository: https://github.com/hippalectryon-0/pyloggrid
Branch with paper.md (empty if default branch): joss
Version: 2.3.0
Editor: @philipcardiff
Reviewers: @slaizet, @marlonsmathias, @weiwangstfc
Managing EiC: Arfon Smith
Status
Status badge code:
Author instructions
Thanks for submitting your paper to JOSS @hippalectryon-0. Currently, there isn't a JOSS editor assigned to your paper.
@hippalectryon-0 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:
The text was updated successfully, but these errors were encountered: