openjournals / joss-reviews

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

[PRE REVIEW]: CitationNet: Visualizing scientific reference networks in 3D #7413

Closed editorialbot closed 6 hours ago

editorialbot commented 6 days ago

Submitting author: !--author-handle-->@maltevogl<!--end-author-handle-- (Malte Vogl) Repository: https://github.com/maltevogl/citationnet Branch with paper.md (empty if default branch): Version: 2.1.0 Editor: Pending Reviewers: Pending Managing EiC: Arfon Smith

Status

status

Status badge code:

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

Author instructions

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

@maltevogl 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 6 days 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 6 days ago
Reference check summary (note 'MISSING' DOIs are suggestions that need verification):

βœ… OK DOIs

- 10.5281/zenodo.7346907 is OK
- 10.1038/d41586-019-03305-w is OK
- 10.1515/9783111291383-012 is OK

🟑 SKIP DOIs

- None

❌ MISSING DOIs

- None

❌ INVALID DOIs

- None
editorialbot commented 6 days ago

Software report:

github.com/AlDanial/cloc v 1.90  T=0.73 s (54.8 files/s, 11461.9 lines/s)
-------------------------------------------------------------------------------
Language                     files          blank        comment           code
-------------------------------------------------------------------------------
JSON                            10              0              0           6309
TypeScript                       4             50            109            411
Python                           5             90             88            382
HTML                             4             13              4            212
Markdown                         5             82              0            168
CSS                              1             23             11            142
TOML                             1              8              0             44
TeX                              1              2              0             44
YAML                             3              6             12             38
JavaScript                       1              2              0             30
INI                              1              5              6             27
reStructuredText                 4             14             13             23
-------------------------------------------------------------------------------
SUM:                            40            295            243           7830
-------------------------------------------------------------------------------

Commit count by author:

    27  Malte Vogl
     9  mvogl
editorialbot commented 6 days ago

Paper file info:

πŸ“„ Wordcount for paper.md is 606

βœ… The paper includes a Statement of need section

editorialbot commented 6 days ago

License info:

βœ… License found: MIT License (Valid open source OSI approved license)

editorialbot commented 6 days ago

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

editorialbot commented 6 days ago

Five most similar historical JOSS papers:

textnets: A Python package for text analysis with networks Submitting author: @jboynyc Handling editor: @gkthiruvathukal (Active) Reviewers: @sara-02, @tresoldi Similarity score: 0.7099

CiteLang: Modeling the Research Software Ecosystem Submitting author: @vsoch Handling editor: @faroit (Active) Reviewers: @gflofst, @rmmilewi Similarity score: 0.7091

webweb: a tool for creating, displaying, and sharing interactive network visualizations on the web Submitting author: @hneutr Handling editor: @cMadan (Retired) Reviewers: @vc1492a, @jg-you Similarity score: 0.7078

Cacatoo: building, exploring, and sharing spatially structured models of biological systems Submitting author: @bramvandijk88 Handling editor: @Bisaloo (Retired) Reviewers: @emilydolson, @TimKam Similarity score: 0.7051

Building, Importing, and Exporting GEXF Graph Files with rgexf Submitting author: @gvegayon Handling editor: @fabian-s (Active) Reviewers: @jonjoncardoso, @corneliusfritz Similarity score: 0.6955

⚠️ Note to editors: If these papers look like they might be a good match, click through to the review issue for that paper and invite one or more of the authors before considering asking the reviewers of these papers to review again for JOSS.

arfon commented 6 days ago

@maltevogl – thanks for your submission to JOSS. It looks like this codebase is comprised of both TypeScript and Python components – are you looking for both to be reviewed here?

Additionally, I'm going to start a scope review amongst the JOSS editors to decide if this submission is research software as defined by JOSS. This does not mean that it is not software that is useful in research, but just that JOSS might not consider it in scope for review as research software.

This process will likely take a week or so to complete.

arfon commented 6 days ago

@editorialbot query scope

editorialbot commented 6 days ago

Submission flagged for editorial review.

maltevogl commented 1 day ago

Hi @arfon, yes the codebase is both typescript (for the front end) and Python (back end). Both parts are closely integrated since the Python part generates the network data, that is then displayed by the Typescript part. The repository contains the code both for the pypi python package as well as the npm package. The tests are written for both parts independently.

arfon commented 6 hours ago

:wave: @maltevogl – After discussion by the editorial team, we've concluded that this submission is not in scope for JOSS, as it does not fit our definition of research software as defined by JOSS. This does not mean that it is not software that is useful in research, but just that JOSS might not consider it in scope for review here.

One possible alternative to JOSS is to follow GitHub's guide on how to create a permanent archive and DOI for your software. This DOI can then be used by others to cite your work.

arfon commented 6 hours ago

@editorialbot reject

editorialbot commented 6 hours ago

Paper rejected.

maltevogl commented 4 hours ago

Dear @arfon, thanks for your feedback. Maybe I made the purpose not clear enough but the software is used to "extract[..] knowledge from large data sets" (as you state in your definition of research software) for the field of History of Science, since it build the citation and reference network for a single publication from the vast amount of publication data in OpenAlex. So I thought the software would perfectly fit your scope. I would appreciate a reconsideration with this in mind. Independent of that, I will publish the software on Zenodo.