From 192970ebff5027a6fc8c32e57497cf5a3457ad11 Mon Sep 17 00:00:00 2001
From: Maximilian Schmidt <max.schmidt@fz-juelich.de>
Date: Wed, 4 Apr 2018 16:43:22 +0900
Subject: [PATCH] Move shields below heading in README

---
 README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 737807f..c1811d0 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,6 @@
 # Multi-scale spiking network model of macaque visual cortex
+[![www.python.org](https://img.shields.io/badge/python-3.6-blue.svg)](https://www.python.org) <a href="http://www.nest-simulator.org"> <img src="https://raw.githubusercontent.com/nest/nest-simulator/master/extras/logos/nest-simulated.png" alt="NEST simulated" width="50"/></a> [![License: CC BY-NC-SA 4.0](https://img.shields.io/badge/License-CC%20BY--NC--SA%204.0-lightgrey.svg)](https://creativecommons.org/licenses/by-nc-sa/4.0/)
+
 ![Model overview](model_construction.png)
 
 This code implements the spiking network model of macaque visual cortex developed
@@ -21,7 +23,6 @@ The code in this repository is self-contained and allows one to
 reproduce the results of all three papers.
 
 ## Python framework for the multi-area model
-[![www.python.org](https://img.shields.io/badge/python-3.6-blue.svg)](https://www.python.org) <a href="http://www.nest-simulator.org"> <img src="https://raw.githubusercontent.com/nest/nest-simulator/master/extras/logos/nest-simulated.png" alt="NEST simulated" width="50"/></a>
 
 The entire framework is summarized in the figure below:
 ![Sketch of the framework](framework_sketch.png)
@@ -201,7 +202,6 @@ Moritz Helias. Testing and review was supported by Alexander van
 Meegen.
 
 ## Citation
-[![License: CC BY-NC-SA 4.0](https://img.shields.io/badge/License-CC%20BY--NC--SA%204.0-lightgrey.svg)](https://creativecommons.org/licenses/by-nc-sa/4.0/)
 
 If you use this code, we ask you to cite the appropriate papers in your publication. For the multi-area model itself, please cite [1] and [3]. If you use the mean-field theory or the stabilization method, please cite [2] in addition. We provide bibtex entries in `CITATION`.
 
-- 
GitLab