Skip to content

Commit

Permalink
update publication README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rusandris committed Jul 18, 2024
1 parent 0cf0835 commit 72ebc23
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions stn_paper/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Once you have successfully downloaded the `stn_paper/` directory (or by clicking

To run any file from the `code/` directory, here are some options:

* Run from `REPL`: `include(code/logistic_map_main.jl)`
* Run from `REPL`: `include("code/logistic_map_main.jl")`

* Run in background (Linux): `julia --project=./ code/logistic_map_main.jl < /dev/null > logfile.log 2>&1 &`

Expand All @@ -46,9 +46,9 @@ Note: The scripts save the values continuously in `data/` and log status in the

#### PLOT

To get the main figure, run `code/plotters/plot_maps_main.jl`.
To get the main figure, run `code/plotters/plot_maps_main.jl`. For example `include("code/plotters/plot_maps_main.jl")`

To get the supplementary figure, run `code/plotters/plot_maps_sm.jl`.
To get the supplementary figure, run `code/plotters/plot_maps_sm.jl`. For example `include("code/plotters/plot_maps_sm.jl")`

See the output in `figs/` (png).

Expand Down

0 comments on commit 72ebc23

Please sign in to comment.