diff --git a/README.md b/README.md new file mode 100644 index 0000000..2106c43 --- /dev/null +++ b/README.md @@ -0,0 +1,29 @@ +# Readme for Okamoto et al. Model + +This is the readme file for the model associated with: + +Okamoto H, Isomura Y, Takada M, Fukai T (2007) Temporal integration by stochastic recurrent network dynamics with bimodal neurons. *J Neurophysiol* 97:3859-67 + +## Usage + +Compile the ANSI C program with, for example under Linux: + +```bash +gcc -o run.exe Okamoto_etal_program.c -lm +``` + +then type + +```bash +./run.exe +``` + +and enter a numerical seed for the random number generator. + +The program finishes in less than a minute and produces two data files whose graphs should look like: + +![screenshot](./screenshot.jpg) + +--- + +2025-05-30: Standardized to Markdown \ No newline at end of file diff --git a/readme.html b/readme.html deleted file mode 100644 index e66993d..0000000 --- a/readme.html +++ /dev/null @@ -1,23 +0,0 @@ -
-This is the readme file for the model associated with:
-
-Okamoto H, Isomura Y, Takada M, Fukai T (2007) Temporal integration by
-stochastic recurrent network dynamics with bimodal neurons. J
-Neurophysiol 97:3859-67
-
-Usage:
-
-Compile the ansi C program with, for example under linux:
-
-gcc -o run.exe Okamoto_etal_program.c -lm
-
-then type
-./run.exe
-and enter a numerical seed for the random number generator.
-
-The program finishes in less than a minute and produces two data files
-whose graphs should look like:
-
-screenshot
-
-