From 2f1309364f0d344364770d2e37e39f766b313309 Mon Sep 17 00:00:00 2001 From: Silvia Mazzoni Date: Mon, 18 Nov 2024 09:52:46 -0800 Subject: [PATCH] updated notebook links to rathje use case and ngl (#86) * Update usecase.md rathje i added the option to view it in Jupyter Lab or Jupyter Notebook. * Update usecase.md fixed the table format in rathje * Update usecase.md updated links to NGL --- .../docs/usecases/brandenberg-ngl/usecase.md | 15 ++++++++++----- user-guide/docs/usecases/rathje/usecase.md | 8 ++++---- 2 files changed, 14 insertions(+), 9 deletions(-) diff --git a/user-guide/docs/usecases/brandenberg-ngl/usecase.md b/user-guide/docs/usecases/brandenberg-ngl/usecase.md index b023ca8c..b026a1e3 100644 --- a/user-guide/docs/usecases/brandenberg-ngl/usecase.md +++ b/user-guide/docs/usecases/brandenberg-ngl/usecase.md @@ -87,7 +87,8 @@ This notebook contains example queries to illustrate how to extract data from th 5. Query information about BORH table 6. Query counts of cone penetration test data, boreholes, surface wave measurements, invasive shear wave velocity measurements, liquefaction observations, and non-liquefaction observations -[ExampleQueries.ipynb]( https://jupyter.designsafe-ci.org/hub/user-redirect/lab/tree/CommunityData/NGL/ExampleQueries.ipynb){target=_blank} +Open in Jupyter Notebook: [ExampleQueries.ipynb]( https://jupyter.designsafe-ci.org/hub/user-redirect/notebooks/CommunityData/NGL/ExampleQueries.ipynb){target=_blank}
+Open in Jupyter Lab: [ExampleQueries.ipynb]( https://jupyter.designsafe-ci.org/hub/user-redirect/lab/tree/CommunityData/NGL/ExampleQueries.ipynb){target=_blank} ### Cone Penetration Test Viewer @@ -102,7 +103,8 @@ The cone penetration test viewer demonstrates the following: Cone penetration test data plotted in the notebook include tip resistance, sleeve friction, and pore pressure. In some cases, sleeve friction and pore pressure are not measured, in which case the plots are empty. -[CPT_viewer.ipynb](https://jupyter.designsafe-ci.org/user/name/tree/CommunityData/NGL/CPT_viewer.ipynb){target=_blank} +Open in Jupyter Notebook: [CPT_viewer.ipynb](https://jupyter.designsafe-ci.org/hub/user-redirect/notebooks/CommunityData/NGL/CPT_viewer.ipynb){target=_blank}
+Open in Jupyter Lab: [CPT_viewer.ipynb](https://jupyter.designsafe-ci.org/hub/user-redirect/lab/tree/CommunityData/NGL/CPT_viewer.ipynb){target=_blank} ### VS (Invasive) Test Viewer @@ -116,7 +118,8 @@ The Vs (Invasive) Test Viewer demonstrates the following: 5. Using the ipywidgets "observe" feature to call functions when users select a widget value 6. Plotting data from the selected invasive geophysical test using matplotlib -[VS_Invasive_viewer.ipynb](https://jupyter.designsafe-ci.org/user/name/tree/CommunityData/NGL/VS_Invasive_viewer.ipynb){target=_blank} +Open in Jupyter Notebook: [VS_Invasive_viewer.ipynb](https://jupyter.designsafe-ci.org/hub/user-redirect/notebooks/CommunityData/NGL/VS_Invasive_viewer.ipynb){target=_blank}
+Open in Jupyter Lab: [VS_Invasive_viewer.ipynb](https://jupyter.designsafe-ci.org/hub/user-redirect/lab/tree/CommunityData/NGL/VS_Invasive_viewer.ipynb){target=_blank} ### October 2021 DesignSafe Webinar @@ -131,7 +134,8 @@ The notebook demonstrates the following: Cone penetration test data plotted in the notebook include tip resistance, sleeve friction, and pore pressure. In some cases, sleeve friction and pore pressure are not measured, in which case the plots are empty. -[DesignSafe_Webinar_Oct2021.ipynb](https://jupyter.designsafe-ci.org/user/name/tree/CommunityData/NGL/DesignSafe_Webinar_Oct2021.ipynb){target=_blank} +Open in Jupyter Notebook: [DesignSafe_Webinar_Oct2021.ipynb](https://jupyter.designsafe-ci.org/hub/user-redirect/notebooks/CommunityData/NGL/DesignSafe_Webinar_Oct2021.ipynb){target=_blank}
+Open in Jupyter Lab: [DesignSafe_Webinar_Oct2021.ipynb](https://jupyter.designsafe-ci.org/hub/user-redirect/lab/tree/CommunityData/NGL/DesignSafe_Webinar_Oct2021.ipynb){target=_blank} [DesignSafe Webinar YouTube video](https://youtu.be/TNOPOU4lx5w){target=_blank} @@ -149,4 +153,5 @@ The Direct Simple Shear Laboratory Test Viewer is a graphical interface that plo Direct simple shear data plotted in the notebook include shear stress, shear strain, vertical stress, and vertical strain time series in the first plot. The second plot displays shear strain and void ratio versus vertical stress and void ratio, shear stress, and vertical stress ratio versus shear strain. -[DSS_Viewer.ipynb](https://jupyter.designsafe-ci.org/user/name/tree/CommunityData/NGL/DSS_Viewer.ipynb){target=_blank} +Open in Jupyter Notebook: [DSS_Viewer.ipynb](https://jupyter.designsafe-ci.org/hub/user-redirect/notebooks/CommunityData/NGL/DSS_Viewer.ipynb){target=_blank}
+Open in Jupyter Lab: [DSS_Viewer.ipynb](https://jupyter.designsafe-ci.org/hub/user-redirect/lab/tree/CommunityData/NGL/DSS_Viewer.ipynb){target=_blank} diff --git a/user-guide/docs/usecases/rathje/usecase.md b/user-guide/docs/usecases/rathje/usecase.md index 9fff5fe9..8e887684 100644 --- a/user-guide/docs/usecases/rathje/usecase.md +++ b/user-guide/docs/usecases/rathje/usecase.md @@ -20,10 +20,10 @@ This use case example shows how to run an OpenSeesMP analysis on the high-perfor #### Jupyter Notebooks The following Jupyter notebooks are available to facilitate the analysis of each case. They are described in details in this section. You can access and run them directly on DesignSafe by clicking on the "Open in DesignSafe" button. -| Scope | Notebook | -| :-------: | :---------: | -| Submit job to STKO-compatible OpenSees | SSI_MainDriver.ipynb
[![Open In DesignSafe](https://raw.githubusercontent.com/geoelements/LearnMPM/main/DesignSafe-Badge.svg)](https://jupyter.designsafe-ci.org/hub/user-redirect/lab/tree/CommunityData/Use%20Case%20Products/OpenSees-STKO/SSI_MainDriver.ipynb) | -| Post-Processing in Jupyter | Example post-processing scripts.ipynb
[![Open In DesignSafe](https://raw.githubusercontent.com/geoelements/LearnMPM/main/DesignSafe-Badge.svg)](https://jupyter.designsafe-ci.org/hub/user-redirect/lab/tree/CommunityData/Use%20Case%20Products/OpenSees-STKO/Example%20post-processing%20scripts.ipynb) | +| Scope | Jupyter Notebook | Jupyter Lab | +| :-------: | :---------: | :---------: | +| Submit job to STKO-compatible OpenSees | SSI_MainDriver.ipynb
[![Open In DesignSafe](https://raw.githubusercontent.com/geoelements/LearnMPM/main/DesignSafe-Badge.svg)](https://jupyter.designsafe-ci.org/hub/user-redirect/lab/tree/CommunityData/Use%20Case%20Products/OpenSees-STKO/SSI_MainDriver.ipynb){:target="_blank"} | SSI_MainDriver.ipynb
[![Open In DesignSafe](https://raw.githubusercontent.com/geoelements/LearnMPM/main/DesignSafe-Badge.svg)](https://jupyter.designsafe-ci.org/hub/user-redirect/notebooks/CommunityData/Use%20Case%20Products/OpenSees-STKO/SSI_MainDriver.ipynb){:target="_blank"} | +| Post-Processing in Jupyter | Example post-processing scripts.ipynb
[![Open In DesignSafe](https://raw.githubusercontent.com/geoelements/LearnMPM/main/DesignSafe-Badge.svg)](https://jupyter.designsafe-ci.org/hub/user-redirect/lab/tree/CommunityData/Use%20Case%20Products/OpenSees-STKO/Example%20post-processing%20scripts.ipynb){:target="_blank"} | Example post-processing scripts.ipynb
[![Open In DesignSafe](https://raw.githubusercontent.com/geoelements/LearnMPM/main/DesignSafe-Badge.svg)](https://jupyter.designsafe-ci.org/hub/user-redirect/notebooks/CommunityData/Use%20Case%20Products/OpenSees-STKO/Example%20post-processing%20scripts.ipynb){:target="_blank"} | #### DesignSafe Resources The following DesignSafe resources were used in developing this use case.