From 0d251f4a6bd019bdf5d30978eac6de1355e40ab4 Mon Sep 17 00:00:00 2001 From: Niko Sirmpilatze Date: Mon, 11 Dec 2023 18:28:32 +0000 Subject: [PATCH] removed 2023 from repo/slides url mentions (#7) --- README.md | 2 +- index.qmd | 14 +++++++------- notebooks/EPM_analysis.ipynb | 4 ++-- notebooks/EPM_analysis_with_solutions.ipynb | 4 ++-- 4 files changed, 12 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index a374de7..e748c6f 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ This repository hosts the slides and materials for the [behavioural analysis course](https://software-skills.neuroinformatics.dev/courses/video-analysis.html) taking place at the [Sainsbury Wellcome Centre (SWC)](https://www.sainsburywellcome.org/web/) in November 2023. -The rendered slides are available [here](https://neuroinformatics.dev/course-behavioural-analysis-2023/#/title-slide). +The rendered slides are available [here](https://neuroinformatics.dev/course-behavioural-analysis/#/title-slide). ## Overview This is an introductory course on analysing animal behaviour from video data. The course covers: diff --git a/index.qmd b/index.qmd index 71be7cd..cb89d5a 100644 --- a/index.qmd +++ b/index.qmd @@ -49,8 +49,8 @@ format: page-layout: full links: course-webpage: "https://software-skills.neuroinformatics.dev/courses/video-analysis.html" - gh-repo: "https://github.com/neuroinformatics-unit/course-behavioural-analysis-2023" - these-slides: "https://neuroinformatics.dev/course-behavioural-analysis-2023/#/title-slide" + gh-repo: "https://github.com/neuroinformatics-unit/course-behavioural-analysis" + these-slides: "https://neuroinformatics.dev/course-behavioural-analysis/#/title-slide" dropbox: "https://www.dropbox.com/scl/fo/ey7b6yrqax2olqyv1th7j/h?rlkey=u4wh2gxtbbn4g5o3s55zbx6pp&dl=0" menti: "https://www.menti.com/" menti-link: "https://www.menti.com/aldg47maopsr" @@ -124,13 +124,13 @@ Alessandro Felder ## Course materials {.smaller} #### These slides -- [neuroinformatics.dev/course-behavioural-analysis-2023]({{< meta links.these-slides >}}) +- [neuroinformatics.dev/course-behavioural-analysis]({{< meta links.these-slides >}}) #### Course webpage -- [software-skills.neurinformatics.dev/course-behavioural-analysis-2023]({{< meta links.course-webpage >}}) +- [software-skills.neurinformatics.dev/course-behavioural-analysis]({{< meta links.course-webpage >}}) #### GitHub repository -- [github.com/neuroinformatics-unit/course-behavioural-analysis-2023]({{< meta links.gh-repo >}}) +- [github.com/neuroinformatics-unit/course-behavioural-analysis]({{< meta links.gh-repo >}}) #### Sample data - [Dropbox link]({{< meta links.dropbox >}}) OR... @@ -636,8 +636,8 @@ Powered by [`xarray`](https://docs.xarray.dev/en/latest/index.html) and its [dat In a terminal, clone [the course repository]({{< meta links.gh-repo >}}) and go to the notebooks directory: ```{.bash} -git clone https://github.com/neuroinformatics-unit/course-behavioural-analysis-2023.git -cd course-behavioural-analysis-2023/notebooks +git clone https://github.com/neuroinformatics-unit/course-behavioural-analysis.git +cd course-behavioural-analysis/notebooks ``` ::: {.fragment} diff --git a/notebooks/EPM_analysis.ipynb b/notebooks/EPM_analysis.ipynb index 892305a..044a49e 100644 --- a/notebooks/EPM_analysis.ipynb +++ b/notebooks/EPM_analysis.ipynb @@ -25,8 +25,8 @@ "\n", "In a terminal, clone the repository and go to the `notebooks` directory:\n", "```bash\n", - "git clone https://github.com/neuroinformatics-unit/course-behavioural-analysis-2023.git\n", - "cd course-behavioural-analysis-2023/notebooks\n", + "git clone https://github.com/neuroinformatics-unit/course-behavioural-analysis.git\n", + "cd course-behavioural-analysis/notebooks\n", "```\n", "\n", "Create a new conda environment and install required packages:\n", diff --git a/notebooks/EPM_analysis_with_solutions.ipynb b/notebooks/EPM_analysis_with_solutions.ipynb index e8da2f3..9700b3c 100644 --- a/notebooks/EPM_analysis_with_solutions.ipynb +++ b/notebooks/EPM_analysis_with_solutions.ipynb @@ -25,8 +25,8 @@ "\n", "In a terminal, clone the repository and go to the `notebooks` directory:\n", "```bash\n", - "git clone https://github.com/neuroinformatics-unit/course-behavioural-analysis-2023.git\n", - "cd course-behavioural-analysis-2023/notebooks\n", + "git clone https://github.com/neuroinformatics-unit/course-behavioural-analysis.git\n", + "cd course-behavioural-analysis/notebooks\n", "```\n", "\n", "Create a new conda environment and install required packages:\n",