From d223fcc36eeb0258b67d94b43e4f0e4e5b7ad9c6 Mon Sep 17 00:00:00 2001 From: EnfxcFCb6 Date: Fri, 20 Jun 2025 17:05:07 -0400 Subject: [PATCH 1/3] Standardized README to Markdown format --- README.md | 23 +++++++++++++++++++++++ readme.html | 25 ------------------------- 2 files changed, 23 insertions(+), 25 deletions(-) create mode 100644 README.md delete mode 100644 readme.html diff --git a/README.md b/README.md new file mode 100644 index 0000000..ed9e204 --- /dev/null +++ b/README.md @@ -0,0 +1,23 @@ +This is the readme for the code associated with the paper + +Vogels TP, Sprekeler H, Zenke F, Clopath C, Gerstner W (2011) +Inhibitory plasticity balances excitation and inhibition in sensory +pathways and memory networks. *Science* 334:1569-73 + +This matlab code was included in the supplementary online material at +the Science journal website. To run start matlab and cd to the folder +extracted from this archive. Type "inhib_plasticity" in the matlab +command line and you should see the figure generating from the +supplementary pdf: + +This archive also includes the authors matlab code (InputCurrents.m) +that makes the inputs separately as well as a Brian file +(isp_brian.py) (for Brian 1.3.0, not working with earlier versions) +(and a screenshot of the figure it produces) that runs the network +simulation: + +20120307 line 71 in inhib_plasticity.m had round() added to it - T Vogels. + +--- + +2025-06-20: Converted README to Markdown. \ No newline at end of file diff --git a/readme.html b/readme.html deleted file mode 100644 index 5be5316..0000000 --- a/readme.html +++ /dev/null @@ -1,25 +0,0 @@ -
-This is the readme for the code associated with the paper
-
-Vogels TP, Sprekeler H, Zenke F, Clopath C, Gerstner W (2011)
-Inhibitory plasticity balances excitation and inhibition in sensory
-pathways and memory networks. Science 334:1569-73
-
-This matlab code was included in the supplementary online material at
-the Science journal website.  To run start matlab and cd to the folder
-extracted from this archive.  Type "inhib_plasticity" in the matlab
-command line and you should see the figure generating from the
-supplementary pdf:
-
-screenshot
-
-This archive also includes the authors matlab code (InputCurrents.m)
-that makes the inputs separately as well as a Brian file
-(isp_brian.py) (for Brian 1.3.0, not working with earlier versions)
-(and a screenshot of the figure it produces) that runs the network
-simulation:
-
-network screenshot
-
-20120307 line 71 in inhib_plasticity.m had round() added to it - T Vogels.
-
From bfd2acdb90660241b4593718563ebb3cdfc80629 Mon Sep 17 00:00:00 2001 From: rsakai Date: Mon, 7 Jul 2025 15:29:34 -0400 Subject: [PATCH 2/3] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ed9e204..7328393 100644 --- a/README.md +++ b/README.md @@ -16,8 +16,8 @@ that makes the inputs separately as well as a Brian file (and a screenshot of the figure it produces) that runs the network simulation: -20120307 line 71 in inhib_plasticity.m had round() added to it - T Vogels. +-- ---- +20120307 line 71 in inhib_plasticity.m had round() added to it - T Vogels. -2025-06-20: Converted README to Markdown. \ No newline at end of file +20250620 Converted README to Markdown. From 3b6548cf5d445a4468c0cb580a8f13fe428027a9 Mon Sep 17 00:00:00 2001 From: rsakai Date: Mon, 7 Jul 2025 15:30:52 -0400 Subject: [PATCH 3/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7328393..baf4d08 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ that makes the inputs separately as well as a Brian file (and a screenshot of the figure it produces) that runs the network simulation: --- +--- 20120307 line 71 in inhib_plasticity.m had round() added to it - T Vogels.