From 92bb456c2636bf945d18f2ed3c928a2e1dd5d763 Mon Sep 17 00:00:00 2001 From: David Rotermund <54365609+davrot@users.noreply.github.com> Date: Fri, 16 Feb 2024 16:26:49 +0100 Subject: [PATCH] Update README.md Signed-off-by: David Rotermund <54365609+davrot@users.noreply.github.com> --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 18e905b..c5958c7 100644 --- a/README.md +++ b/README.md @@ -231,6 +231,7 @@ This pages are in a rough state. e.g. equations are broken. Don't know why... * [Task 1 -- Classycal neurons: Simulation and Mathematical Anaylsis](advanced_programming/task_1/README.md) * [Task 2 -- Collective coherent cortices: Data analysis](advanced_programming/task_2/README.md) * Neuron Models Equations + - For detailed descriptions, please see: ['Neuronal Dynamics' textbook](https://neuronaldynamics.epfl.ch/online) ['Theoretical Neuroscience' textbook](https://boulderschool.yale.edu/sites/default/files/files/DayanAbbott.pdf) - [DivInE-model for MT neurons](advanced_programming/DivInE/README.md) - [Leaky Integrate-and-Fire](advanced_programming/leaky_integrate_and_fire/README.md) - [Exponential Integrate-and-Fire](advanced_programming/exponential_integrate_and_fire/README.md)