From 89b66a6384bc8dd7212f80b8349fbef842bbf261 Mon Sep 17 00:00:00 2001
From: Maximilian Schmidt <max.schmidt@fz-juelich.de>
Date: Wed, 1 Aug 2018 20:55:20 +0900
Subject: [PATCH] Add link to data repository in README of dynamics manuscript
 figures

---
 figures/Schmidt2018_dyn/README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/figures/Schmidt2018_dyn/README.md b/figures/Schmidt2018_dyn/README.md
index 6e01110..897600c 100644
--- a/figures/Schmidt2018_dyn/README.md
+++ b/figures/Schmidt2018_dyn/README.md
@@ -8,7 +8,7 @@ The figure scripts are named according to their ordering in the paper. To execut
 
 ### Original simulation data
 
-You can retrieve the original data from the Dryad Digital Repository database (TODO: Upload data and insert link). By default, all plot scripts are configured to use the old data (`LOAD_ORIGINAL_DATA = True` in all scripts). You have to download the data and then define the variable `original_data_path` in `config.py`. 
+You can retrieve the original data from our data repository: [https://web.gin.g-node.org/maximilian.schmidt/multi-area-model-data](https://web.gin.g-node.org/maximilian.schmidt/multi-area-model-data). By default, all plot scripts are configured to use the old data (`LOAD_ORIGINAL_DATA = True` in all scripts). You have to download the data and then define the variable `original_data_path` in `config.py`. 
 
 ### Creating new simulation data
 
-- 
GitLab