diff --git a/README.md b/README.md new file mode 100644 index 0000000..f8e576c --- /dev/null +++ b/README.md @@ -0,0 +1,19 @@ +The Brian code for the paper: + +Tan AY, Andoni S, Priebe NJ (2013) A spontaneous state of weakly correlated synaptic excitation and inhibition in visual cortex. *Neuroscience* 247:364-75 + +is supplied in this archive. Brian is freely available from [http://briansimulator.org](http://briansimulator.org) + +After installing Brian run with a command like +python TanAndoniPriebe2013_BrianCode.py + +Alternatively, the code can be easily run in Spyder, a user-friendly interface for Python. + +Spyder is freely available from [http://code.google.com/p/spyderlib/](http://code.google.com/p/spyderlib/) + +After installing Brian and Spyder run by opening the code in Spyder, +then press the F5 key. + +--- + +2025-07-09: Converted README to Markdown. \ No newline at end of file diff --git a/readme.txt b/readme.txt deleted file mode 100644 index 7b1d3c8..0000000 --- a/readme.txt +++ /dev/null @@ -1,19 +0,0 @@ -The Brian code for the paper: - -Tan AY, Andoni S, Priebe NJ (2013) A spontaneous state of weakly -correlated synaptic excitation and inhibition in visual -cortex. Neuroscience 247:364-75 - -is supplied in this archive. Brian is freely available from -http://briansimulator.org - -After installing Brian run with a command like -python TanAndoniPriebe2013_BrianCode.py - -Alternatively, the code can be easily run in Spyder, a user-friendly -interface for Python. - -Spyder is freely available from http://code.google.com/p/spyderlib/ - -After installing Brian and Spyder run by opening the code in Spyder, -then press the F5 key.