Giter VIP home page Giter VIP logo

Comments (36)

leahcrowe avatar leahcrowe commented on July 23, 2024 3

Thank you for the testing suggestion. I had trouble getting the shinytest to work (I think because of all the html), but I have gotten shinytest2 (https://rstudio.github.io/shinytest2/) to work locally, so I think that will be what we use to demonstrate the functionality specific to being connected to the network server/accessing internal databases.

There are some travel conflicts this week, but our hope is to work this out next week!

Thanks to everyone for you helpful suggestions to improve the project!

from joss-reviews.

leahcrowe avatar leahcrowe commented on July 23, 2024 2

Hi all,

I've added in three more example days of data that offer different scenarios for the trigger analysis from the aerial survey data (see the README file for the update). For our functional operations, we have this app interacting on our internal server and database, so I can't offer up that actual experience, but I hope the examples I have provided demonstrate how this app is going through the decision making process for triggering protection zones, or not. Please let me know if there is anything further you would like to see to proceed.

Leah

from joss-reviews.

leahcrowe avatar leahcrowe commented on July 23, 2024 1

Hi all,

Thank you for agreeing to test this app. We are grateful for your involvement and review!

You don't need to include a tail number to proceed, but I have updated the wiki page with an example tail number: https://github.com/NEFSC/READ-PSB-LWT-narwss_rwsas_apps/wiki/Aerial-Survey-Processing-App,-Aerial-Survey-Tab:-Part-1

The issue you all were running into was that I incorrectly named the folder containing the example data (was YYYYMMDD when it should have been YYMMDD). All good now, and I have updated the README file with how to run the example data (without needing to download anything to your machine).

I'm aware that you all will not be able to test the trigger evaluation without access to our database server, so I am working on an example workaround.

Hopefully at least the processing app goes a bit more smoothly for you -- sorry about that mix up!

Leah

from joss-reviews.

salix-d avatar salix-d commented on July 23, 2024 1

The problem was that I thought the path to the files included the folder 210409 and/or that they needed to be in a folder named with the date.

Perhaps " the pathway you enter should be the pathway where the edit files are stored." could be change to something like " the pathway you enter should be the pathway to the folder containing the edit files are stored. This file should also be labeled like [YYMMDD]."

from joss-reviews.

salix-d avatar salix-d commented on July 23, 2024 1

For the dependencies, I notice that if I don't load the libraries, they get loaded when doing shiny::runGitHub("READ-PSB-LWT-narwss_rwsas_apps", username = "NEFSC", ref = "master") so the user doesn't have to copy the list from the readme.

Since the review check list mentionned that

Ideally these should be handled with an automated package management solution.

I would suggest using require instead of library in the global_libraries.R script. This will install any missing packages for the user.

from joss-reviews.

leahcrowe avatar leahcrowe commented on July 23, 2024 1

I was able to download the report in html but not in pdf format.

I had this error :

An error has occurred!
LaTeX failed to compile C:\Users\salix\AppData\Local\Temp\RtmpwVL36t\file39543fa5181d.tex. See https://yihui.org/tinytex/r/#debugging for debugging tips. See file39543fa5181d.log for more info.

Here's the log file: file39543fa5181d.log

Don't know if related, but the html file was named "09Apr2021_NOAA_NERW_Aerial_Report.html" and the pdf file "report.htm".

This is an issue that occurs related to tinytex/your machine's LaTeX distribution. I offer up some tests/installation instructions in the "Additional installation" README section. I have been able to set this up on several different computers and our shiny server, but some computers have eluded me, which is why we have offered the html download option. The correct naming convention is added to the file when it works properly.

from joss-reviews.

TanyaS08 avatar TanyaS08 commented on July 23, 2024 1

I was able to download the report in html but not in pdf format.
I had this error :

An error has occurred!
LaTeX failed to compile C:\Users\salix\AppData\Local\Temp\RtmpwVL36t\file39543fa5181d.tex. See https://yihui.org/tinytex/r/#debugging for debugging tips. See file39543fa5181d.log for more info.

Here's the log file: file39543fa5181d.log
Don't know if related, but the html file was named "09Apr2021_NOAA_NERW_Aerial_Report.html" and the pdf file "report.htm".

This is an issue that occurs related to tinytex/your machine's LaTeX distribution. I offer up some tests/installation instructions in the "Additional installation" README section. I have been able to set this up on several different computers and our shiny server, but some computers have eluded me, which is why we have offered the html download option. The correct naming convention is added to the file when it works properly.

I've also had an issue with creating the PDF (but everything else works! 😊). My error message looks a bit different though and says the following: I was unable to find any missing LaTeX packages from the error log file947ed0e2974.log. ! Undefined control sequence. l.81 title: NOAA Northeast Region \nRight Whale Aerial Survey Report'' which is then followed by: Warning: Error in : LaTeX failed to compile /var/folders/wf/wmp7x6xj7_zbx2bl9z5ysfwm0000gn/T//Rtmpuirwmm/file947ed0e2974.tex. See https://yihui.org/tinytex/r/#debugging for debugging tips. See file947ed0e2974.log for more info. It could be that I also have an underlying LATEX issue but I was wondering about the `l.81 title:`NOAA Northeast Region \nRight Whale Aerial Survey Report'' comment...

I am thinking this has to do with your LaTeX distribution and if it recognizes "\n" as a line break or if it is looking for a different command. Likely it doesn't like the single "" in how your machine is set up. Our team just compiled the attached report the other day, so we do have this up and running properly on our server, but it's also exactly why we also offer the html option!

09May2023_NOAA_NERW_Aerial_Report.pdf

I'm wondering if there is a way to word this issue better in the README/wiki. I looked at it again and it is there but maybe in the README under the 'Additional installations' section it might be nice to have a sub-sub heading that is something along the lines of 'troubleshooting for PDF report generation'? And a phrase that echos what is in the README that PDF generation is hard but try these links for troubleshooting or generate the report as an .html and convert to PDF from there. Having just written that it might clog up the README so maybe even just a simple hyperlink linking to the wiki (https://github.com/NEFSC/READ-PSB-LWT-narwss_rwsas_apps/wiki/Aerial-Survey-Processing-App,-Aerial-Survey-Tab:-Part-3) to make the link more clear/make the user aware of this potential issue?

from joss-reviews.

TanyaS08 avatar TanyaS08 commented on July 23, 2024 1

Hopefully I've done this right - I've opened an issue regarding documentation here:

NEFSC/READ-PSB-LWT-narwss_rwsas_apps#26

from joss-reviews.

TanyaS08 avatar TanyaS08 commented on July 23, 2024 1

I've had a look at everything and I'm happy to have this software + manuscript moved forward! ✈️ I've also closed the one issue I opened relating to the ms

from joss-reviews.

salix-d avatar salix-d commented on July 23, 2024 1

Hello!

I'm not really familiar with shiny app testing (I found the package with a small web search), so I'm not sure what to suggest.

I also understand why some features are limited to people with access to the database, and the part we have access to run properly. I think with the documentation added for manual testing, it should be good 🙂

from joss-reviews.

graciellehigino avatar graciellehigino commented on July 23, 2024 1

Thank you all for putting so much work into this publication! It sounds great to me - and the good thing about this review being open is that everyone can read what you just explained, @leahcrowe [=

So I guess we can start the final checks and recommend publication! Congrats! 🎉

@salix-d and @TanyaS08 - thank you SO MUCH for your contribution! You don't need to worry about anything else from now on. I'll take care of the final reviews. If you enjoyed the experience and want to be listed on the JOSS reviewers database, feel free to register here: https://reviewers.joss.theoj.org/
(you just need to authorize the app with your github account)

from joss-reviews.

editorialbot avatar editorialbot commented on July 23, 2024 1
Reference check summary (note 'MISSING' DOIs are suggestions that need verification):

OK DOIs

- 10.3354/esr01137 is OK
- 10.1016/j.marpol.2019.02.019 is OK
- 10.1575/1912/66099 is OK
- 10.3354/dao03376 is OK
- 10.1111/2041-210x.13244 is OK
- 10.3354/esr00368 is OK
- 10.1098/rsos.180892 is OK
- 10.1038/s41598-017-13359-3 is OK
- 10.5670/oceanog.2021.308 is OK
- 10.21105/joss.03094 is OK
- 10.3389/fmars.2021.760840 is OK

MISSING DOIs

- None

INVALID DOIs

- None

from joss-reviews.

editorialbot avatar editorialbot commented on July 23, 2024

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

from joss-reviews.

editorialbot avatar editorialbot commented on July 23, 2024
Software report:

github.com/AlDanial/cloc v 1.88  T=0.04 s (1401.2 files/s, 206604.8 lines/s)
-------------------------------------------------------------------------------
Language                     files          blank        comment           code
-------------------------------------------------------------------------------
R                               27            724            478           4914
XML                             12              0              1            757
HTML                             1             48              0            634
TeX                              3             44              7            293
Markdown                         2             43              0            112
Standard ML                      2              0              0            107
Rmd                              9             54            252             48
YAML                             2              3              4             29
-------------------------------------------------------------------------------
SUM:                            58            916            742           6894
-------------------------------------------------------------------------------


gitinspector failed to run statistical information for the repository

from joss-reviews.

editorialbot avatar editorialbot commented on July 23, 2024

Wordcount for paper.md is 1444

from joss-reviews.

editorialbot avatar editorialbot commented on July 23, 2024
Reference check summary (note 'MISSING' DOIs are suggestions that need verification):

OK DOIs

- 10.1016/j.marpol.2019.02.019 is OK
- 10.3354/dao03376 is OK
- 10.1111/2041-210x.13244 is OK
- 10.3354/esr00368 is OK
- 10.5670/oceanog.2021.308 is OK
- 10.21105/joss.03094 is OK
- 10.3389/fmars.2021.760840 is OK

MISSING DOIs

- 10.1575/1912/29599 may be a valid DOI for title: North Atlantic Right Whale Consortium 2021 Annual Report Card

INVALID DOIs

- None

from joss-reviews.

editorialbot avatar editorialbot commented on July 23, 2024

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

from joss-reviews.

graciellehigino avatar graciellehigino commented on July 23, 2024

Hi all! Welcome to the review thread! 🎉

While our excellent reviewers gather their comments, could you please double-check the missing DOIs on the paper, @leahcrowe? Thanks!

@TanyaS08 and @salix-d - thank you so much for accepting to be part of this discussion! As the bot has mentioned, you can learn more about the review process here. Do not hesitate to contact me if you need anything. [=

from joss-reviews.

TanyaS08 avatar TanyaS08 commented on July 23, 2024

Review checklist for @TanyaS08

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/NEFSC/READ-PSB-LWT-narwss_rwsas_apps?
  • 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 (@leahcrowe) 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?

from joss-reviews.

leahcrowe avatar leahcrowe commented on July 23, 2024

@editorialbot generate pdf

DOIs updated!

from joss-reviews.

editorialbot avatar editorialbot commented on July 23, 2024

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

from joss-reviews.

salix-d avatar salix-d commented on July 23, 2024

Review checklist for @salix-d

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/NEFSC/READ-PSB-LWT-narwss_rwsas_apps?
  • 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 (@leahcrowe) 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?

from joss-reviews.

salix-d avatar salix-d commented on July 23, 2024

Hi!

I was trying to test the functionnality with the example_data/20210409.
I found the documentation wiki to be quite clear, and was easily able to follow along. However, I was missing some information to be able to test fully.

I checked 'local' and entered the path where I saved the files in that folder, entered '210409' as the 'Survey Date', but I couldn't find the 'Tail number'. I tried without and got the error:

Uh oh! Those files can't be found! Double check your connection to the network, the local network pathway, your data, and/or your survey date entry.
whether 'Edited eff/sig files' had 'yes' or 'no' selected.

Do you have the tail number somewhere in this repo?
If not, I would add it in a text file in the 'example_data/20210409' folder.

Another thing is that you need an 'Example usage'. I think you could easily add with the example data so people can get a feel of what can be done.

Thanks!

from joss-reviews.

TanyaS08 avatar TanyaS08 commented on July 23, 2024

I'm going to attach/insert myself here as well since I had the same issue (I also added some dummy digits for a flight number - same message). I was wondering if it might also be an OS issue when setting the path? I'm running macOS for what it's worth...

from joss-reviews.

salix-d avatar salix-d commented on July 23, 2024

And I'm on windows.

( kinda nice we cover multiple OS to test :) )

from joss-reviews.

salix-d avatar salix-d commented on July 23, 2024

I was able to download the report in html but not in pdf format.

I had this error :

An error has occurred!
LaTeX failed to compile C:\Users\salix\AppData\Local\Temp\RtmpwVL36t\file39543fa5181d.tex. See https://yihui.org/tinytex/r/#debugging for debugging tips. See file39543fa5181d.log for more info.

Here's the log file:
file39543fa5181d.log

Don't know if related, but the html file was named "09Apr2021_NOAA_NERW_Aerial_Report.html" and the pdf file "report.htm".

from joss-reviews.

TanyaS08 avatar TanyaS08 commented on July 23, 2024

I was able to download the report in html but not in pdf format.
I had this error :

An error has occurred!
LaTeX failed to compile C:\Users\salix\AppData\Local\Temp\RtmpwVL36t\file39543fa5181d.tex. See https://yihui.org/tinytex/r/#debugging for debugging tips. See file39543fa5181d.log for more info.

Here's the log file: file39543fa5181d.log
Don't know if related, but the html file was named "09Apr2021_NOAA_NERW_Aerial_Report.html" and the pdf file "report.htm".

This is an issue that occurs related to tinytex/your machine's LaTeX distribution. I offer up some tests/installation instructions in the "Additional installation" README section. I have been able to set this up on several different computers and our shiny server, but some computers have eluded me, which is why we have offered the html download option. The correct naming convention is added to the file when it works properly.

I've also had an issue with creating the PDF (but everything else works! 😊). My error message looks a bit different though and says the following:
I was unable to find any missing LaTeX packages from the error log file947ed0e2974.log.
! Undefined control sequence.
l.81 title: ``NOAA Northeast Region \nRight
Whale Aerial Survey Report''

which is then followed by:

Warning: Error in : LaTeX failed to compile /var/folders/wf/wmp7x6xj7_zbx2bl9z5ysfwm0000gn/T//Rtmpuirwmm/file947ed0e2974.tex. See https://yihui.org/tinytex/r/#debugging for debugging tips. See file947ed0e2974.log for more info.

It could be that I also have an underlying LATEX issue but I was wondering about the l.81 title: ``NOAA Northeast Region \nRight Whale Aerial Survey Report'' comment...

from joss-reviews.

leahcrowe avatar leahcrowe commented on July 23, 2024

I was able to download the report in html but not in pdf format.
I had this error :

An error has occurred!
LaTeX failed to compile C:\Users\salix\AppData\Local\Temp\RtmpwVL36t\file39543fa5181d.tex. See https://yihui.org/tinytex/r/#debugging for debugging tips. See file39543fa5181d.log for more info.

Here's the log file: file39543fa5181d.log
Don't know if related, but the html file was named "09Apr2021_NOAA_NERW_Aerial_Report.html" and the pdf file "report.htm".

This is an issue that occurs related to tinytex/your machine's LaTeX distribution. I offer up some tests/installation instructions in the "Additional installation" README section. I have been able to set this up on several different computers and our shiny server, but some computers have eluded me, which is why we have offered the html download option. The correct naming convention is added to the file when it works properly.

I've also had an issue with creating the PDF (but everything else works! 😊). My error message looks a bit different though and says the following: I was unable to find any missing LaTeX packages from the error log file947ed0e2974.log. ! Undefined control sequence. l.81 title: ``NOAA Northeast Region \nRight Whale Aerial Survey Report''

which is then followed by:

Warning: Error in : LaTeX failed to compile /var/folders/wf/wmp7x6xj7_zbx2bl9z5ysfwm0000gn/T//Rtmpuirwmm/file947ed0e2974.tex. See https://yihui.org/tinytex/r/#debugging for debugging tips. See file947ed0e2974.log for more info.

It could be that I also have an underlying LATEX issue but I was wondering about the l.81 title:NOAA Northeast Region \nRight Whale Aerial Survey Report'' `` comment...

I am thinking this has to do with your LaTeX distribution and if it recognizes "\n" as a line break or if it is looking for a different command. Likely it doesn't like the single "" in how your machine is set up. Our team just compiled the attached report the other day, so we do have this up and running properly on our server, but it's also exactly why we also offer the html option!

09May2023_NOAA_NERW_Aerial_Report.pdf

from joss-reviews.

salix-d avatar salix-d commented on July 23, 2024

Hello,

Regarding the functionality check:
The parts of the app that we have access to do seem to work properly, but a lot of it can't be tested (like all the triggers).

I'm unsure if this is an issue for the paper.
If it is, I did find this package https://rstudio.github.io/shinytest/articles/shinytest.html.
I'm assuming you did do manual testing before submitting, but, maybe having a script showing those tests on your setup might help?
I think it would certainly help in the long run regardless.

And if it's not, then for me, everything on my checklist is checked 😄

from joss-reviews.

graciellehigino avatar graciellehigino commented on July 23, 2024

Hi folks! This review is going great and it's close to the conclusion. I see great improvements in the documentation, congrats! 🎉

@leahcrowe I think @salix-d 's comment about testing is pertinent and it would be great if you could implement that. It shouldn't refrain us from moving forward to acceptance, though, as long as there are descriptions on how users can test the functionality of the app manually.

@TanyaS08 I see there are a couple of boxes on your checklist still to be checked. Do you have further comments about the paper?

from joss-reviews.

leahcrowe avatar leahcrowe commented on July 23, 2024

Hello all!

I have added in the dates for manual testing of the Trigger Analysis app in the wiki here. For instances where a protection zone is triggered and/or extended, I have also uploaded the reports to those locations.

Unfortunately, I keep running into snags with the shinytest packages. I think it boils down to their requirement of only 1 Rmd file allowed per app. We have several Rmd files in this project, so without substantial workarounds, I don't think I can get this to work (I could get it to work with other projects I have that have only one Rmd).

The main difference between declaring a protection zone through the "Trigger Analysis" route and from sightings data analyzed in the "Aerial Survey Processing App" is the source of the data: "Trigger Analysis" queries data by date from all sources in our Oracle database (both visual and acoustic, opportunistic and dedicated), and the "Aerial Survey Processing App" only looks at sightings from a visual aerial survey. The process that analyzes the detections to see if they meet the criteria for a dynamic protection zone are the same, and occur through the shared files.

Other than record a video of the process, I am not sure what else we can do without substantial code changes. But let me know if you all have other ideas!

from joss-reviews.

salix-d avatar salix-d commented on July 23, 2024

@graciellehigino What's the next step?

from joss-reviews.

graciellehigino avatar graciellehigino commented on July 23, 2024

Post-Review Checklist for Editor and Authors

Additional Author Tasks After Review is Complete

  • Double check authors and affiliations (including ORCIDs)
  • Make a release of the software with the latest changes from the review and post the version number here. This is the version that will be used in the JOSS paper.
  • Archive the release on Zenodo/figshare/etc and post the DOI here.
  • Make sure that the title and author list (including ORCIDs) in the archive match those in the JOSS paper.
  • Make sure that the license listed for the archive is the same as the software license.

Editor Tasks Prior to Acceptance

  • Read the text of the paper and offer comments/corrections (as either a list or a PR)
  • Check the references in the paper for corrections (e.g. capitalization)
  • Check that the archive title, author list, version tag, and the license are correct
  • Set archive DOI with @editorialbot set <DOI here> as archive
  • Set version with @editorialbot set <version here> as version
  • Double check rendering of paper with @editorialbot generate pdf
  • Specifically check the references with @editorialbot check references and ask author(s) to update as needed
  • Recommend acceptance with @editorialbot recommend-accept

from joss-reviews.

graciellehigino avatar graciellehigino commented on July 23, 2024

@editorialbot check references

from joss-reviews.

graciellehigino avatar graciellehigino commented on July 23, 2024

@leahcrowe can you help do the final checks? =D

from joss-reviews.

leahcrowe avatar leahcrowe commented on July 23, 2024

@leahcrowe can you help do the final checks? =D

Yes! Happy to help! I am currently in the field, but will get to this as soon as I can. Thanks, all!

from joss-reviews.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.