Skip to content
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]: The Spreadsheet Energy System Model Generator (SESMG): A tool for the optimization of urban energy systems #5519

Closed
editorialbot opened this issue Jun 5, 2023 · 39 comments
Assignees
Labels
accepted Batchfile published Papers published in JOSS Python recommend-accept Papers recommended for acceptance in JOSS. review Shell Track: 3 (PE) Physics and Engineering

Comments

@editorialbot
Copy link
Collaborator

editorialbot commented Jun 5, 2023

Submitting author: @chrklemm (Christian Klemm)
Repository: https://github.com/SESMG/SESMG
Branch with paper.md (empty if default branch):
Version: v1.0.0
Editor: @timtroendle
Reviewers: @nick-gorman, @willu47
Archive: 10.5281/zenodo.8344791

Status

status

Status badge code:

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

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

@nick-gorman & @willu47, 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 @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

Checklists

📝 Checklist for @willu47

📝 Checklist for @nick-gorman

@editorialbot
Copy link
Collaborator Author

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
Copy link
Collaborator Author

Software report:

github.com/AlDanial/cloc v 1.88  T=0.18 s (725.7 files/s, 135675.2 lines/s)
--------------------------------------------------------------------------------
Language                      files          blank        comment           code
--------------------------------------------------------------------------------
Python                           80           2454           7033          10053
reStructuredText                 23            942            565           2263
Markdown                         13            203              0            770
TeX                               1             20              0            152
JSON                              3              3              0            107
YAML                              5             20             28            107
Bourne Again Shell                2              8              0             37
DOS Batch                         2             12              0             37
Bourne Shell                      2             12              0             31
CSS                               1              1              0              6
TOML                              1              0              0              2
--------------------------------------------------------------------------------
SUM:                            133           3675           7626          13565
--------------------------------------------------------------------------------


gitinspector failed to run statistical information for the repository

@editorialbot
Copy link
Collaborator Author

Wordcount for paper.md is 885

@editorialbot
Copy link
Collaborator Author

Reference check summary (note 'MISSING' DOIs are suggestions that need verification):

OK DOIs

- 10.1016/j.apenergy.2022.120574 is OK
- 10.1186/s13705-021-00323-3 is OK
- 10.1155/2018/6937505 is OK
- 10.1016/j.rser.2014.02.003 is OK
- 10.1109/PSCC.2016.7541031 is OK
- 10.1016/j.amc.2009.03.037 is OK
- 10.1016/j.apenergy.2018.09.041 is OK
- 10.1016/j.apenergy.2017.03.001 is OK
- 10.3390/en12244656 is OK
- 10.1016/j.apenergy.2019.113705 is OK

MISSING DOIs

- None

INVALID DOIs

- None

@editorialbot
Copy link
Collaborator Author

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

@willu47
Copy link

willu47 commented Jun 7, 2023

Review checklist for @willu47

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/SESMG/SESMG?
  • License: Does the repository contain a plain-text LICENSE file with the contents of an OSI approved software license?
  • Contribution and authorship: Has the submitting author (@chrklemm) 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?

@nick-gorman
Copy link

nick-gorman commented Jun 26, 2023

Review checklist for @nick-gorman

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/SESMG/SESMG?
  • License: Does the repository contain a plain-text LICENSE file with the contents of an OSI approved software license?
  • Contribution and authorship: Has the submitting author (@chrklemm) 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?

@timtroendle
Copy link

@willu47 , @nick-gorman can you please give us an update where you stand with your review? We are approaching the end of the review period.

@willu47
Copy link

willu47 commented Jul 4, 2023

Hi @timtroendle - I should be able to complete the review by the end of the week. I've raised one issue regarding the installation and have a few more issues to ask of the authors.

@willu47 willu47 mentioned this issue Jul 4, 2023
14 tasks
@nick-gorman
Copy link

@timtroendle apologies, hopefully I'll finish it on Friday or the weekend

@nick-gorman
Copy link

@chrklemm SESMG looks like great software. I really like the idea of making the omeof capabilities available to users who don't use python by creating a standard spreadsheet input format.

Here is my review of the documentation and paper as per the checklist:

Functionality:

  • I haven't been able to run the file model_definition_example.xlsx to completion. I'll raise an issue about this separately. Just as an aside, examples that run quickly are more useful for helping new users learn about the tool.

Documentation:

  • I can't find a clear statement of need (please direct me in the right direction if one exists). Further to this, although not required by the JOSS review I think the read-the-docs pages lack a good introduction to orient the reader. At least a statement of need should be added, and the authors should consider adding an intro to the read-the-docs page.
  • Again, while technically the documentation includes an example as part of the application section this isn't broken out separately in a way that makes it easy to understand holistically, i.e. explain the energy system, explain the problem that is being solved in the example, walk the user through how this is done with the software. Not 100% necessary for the JOSS review but should be considered by the authors.
  • Also, the examples folder on GitHub appears empty? (https://github.com/SESMG/SESMG/tree/master/examples)
  • Functionality documentation, I don't think the descriptions of the various modelling capability are detailed/clear enough. This would probably be improved with an example that uses each type of functionality, i.e. an example that uses clustering that demonstrates how inputs affect the clustering (for example, it isn't clear to me what selecting hours for clustering will actually do).

Software paper:

  • Not sure that the statement of need addresses who the target audience is.
  • Other commonly used packages are not addressed in the paper.

@chrklemm
Copy link

Dear @nick-gorman, thank you for your helpful comments! I have moved the comments to a sepparate issue where we will answer them. I hope this is ok for you.

Best regards,
@chrklemm

@timtroendle
Copy link

@openjournals/joss-eics, I will be out of office 7--25 August.

@timtroendle
Copy link

timtroendle commented Jul 31, 2023

Hi @chrklemm, could you let us know where you stand with responding to the comments by the reviewers and how much more time you will need?

@chrklemm
Copy link

chrklemm commented Jul 31, 2023

Hello @timtroendle,

thank you for getting back in touch with us. We have processed most of the reviewer comments. They are waiting for confirmation from the reviewers that the issues can be closed:

SESMG/SESMG#190 (responsible reviewer: @nick-gorman)
SESMG/SESMG#193 (responsible reviewer: @willu47)
SESMG/SESMG#194 (responsible reviewer: @nick-gorman)

The last issue is quite challenging for us, but we expect to complete it by the end of the week:

SESMG/SESMG#188 (responsible reviewer: @willu47)

Best regards,
@chrklemm

Addendum: the following issue has already been closed by the responsible reviewer:

SESMG/SESMG#189 (responsible reviewer: @nick-gorman)

@nick-gorman
Copy link

@timtroendle @chrklemm Apologies for the delay, I think everything is now in order from my perspective.

@chrklemm
Copy link

Dear @timtroendle,
dear reviewers,

thank you again for your very helpful feedback and suggestions. We believe, that the SESMG already has improved by the changes we made based on your comments.

However, we are still facing SESMG/SESMG#188 . Within this aspect we are developing an entirely new way to execute the SESMG. While in the current version the users have to install Python, the SESMG and single sub-packages one by one, the execution will be possible in the future by executing a single exe (windows), dmg (mac), respectively deb (linux)-file.

We are facing some challenges as we need to need to generate new knowledge in the field of application development and publication. Those are based on the creation of a standalone executable for different operating systems and the management of operating system processes, which is required because the web-based architecture of SESMG is not straightforwardly compatible with the executable system structure. Therefore, I am sorry to inform you that we need more time to develop this new feature. We are working at high pressure on this and will inform you here as soon as the development is completed. You can follow the current progress in the following branch: https://github.com/SESMG/SESMG/tree/issue-188

Thank you for your patience and best regards,
SESMG-Dev-Team

@chrklemm
Copy link

chrklemm commented Sep 12, 2023

Dear @timtroendle,
Dear reviewers,

we were finally able to finish our development regarding https://github.com/SESMG/SESMG/tree/issue-188. As soon as @willu47 agrees with these changes, we have addressed all issues raised by the reviewers.

We would like to thank the editor and the reviewers for their help and patience during this review process.
Best regards,
SESMG-Dev-Team

@chrklemm
Copy link

Dear @timtroendle,

The proposed changes to the last open issue have been approved by the responsible reviewer @willu47. Thus, all suggested changes have been included in the SESMG and approved by the respective reviewers.

If further changes are needed, please let us know. However, for the case that no further changes are needed, we have already initiated the next steps:

  • We have released a new version of the SESMG: v1.0.0
  • The current version has been published on Zenodo (metadata identical to the Joss-paper) and can be found at the following DOI: DOI.

Once again, we would like to thank all the editors and reviewers involved for their help and patience during this review process.
Best regards,
SESMG-Dev-Team

@timtroendle
Copy link

@editorialbot set v1.0.0 as version

@editorialbot
Copy link
Collaborator Author

Done! version is now v1.0.0

@timtroendle
Copy link

@editorialbot set 10.5281/zenodo.8344791 as archive

@editorialbot
Copy link
Collaborator Author

Done! archive is now 10.5281/zenodo.8344791

@timtroendle
Copy link

@editorialbot generate pdf

@editorialbot
Copy link
Collaborator Author

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

@timtroendle
Copy link

@editorialbot check references

@editorialbot
Copy link
Collaborator Author

Reference check summary (note 'MISSING' DOIs are suggestions that need verification):

OK DOIs

- 10.1016/j.apenergy.2022.120574 is OK
- 10.1186/s13705-021-00323-3 is OK
- 10.1155/2018/6937505 is OK
- 10.1016/j.rser.2014.02.003 is OK
- 10.1109/PSCC.2016.7541031 is OK
- 10.1016/j.amc.2009.03.037 is OK
- 10.1016/j.apenergy.2018.09.041 is OK
- 10.1016/j.apenergy.2017.03.001 is OK
- 10.3390/en12244656 is OK
- 10.1016/j.apenergy.2019.113705 is OK
- 10.5281/zenodo.596235 is OK
- 10.1016/j.rser.2020.110206 is OK

MISSING DOIs

- None

INVALID DOIs

- None

@timtroendle
Copy link

Thank you for the update @chrklemm . It all looks good to me and I will therefore move on and recommend acceptance.

@timtroendle
Copy link

@editorialbot recommend-accept

@editorialbot
Copy link
Collaborator Author

Attempting dry run of processing paper acceptance...

@editorialbot
Copy link
Collaborator Author

Reference check summary (note 'MISSING' DOIs are suggestions that need verification):

OK DOIs

- 10.1016/j.apenergy.2022.120574 is OK
- 10.1186/s13705-021-00323-3 is OK
- 10.1155/2018/6937505 is OK
- 10.1016/j.rser.2014.02.003 is OK
- 10.1109/PSCC.2016.7541031 is OK
- 10.1016/j.amc.2009.03.037 is OK
- 10.1016/j.apenergy.2018.09.041 is OK
- 10.1016/j.apenergy.2017.03.001 is OK
- 10.3390/en12244656 is OK
- 10.1016/j.apenergy.2019.113705 is OK
- 10.5281/zenodo.596235 is OK
- 10.1016/j.rser.2020.110206 is OK

MISSING DOIs

- None

INVALID DOIs

- None

@editorialbot
Copy link
Collaborator Author

👋 @openjournals/pe-eics, this paper is ready to be accepted and published.

Check final proof 👉📄 Download article

If the paper PDF and the deposit XML files look good in openjournals/joss-papers#4571, then you can now move forward with accepting the submission by compiling again with the command @editorialbot accept

@editorialbot editorialbot added the recommend-accept Papers recommended for acceptance in JOSS. label Sep 14, 2023
@kyleniemeyer
Copy link

@editorialbot accept

@editorialbot
Copy link
Collaborator Author

Doing it live! Attempting automated processing of paper acceptance...

@editorialbot
Copy link
Collaborator Author

Ensure proper citation by uploading a plain text CITATION.cff file to the default branch of your repository.

If using GitHub, a Cite this repository menu will appear in the About section, containing both APA and BibTeX formats. When exported to Zotero using a browser plugin, Zotero will automatically create an entry using the information contained in the .cff file.

You can copy the contents for your CITATION.cff file here:

CITATION.cff

cff-version: "1.2.0"
authors:
- family-names: Klemm
  given-names: Christian
  orcid: "https://orcid.org/0000-0003-0801-4178"
- family-names: Becker
  given-names: Gregor
  orcid: "https://orcid.org/0000-0001-8803-6873"
- family-names: Tockloth
  given-names: Jan N.
  orcid: "https://orcid.org/0000-0003-2582-1043"
- family-names: Budde
  given-names: Janik
  orcid: "https://orcid.org/0000-0002-1617-5900"
- family-names: Vennemann
  given-names: Peter
  orcid: "https://orcid.org/0000-0002-0767-5014"
contact:
- family-names: Klemm
  given-names: Christian
  orcid: "https://orcid.org/0000-0003-0801-4178"
doi: 10.5281/zenodo.8344791
message: If you use this software, please cite our article in the
  Journal of Open Source Software.
preferred-citation:
  authors:
  - family-names: Klemm
    given-names: Christian
    orcid: "https://orcid.org/0000-0003-0801-4178"
  - family-names: Becker
    given-names: Gregor
    orcid: "https://orcid.org/0000-0001-8803-6873"
  - family-names: Tockloth
    given-names: Jan N.
    orcid: "https://orcid.org/0000-0003-2582-1043"
  - family-names: Budde
    given-names: Janik
    orcid: "https://orcid.org/0000-0002-1617-5900"
  - family-names: Vennemann
    given-names: Peter
    orcid: "https://orcid.org/0000-0002-0767-5014"
  date-published: 2023-09-17
  doi: 10.21105/joss.05519
  issn: 2475-9066
  issue: 89
  journal: Journal of Open Source Software
  publisher:
    name: Open Journals
  start: 5519
  title: "The Spreadsheet Energy System Model Generator (SESMG): A tool
    for the optimization of urban energy systems"
  type: article
  url: "https://joss.theoj.org/papers/10.21105/joss.05519"
  volume: 8
title: "The Spreadsheet Energy System Model Generator (SESMG): A tool
  for the optimization of urban energy systems"

If the repository is not hosted on GitHub, a .cff file can still be uploaded to set your preferred citation. Users will be able to manually copy and paste the citation.

Find more information on .cff files here and here.

@editorialbot
Copy link
Collaborator Author

🐘🐘🐘 👉 Toot for this paper 👈 🐘🐘🐘

@editorialbot
Copy link
Collaborator Author

🚨🚨🚨 THIS IS NOT A DRILL, YOU HAVE JUST ACCEPTED A PAPER INTO JOSS! 🚨🚨🚨

Here's what you must now do:

  1. Check final PDF and Crossref metadata that was deposited 👉 Creating pull request for 10.21105.joss.05519 joss-papers#4583
  2. Wait a couple of minutes, then verify that the paper DOI resolves https://doi.org/10.21105/joss.05519
  3. If everything looks good, then close this review issue.
  4. Party like you just published a paper! 🎉🌈🦄💃👻🤘

Any issues? Notify your editorial technical team...

@editorialbot editorialbot added accepted published Papers published in JOSS labels Sep 17, 2023
@kyleniemeyer
Copy link

Congratulations @chrklemm on your article's publication in JOSS! Please consider signing up to review, if you haven't already.

Many thanks to @nick-gorman and @willu47 for reviewing this, and @timtroendle for editing.

@editorialbot
Copy link
Collaborator Author

🎉🎉🎉 Congratulations on your paper acceptance! 🎉🎉🎉

If you would like to include a link to your paper from your README use the following code snippets:

Markdown:
[![DOI](https://joss.theoj.org/papers/10.21105/joss.05519/status.svg)](https://doi.org/10.21105/joss.05519)

HTML:
<a style="border-width:0" href="https://doi.org/10.21105/joss.05519">
  <img src="https://joss.theoj.org/papers/10.21105/joss.05519/status.svg" alt="DOI badge" >
</a>

reStructuredText:
.. image:: https://joss.theoj.org/papers/10.21105/joss.05519/status.svg
   :target: https://doi.org/10.21105/joss.05519

This is how it will look in your documentation:

DOI

We need your help!

The 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:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
accepted Batchfile published Papers published in JOSS Python recommend-accept Papers recommended for acceptance in JOSS. review Shell Track: 3 (PE) Physics and Engineering
Projects
None yet
Development

No branches or pull requests

6 participants