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)