From c8e7371be149b7da52cd7994c37e46e710188166 Mon Sep 17 00:00:00 2001
From: Maximilian Schmidt <max.schmidt@fz-juelich.de>
Date: Thu, 29 Mar 2018 10:37:59 +0900
Subject: [PATCH] Journal macros --> full name

---
 README.md                                           | 2 +-
 figures/Schmidt2017/graph_helpers.py                | 4 ++--
 figures/Schmidt2017/helpers.py                      | 2 +-
 multiarea_model/data_multiarea/VisualCortex_Data.py | 2 +-
 4 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/README.md b/README.md
index ef40a29..8bf8bc5 100644
--- a/README.md
+++ b/README.md
@@ -7,7 +7,7 @@ The model has been documented in the following publications:
 
 1. Schmidt M, Bakker R, Hilgetag CC, Diesmann M & van Albada SJ (2017)
    Multi-scale account of the network structure of macaque visual cortex
-   Brain Struct Funct (2017) [https://doi.org/10.1007/s00429-017-1554-4](https://doi.org/10.1007/s00429-017-1554-4)
+   Brain Structure and Function (2017) [https://doi.org/10.1007/s00429-017-1554-4](https://doi.org/10.1007/s00429-017-1554-4)
 
 2. Schuecker J, Schmidt M, van Albada SJ, Diesmann M & Helias M (2017)
    Fundamental Activity Constraints Lead to Specific Interpretations of the Connectome.
diff --git a/figures/Schmidt2017/graph_helpers.py b/figures/Schmidt2017/graph_helpers.py
index 953e5c4..304c3af 100644
--- a/figures/Schmidt2017/graph_helpers.py
+++ b/figures/Schmidt2017/graph_helpers.py
@@ -101,7 +101,7 @@ def modularity(g, membership):
     and cluster memberships.
 
     See Schmidt, M., Bakker, R., Hilgetag, C.C. et al.
-    Brain Struct Funct (2017). https://doi.org/10.1007/s00429-017-1554-4
+    Brain Structure and Function (2017),
     for a derivation.
 
     Parameters
@@ -138,7 +138,7 @@ def all_pairs_bellman_ford_path(g, weight='distance'):
     Compute the shorted paths between nodes of a graph
     using the Bellman-Ford algorithm.
     See Schmidt, M., Bakker, R., Hilgetag, C.C. et al.
-    Brain Struct Funct (2017). https://doi.org/10.1007/s00429-017-1554-4
+    Brain Structure and Function (2017),
     for details.
 
     Parameters
diff --git a/figures/Schmidt2017/helpers.py b/figures/Schmidt2017/helpers.py
index 70e0927..c716a17 100644
--- a/figures/Schmidt2017/helpers.py
+++ b/figures/Schmidt2017/helpers.py
@@ -61,7 +61,7 @@ def structural_gradient(target_area, source_area, structure):
     """
     Returns the structural gradient between two areas
     See Schmidt, M., Bakker, R., Hilgetag, C.C. et al.
-    Brain Struct Funct (2017). https://doi.org/10.1007/s00429-017-1554-4
+    Brain Structure and Function (2017),
     for a definition.
 
     Parameters
diff --git a/multiarea_model/data_multiarea/VisualCortex_Data.py b/multiarea_model/data_multiarea/VisualCortex_Data.py
index 78f9934..f700aa5 100644
--- a/multiarea_model/data_multiarea/VisualCortex_Data.py
+++ b/multiarea_model/data_multiarea/VisualCortex_Data.py
@@ -12,7 +12,7 @@ This script provides the function process_raw_data which fulfils two tasks:
 All details of the procedures in this scripts are described in
 Schmidt M, Bakker R, Hilgetag CC, Diesmann M & van Albada SJ (2017)
 "Multi-scale account of the network structure of macaque visual cortex"
-Brain Struct Funct (2017)
+Brain Structure and Function (2017)
 
 
 Experimental Data
-- 
GitLab