denis schluppeck
2021-05-24
this repo contains some tips, tricks and a couple of projects related to finding out what neuroscience at university is like. It was prompted by discussions with a couple of budding scientists (a couple still at high school), who wanted to find out a bit more about doing research.
some julia notebooks and youtube clips to go along with them, explaining
I will try to post some notes and details to help with julia stuff here as we go through things and if we manage to find time for some follow-up sessions.
To get started with the julia notebook in this folder:
julia
activate .
instantiate
Pluto.run()
and opening the brain-notebook.jl
I have made a little youtube clip walking through the steps…:
a possible solution for working with audio. In this case actually recording a snippet and saving it out – but you could adapt to make your own wave-forms and play around see audio-demo.jl
some snippets of code for working with the allFaces.mat
data (stack of images). Pointers on how to calculate the mean across all faces, display them, etc. see average-faces.jl
julia
, write a function that takes a list of numbers like [1.2, 4.5, 3.6, 1.4] and turns it into a table. In the case of n^2 elements into a table with n rows and n columns
julia
packages Images
, MAT
, and NIfTI
, can you figure out a way to load in a PNG image, a MAT file and a NIFTI file respectively?
https://uon2021summer-2sl7364.slack.com/
It might be a really good idea to talk to each other on the slack
channel to discuss ideas, where you are getting stuck, what some of the possible solutions might be… it’s much easier to learn this stuff in a group
While I am away from e-mail, I will ask if a couple of my PhD students are able to pop onto the slack every now and then to help with generic answers…. (they are most likely to be matlab and python users, so may not be able to help with julia questions, though 😀)