From 476eb8edb7caf78c5c59d945213be621d4cedf23 Mon Sep 17 00:00:00 2001 From: cockerilltim <145712029+cockerilltim@users.noreply.github.com> Date: Mon, 10 Nov 2025 10:41:41 -0600 Subject: [PATCH] Update bestpractices.md Fixing links in "Jupyter Notebooks as Research Software" section that are returning 404. Maria had informed me about the one for "learn how to publish Jupyter Notebooks", and I found the one regarding "Research Software Publication Policy" when I was testing/looking at other links in Best Practices. --- user-guide/docs/curating/bestpractices.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/user-guide/docs/curating/bestpractices.md b/user-guide/docs/curating/bestpractices.md index d25a5f8c..5edf17c9 100644 --- a/user-guide/docs/curating/bestpractices.md +++ b/user-guide/docs/curating/bestpractices.md @@ -95,9 +95,9 @@ Many times users include or small subsets of data/demo files to their research s ##### Jupyter Notebooks as Research Software -If planning to publish a Jupyter Notebook in the DDR, the content must comply with the definition of research software available in the [Research Software Publication Policy](/user-guide/docs/curating/policies/#publishing-research-software). Thus, the content of the Jupyter Notebook must be a contribution to solving a scientific problem. It should also comply with Research Software Best Practices outlined above. +If planning to publish a Jupyter Notebook in the DDR, the content must comply with the definition of research software available in the [Research Software Publication Policy](/user-guide/curating/policies/#publishing-research-software). Thus, the content of the Jupyter Notebook must be a contribution to solving a scientific problem. It should also comply with Research Software Best Practices outlined above. -Jupyter Notebooks, published via GitHub or as Project Type Other should be self-contained and should not depend on file paths on DesignSafe computing resources or external file systems. Please see [instructions on how to publish Jupyter Notebooks](/user-guide/docs/tools/jupyterhub/publishingnotebooks.md). +Jupyter Notebooks, published via GitHub or as Project Type Other should be self-contained and should not depend on file paths on DesignSafe computing resources or external file systems. Please see [instructions on how to publish Jupyter Notebooks](/user-guide/tools/jupyterhub/#publishing-notebooks). Many users publish notebooks along with a sample dataset or in connection to a published dataset. Always reference the dataset in the Related Data and Software entry. @@ -373,4 +373,4 @@ Users can click a “Leave Feedback” button on the projects’ landing pages t * Request to access raw data if not published. * Requests to access restricted data if the authors authorize it.  * Issues related to published code that is not working properly. -* Congratulations. \ No newline at end of file +* Congratulations.