From 821e9ea78d9928d2faea602d211a53275824c032 Mon Sep 17 00:00:00 2001 From: Kushaan Gupta Date: Mon, 23 Dec 2024 22:35:21 -0500 Subject: [PATCH] rename geodynamics tutorial --- mkdocs.yml | 2 +- ...jectory_geodynamics.ipynb => neural_geodynamics.ipynb} | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) rename tutorials/{pv_trajectory_geodynamics.ipynb => neural_geodynamics.ipynb} (99%) diff --git a/mkdocs.yml b/mkdocs.yml index 43860ee..942ca31 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -96,4 +96,4 @@ nav: - Reactivation: tutorials/reactivation.ipynb - Spatial Map: tutorials/spatial_map.ipynb - Attractor Estimation: tutorials/attractor_landscape.ipynb - - Representational Geodynamics: tutorials/pv_trajectory_geodynamics.ipynb + - Neural Geodynamics: tutorials/neural_geodynamics.ipynb diff --git a/tutorials/pv_trajectory_geodynamics.ipynb b/tutorials/neural_geodynamics.ipynb similarity index 99% rename from tutorials/pv_trajectory_geodynamics.ipynb rename to tutorials/neural_geodynamics.ipynb index 00e4cc9..e738571 100644 --- a/tutorials/pv_trajectory_geodynamics.ipynb +++ b/tutorials/neural_geodynamics.ipynb @@ -4,18 +4,18 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "[![Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/ryanharvey1/neuro_py/blob/main/tutorials/pv_trajectory_geodynamics.ipynb)\n", + "[![Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/ryanharvey1/neuro_py/blob/main/tutorials/neural_geodynamics.ipynb)\n", " \n", - "[![Kaggle](https://kaggle.com/static/images/open-in-kaggle.svg)](https://kaggle.com/kernels/welcome?src=https://raw.githubusercontent.com/ryanharvey1/neuro_py/main/tutorials/pv_trajectory_geodynamics.ipynb)\n", + "[![Kaggle](https://kaggle.com/static/images/open-in-kaggle.svg)](https://kaggle.com/kernels/welcome?src=https://raw.githubusercontent.com/ryanharvey1/neuro_py/main/tutorials/neural_geodynamics.ipynb)\n", " \n", - "[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/ryanharvey1/neuro_py/main?labpath=tutorials%2Fpv_trajectory_geodynamics.ipynb)" + "[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/ryanharvey1/neuro_py/main?labpath=tutorials%2Fneural_geodynamics.ipynb)" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ - "# Population Vector Trajectories Comparative Geometry and Dynamics \n", + "# Neural Trajectories Comparative Geometry and Dynamics \n", "\n", "Here, we will show how to use the\n", "[`proximity`](https://ryanharvey1.github.io/neuro_py/reference/neuro_py/ensemble/geometry/#neuro_py.ensemble.geometry.proximity)\n",