@@ -9,43 +9,43 @@ Running locally will require the dependencies from `requirements.txt`.
99[ ↩ Back to the main repository] ( https://github.com/CardiacModelling/VoltageClampModel )
1010
1111
12- ## Modelling patch-clamp experiments
12+ ## 1. Modelling patch-clamp experiments
1313[ ![ github] ( ./img/github.svg )] ( ./1-modelling-patch-clamp.ipynb )
1414[ ![ nbviewer] ( ./img/nbviewer.svg )] ( https://nbviewer.jupyter.org/github/CardiacModelling/VoltageClampModel/tree/main/tutorial/1-modelling-patch-clamp.ipynb )
1515
1616The first notebook describes the uncompensated patch-clamp set up, and derives an ODE model from the electrical schematics.
1717
18- ## Modelling electronic compensation
18+ ## 2. Modelling electronic compensation
1919[ ![ github] ( ./img/github.svg )] ( ./2-compensation.ipynb )
2020[ ![ nbviewer] ( ./img/nbviewer.svg )] ( https://nbviewer.jupyter.org/github/CardiacModelling/VoltageClampModel/tree/main/tutorial/2-compensation.ipynb )
2121
2222The model is updated to include the compensation circuitry commonly used in patch-clamp amplifiers.
2323
24- ## Simulating a manual patch clamp experiment
24+ ## 3. Simulating a manual patch clamp experiment
2525[ ![ github] ( ./img/github.svg )] ( ./3-simulations.ipynb )
2626[ ![ nbviewer] ( ./img/nbviewer.svg )] ( https://nbviewer.jupyter.org/github/CardiacModelling/VoltageClampModel/tree/main/tutorial/3-simulations.ipynb )
2727
2828We walk through and simulate the early steps of a manual patch-clamp experiment.
2929
30- ## Simplified models
30+ ## 4. Simplified models
3131[ ![ github] ( ./img/github.svg )] ( ./4-simplifications.ipynb )
3232[ ![ nbviewer] ( ./img/nbviewer.svg )] ( https://nbviewer.jupyter.org/github/CardiacModelling/VoltageClampModel/tree/main/tutorial/4-simplifications.ipynb )
3333
3434In the final notebook, we derive simplified models and compare with previous work.
3535
3636## Resources
3737
38- [ ![ github] ( ./img/github.svg )] ( ./symbols.ipynb )
39- [ ![ nbviewer] ( ./img/nbviewer.svg )] ( https://nbviewer.jupyter.org/github/CardiacModelling/VoltageClampModel/tree/main/tutorial/symbols.ipynb )
40- ** Names and symbols** A table of all symbols, their meanings, and names used in other publications.
38+ - [ ![ github] ( ./img/github.svg )] ( ./symbols.ipynb )
39+ [ ![ nbviewer] ( ./img/nbviewer.svg )] ( https://nbviewer.jupyter.org/github/CardiacModelling/VoltageClampModel/tree/main/tutorial/symbols.ipynb )
40+ ** Names and symbols** A table of all symbols, their meanings, and names used in other publications.
4141
42- [ ![ github] ( ./img/github.svg )] ( ./tour.ipynb )
43- [ ![ nbviewer] ( ./img/nbviewer.svg )] ( https://nbviewer.jupyter.org/github/CardiacModelling/VoltageClampModel/tree/main/tutorial/tour.ipynb )
44- ** Default parameter values** and comments on how to reparameterise the model, are given in the Model Tour.
42+ - [ ![ github] ( ./img/github.svg )] ( ./tour.ipynb )
43+ [ ![ nbviewer] ( ./img/nbviewer.svg )] ( https://nbviewer.jupyter.org/github/CardiacModelling/VoltageClampModel/tree/main/tutorial/tour.ipynb )
44+ ** Default parameter values** and comments on how to reparameterise the model, are given in the Model Tour.
4545
46- [ ![ github] ( ./img/github.svg )] ( ./references.ipynb )
47- [ ![ nbviewer] ( ./img/nbviewer.svg )] ( https://nbviewer.jupyter.org/github/CardiacModelling/VoltageClampModel/tree/main/tutorial/references.ipynb )
48- ** References** and further reading.
46+ - [ ![ github] ( ./img/github.svg )] ( ./references.ipynb )
47+ [ ![ nbviewer] ( ./img/nbviewer.svg )] ( https://nbviewer.jupyter.org/github/CardiacModelling/VoltageClampModel/tree/main/tutorial/references.ipynb )
48+ ** References** and further reading.
4949
5050Finally, there are [ several appendices] ( ./appendix ) , which provide background on electronics and details of the model derivation.
5151
0 commit comments