Skip to content

Commit

Permalink
removed 2023 from repo/slides url mentions (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
niksirbi authored Dec 11, 2023
1 parent 58c477f commit 0d251f4
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
14 changes: 7 additions & 7 deletions index.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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...
Expand Down Expand Up @@ -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}
Expand Down
4 changes: 2 additions & 2 deletions notebooks/EPM_analysis.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
4 changes: 2 additions & 2 deletions notebooks/EPM_analysis_with_solutions.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 0d251f4

Please sign in to comment.