diff --git a/README.md b/README.md new file mode 100644 index 0000000..95a25ad --- /dev/null +++ b/README.md @@ -0,0 +1,11 @@ +These are the source codes used in + +Cressman JR, Ullah G, Ziburkus J, Schiff SJ, Barreto E (2009) The influence of sodium and potassium dynamics on excitability, seizures, and the stability of persistent states: I. Single neuron dynamics. *J Comput Neurosci* 26:159-70 + +The code for the full model is written in C and uses routines from Numerical Recipes in C. + +The code for the reduced model runs on XPP. + +--- + +2025-06-20: Converted README to Markdown. diff --git a/README.txt b/README.txt deleted file mode 100644 index c7c8003..0000000 --- a/README.txt +++ /dev/null @@ -1,11 +0,0 @@ -These are the source codes used in - -Cressman JR, Ullah G, Ziburkus J, Schiff SJ, Barreto E (2009) The -influence of sodium and potassium dynamics on excitability, seizures, -and the stability of persistent states: I. Single neuron dynamics. J -Comput Neurosci 26:159-70 - -The code for the full model is written in C and uses routines from -Numerical Recipes in C. - -The code for the reduced model runs on XPP.