Skip to content

Commit

Permalink
Updates for Ephys course (#69)
Browse files Browse the repository at this point in the history
* Update card page.

* Update ephys page.

* Update ignore link.

* Fix changed BSD link.

* Try ignoring the link...
  • Loading branch information
JoeZiminski authored Nov 4, 2024
1 parent 241bc00 commit f54fc7d
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 16 deletions.
1 change: 1 addition & 0 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -136,4 +136,5 @@
"https://wiki.ucl.ac.uk",
"https://www.dropbox.com",
"https://neuroinformatics.dev/slides-SWC-PhD-intro/#/section",
"https://opensource.org/license/BSD-3-Clause",
]
8 changes: 4 additions & 4 deletions docs/source/courses/extracellular-analysis.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,14 @@ Students should bring their own laptop with Python installed. If you require any
<a href="mailto:[email protected]?subject=SWC/GCNU Software Skills">Joe Ziminski</a> in advance of the course.

## Materials
Wednesday 8th Nov
Tuesday 5th Nov

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

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

Thursday 9th Nov
6th - 7th November

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

* [Repo](https://github.com/neuroinformatics-unit/extracellular-ephys-analysis-course-2023)
* [Repo](https://github.com/neuroinformatics-unit/course-extracellular-ephys-analysis)
2 changes: 1 addition & 1 deletion docs/source/courses/python-packaging.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ For this course you will need a very basic knowledge of Python, and a laptop wit


* [Sample .gitignore file](https://gist.githubusercontent.com/adamltyson/4d2b2cab224aeb94701fdddc4b894206/raw/998471179d290cf9204eb8cfe799dc32ef92e292/.gitignore)
* [BSD-3-Clause license](https://opensource.org/licenses/BSD-3-Clause)
* [BSD-3-Clause license](https://opensource.org/license/BSD-3-Clause)
* [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)
* [black config](https://gist.githubusercontent.com/adamltyson/559678f224ae0e1f08cf1768b319793c/raw/db170fde3be3e8511b987fd019d420a52edfb9b9/pyproject.toml)
* [pre-commit config file](https://gist.githubusercontent.com/adamltyson/06dc8f8760feee57a4b41aa66833c835/raw/da2050d7eb4db28f17d28f591fa6eefd98946408/.pre-commit-config.yaml)
Expand Down
23 changes: 12 additions & 11 deletions docs/source/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,12 @@ the [Neuroinformatics Unit](https://neuroinformatics.dev).
::::{grid} 1 2 2 2
:gutter: 3


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

General software skills for systems neuroscience
+++
Sainsbury Wellcome Centre, UCL <br>
November 5th - October 7th 2024

:::

::::
Expand All @@ -27,6 +25,14 @@ Sainsbury Wellcome Centre, UCL <br>
::::{grid} 1 2 2 3
:gutter: 3

:::{grid-item-card} {fas}`server;sd-text-primary` General software skills for systems neuroscience
:link: courses/software-skills
:link-type: doc

+++
Sainsbury Wellcome Centre, UCL <br>
:::

:::{grid-item-card} {fas}`server;sd-text-primary` Running pose estimation on the SWC HPC system
:link: courses/hpc-behaviour
:link-type: doc
Expand All @@ -47,11 +53,6 @@ Sainsbury Wellcome Centre, UCL <br>
:link-type: doc
:::

:::{grid-item-card} {fas}`bolt;sd-text-primary` Extracellular electrophysiology analysis
:link: courses/extracellular-analysis
:link-type: doc
:::

:::{grid-item-card} {fas}`code;sd-text-primary` Collaborative coding and software development good practices
:link: courses/collaborative-coding
:link-type: doc
Expand Down

0 comments on commit f54fc7d

Please sign in to comment.