From 5d56f44b98c81b422886691ba1873fc2e0d3887d Mon Sep 17 00:00:00 2001 From: EnfxcFCb6 Date: Tue, 27 May 2025 16:46:14 -0400 Subject: [PATCH] Standardized README to Markdown format --- README | 22 ---------------------- README.md | 26 ++++++++++++++++++++++++++ 2 files changed, 26 insertions(+), 22 deletions(-) delete mode 100644 README create mode 100644 README.md diff --git a/README b/README deleted file mode 100644 index e5d5584..0000000 --- a/README +++ /dev/null @@ -1,22 +0,0 @@ -Model of the rat subthalamic projection neuron. - -This code is associated with the paper: - -Gillies, A. and Willshaw, D. (2006) -"Membrane channel interactions underlying rat subthalamic projection -neuron rhythmic and bursting activity" -J. Neurophys. 95, 2352-2365 - - - -The main hoc file is called sample.hoc - -1. building the modfiles: - -for linux/unix run the command - nrnivmodl - -for windows run the command mknrndll - -2. To run the sample simulations, execute nrngui with the -sample.hoc file. diff --git a/README.md b/README.md new file mode 100644 index 0000000..ffb28d7 --- /dev/null +++ b/README.md @@ -0,0 +1,26 @@ +# Model of the rat subthalamic projection neuron. + +This code is associated with the paper: + +Gillies, A. and Willshaw, D. (2006) +"Membrane channel interactions underlying rat subthalamic projection +neuron rhythmic and bursting activity" +*J. Neurophys.* 95, 2352-2365 + +The main hoc file is called **sample.hoc** + +## 1. Building the modfiles: + +- For Linux/Unix run the command + `nrnivmodl` + +- For Windows run the command + `mknrndll` + +## 2. To run the sample simulations: + +Execute `nrngui` with the **sample.hoc** file. + +--- + +2025-05-27 – Standardized to Markdown \ No newline at end of file