From 2dd11ef413245af2533081d4c6e4f80258b7fb05 Mon Sep 17 00:00:00 2001 From: Dimitri Lozeve Date: Tue, 3 Oct 2023 11:49:51 +0200 Subject: [PATCH] Remove broken link from readme --- README.org | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.org b/README.org index 0a77424..ccf596b 100644 --- a/README.org +++ b/README.org @@ -33,8 +33,8 @@ format, while ~mat2pgm~ exports a grayscale image. ** References -[[http://www.karlsims.com/rd.html][This page]] gives a good explanation of the Gray-Scott model. [[https://github.com/loftytopping/Env_modelling/blob/master/Spatio-temporal-modelling/Reaction_diffusion_2D.ipynb][This -notebook]] [[https://colab.research.google.com/github/loftytopping/Env_modelling/blob/master/Spatio-temporal-modelling/Reaction_diffusion_2D.ipynb][(Colab)]] gives a nice example of implementation in Python with +[[http://www.karlsims.com/rd.html][This page]] gives a good explanation of the Gray-Scott model. [[https://github.com/EnvModelling/Env_modelling/blob/master/Spatio-temporal-modelling/Reaction_diffusion_2D.ipynb][This +notebook]] gives a nice example of implementation in Python with Numpy. For even more details on the model and a classification of pattern, see [[http://mrob.com/pub/comp/xmorphia/][this page]].