11Kernel Current Source Density
22=============================
33
4- This is the 2.0 version of kCSD inverse method proposed in
4+ This is python3 based library 2.0 version of kCSD inverse method proposed.
55
6- J. Potworowski, W. Jakuczun, S. Łęski, D. K. Wójcik
7- "Kernel Current Source Density Method"
8- Neural Computation 24 (2012), 541–575
6+ 1. J. Potworowski, W. Jakuczun, S. Łȩski, D. K. Wójcik
7+ "Kernel Current Source Density Method"
8+ Neural Comput 2012; 24 (2): 541–575.
9+ doi: https://doi.org/10.1162/NECO_a_00236
910
10- For details see the `bioRxiv pre-print `_
11+ 2. C. Chintaluri, M. Bejtka, W. Średniawa, M. Czerwiński, J. M. Dzik, J. Jędrzejewska-Szmek, K. Kondrakiewicz, E. Kublik, D. K. Wójcik
12+ "What we can and what we cannot see with extracellular multielectrodes"
13+ PLoS Computational Biology (2021), 17(5): e1008615.
14+ doi: https://doi.org/10.1371/journal.pcbi.1008615
1115
12- .. _bioRxiv pre-print : https://doi.org/10.1101/708511
16+ 3. C. Chintaluri, M. Bejtka, W. Średniawa, M. Czerwiński, J. M. Dzik, J. Jędrzejewska-Szmek, D. K. Wójck
17+ "kCSD-python, reliable current source density estimation with quality control"
18+ bioRxiv
19+ doi: https://doi.org/10.1101/708511
1320
21+ Paper 1 is the original paper with software code in Matlab.
22+ Paper 2 is an improvement and development of the paper 1.
23+ Paper 3 is a feature showcase and walk-through of the method and its applications.
1424
1525Health Report
1626-------------
@@ -30,7 +40,39 @@ Documentation Status:
3040.. image :: https://readthedocs.org/projects/kcsd-python/badge/?version=latest
3141 :target: https://kcsd-python.readthedocs.io/en/latest/?badge=latest
3242
43+ Tutorials
44+ ---------
3345
46+ This library comes with three tutorials that **do not require any installation **.
47+
48+ 1. `Basic tutorial<https://colab.research.google.com/drive/1M7fCR5iZ9c7SAZWWoq9WLfFpk7pCaufd?usp=sharing> `_
49+ 2. `Advanced tutorial<https://colab.research.google.com/drive/1gIuBJ2XzOGmgnRuxKguHevcYoE6eY_o1?usp=sharing> `_
50+ 3. `sKCSD tutorial<https://colab.research.google.com/drive/1tjOvC5-OTteiGT_f-MBQ3hqN7P3i1P8e?usp=sharing> `_
51+
52+ More information on these **online only ** tutorials is provided here `Tutorials! `_
53+
54+ .. _Tutorials! : /docs/source/TUTORIALS.rst
55+
56+ To have these tutorials and saved on your desktop, you will also need jupyter-notebook installed
57+
58+ .. code-block :: bash
59+ pip install jupyterlab
60+
61+
62+ Figures
63+ -------
64+
65+ This library includes all the necessary scripts to generate the figures for papers 2 and 3.
66+
67+ `Figures for Paper 2! `_
68+
69+ .. _Figures for Paper 2! : /figures/what_you_can_see_with_lfp/README.txt
70+
71+ `Figures for Paper 3! `_
72+
73+ .. _Figures for Paper 3! : /figures/kCSD_properties/README.txt
74+
75+
3476Documentation
3577-------------
3678
@@ -44,12 +86,6 @@ Also included here are installation instructions, authors and their
4486contributions, citation policy, contacts etc.,
4587
4688
47- Also included are `Tutorials! `_
48-
49- .. _Tutorials! : /docs/source/TUTORIALS.rst
50-
51-
52-
5389Earlier Stable versions
5490-----------------------
5591Please see git tags for earlier versions
0 commit comments