Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 13 additions & 15 deletions readme.html → README.md
Original file line number Diff line number Diff line change
@@ -1,28 +1,26 @@
<html><pre>
This is the model associated with the paper:

Muller L, Brette R, Gutkin B (2011) Spike-Timing Dependent Plasticity
and Feed-Forward Input Oscillations Produce Precise and Invariant
Spike Phase-Locking. Front Comput Neurosci 5:45
Muller L, Brette R, Gutkin B (2011) Spike-Timing Dependent Plasticity and Feed-Forward Input Oscillations Produce Precise and Invariant
Spike Phase-Locking. *Front Comput Neurosci* 5:45

This model file was supplied by Lyle Muller.

This simulation requires Brian which can be downloaded and installed
from the instructions available at <a href="http://www.briansimulator.org/">http://www.briansimulator.org/</a>
This simulation requires Brian which can be downloaded and installed from the instructions available at [http://www.briansimulator.org/](http://www.briansimulator.org/)

Usage:
## Usage:

After installing Brian and downloading and extracting this archive you
can start with a command
After installing Brian and downloading and extracting this archive you can start with a command

```
python Muller_et_al_2011.py
```

After a couple of minutes you should get a graph that looks like the
papers figure 4C:
After a couple of minutes you should get a graph that looks like the papers figure 4C:

<img src="./screenshot.png" alt="screenshot" width="600">
![screenshot](./screenshot.png)

Muller_et_al_2011.py could be re-run with the other ratio values to
generate figure 4B (ratio = 1.05), or 4D (ratio = 1.70).
</pre></html>
Muller_et_al_2011.py could be re-run with the other ratio values to generate figure 4B (ratio = 1.05), or 4D (ratio = 1.70).

---

2025-06-20: Converted README to Markdown.