Skip to content

Commit f54fc7d

Browse files
authored
Updates for Ephys course (#69)
* Update card page. * Update ephys page. * Update ignore link. * Fix changed BSD link. * Try ignoring the link...
1 parent 241bc00 commit f54fc7d

File tree

4 files changed

+18
-16
lines changed

4 files changed

+18
-16
lines changed

docs/source/conf.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,4 +136,5 @@
136136
"https://wiki.ucl.ac.uk",
137137
"https://www.dropbox.com",
138138
"https://neuroinformatics.dev/slides-SWC-PhD-intro/#/section",
139+
"https://opensource.org/license/BSD-3-Clause",
139140
]

docs/source/courses/extracellular-analysis.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,14 @@ Students should bring their own laptop with Python installed. If you require any
2323
<a href="mailto:j.ziminski@ucl.ac.uk?subject=SWC/GCNU Software Skills">Joe Ziminski</a> in advance of the course.
2424

2525
## Materials
26-
Wednesday 8th Nov
26+
Tuesday 5th Nov
2727

2828
* [Slides](https://docs.google.com/presentation/d/1VTX5mogZXG-9ssQRjg3d0SCZ_jgR800KfvNfVZOhkUs/edit?usp=sharing)
2929

3030
* [Download Data](https://www.dropbox.com/sh/h782frjxyugifle/AABANGRWOGrtUmpWkJvHON9Ya?dl=0)
3131

32-
Thursday 9th Nov
32+
6th - 7th November
3333

34-
* [Slides](https://docs.google.com/presentation/d/1qS-Ua1qbegiHr-_wCDjGk1dW6ydw09YYdpP0FJpilcQ/edit?usp=drive_link)
34+
* [Slides](https://docs.google.com/presentation/d/1_GMxwcyVmpvXq4BpUYwgDgEKsr23Ifl1oc0mRyWB25s/edit?usp=sharing)
3535

36-
* [Repo](https://github.com/neuroinformatics-unit/extracellular-ephys-analysis-course-2023)
36+
* [Repo](https://github.com/neuroinformatics-unit/course-extracellular-ephys-analysis)

docs/source/courses/python-packaging.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ For this course you will need a very basic knowledge of Python, and a laptop wit
2020

2121

2222
* [Sample .gitignore file](https://gist.githubusercontent.com/adamltyson/4d2b2cab224aeb94701fdddc4b894206/raw/998471179d290cf9204eb8cfe799dc32ef92e292/.gitignore)
23-
* [BSD-3-Clause license](https://opensource.org/licenses/BSD-3-Clause)
23+
* [BSD-3-Clause license](https://opensource.org/license/BSD-3-Clause)
2424
* [GitHub markdown guide](https://docs.github.com/en/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntax)
2525
* [black config](https://gist.githubusercontent.com/adamltyson/559678f224ae0e1f08cf1768b319793c/raw/db170fde3be3e8511b987fd019d420a52edfb9b9/pyproject.toml)
2626
* [pre-commit config file](https://gist.githubusercontent.com/adamltyson/06dc8f8760feee57a4b41aa66833c835/raw/da2050d7eb4db28f17d28f591fa6eefd98946408/.pre-commit-config.yaml)

docs/source/index.md

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,12 @@ the [Neuroinformatics Unit](https://neuroinformatics.dev).
99
::::{grid} 1 2 2 2
1010
:gutter: 3
1111

12-
13-
:::{grid-item-card} {fas}`server;sd-text-primary` September 30th - October 8th 2024
14-
:link: courses/software-skills
12+
:::{grid-item-card} {fas}`bolt;sd-text-primary` Extracellular electrophysiology analysis
13+
:link: courses/extracellular-analysis
1514
:link-type: doc
1615

17-
General software skills for systems neuroscience
18-
+++
19-
Sainsbury Wellcome Centre, UCL <br>
16+
November 5th - October 7th 2024
17+
2018
:::
2119

2220
::::
@@ -27,6 +25,14 @@ Sainsbury Wellcome Centre, UCL <br>
2725
::::{grid} 1 2 2 3
2826
:gutter: 3
2927

28+
:::{grid-item-card} {fas}`server;sd-text-primary` General software skills for systems neuroscience
29+
:link: courses/software-skills
30+
:link-type: doc
31+
32+
+++
33+
Sainsbury Wellcome Centre, UCL <br>
34+
:::
35+
3036
:::{grid-item-card} {fas}`server;sd-text-primary` Running pose estimation on the SWC HPC system
3137
:link: courses/hpc-behaviour
3238
:link-type: doc
@@ -47,11 +53,6 @@ Sainsbury Wellcome Centre, UCL <br>
4753
:link-type: doc
4854
:::
4955

50-
:::{grid-item-card} {fas}`bolt;sd-text-primary` Extracellular electrophysiology analysis
51-
:link: courses/extracellular-analysis
52-
:link-type: doc
53-
:::
54-
5556
:::{grid-item-card} {fas}`code;sd-text-primary` Collaborative coding and software development good practices
5657
:link: courses/collaborative-coding
5758
:link-type: doc

0 commit comments

Comments
 (0)