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