From 959c0bd26be96eaf74aa0fd78b91f9b0d1fa6ff9 Mon Sep 17 00:00:00 2001 From: EnfxcFCb6 Date: Tue, 27 May 2025 16:14:52 -0400 Subject: [PATCH] Standardized README to Markdown format --- README.md | 11 +++++++++++ Readme | 12 ------------ 2 files changed, 11 insertions(+), 12 deletions(-) create mode 100644 README.md delete mode 100644 Readme diff --git a/README.md b/README.md new file mode 100644 index 0000000..258b559 --- /dev/null +++ b/README.md @@ -0,0 +1,11 @@ +# References + +Hines, Michael and Peter Shrager (1991). A computational test of the requirements for conduction in demyelinated axons. *J. Restorative Neurology and Neuroscience*. 3 81–93. + +--- + +This example produces figure 3 of the paper. The implementation is derived from the paper and is not based on the original code. Discrepancies in minor quantitative details are those that depend on a few tenths of a degC changes in celsius. The current version of NEURON (v5.2) does not allow use of secondorder=2 in the presence of the extracellular mechanism. + +--- + +2025-05-27 – Standardized to Markdown. \ No newline at end of file diff --git a/Readme b/Readme deleted file mode 100644 index ad7640d..0000000 --- a/Readme +++ /dev/null @@ -1,12 +0,0 @@ -Hines, Michael and Peter Shrager (1991). A computational test of -the requirements for conduction in demyelinated axons. -J. Restorative Neurology and Neuroscience. 3 81--93. - -This example produces figure 3 of the paper. The implementation is -derived from the paper and is not based on the original code. -Discrepancies in minor quantitative details are those that depend on a -few tenths of a degC changes in celsius. The current version of NEURON -(v5.2) does not allow use of secondorder=2 in the presence of the -extracellular mechanism. - -