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]: LGP: A robust Linear Genetic Programming implementation on the JVM using Kotlin. #1337

Closed
18 tasks done
whedon opened this issue Mar 20, 2019 · 70 comments
Closed
18 tasks done
Assignees
Labels
accepted published Papers published in JOSS recommend-accept Papers recommended for acceptance in JOSS. review

Comments

@whedon
Copy link

whedon commented Mar 20, 2019

Submitting author: @JedS6391 (Jed Simson)
Repository: https://github.com/JedS6391/LGP
Version: 5.1
Editor: @gkthiruvathukal
Reviewer: @homonecloco
Archive: 10.5281/zenodo.3519400

Status

status

Status badge code:

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

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) 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

@homonecloco, please carry out your review in this issue by updating the checklist below. If you cannot edit the checklist please:

  1. Make sure you're logged in to your GitHub account
  2. Be sure to accept the invite at this URL: https://github.com/openjournals/joss-reviews/invitations

The reviewer guidelines are available here: https://joss.theoj.org/about#reviewer_guidelines. Any questions/concerns please let @gkthiruvathukal know.

Please try and complete your review in the next two weeks

Review checklist for @homonecloco

Conflict of interest

Code of Conduct

General checks

  • Repository: Is the source code for this software available at the repository url?
  • License: Does the repository contain a plain-text LICENSE file with the contents of an OSI approved software license?
  • Version: 5.1
  • Authorship: Has the submitting author (@JedS6391) made major contributions to the software? Does the full list of paper authors seem appropriate and complete?

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 function 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

  • Authors: Does the paper.md file include a list of authors with their affiliations?
  • A statement of need: Do the authors clearly state what problems the software is designed to solve and who the target audience is?
  • References: Do all archival references that should have a DOI list one (e.g., papers, datasets, software)?
@whedon
Copy link
Author

whedon commented Mar 20, 2019

Hello human, I'm @whedon, a robot that can help you with some common editorial tasks. @homonecloco it looks like you're currently assigned as the reviewer for this paper 🎉.

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

  1. Set yourself as 'Not watching' https://github.com/openjournals/joss-reviews:

watching

  1. You may also like to change your default settings for this watching repositories in your GitHub profile here: https://github.com/settings/notifications

notifications

For a list of things I can do to help you, just type:

@whedon commands

@whedon
Copy link
Author

whedon commented Mar 20, 2019

Attempting PDF compilation. Reticulating splines etc...

@whedon
Copy link
Author

whedon commented Mar 20, 2019

@arfon
Copy link
Member

arfon commented Mar 31, 2019

👋 @homonecloco - how are you getting along with your review?

@homonecloco
Copy link

Hi,
I'm still figuring out how to do the reviews in here.

@kyleniemeyer
Copy link

@homonecloco other than filling out the checkboxes that you think the submission satisfies, you can submit any other feedback/comments here in the issue thread. You can do that all at once, or as you have comments—either is fine!

@homonecloco
Copy link

The documentation is extensive and detailed. However, the links to the API are broken. Reported as an issue in JedS6391/LGP#55

@homonecloco
Copy link

There is a link to the Thesis of the author, http://www.jedsimson.co.nz/static/assets/thesis/Open-Source%20Linear%20Genetic%20Programming.pdf Would it be appropriate to also include the supervisor as author?

@homonecloco
Copy link

I had issues running the program, as stated JedS6391/LGP#56 . I'll continue the review once this issue is resolved.

@homonecloco
Copy link

The installation consists on downloading the jars. There is also an option to do it from Maven.

@gkthiruvathukal
Copy link

@JedS6391 I'm not sure whether you saw the issues that have been reported by @homonecloco. Can you please follow up when you get a chance? Thanks.

@JedS6391
Copy link

Hi @gkthiruvathukal, JedS6391/LGP#55 and JedS6391/LGP#56 have been addressed. I am currently working on JedS6391/LGP#7, but it is taking a little while to write the unit tests before the issue can be closed.

@gkthiruvathukal
Copy link

Thanks, @JedS6391. Please let us know when you've had a chance to add unit tests.

@gkthiruvathukal
Copy link

Just a nudge here, @JedS6391. Any update on unit tests?

@gkthiruvathukal
Copy link

@JedS6391 Please provide an update on when you will be able to address unit tests.

@JedS6391
Copy link

JedS6391 commented Jun 7, 2019

Hi @gkthiruvathukal, apologies for the lack of updates. Unfortunately I have not had time recently to dedicate to the LGP project, and as such I am happy for this review to be cancelled and postponed until I can satisfy the requirements.

@gkthiruvathukal
Copy link

@JedS6391 I don't want you to withdraw the submission. You have been good about addressing 2/3 issues. Can you give me an idea of when you might be able to do it? I will work with your schedule and nudge you accordingly.

@JedS6391
Copy link

JedS6391 commented Jun 7, 2019

Much appreciated! I will able to start working on the remaining issues over the next few weekends.

@JedS6391
Copy link

Hi @gkthiruvathukal -- just wanted to give you a brief progress update.

I have implemented unit tests for a subset of the functionality in this PR. I hope to finish the remaining tests over the weekend.

I will let you know once all unit tests have been completed.

@gkthiruvathukal
Copy link

@JedS6391 Perfect. Let me know when you have a few more tests in place. I don't need 100% test coverage to proceed. I just did a quick look and it seems like something is failing, so I will wait until you get it sorted out. Thanks for moving on this!

@JedS6391
Copy link

JedS6391 commented Jun 19, 2019

Hi @gkthiruvathukal, the latest commit against the develop branch has a green build and has a subset of the tests.

At the moment, the line coverage is 20% and complexity coverage is 47%, but I intended to increase this going forward. If you are interested to see a breakdown of the areas covered, then that can be viewed here.

I will continue to add more tests and eventually close the initial issue.

@gkthiruvathukal
Copy link

@JedS6391 I find your efforts satisfactory as there is now a basis for doing further testing in future work. If our reviewer, @homonecloco, agrees, I would like to move toward accepting your submission. Once we hear from @homonecloco, you will need to create a Zenodo archive.

@gkthiruvathukal
Copy link

gkthiruvathukal commented Jul 23, 2019

@homonecloco When you get a chance, can you let us know if your issues are all addressed so I can proceed with the next steps (recommending acceptance).

@homonecloco
Copy link

Hi, I haven't got a chance, I'd been travelling the last week. I'll aim to review before the end of this week.

@gkthiruvathukal
Copy link

@homonecloco No problem! Thanks for your quick response. End of week is fine.

@Kevin-Mattheus-Moerman
Copy link
Member

@JedS6391 👋 ☝️

@gkthiruvathukal
Copy link

/ooo October 24 until October 27

@ooo
Copy link

ooo bot commented Oct 24, 2019

@JedS6391
Copy link

Hi @Kevin-Mattheus-Moerman, I think something went wrong with the automatic upload to Zenodo from GitHub so I created the archive manually (see here). I have also updated the archive title + author list to be correct.

The new DOI is 10.5281/zenodo.3519400.

Apologies for the delay in getting this sorted.

@JedS6391
Copy link

@whedon generate pdf

@whedon
Copy link
Author

whedon commented Oct 25, 2019

Attempting PDF compilation. Reticulating splines etc...

@whedon
Copy link
Author

whedon commented Oct 25, 2019

@JedS6391
Copy link

I believe I need to change the DOI to the new one to get the paper to reflect the changes made?

@Kevin-Mattheus-Moerman
Copy link
Member

@JedS6391 no you need to make the changes in your paper.md file (https://github.com/JedS6391/LGP/blob/develop/paper.md) and run '@whedon generate pdf'. Note the two changes I proposed above. Let me know if you have questions.

@JedS6391
Copy link

@whedon generate pdf

@whedon
Copy link
Author

whedon commented Oct 26, 2019

Attempting PDF compilation. Reticulating splines etc...

@whedon
Copy link
Author

whedon commented Oct 26, 2019

@JedS6391
Copy link

Hi @Kevin-Mattheus-Moerman, the generated PDF now has the reflected changes (I didn't realise whedon read from the develop branch). Please note that the correct DOI is as stated yesterday: 10.5281/zenodo.3519400.

@Kevin-Mattheus-Moerman
Copy link
Member

@whedon set 10.5281/zenodo.3519400 as archive

@whedon
Copy link
Author

whedon commented Oct 27, 2019

OK. 10.5281/zenodo.3519400 is the archive.

@Kevin-Mattheus-Moerman
Copy link
Member

@whedon accept

@whedon
Copy link
Author

whedon commented Oct 27, 2019

Attempting dry run of processing paper acceptance...

@whedon
Copy link
Author

whedon commented Oct 27, 2019


OK DOIs

- 10.1147/rd.21.0002 is OK

MISSING DOIs

- None

INVALID DOIs

- None

@whedon
Copy link
Author

whedon commented Oct 27, 2019

Check final proof 👉 openjournals/joss-papers#1057

If the paper PDF and Crossref deposit XML look good in openjournals/joss-papers#1057, then you can now move forward with accepting the submission by compiling again with the flag deposit=true e.g.

@whedon accept deposit=true

@Kevin-Mattheus-Moerman
Copy link
Member

@whedon accept deposit=true

@whedon
Copy link
Author

whedon commented Oct 27, 2019

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

@whedon
Copy link
Author

whedon commented Oct 27, 2019

🐦🐦🐦 👉 Tweet for this paper 👈 🐦🐦🐦

@whedon
Copy link
Author

whedon commented Oct 27, 2019

🚨🚨🚨 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.01337 joss-papers#1058
  2. Wait a couple of minutes to verify that the paper DOI resolves https://doi.org/10.21105/joss.01337
  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...

@whedon
Copy link
Author

whedon commented Oct 27, 2019

🎉🎉🎉 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.01337/status.svg)](https://doi.org/10.21105/joss.01337)

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

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

This is how it will look in your documentation:

DOI

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:

@whedon whedon added published Papers published in JOSS recommend-accept Papers recommended for acceptance in JOSS. labels Mar 2, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
accepted published Papers published in JOSS recommend-accept Papers recommended for acceptance in JOSS. review
Projects
None yet
Development

No branches or pull requests

7 participants