Skip to content

Commit 8c073a1

Browse files
committed
Trying out other readme format
1 parent 2a2e911 commit 8c073a1

1 file changed

Lines changed: 48 additions & 18 deletions

File tree

tutorial/appendix/README.md

Lines changed: 48 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -2,38 +2,68 @@
22

33
These appendices provide background or technical details that did not fit the main text.
44

5+
[↩ Back to the tutorial index](../README.md)
6+
57
## A: Laplace transforms and frequency response
68

7-
1. The Laplace transform [![github](../img/github.svg)](./a-laplace/1-laplace-transforms.ipynb) [![nbviewer](../img/nbviewer.svg)](https://nbviewer.jupyter.org/github/CardiacModelling/VoltageClampModel-new/tree/main/tutorial/appendix/a-laplace/1-laplace-transforms.ipynb), and
8-
2. its use in analysing a dynamical system's frequency response [![github](../img/github.svg)](./a-laplace/2-frequency-response) [![nbviewer](../img/nbviewer.svg)](https://nbviewer.jupyter.org/github/CardiacModelling/VoltageClampModel-new/tree/main/tutorial/appendix/a-laplace/2-frequency-response.ipynb), and
9+
1. [![github](../img/github.svg)](./a-laplace/1-laplace-transforms.ipynb)
10+
[![nbviewer](../img/nbviewer.svg)](https://nbviewer.jupyter.org/github/CardiacModelling/VoltageClampModel/tree/main/tutorial/appendix/a-laplace/1-laplace-transforms.ipynb)
11+
The Laplace transform, and
12+
2. [![github](../img/github.svg)](./a-laplace/2-frequency-response)
13+
[![nbviewer](../img/nbviewer.svg)](https://nbviewer.jupyter.org/github/CardiacModelling/VoltageClampModel/tree/main/tutorial/appendix/a-laplace/2-frequency-response.ipynb), and
14+
its use in analysing a dynamical system's frequency response.
915

1016
## B: Op-amps in the VC model
1117

12-
1. Ideal op amps [![github](../img/github.svg)](./b-op-amps/1-op-amp.ipynb) [![nbviewer](../img/nbviewer.svg)](https://nbviewer.jupyter.org/github/CardiacModelling/VoltageClampModel-new/tree/main/tutorial/appendix/b-op-amps/1-op-amp.ipynb)
13-
2. Models of an op amp with a finite speed [![github](../img/github.svg)](./b-op-amps/2-non-ideal-op-amp.ipynb) [![nbviewer](../img/nbviewer.svg)](https://nbviewer.jupyter.org/github/CardiacModelling/VoltageClampModel-new/tree/main/tutorial/appendix/b-op-amps/2-non-ideal-op-amp.ipynb)
14-
3. VC models based on different op-amp models [![github](../img/github.svg)](./b-op-amps/3-resulting-vc-models.ipynb) [![nbviewer](../img/nbviewer.svg)](https://nbviewer.jupyter.org/github/CardiacModelling/VoltageClampModel-new/tree/main/tutorial/appendix/b-op-amps/3-resulting-vc-models.ipynb)
18+
1. [![github](../img/github.svg)](./b-op-amps/1-op-amp.ipynb)
19+
[![nbviewer](../img/nbviewer.svg)](https://nbviewer.jupyter.org/github/CardiacModelling/VoltageClampModel/tree/main/tutorial/appendix/b-op-amps/1-op-amp.ipynb)
20+
Ideal op amps
21+
2. [![github](../img/github.svg)](./b-op-amps/2-non-ideal-op-amp.ipynb)
22+
[![nbviewer](../img/nbviewer.svg)](https://nbviewer.jupyter.org/github/CardiacModelling/VoltageClampModel/tree/main/tutorial/appendix/b-op-amps/2-non-ideal-op-amp.ipynb)
23+
Models of an op amp with a finite speed
24+
3. [![github](../img/github.svg)](./b-op-amps/3-resulting-vc-models.ipynb)[![nbviewer]
25+
(../img/nbviewer.svg)](https://nbviewer.jupyter.org/github/CardiacModelling/VoltageClampModel/tree/main/tutorial/appendix/b-op-amps/3-resulting-vc-models.ipynb)
26+
VC models based on different op-amp models
1527

1628
## C: Series resistance compensation
1729

18-
1. Correction-prediction ODEs [![github](../img/github.svg)](./c-rs/1-compensation-prediction.ipynb) [![nbviewer](../img/nbviewer.svg)](https://nbviewer.jupyter.org/github/CardiacModelling/VoltageClampModel-new/tree/main/tutorial/appendix/c-rs/1-compensation-prediction.ipynb)
19-
2. One-shot Rs and Cm estimation [![github](../img/github.svg)](./c-rs/2-rs-cm-one-shot.ipynb) [![nbviewer](../img/nbviewer.svg)](https://nbviewer.jupyter.org/github/CardiacModelling/VoltageClampModel-new/tree/main/tutorial/appendix/c-rs/2-rs-cm-one-shot.ipynb)
20-
3. Iterative Rs and Cm estimation [![github](../img/github.svg)](./c-rs/2-rs-cm-iterative.ipynb) [![nbviewer](../img/nbviewer.svg)](https://nbviewer.jupyter.org/github/CardiacModelling/VoltageClampModel-new/tree/main/tutorial/appendix/c-rs/2-rs-cm-iterative.ipynb)
30+
1. [![github](../img/github.svg)](./c-rs/1-compensation-prediction.ipynb)
31+
[![nbviewer](../img/nbviewer.svg)](https://nbviewer.jupyter.org/github/CardiacModelling/VoltageClampModel/tree/main/tutorial/appendix/c-rs/1-compensation-prediction.ipynb)
32+
Correction-prediction ODEs
33+
2. [![github](../img/github.svg)](./c-rs/2-rs-cm-one-shot.ipynb)
34+
[![nbviewer](../img/nbviewer.svg)](https://nbviewer.jupyter.org/github/CardiacModelling/VoltageClampModel/tree/main/tutorial/appendix/c-rs/2-rs-cm-one-shot.ipynb)
35+
One-shot Rs and Cm estimation
36+
3. [![github](../img/github.svg)](./c-rs/2-rs-cm-iterative.ipynb)
37+
[![nbviewer](../img/nbviewer.svg)](https://nbviewer.jupyter.org/github/CardiacModelling/VoltageClampModel/tree/main/tutorial/appendix/c-rs/2-rs-cm-iterative.ipynb)
38+
Iterative Rs and Cm estimation
2139

2240
## D: Bessel filters
2341

24-
1. Bessel low-pass filters in the Laplace domain [![github](../img/github.svg)](./d-filters/1-bessel-filters-laplace.ipynb) [![nbviewer](../img/nbviewer.svg)](https://nbviewer.jupyter.org/github/CardiacModelling/VoltageClampModel-new/tree/main/tutorial/appendix/d-filters/1-bessel-filters-laplace.ipynb)
25-
2. Bessel low-pass filters in ODE form [![github](../img/github.svg)](./d-filters/2-bessel-filters-ode.ipynb) [![nbviewer](../img/nbviewer.svg)](https://nbviewer.jupyter.org/github/CardiacModelling/VoltageClampModel-new/tree/main/tutorial/appendix/d-filters/2-bessel-filters-ode.ipynb)
26-
3. Summary of ODE forms [![github](../img/github.svg)](./d-filters/3-bessel-filter-ode-summary.ipynb) [![nbviewer](../img/nbviewer.svg)](https://nbviewer.jupyter.org/github/CardiacModelling/VoltageClampModel-new/tree/main/tutorial/appendix/d-filters/3-bessel-filter-ode-summary.ipynb)
27-
4. The stimulus filter [![github](../img/github.svg)](./d-filters/4-stimulus-filter.ipynb) [![nbviewer](../img/nbviewer.svg)](https://nbviewer.jupyter.org/github/CardiacModelling/VoltageClampModel-new/tree/main/tutorial/appendix/d-filters/4-stimulus-filter.ipynb)
42+
1. [![github](../img/github.svg)](./d-filters/1-bessel-filters-laplace.ipynb)
43+
[![nbviewer](../img/nbviewer.svg)](https://nbviewer.jupyter.org/github/CardiacModelling/VoltageClampModel/tree/main/tutorial/appendix/d-filters/1-bessel-filters-laplace.ipynb)
44+
Bessel low-pass filters in the Laplace domain
45+
2. [![github](../img/github.svg)](./d-filters/2-bessel-filters-ode.ipynb)
46+
[![nbviewer](../img/nbviewer.svg)](https://nbviewer.jupyter.org/github/CardiacModelling/VoltageClampModel/tree/main/tutorial/appendix/d-filters/2-bessel-filters-ode.ipynb)
47+
Bessel low-pass filters in ODE form
48+
3. [![github](../img/github.svg)](./d-filters/3-bessel-filter-ode-summary.ipynb)
49+
[![nbviewer](../img/nbviewer.svg)](https://nbviewer.jupyter.org/github/CardiacModelling/VoltageClampModel/tree/main/tutorial/appendix/d-filters/3-bessel-filter-ode-summary.ipynb)
50+
Summary of ODE forms
51+
4. [![github](../img/github.svg)](./d-filters/4-stimulus-filter.ipynb)
52+
[![nbviewer](../img/nbviewer.svg)](https://nbviewer.jupyter.org/github/CardiacModelling/VoltageClampModel/tree/main/tutorial/appendix/d-filters/4-stimulus-filter.ipynb)
53+
The stimulus filter
2854

2955
## E: Voltage offsets
3056

31-
1. Liquid junction potential [![github](../img/github.svg)](./e-offsets/1-liquid-junction-potential.ipynb) [![nbviewer](../img/nbviewer.svg)](https://nbviewer.jupyter.org/github/CardiacModelling/VoltageClampModel-new/tree/main/tutorial/appendix/e-offsets/1-liquid-junction-potential.ipynb)
32-
2. Offset correction [![github](../img/github.svg)](./e-offsets/2-offset-correction.ipynb) [![nbviewer](../img/nbviewer.svg)](https://nbviewer.jupyter.org/github/CardiacModelling/VoltageClampModel-new/tree/main/tutorial/appendix/e-offsets/2-offset-correction.ipynb)
57+
1. [![github](../img/github.svg)](./e-offsets/1-liquid-junction-potential.ipynb)
58+
[![nbviewer](../img/nbviewer.svg)](https://nbviewer.jupyter.org/github/CardiacModelling/VoltageClampModel/tree/main/tutorial/appendix/e-offsets/1-liquid-junction-potential.ipynb)
59+
Liquid junction potential
60+
2. [![github](../img/github.svg)](./e-offsets/2-offset-correction.ipynb)
61+
[![nbviewer](../img/nbviewer.svg)](https://nbviewer.jupyter.org/github/CardiacModelling/VoltageClampModel/tree/main/tutorial/appendix/e-offsets/2-offset-correction.ipynb)
62+
Offset correction
3363

34-
# Z: Parameter values
64+
## Z: Parameter values
3565

36-
1. Parameter value estimates from the literature and from different manufacturers [![github](../img/github.svg)](./z-parameters/1-parameter-values.ipynb) [![nbviewer](../img/nbviewer.svg)](https://nbviewer.jupyter.org/github/CardiacModelling/VoltageClampModel-new/tree/main/tutorial/appendix/z-parameters/1-parameter-values.ipynb)
37-
38-
[↩ Back to the tutorial index](../README.md)
66+
1. [![github](../img/github.svg)](./z-parameters/1-parameter-values.ipynb)
67+
[![nbviewer](../img/nbviewer.svg)](https://nbviewer.jupyter.org/github/CardiacModelling/VoltageClampModel/tree/main/tutorial/appendix/z-parameters/1-parameter-values.ipynb)
68+
Parameter value estimates from the literature and from different manufacturers
3969

0 commit comments

Comments
 (0)