From 39685ca73effabf908b7e31d3738b50edefc971f Mon Sep 17 00:00:00 2001 From: EnfxcFCb6 Date: Mon, 2 Jun 2025 12:38:23 -0400 Subject: [PATCH] Standardized README to Markdown format --- README.md | 18 ++++++++++++++++++ readme.txt | 13 ------------- 2 files changed, 18 insertions(+), 13 deletions(-) create mode 100644 README.md delete mode 100644 readme.txt diff --git a/README.md b/README.md new file mode 100644 index 0000000..00b511b --- /dev/null +++ b/README.md @@ -0,0 +1,18 @@ +# README for the Adaptive Exponential Integrate-and-Fire Model + +This is the readme for the model associated with the paper: + +Touboul J, Brette R (2008) Dynamics and bifurcations of the adaptive exponential integrate-and-fire model *Biol Cyber* 99(4-5):319-34 + +This is the Brian code that the authors used and was contributed by R Brette. + +## Some notes on the included files: + +- **Diagram.py**: Figs 3 and 4 +- **spikes.py**: Figs 5 and 6 +- **chaos.py**: Fig 7 +- **behaviors.py**: Response of Brette-Gerstner model with different parameter values + +--- + +2025-06-02: Standardized to Markdown. \ No newline at end of file diff --git a/readme.txt b/readme.txt deleted file mode 100644 index 94c0a8e..0000000 --- a/readme.txt +++ /dev/null @@ -1,13 +0,0 @@ -This is the readme for the model associated with the paper: - -Touboul J, Brette R (2008) Dynamics and bifurcations of the adaptive -exponential integrate-and-fire model Biol Cyber 99(4-5):319-34 - -This is the Brian code that the authors used and was contributed by R Brette. - -Some notes on the included files: - -Diagram.py Figs 3 and 4 -spikes.py Figs 5 and 6 -chaos.py Fig 7 -behaviors.py Response of Brette-Gerstner model with different parameter values