openjournals / joss-reviews

Reviews for the Journal of Open Source Software
Creative Commons Zero v1.0 Universal
694 stars 36 forks source link

[PRE REVIEW]: Efficient Image Annotation with Annotate-Lab: An Open-Source Solution #6883

Closed editorialbot closed 1 week ago

editorialbot commented 2 weeks ago

Submitting author: !--author-handle-->@sumn2u<!--end-author-handle-- (Suman Kunwar) Repository: https://github.com/sumn2u/annotate-lab Branch with paper.md (empty if default branch): paper Version: v1.0.0 Editor: Pending Reviewers: Pending Managing EiC: Chris Vernon

Status

status

Status badge code:

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

Author instructions

Thanks for submitting your paper to JOSS @sumn2u. Currently, there isn't a JOSS editor assigned to your paper.

@sumn2u if you have any suggestions for potential reviewers then please mention them here in this thread (without tagging them with an @). You can search the list of people that have already agreed to review and may be suitable for this submission.

Editor instructions

The JOSS submission bot @editorialbot is here to help you find and assign reviewers and start the main review. To find out what @editorialbot can do for you type:

@editorialbot commands
editorialbot commented 2 weeks ago

Hello human, 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 commented 2 weeks ago

Software report:

github.com/AlDanial/cloc v 1.90  T=0.11 s (1098.7 files/s, 262104.0 lines/s)
-------------------------------------------------------------------------------
Language                     files          blank        comment           code
-------------------------------------------------------------------------------
JSON                             3              0              0          18576
JSX                             42            328             49           5060
JavaScript                      55            248            106           2918
Python                           5            177             90            653
Markdown                         4            144              0            491
YAML                             4             14              4             87
TeX                              1              7              0             70
Dockerfile                       2             13              0             17
HTML                             1              3             21             17
CSS                              1              1              0              6
CSV                              4              0              0              4
-------------------------------------------------------------------------------
SUM:                           122            935            270          27899
-------------------------------------------------------------------------------

Commit count by author:

   192  seveibar
    88  sumn2u
    71  Severin Ibarluzea
    47  semantic-release-bot
    13  Oleh Yasenytsky
     7  Henry LIANG
     7  Tamay Eser Uysal
     6  Emiliano Castellano
     5  sreevardhanreddi
     4  Suman Kunwar
     3  Mews
     3  Mykyta Holubakha
     3  OmG2011
     2  Josep de Cid
     2  Katsuhisa Yuasa
     2  Mohammed Eldadah
     2  linyers
     1  HoangHN
     1  Hummer12007
     1  Joey Figaro
     1  Puskuruk
     1  Shahidul Islam Majumder
     1  ThibautGeriz
     1  beru
     1  harith-hacky03
editorialbot commented 2 weeks ago
Reference check summary (note 'MISSING' DOIs are suggestions that need verification):

OK DOIs

- 10.1145/3343031.3350535 is OK
- 10.5281/ZENODO.11543564 is OK
- 10.1109/I2C2.2017.8321819 is OK
- 10.1007/s11042-022-12100-1 is OK
- 10.48550/ARXIV.2401.01454 is OK

MISSING DOIs

- None

INVALID DOIs

- None
editorialbot commented 2 weeks ago

Paper file info:

📄 Wordcount for paper.md is 964

✅ The paper includes a Statement of need section

editorialbot commented 2 weeks ago

License info:

✅ License found: MIT License (Valid open source OSI approved license)

editorialbot commented 2 weeks ago

:point_right::page_facing_up: Download article proof :page_facing_up: View article proof on GitHub :page_facing_up: :point_left:

crvernon commented 2 weeks ago

:wave: @sumn2u - thank you for your submission to JOSS! I have a few clarifying questions for you:

sumn2u commented 2 weeks ago

Sure @crvernon

  • I notice that you are the sole lead author on this work. However, many others have made commits to this repository (e.g., seveibar). Could you explain why they are not listed as co-authors?

This work is a fork, so commits from the parent repository are also present here. I have acknowledged and given credit to these contributors in the acknowledgment section.

  • I know that you have made many commits since forking this work, but could you explain the relationship between your product and the parent repository?

The parent repository is a toolkit/library that enables users to create annotations. My product uses this toolkit, in addition to other libraries, to create annotations, store their behavior, and provide additional functions like masking annotated images, saving configurations, and more. Furthermore, the parent toolkit lacked test cases, but these have now been added. The parent toolkit has been updated to incorporate these changes, address bugs, and introduce new features.

sumn2u commented 2 weeks ago

@editorialbot generate pdf

editorialbot commented 2 weeks ago

:point_right::page_facing_up: Download article proof :page_facing_up: View article proof on GitHub :page_facing_up: :point_left:

crvernon commented 2 weeks ago

@editorialbot query scope

Thanks for the clarification @sumn2u! I am going to get the larger editorial board to take a look as well to ensure this submission qualifies under our submission requirements. This process usually takes about 2 weeks to do and I will notify you of the decision as soon as possible.

editorialbot commented 2 weeks ago

Submission flagged for editorial review.

sumn2u commented 2 weeks ago

Thanks, @crvernon. If there's any further work needed from my side, please let me know. I'll be happy to take care of it.

crvernon commented 1 week ago

@sumn2u we are in discussion with the larger editorial board about your submission and it would help us a bit if we could get a detailed list of your additions to this project (not the commit log, but the list of contributions in terms of new features that have been implemented). Could you post that here? Thanks!

sumn2u commented 1 week ago

Sure @crvernon . The features implemented in this project represent a significant contribution, enhancing functionality, usability, and scalability. The key features include:

crvernon commented 1 week ago

Thanks @sumn2u and how long have you been contributing to this project. I see your earliest commit about 20 days ago is that correct?

sumn2u commented 1 week ago

Thanks @sumn2u and how long have you been contributing to this project. I see your earliest commit about 20 days ago is that correct?

@crvernon I've been working on it for a while, maybe more than 2 and a half months, but on the forked version, yes, it's been 20 days.

sumn2u commented 1 week ago

@editorialbot generate pdf

editorialbot commented 1 week ago

:point_right::page_facing_up: Download article proof :page_facing_up: View article proof on GitHub :page_facing_up: :point_left:

crvernon commented 1 week ago

@editorialbot reject

:wave: @sumn2u. - Thanks for your patience during our larger editorial board review. At this time we have to reject your submission based on the following findings of the editorial board:

We do think you have done good work here and we wish you the best in continuing the growth of your software.

editorialbot commented 1 week ago

Paper rejected.

sumn2u commented 1 week ago

Thanks @crvernon for the updates. I understand the points about the changes being UI-focused and the short commit history. I'll continue to develop the software to better meet the criteria and resubmit in the future.