From 60f3725ffe747101df18daab1cdbc09c3ccc4d91 Mon Sep 17 00:00:00 2001 From: Arfon Smith Date: Sat, 30 Mar 2024 14:58:54 +0000 Subject: [PATCH] Adding some links --- docs/submitting.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/submitting.md b/docs/submitting.md index 85187f90..648bf6bd 100644 --- a/docs/submitting.md +++ b/docs/submitting.md @@ -40,7 +40,7 @@ In addition, JOSS requires that software should be feature-complete (i.e., no ha #### A note on web-based software -Many web-based research tools are out of scope for JOSS due to a lack of modularity and challenges testing and maintaining the code. Web-based tools may be considered 'in scope' for JOSS, provided that they meet one or both of the following criteria: 1) they are exposing a 'core library' through a web-based experience (e.g., R/Shiny applications) or 2) the web application demonstrates a high-level of rigor with respect to domain modeling and testing (e.g., adopts and implements a standard design pattern such as [MVC](https://en.wikipedia.org/wiki/Model%E2%80%93view%E2%80%93controller)). +Many web-based research tools are out of scope for JOSS due to a lack of modularity and challenges testing and maintaining the code. Web-based tools may be considered 'in scope' for JOSS, provided that they meet one or both of the following criteria: 1) they are exposing a 'core library' through a web-based experience (e.g., R/[Shiny](https://www.rstudio.com/products/shiny/) applications) or 2) the web application demonstrates a high-level of rigor with respect to domain modeling and testing (e.g., adopts and implements a design pattern such as [MVC](https://en.wikipedia.org/wiki/Model%E2%80%93view%E2%80%93controller) using a framework such as [Django](https://www.djangoproject.com/)). ### Co-publication of science, methods, and software