-
-
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
[REVIEW]: diyepw: A Python package for Do-It-Yourself EnergyPlus 1 weather file generation #3313
Comments
Hello human, I'm @whedon, a robot that can help you with some common editorial tasks. @samuelduchesne, @ritwikagarwal 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:
|
PDF failed to compile for issue #3313 with the following error:
|
|
@whedon generate pdf from branch joss-paper |
|
@samuelduchesne, @ritwikagarwal, we are still in reduced service mode in which we ask reviewers to finish their reviews within six weeks. I will add an automatic reminder for each of you to indicate when half of that time has elapsed. Of course it's great if you can finish your review earlier than that. |
@whedon remind @samuelduchesne in three weeks |
Reminder set for @samuelduchesne in three weeks |
@whedon remind @ritwikagarwal in three weeks |
Reminder set for @ritwikagarwal in three weeks |
👋 @samuelduchesne, please update us on how your review is going (this is an automated reminder). |
👋 @ritwikagarwal, please update us on how your review is going (this is an automated reminder). |
Hi @amandadsmith, just had a chance to go trough this. A tool to automatically generate weather files from NOAA data is very useful! I must say that this submission is of very good quality and it shows the care you and your team put to provide an open-source tool to the building energy modeling community. I the spirit of making the tool even better I have some recommendations that I invite your to consider even if they would not block the acceptance of this submission. Continuous IntegrationAlthough the package has automated testing, it is not part of a CI tool such as GitHub Actions, Travis CI or Circle CI. Setting up continuous integration with any of these services is very easy and will save you a lot of time (and headaches) when publishing new releases of the tool in the future. You could even test different platforms (linux, windows and mac simultaneously). My recommendation: get started right away with Github Actions. Command Line InterfaceI do not agree with issue #31! Having 2 separate repositories, one for your python API and another for your CLI interface is cumbersome and some users will hate your for it. You could rather include all the cli functions as an actual shell program using Click. Then users simply have to $ dryepw analyze_noaa_data --help
Usage: analyze_noaa_data [OPTIONS]
Simple program that analyzes..
Options:
--option_1 INTEGER
--option_2 TEXT
--option_3 In conclusion, I recommend the publication of this submission as is, but I strongly recommend that the authors connect the repo with a CI tool and that they merge the scripts within the same repository and implement a CLI using click. |
Hi @samuelduchesne, we greatly appreciate your thoughtful review! These suggestions are valuable and we plan to implement. Thanks for pointing out the Click package. |
👋 @ritwikagarwal, please update us on how your review is going (this is an automated reminder). |
Hello @ritwikagarwal, we are slowly approaching the end of the six-week review period. Can you let us know where you stand with your review? |
Hi @amandadsmith, to keep you up to date: I am currently looking for a second reviewer and a second review of your submission. I will update you as soon as I made progress in my search. |
Thank you for your efforts @timtroendle |
Apologies for the slow process, @amandadsmith . It's a bit difficult to find a replacement reviewer at this point, as many people are about to leave or have left into their summer breaks. I found a few people that would like to review this submission but can do so only in a few days time. I will assign one of them as soon as they are ready. Please bear with us. |
I understand @timtroendle. It's a hard time to reach academics. Thanks for keeping us apprised of what's going on. |
@whedon remove @ritwikagarwal as reviewer |
PDF failed to compile for issue #3313 with the following error:
|
@whedon recommend-accept from branch joss-paper |
|
|
👋 @openjournals/joss-eics, this paper is ready to be accepted and published. Check final proof 👉 openjournals/joss-papers#2547 If the paper PDF and Crossref deposit XML look good in openjournals/joss-papers#2547, then you can now move forward with accepting the submission by compiling again with the flag
|
Hi @amandadsmith, I'm the AEIC on duty this week, doing some final checks before accepting. I noticed that the EnergyPlus reference has some extra curly brackets around the title—can you remove those? Everything else looks good! |
Hi @kyleniemeyer, these extra curly brackets have been removed. Thank you! |
@whedon generate pdf |
PDF failed to compile for issue #3313 with the following error:
|
@whedon generate pdf from branch joss-paper |
|
@whedon accept deposit=true from branch joss-paper |
|
🐦🐦🐦 👉 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 @amandadsmith on your article's publication in JOSS! Many thanks to @samuelduchesne and @fneum for reviewing this submission, and @timtroendle for editing. |
🎉🎉🎉 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: @amandadsmith (Amanda D. Smith)
Repository: https://github.com/IMMM-SFA/diyepw/
Version: v1.2.1
Editor: @timtroendle
Reviewers: @samuelduchesne, @fneum
Archive: 10.5281/zenodo.5258122
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
@samuelduchesne & @ritwikagarwal, 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 @timtroendle 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 @samuelduchesne
Conflict of interest
Code of Conduct
General checks
Functionality
Documentation
Software paper
Review checklist for @fneum
Conflict of interest
Code of Conduct
General checks
Functionality
Documentation
Software paper
The text was updated successfully, but these errors were encountered: