-
-
Notifications
You must be signed in to change notification settings - Fork 39
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
[REVIEW]: Surfaxe: Systematic surface calculations #3171
Comments
Hello human, I'm @whedon, a robot that can help you with some common editorial tasks. @pzarabadip, @eihernan it looks like you're currently assigned to review this paper 🎉. Due to the challenges of the COVID-19 pandemic, JOSS is currently operating in a "reduced service mode". You can read more about what that means in our blog post. ⭐ Important ⭐ If you haven't already, you should seriously consider unsubscribing from GitHub notifications for this (https://github.com/openjournals/joss-reviews) repository. As a reviewer, you're probably currently watching this repository which means for GitHub's default behaviour you will receive notifications (emails) for all reviews 😿 To fix this do the following two things:
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:
|
|
|
👋 @pzarabadip and @eihernan - Thanks for agreeing to review this submission. Both reviewers have checklists at the top of this thread with the JOSS requirements. 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. Please read the first couple of comments in this issue carefully, so that you can accept the invitation from JOSS and be able to check items, and so that you don't get overwhelmed with notifications from other activities in JOSS. 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, reviewers are encouraged to submit issues and pull requests on the software repository. When doing so, please mention We aim for reviews to be completed within about 2-4 weeks. Please let me know if either of you require some more time. We can also use Whedon (our bot) to set automatic reminders if you know you'll be away for a known period of time. Please feel free to ping me (@danielskatz) if you have any questions/concerns. |
👋 @pzarabadip, please update us on how your review is going (this is an automated reminder). |
👋 @eihernan, please update us on how your review is going (this is an automated reminder). |
👋 @pzarabadip & @eihernan - How are your reviews going? |
Hi @danielskatz. I would like to thank authors for developing
Best regards, |
Thanks @pzarabadip - Do I understand correctly that these are suggestions, not changes that are required for you? Or is the last one a requirement, tied to the fact that you didn't check the performance box in your review? |
👋 @eihernan - Can you update us on the status of your review? |
Hi @danielskatz - That's correct, those are suggestions. I missed to check the performance box. The last one can improve the performance for large files but nothing against current performance of the code. |
Hi @danielskatz, I've been a bit behind on this. I'll update with progress shortly. |
ok - it's great to hear from you that you're still workin on this, and we'll look forward to a further update |
Hi @pzarabadip, Thank you for the thorough review! To answer the suggestions:
from parsevasp import outcar
from pymatgen.io.vasp.outputs import Outcar
import time
# pymatgen
start = time.time()
otc = Outcar('surfaxe/example_data/convergence/Y2Ti2S2O5/001/30_50_15/OUTCAR')
times = otc.run_stats
print(time.time() - start)
>> 0.21026110649108887
# parsevasp
start = time.time()
otc = outcar.Outcar(file_path='surfaxe/example_data/convergence/Y2Ti2S2O5/001/30_50_15/OUTCAR')
times = otc.get_run_stats()
print(time.time() - start)
>> 0.029942989349365234 However, the additional wait time for the user arising from Thanks again for the really helpful review! |
Hi @danielskatz, here is an update of my review status. I have gone through the docs, tutorials, and paper and find them to be clear in their purpose, well-written and easy to follow. The inclusion of a binder environment is appreciated and the notebooks are well documented to explain the limitations when testing on that platform. The tutorials illustrate the functionality of the package well. I've been able to install and use the package on my personal computer following the installation instructions, but ran into an issue with the CLI not working when installing in a virtual environment. I want to make sure this was (my) user error before I check off the installation box. Thank you to the authors for their work, I think this package goes a long way to making surface calculation workflows more robust and reproducible. A suggestion for now:
Best, |
Thanks @eihernan - re the installation problem, if it does continue, you might open an issue in https://github.com/SMTG-UCL/surfaxe and mention And I'll look forward to a response from the authors to your other suggestions. |
Hi @eihernan, Thank you for your review and kind words. Thank you for raising the issue with CLI - we believe this was related to how yaml was imported in the CLI scripts. We have replaced To respond to suggestions:
"For the code to generate VASP input files along with the surface slabs, POTCARs need to be set up with pymatgen" We also added a similar line to the Installation section of surfaxe docs. Additionally, we modified the code to check that
All changes were made on the Thank you again, |
Hi @brlec, I installed the develop branch, and the CLI is working as expected in a virtual environment. @danielskatz with the changes above and installation working as expected, I believe this meets the standards for inclusion in JOSS. Thank you again to the developers. |
Thanks @eihernan! |
@brlec - at this point (or once you are ready if there are any further changes you want to make, such as in response to reviewer suggestions), can you:
I can then move forward with accepting the submission, which will include a proof read. |
Hi @danielskatz - the JOSS release is tagged v1.2 and was archived on Zenodo with the correct metadata. The DOI is 10.5281/zenodo.4776449 |
@whedon set v1.2 as version |
OK. v1.2 is the version. |
@whedon set 10.5281/zenodo.4776449 as archive |
OK. 10.5281/zenodo.4776449 is the archive. |
@whedon accept |
|
|
👋 @openjournals/joss-eics, this paper is ready to be accepted and published. Check final proof 👉 openjournals/joss-papers#2328 If the paper PDF and Crossref deposit XML look good in openjournals/joss-papers#2328, then you can now move forward with accepting the submission by compiling again with the flag
|
@brlec - I'm suggesting some small changes to the paper in SMTG-Bham/surfaxe#11 Please either merge this or let me know what you disagree with. |
@danielskatz we've merged all the suggestions |
@whedon accept |
|
|
👋 @openjournals/joss-eics, this paper is ready to be accepted and published. Check final proof 👉 openjournals/joss-papers#2329 If the paper PDF and Crossref deposit XML look good in openjournals/joss-papers#2329, then you can now move forward with accepting the submission by compiling again with the flag
|
@whedon accept deposit=true |
|
🐦🐦🐦 👉 Tweet for this paper 👈 🐦🐦🐦 |
🚨🚨🚨 THIS IS NOT A DRILL, YOU HAVE JUST ACCEPTED A PAPER INTO JOSS! 🚨🚨🚨 Here's what you must now do:
Any issues? Notify your editorial technical team... |
🎉🎉🎉 Congratulations on your paper acceptance! 🎉🎉🎉 If you would like to include a link to your paper from your README use the following code snippets:
This is how it will look in your documentation: We need your help! Journal of Open Source Software is a community-run journal and relies upon volunteer effort. If you'd like to support us please consider doing either one (or both) of the the following:
|
Submitting author: @brlec (Katarina Brlec)
Repository: https://github.com/SMTG-UCL/surfaxe
Version: v1.2
Editor: @danielskatz
Reviewer: @pzarabadip, @eihernan
Archive: 10.5281/zenodo.4776449
Due to the challenges of the COVID-19 pandemic, JOSS is currently operating in a "reduced service mode". You can read more about what that means in our blog post.
Status
Status badge code:
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
@pzarabadip & @eihernan, please carry out your review in this issue by updating the checklist below. If you cannot edit the checklist please:
The reviewer guidelines are available here: https://joss.readthedocs.io/en/latest/reviewer_guidelines.html. Any questions/concerns please let @danielskatz 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 ✨
Review checklist for @pzarabadip
Conflict of interest
Code of Conduct
General checks
Functionality
Documentation
Software paper
Review checklist for @eihernan
Conflict of interest
Code of Conduct
General checks
Functionality
Documentation
Software paper
The text was updated successfully, but these errors were encountered: