From 9753c1105cfbdf4e31f13b8367e58db7def6efb3 Mon Sep 17 00:00:00 2001 From: EnfxcFCb6 Date: Tue, 27 May 2025 16:53:42 -0400 Subject: [PATCH] Standardized README to Markdown format --- README.md | 18 ++++++++++++++++++ readme.txt | 19 ------------------- 2 files changed, 18 insertions(+), 19 deletions(-) create mode 100644 README.md delete mode 100644 readme.txt diff --git a/README.md b/README.md new file mode 100644 index 0000000..7e31e4a --- /dev/null +++ b/README.md @@ -0,0 +1,18 @@ +# Model Code for Goldberg et al. (2006) + +Goldberg JA, Deister CA, Wilson CJ (2006) Response properties and synchronization of rhythmically-firing dendritic neurons. +*J Neurophysiol* Sep 6; [Epub ahead of print] + +--- + +## Note from Dr. Goldberg + +I apologize for not having code that executes each figure, but truly all the information is in the paper. I hope the names are self explanatory. The simulations of pairs of neurons that appear in the paper require VERY VERY long times to reach steady state, as the coupling is very weak in the case of dendritic coupling. + +One final comment, although in figure 2 the dendrite/cable is passive the code includes an NaP current in the cable, but if the conductance gnad is set to zero the cable becomes passive. + +Email: josh@biocontrol.co.il + +--- + +2025-05-27 – Standardized to Markdown \ No newline at end of file diff --git a/readme.txt b/readme.txt deleted file mode 100644 index 2d45b57..0000000 --- a/readme.txt +++ /dev/null @@ -1,19 +0,0 @@ -This is the readme for the model code associated with the publication: - -Goldberg JA, Deister CA, Wilson CJ (2006) Response properties and -synchronization of rhythmically-firing dendritic neurons. -J Neurophysiol Sep 6; [Epub ahead of print] - -Note from Dr Goldberg: - -I apologize for not having code that executes each figure, but truly -all the information is in the paper. I hope the names are self -explanatory. The simulations of pairs of neurons that appear in the -paper require VERY VERY long times to reach steady state, as the -coupling is very weak in the case of dendritic coupling. One final -comment, although in figure 2 the dendrite/cable is passive the code -includes an NaP current in the cable, but if the conductance gnad is -set to zero the cable becomes passive. - -josh@biocontrol.co.il -