From 6194051f48b9f948ffa04abab305195fe8e0da4f Mon Sep 17 00:00:00 2001 From: EnfxcFCb6 Date: Fri, 20 Jun 2025 16:49:16 -0400 Subject: [PATCH 1/2] Standardized README to Markdown format --- README.txt => README.md | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) rename README.txt => README.md (78%) diff --git a/README.txt b/README.md similarity index 78% rename from README.txt rename to README.md index c7c8003..22b0be5 100644 --- a/README.txt +++ b/README.md @@ -1,11 +1,14 @@ 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 +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 +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. \ No newline at end of file From 0eca365c11f7b09509c4d96be08bc8329cc930c5 Mon Sep 17 00:00:00 2001 From: rsakai Date: Fri, 20 Jun 2025 17:42:19 -0400 Subject: [PATCH 2/2] Update README.md --- README.md | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 22b0be5..95a25ad 100644 --- a/README.md +++ b/README.md @@ -1,14 +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 +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 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. \ No newline at end of file +2025-06-20: Converted README to Markdown.