From 0e28b3327bbd95af0c4909dbca54c4d40b864d0d Mon Sep 17 00:00:00 2001 From: EnfxcFCb6 Date: Tue, 27 May 2025 16:16:41 -0400 Subject: [PATCH 1/2] Standardized README to Markdown format --- README => README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) rename README => README.md (91%) diff --git a/README b/README.md similarity index 91% rename from README rename to README.md index 6ed999f..ea459fc 100644 --- a/README +++ b/README.md @@ -1,5 +1,5 @@ Lytton WW. Adapting a feedforward heteroassociative network to -Hodgkin-Huxley dynamics. J Computational Neuroscience, 5:353--364, 1998. +Hodgkin-Huxley dynamics. *J Computational Neuroscience*, 5:353–364, 1998. At launch this example quantitatively reproduces figure 5 of the paper. The window appearance is shown in fig5.gif. @@ -11,7 +11,9 @@ NB: program uses SNS synaptic formalism that predates NetCon. Also it supplies its own standard run library so Graphs from the NEURONMainMenu will not work. Run different patterns with - show(2) + + show(2) + where the 2 may be replaced by an integer in the range from 0 to 59. The results of each run will be displayed in the tray after the run. @@ -32,3 +34,5 @@ Changelog Required for upcoming NEURON 9.0.0 2023-04: Do not store pointers to RANGE variables. Required for upcoming NEURON 9.0.0 + +2025-05-27 – Standardized to Markdown. \ No newline at end of file From 36049dad5526af3f905765ed250a4018d2b1fe1a Mon Sep 17 00:00:00 2001 From: rsakai Date: Fri, 30 May 2025 14:29:07 -0400 Subject: [PATCH 2/2] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ea459fc..b034e88 100644 --- a/README.md +++ b/README.md @@ -30,9 +30,11 @@ Changelog --------- 2022-05: Updated MOD files to contain valid C++ and be compatible with the upcoming versions 8.2 and 9.0 of NEURON. + 2022-12: passiv.mod: drop INDEPENDENT block for v Required for upcoming NEURON 9.0.0 + 2023-04: Do not store pointers to RANGE variables. Required for upcoming NEURON 9.0.0 -2025-05-27 – Standardized to Markdown. \ No newline at end of file +2025-05-27: Standardized to Markdown.