From 4d1f5c8ccb636ca6c9086a7388828372ee6ca3cd Mon Sep 17 00:00:00 2001 From: EnfxcFCb6 Date: Tue, 27 May 2025 16:46:18 -0400 Subject: [PATCH] Standardized README to Markdown format --- README.md | 16 ++++++++++++++++ README.txt | 15 --------------- 2 files changed, 16 insertions(+), 15 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..68afd9c --- /dev/null +++ b/README.md @@ -0,0 +1,16 @@ +# From Excitatory and Inhibitory Interactions in Localized Populations of Model Neurons +Hugh R. Wilson and Jack D. Cowan; *Biophys J.* 1972 January; 12:1-24. + +## To run: +- `nrnivmodl` +- `nrngui wc.hoc` + +Buttons marked 'slow' use movierun so as to allow the trajectory to be viewed during the run. + +Parameters can be set in the PointProcessManager. Then use 'As set' button to run without resetting the parameters. + +This implementation was copied from Bard Ermentrout's xppaut file: wc.ode (included) + +--- + +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 9041f36..0000000 --- a/README.txt +++ /dev/null @@ -1,15 +0,0 @@ -From Excitatory and Inhibitory Interactions in Localized Populations of Model Neurons -Hugh R. Wilson and Jack D. Cowan; Biophys J. 1972 January; 12:1-24. - -To run: - nrnivmodl - nrngui wc.hoc - -Buttons marked 'slow' use movierun so as to allow the trajectory to be viewed -during the run. - -Parameters can be set in the PointProcessManager. Then use 'As set' button to run -without resetting the parameters. - -This implementation was copied from Bard Ermentrout's xppaut file: wc.ode -(included)