From 972fe6b001740c44c1966ee98b7355bae6ffc270 Mon Sep 17 00:00:00 2001 From: EnfxcFCb6 Date: Mon, 2 Jun 2025 17:56:48 -0400 Subject: [PATCH] Standardized README to Markdown format --- README | 14 -------------- README.md | 27 +++++++++++++++++++++++++++ 2 files changed, 27 insertions(+), 14 deletions(-) delete mode 100644 README create mode 100644 README.md diff --git a/README b/README deleted file mode 100644 index 80d45ed..0000000 --- a/README +++ /dev/null @@ -1,14 +0,0 @@ -This is a model accompanying the paper - -A.R. Brazhe G.V. Maksimov, E. Mosekilde, O. Sosnovtseva "Excitation block in a -nerve fibre model owing to potassium-dependent changes in myelin resistance", -Journal of Interface Focus, (2010) - -To run the model, use command - -./mnerve-gui.tcl sc1 - -Stimulation protocols can be added with "+" sign in the "Stimulation" frame. - -Click "Run" to run the simulation, click "Add plot" to make plots. Plots can be -also made from the output file (just an ASCII file) with any plotting software. diff --git a/README.md b/README.md new file mode 100644 index 0000000..30baa3f --- /dev/null +++ b/README.md @@ -0,0 +1,27 @@ +# Model Accompanying the Paper + +A.R. Brazhe, G.V. Maksimov, E. Mosekilde, O. Sosnovtseva +"Excitation block in a nerve fibre model owing to potassium-dependent changes in myelin resistance", +*Journal of Interface Focus*, (2010) + +## Running the Model + +To run the model, use the command: + +``` +./mnerve-gui.tcl sc1 +``` + +## Adding Stimulation Protocols + +Stimulation protocols can be added with the "+" sign in the "Stimulation" frame. + +## Running Simulations and Plotting + +- Click **Run** to run the simulation. +- Click **Add plot** to make plots. +- Plots can also be made from the output file (just an ASCII file) with any plotting software. + +--- + +2025-06-02: Converted README to Markdown. \ No newline at end of file