From c93c93abf55375c992a314b4ef5c0143bf39b11d Mon Sep 17 00:00:00 2001 From: EnfxcFCb6 Date: Tue, 27 May 2025 16:18:05 -0400 Subject: [PATCH] Standardized README to Markdown format --- README | 14 -------------- README.md | 13 +++++++++++++ 2 files changed, 13 insertions(+), 14 deletions(-) delete mode 100644 README create mode 100644 README.md diff --git a/README b/README deleted file mode 100644 index e76c36b..0000000 --- a/README +++ /dev/null @@ -1,14 +0,0 @@ -Brill, Waxman, Moore, and Joyner (1977) Conduction velocity and spike -configuration in myelinated fibres: Computed dependence on internode distance -J. Neurology, Neurosurgery, and Psychiatry. 40: 769-774 - -This model reproduces figures 1 and 2. On launch it simulates fig 2b. -Note that the myelin locations for voltage plots for fig 2b differ from the -paper by half a segment length. That is, in the paper the locations are at -x=.1, .2, .3, ..., .9 whereas in this simulation the centers of the 10 myelin -segments are at x = .05, .15, .25, ..., .95 - -The NEURON implementation of this model was prepared by Michael Hines. -Questions about details of this implementation should be addressed to him -at michael.hines@yale.edu. - diff --git a/README.md b/README.md new file mode 100644 index 0000000..e8348e1 --- /dev/null +++ b/README.md @@ -0,0 +1,13 @@ +# Brill, Waxman, Moore, and Joyner (1977) Conduction velocity and spike configuration in myelinated fibres: Computed dependence on internode distance + +*J. Neurology, Neurosurgery, and Psychiatry.* 40: 769-774 + +This model reproduces figures 1 and 2. On launch it simulates fig 2b. +Note that the myelin locations for voltage plots for fig 2b differ from the paper by half a segment length. That is, in the paper the locations are at x = 0.1, 0.2, 0.3, ..., 0.9 whereas in this simulation the centers of the 10 myelin segments are at x = 0.05, 0.15, 0.25, ..., 0.95. + +The NEURON implementation of this model was prepared by Michael Hines. +Questions about details of this implementation should be addressed to him at michael.hines@yale.edu. + +--- + +2025-05-27 – Standardized to Markdown. \ No newline at end of file