From 2f9f004e6180b7547cfff274193c45af2ce4d6ec Mon Sep 17 00:00:00 2001 From: EnfxcFCb6 Date: Mon, 2 Jun 2025 13:58:54 -0400 Subject: [PATCH 1/2] Standardized README to Markdown format --- README.md | 55 ++++++++++++++++++++++++ index.html | 120 ----------------------------------------------------- 2 files changed, 55 insertions(+), 120 deletions(-) create mode 100644 README.md delete mode 100644 index.html diff --git a/README.md b/README.md new file mode 100644 index 0000000..84d37d0 --- /dev/null +++ b/README.md @@ -0,0 +1,55 @@ +### Note from the ModelDB Administrator: the below is a snapshot of the +[authors web site](http://web.njit.edu/~matveev/Scripts/LeapFrog/) +taken on April 13th, 2009. +___ + +# MATLAB code: leap-frog spiking due to non-weak inhibition + +| | | | | | +|---------------------------------------|-----------------------------------------------------|-----------------------------------------------------|-----------------------------------------------------|-----------------------------------------------------| +| **MATLAB code: leap-frog spiking due to non-weak inhibition** | | | | | +| [Calcium Calculator](http://web.njit.edu/%7Ematveev/calc.html) | [Teaching](http://web.njit.edu/%7Ematveev/Courses/courses.html) | [Publications](http://web.njit.edu/%7Ematveev/publications.html) | [Homepage](http://web.njit.edu/%7Ematveev/index.html) | [NJIT Math Dept](http://m.njit.edu/) | + +The MATLAB scripts posted below reproduce any of the activity states shown in Fig. 1 of the manuscript: + +| | +|-------------------------------------------------------------------------------------------------| +| Myongkeun Oh and Victor Matveev (2009) +**Loss of phase-locking in non-weakly coupled inhibitory networks of type-I model neurons** +*Journal of Computational Neuroscience*, **26**(2): 303-320. +[DOI](http://dx.doi.org/10.1007/s10827-008-0112-8) | + +Please place all files in the same directory before running the main simulation script **LeapFrogMovie.m** + +--- + +| | | +|------------------------------------------------------------------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------| +| ♦ [LeapFrogMovie.m](http://web.njit.edu/%7Ematveev/Scripts/LeapFrog/LeapFrogMovie.m) | This m-script illustrates the geometry of the alternating-order (leap-frog / leader switching) spiking shown in Figure 1. By changing the parameter variable `Params`, any of the activity states in Figure 1 can be reproduced. | +| ♦ [MLode.m](http://web.njit.edu/%7Ematveev/Scripts/LeapFrog/MLode.m) | This ODE m-file implements the model equations (Eqs. 1-3). | +| ♦ [Vnullcline.m](http://web.njit.edu/%7Ematveev/Scripts/LeapFrog/Vnullcline.m) | Calculates the V-nullcline; used by the main LeapFrogMovie script above. | + +--- + +Supported in part by the **National Science Foundation** grants +**DMS 0417416** and **DMS 0817703** to Victor Matveev + +--- + +
+ +[Victor Matveev](http://web.njit.edu/%7Ematveev) + +
+ + +This server is running a +[Redhat](http://www.redhat.com/) distribution of +[Linux](http://www.linux.org/). +
+Last modified: April 12, 2009 +
+ +--- + +2025-06-02: Converted README to Markdown. \ No newline at end of file diff --git a/index.html b/index.html deleted file mode 100644 index fb18bcb..0000000 --- a/index.html +++ /dev/null @@ -1,120 +0,0 @@ - - - - - - - MATLAB code for manuscript "Capturing the bursting dynamics..." (2007) Matveev, Bose, Nadim - - - - - - - - - - - -

Note from the ModelDB Administrator: the below is a snapshot of the -authors web site -taken on April 13th, 2009.


- -
MATLAB code: leap-frog spiking due to non-weak inhibition
Calcium Calculator   Teaching   Publications Homepage NJIT Math Dept

-
- - - - - - -The MATLAB scripts posted below reproduce any of the activity states shown in Fig. 1 of the -manuscript:

- -
-Myongkeun Oh and Victor Matveev (2009)
-Loss of phase-locking in non-weakly coupled inhibitory networks of type-I model neurons
-Journal of Computational Neuroscince, 26(2): 303-320. -[ DOI ] -
-
- -Please place all files in the same directory before running the main simulation script LeapFrogMovie.m - -

-
-
- - - - - - - - - - - -
- LeapFrogMovie.m - -This m-script illustrates the geometry of the alternating-order (leap-frog / leader switching) spiking -shown in Figure 1. By changing the parameter variable Params, any of the activity -states in Figure 1 can be reproduced -

-
- MLode.m - -This ODE m-file implements the model equations (Eqs. 1-3). -

-
- Vnullcline.m - Calculates the V-nullcline; used by the main LeapFrogMovie script above. -

-
- -
-
-Supported in part by the National Science Foundation grants -DMS 0417416 and DMS 0817703 to Victor Matveev -

- - - - - - -
-
- -Victor Matveev - -
- -This server is running a -Redhat distribution of -Linux. -
- - -Last modified: April 12, 2009 - -
- - From a06e12b56a40a34be823a96e62742b398a61f56b Mon Sep 17 00:00:00 2001 From: rsakai Date: Mon, 2 Jun 2025 16:09:33 -0400 Subject: [PATCH 2/2] Update README.md --- README.md | 15 ++++----------- 1 file changed, 4 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 84d37d0..8883aaf 100644 --- a/README.md +++ b/README.md @@ -36,20 +36,13 @@ Supported in part by the **National Science Foundation** grants --- -
- [Victor Matveev](http://web.njit.edu/%7Ematveev) - -
- This server is running a -[Redhat](http://www.redhat.com/) distribution of -[Linux](http://www.linux.org/). -
-Last modified: April 12, 2009 -
+[Redhat](http://www.redhat.com/) distribution of +[Linux](https://www.linux.org/). --- +Last modified: April 12, 2009 -2025-06-02: Converted README to Markdown. \ No newline at end of file +Converted README to Markdown: June 2, 2025