Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updates for Ephys course #69

Merged
merged 5 commits into from
Nov 4, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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