-
-
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]: linkinglines: Using the Hough Transform to Cluster Line Segments and for Mesoscale Feature Extraction #6147
Comments
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:
For example, to regenerate the paper pdf after making changes in the paper's md or bib files, type:
|
|
Wordcount for |
|
Review checklist for @evetionConflict of interest
Code of Conduct
General checks
Functionality
Documentation
Software paper
|
Planning to start the review next week or start of the year, sorry for delay! |
Thanks for the submission, it's an interesting read and package! I have completed my review, and in my opinion it requires major revisions. My feedback follows below, per item that I can't yet check. I've also made several suggestions in issues on the repository. Let me know if you have questions. General checksContribution and authorshipThe code seems to have a sole author, as is stated in the Substantial scholarly effortI'm in doubt whether this is a substantial scholarly effort. LoC (2825) is a bad estimator, I'm mostly looking at the possible re-use. The code has been developed for specific (published 🎉) research, but is not generalized. I've made various suggestions in aikubo/LinkingLines#20 to improve it. DocumentationFunctionality documentationIt seems all the core methods are documented, but as described in aikubo/LinkingLines#18, there are linking errors and the examples don't render nicely. Automated testsThere are tests 👍🏻, but AFAIK these are not automated and there are otherwise no instructions on running them. Community guidelinesThere are no clear guidelines for third parties wishing to contribute. The use of Github issues for issues, problems, and support is implicit. PaperSummaryThe summary is great, my only remark is to introduce your research domain, as A statement of needWhile the paper contains a statement of need section, it mostly lists generic features, not a precise description of the gap it's trying to fill. For example, it states “simplify extraction”, but the code in question doesn't extract them. It also does not address who the target audience is, or its relation to other work. State of the fieldThe paper does not address the current state of the field. Quality of writingThe writing is fine, but could use a careful reread, as some sentences are incomplete, such as l10 (sentence should probably be broken up) and l130 ( ReferencesAccording to the bot post above, there are missing dois in your paper. There's also a missing key (search |
Review checklist for @nialovConflict of interest
Code of Conduct
General checks
Functionality
Documentation
Software paper
|
Thank you for the submission. I believe the functionality is very interesting from a geological perspective and can definitely see it being used also outside the main documented use case of dyke swarm clustering for example for examining bedrock fracture data. Therefore publishing the software in JOSS to allow reuse of the methodology is great! However, it is difficult to estimate the software functionality as neither the tests or documentation (notebook) run correctly due to import issues. This is a major issue that needs to be fixed for me to assess the suitability of the package for JOSS. A major revision is therefore required. Further issues are outlined below based on the checklist. General checksContribution and authorshipThe contributions by authors other than the main author are not explicitly stated in the paper and they can not be implicitly seen contributing to the repository on GitHub. I would like a short explanation of the roles so that I know that the contribution is not purely financial or organisational, in which case the authors should not be included. See: https://joss.readthedocs.io/en/latest/review_criteria.html#authorship Substantial scholarly effortI believe the scholarly effort in terms of geological method development is sufficient but this effort has already been (partly) published as part of https://doi.org/10.1029/2022GC010842. As mentioned by evetion, the effort in terms of software is lacking as the described workflow is too specialized to only with with Data sharingData is shared but not used in the tests or documentation (notebook). FunctionalityFunctionalityI can not confirm the functionality with the tests and notebook because they do not work. DocumentationInstallation instructionsI would document the development dependencies i.e. Example usageThe example/recreation of the dyke analysis is great! I would however, to generalise the software, include at least some example with other data, such as with fractures. Functionality documentationAll functions are documented with inputs, outputs and examples given. However, I would expand the Quick Start section in the Automated testsTests are not automated or documented properly. Community guidelinesI suggest adding a See e.g. https://github.com/nialov/fractopo/blob/master/CONTRIBUTING.rst Software paperThe Example Code Usage section is not needed, code examples belong in the repository documentation, not the JOSS manuscript. The Code Structure section is overly specific. The first paragraph is fine. Hough transform can be introduced but equations are not required for the article as they do not seem to be novel to this software/methodology. Citations to established papers with the equations and concepts are better. Details such as column names of SummaryThe summary makes it seem like the software is readily usable for a wide variety of domains. I would suggest focusing the paper on the target audience of geoscientists for whom the software is designed. As the summary is mainly for non-specialist audience, I would explain or give examples of geoscientific concepts such as Linear feature analysis and unique feature extraction methods immediately after introducing them when possible. I would remove/revise the sentence on lines 12 to 15 as it is too general to be useful for the reader. A statement of needI would revise the statement of need section to start with the specific need in the geological domain in relation to cluster analysis of dykes (L50-L63). Then I would at the end of the section introduce/list the other possible use cases. I find the current lines 20-49 to be too unspecific and general and do not add any knowledge of value to the user in regards to this specific software. Parts of these lines (L20-49) can be used at the end of the section, if wanted, but otherwise I would remove most of the text in this line range. State of the fieldThe geological context is introduced but I would suggest adding context on GIS tools that might already conduct similar analysis if they exist. If similar software is not found I would at least show some similar packages to run specific GIS analyses (with Python) on (geological) data to better to show how linkinglines fits in the geoscientific field. See e.g. Quality of writingSome parts are overly general and the paper could be more concise and focused on the specific issues that the software is trying to solve. ReferencesThere are missing references and links, see review by evetion above. Further commentsCurrent issues and pull requests at the time of this review:
Pull requests are just suggested changes, feel free to improve, comment or implement yourself! |
Thank you @evetion and @nialov for the reviews! On the subject of authorship, my currently listed coauthers helped in the conceptualization and theory of the code, did a little writing but I ended up rewriting most of it and prepared this paper based on our published results paper. |
Hi everyone! How is this review coming along? |
We're still waiting on changes in the code by @aikubo |
Hello all, thank you for your patience. I will try to get to the reviews next week. |
v2.1.2
https://zenodo.org/records/10887984
10.5281/zenodo.10887984 Thank you for the excellent reviews from @nialov and @evetion ! Thank you all for bearing with me on this long review. |
your zenodo has the wrong metadata, make sure to do this: Check the archival deposit (e.g., in Zenodo) has the correct metadata. This includes the title (should match the paper title) and author list (make sure the list is correct and people who only made a small fix are not on it). You may also add the authors' ORCID. |
Sorry the link above was for a previous verison. Here's the link to the current doi is of course the same |
hmmm, no the DOI is different, but okay I have the DOI. However:
You can fix both in the metadata without making a new release I reckon... |
My bad. Sorry. |
@editorialbot set 10.5281/zenodo.11321509 as archive |
Done! archive is now 10.5281/zenodo.11321509 |
@editorialbot set v2.1.2 as version |
Done! version is now v2.1.2 |
@editorialbot recommend-accept |
|
|
👋 @openjournals/ese-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#5402, then you can now move forward with accepting the submission by compiling again with the command |
Hi! I'll take over now as Track Associate Editor in Chief to do some final submission editing checks. After these checks are complete, I will publish your submission!
|
@aikubo Please check the capitalization in your references. You can preserve capitalization by placing {} around characters/words in your .bib file. In particular "Hough" isn't capitalized but please check all entries. |
Fixed capitalization: Thanks for your patience, I've been prepping for my defense. |
@editorialbot generate pdf |
@editorialbot accept |
|
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
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. |
🐘🐘🐘 👉 Toot 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 new publication @aikubo, and good luck on your defense!! Many thanks to @hugoledoux and to reviewers @evetion and @nialov for your time, hard work, and expertise!! JOSS wouldn't be able to function nor succeed without your efforts. |
🎉🎉🎉 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! 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:
|
Submitting author: @aikubo (Allison Kubo Hutchison)
Repository: https://github.com/aikubo/LinkingLines
Branch with paper.md (empty if default branch):
Version: v2.1.2
Editor: @hugoledoux
Reviewers: @evetion, @nialov
Archive: 10.5281/zenodo.11321509
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
@evetion & @nialov, 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:
The reviewer guidelines are available here: https://joss.readthedocs.io/en/latest/reviewer_guidelines.html. Any questions/concerns please let @hugoledoux 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 @evetion
📝 Checklist for @nialov
The text was updated successfully, but these errors were encountered: