From 5f92c70a116dea16f456238ef239530123587fb2 Mon Sep 17 00:00:00 2001 From: EnfxcFCb6 Date: Mon, 2 Jun 2025 12:35:32 -0400 Subject: [PATCH 1/2] Standardized README to Markdown format --- readme.html => README.md | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) rename readme.html => README.md (79%) diff --git a/readme.html b/README.md similarity index 79% rename from readme.html rename to README.md index b5e07ad..2be6481 100644 --- a/readme.html +++ b/README.md @@ -1,12 +1,10 @@ -
 This is the readme.txt for the model associated with the paper
 
 Wang J, Si W, Che Y, Fei X. Spike trains in Hodgkin-Huxley model and
-ISIs of acupuncture manipulations. Chaos, Solitons & Fractals 2008;
+ISIs of acupuncture manipulations. *Chaos, Solitons & Fractals* 2008;
 36:890-900
 
-
-Abstract:
+## Abstract:
 
 The Hodgkin-Huxley equations (HH) are parameterized by a number of
 parameters and shows a variety of qualitatively different behaviors
@@ -22,18 +20,17 @@
 three different acupuncture manipulations in Zusanli point and present
 an effective way to distinguish them.
 
+---
 
--------
+## To run the models:
 
-To run the models:
-XPP: start with the command
-xppaut HH-ext.ode
-This simulation will make graph similar to Figure 3 in the paper of
-Wang et al.  Measurement of ISI can also be made under xpp.
+**XPP:** start with the command
+`xppaut HH-ext.ode`
 
-screenshot
+This simulation will make graph similar to Figure 3 in the paper of
+Wang et al. Measurement of ISI can also be made under xpp.
 
-Bard Ermentrout's website http://www.pitt.edu/~phase/
+Bard Ermentrout's website [http://www.pitt.edu/~phase/](http://www.pitt.edu/~phase/)
 describes how to get and use xpp.
 
 These model files were submitted by:
@@ -43,4 +40,7 @@
 National Cheng Kung University Medical Center
 Tainan 70101, Taiwan
 snwu@mail.ncku.edu.tw
-
+ +--- + +2025-06-02: Standardized to Markdown. \ No newline at end of file From 2f7751751e7d9d9d6273cb01af6a4d2b60015f86 Mon Sep 17 00:00:00 2001 From: rsakai Date: Mon, 2 Jun 2025 12:42:24 -0400 Subject: [PATCH 2/2] Update README.md --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 2be6481..e4ba107 100644 --- a/README.md +++ b/README.md @@ -35,12 +35,12 @@ describes how to get and use xpp. These model files were submitted by: -Sheng-Nan Wu and Yung-Hun Wu -Cardiac Electrophysiology and Systems-biology Center -National Cheng Kung University Medical Center -Tainan 70101, Taiwan +Sheng-Nan Wu and Yung-Hun Wu +Cardiac Electrophysiology and Systems-biology Center +National Cheng Kung University Medical Center +Tainan 70101, Taiwan snwu@mail.ncku.edu.tw --- -2025-06-02: Standardized to Markdown. \ No newline at end of file +2025-06-02: Standardized to Markdown.