From fd68e3d915c901936c8a5c0d353ce4ac5bd1d7f1 Mon Sep 17 00:00:00 2001
From: Maximilian Schmidt <max.schmidt@fz-juelich.de>
Date: Thu, 17 May 2018 10:02:54 +0900
Subject: [PATCH] Add figure and python badge to README of Schmidt 2018 figure
 folder

---
 figures/Schmidt2018/README.md | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/figures/Schmidt2018/README.md b/figures/Schmidt2018/README.md
index 518d859..a591dbf 100644
--- a/figures/Schmidt2018/README.md
+++ b/figures/Schmidt2018/README.md
@@ -2,6 +2,8 @@
 
 This folder contains the scripts to reproduce all figures of Schmidt M, Bakker R, Hilgetag C-C, Diesmann M and van Albada SJ: "Multi-scale account of the network structure of macaque visual cortex", Brain Structure and Function (2018), 223:1409 [https://doi.org/10.1007/s00429-017-1554-4](https://doi.org/10.1007/s00429-017-1554-4)
 
+![Model overview](../../model_construction.png)
+
 Please note: Figures 2, 5, and 8 show slight deviations from the published figures in the paper. Published Figures 2 and 5 miss a few data points. This error slipped in during the review process. Importantly, the presented fits are identical in the (correct) figures in this repository and in the manuscript. These deviations thus do not affect the scientific conclusions.
 
 Please note that the placement of areas in Figure 7 will deviate from the published figure, because their location depends on the force-directed algorithm implemented in `igraph` and `python-igraph` does not allow manual setting of the random seed for the algorithm. This is a mere visual issue and does not affect the scientific content.
@@ -11,3 +13,5 @@ Please note that, since we currently cannot publish the data on Neuronal Densiti
 If snakemake is installed, the figures can be produced by executing
 
 `snakemake`
+
+[![www.python.org](https://img.shields.io/badge/python-3.6-blue.svg)](https://www.python.org) <a href="http://www.nest-simulator.org">
-- 
GitLab