Skip to content

Commit 8dd298f

Browse files
authored
update partner institution list (#13668)
1 parent e9f9bf6 commit 8dd298f

2 files changed

Lines changed: 13 additions & 13 deletions

File tree

doc/_includes/institutional-partners.rst

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -14,31 +14,31 @@ Current partners
1414
~~~~~~~~~~~~~~~~
1515

1616
- `Aalto-yliopiston perustieteiden korkeakoulu <https://sci.aalto.fi/>`_
17-
- `AE Studio <https://ae.studio/>`_
18-
- `Athinoula A. Martinos Center for Biomedical Imaging <https://martinos.org/>`_
19-
- `Children’s Hospital of Philadelphia Research Institute <https://www.research.chop.edu/imaging/>`_
2017
- `Donders Institute for Brain, Cognition and Behaviour at Radboud University <https://www.ru.nl/donders/>`_
21-
- `Harvard Medical School <https://hms.harvard.edu/>`_
22-
- `Institut national de recherche en informatique et en automatique <https://www.inria.fr/>`_
2318
- `Karl-Franzens-Universität Graz <https://www.uni-graz.at/>`_
24-
- `Massachusetts General Hospital <https://www.massgeneral.org/>`_
25-
- `Max-Planck-Institut für Bildungsforschung <https://www.mpib-berlin.mpg.de/>`_
26-
- `SWPS Uniwersytet Humanistycznospołeczny <https://www.swps.pl/>`_
2719
- `University of Washington <https://www.washington.edu/>`_
2820

2921
Former partners
3022
~~~~~~~~~~~~~~~
3123

3224
- `Aarhus Universitet <https://www.au.dk/>`_
25+
- `AE Studio <https://ae.studio/>`_
26+
- `Athinoula A. Martinos Center for Biomedical Imaging <https://martinos.org/>`_
3327
- `Berkeley Institute for Data Science <https://bids.berkeley.edu/>`_
3428
- `Boston University <https://www.bu.edu/>`_
29+
- `Children’s Hospital of Philadelphia Research Institute <https://www.research.chop.edu/imaging/>`_
3530
- `Commissariat à l’énergie atomique et aux énergies alternatives <https://www.cea.fr/>`_
3631
- `Fondation Campus Biotech Geneva <https://fcbg.ch/>`_
3732
- `Forschungszentrum Jülich <https://www.fz-juelich.de/>`_
33+
- `Harvard Medical School <https://hms.harvard.edu/>`_
3834
- `Institut du Cerveau et de la Moelle épinière <https://icm-institute.org/>`_
3935
- `Institut national de la santé et de la recherche médicale <https://www.inserm.fr/>`_
36+
- `Institut national de recherche en informatique et en automatique <https://www.inria.fr/>`_
37+
- `Massachusetts General Hospital <https://www.massgeneral.org/>`_
4038
- `Massachusetts Institute of Technology <https://web.mit.edu/>`_
39+
- `Max-Planck-Institut für Bildungsforschung <https://www.mpib-berlin.mpg.de/>`_
4140
- `Macquarie University <https://www.mq.edu.au/>`_
4241
- `New York University <https://www.nyu.edu/>`_
42+
- `SWPS Uniwersytet Humanistycznospołeczny <https://www.swps.pl/>`_
4343
- `Technische Universität Ilmenau <https://www.tu-ilmenau.de/>`_
4444
- `Télécom ParisTech <https://www.telecom-paris.fr/>`_

doc/conf.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -992,7 +992,7 @@ def fix_sklearn_inherited_docstrings(app, what, name, obj, options, lines):
992992
klass="only-dark",
993993
),
994994
dict(
995-
name="Commissariat à l´énergie atomique et aux énergies alternatives", # noqa E501
995+
name="Commissariat à l´énergie atomique et aux énergies alternatives",
996996
img="CEA.png",
997997
url="http://www.cea.fr/",
998998
size=md,
@@ -1097,7 +1097,7 @@ def fix_sklearn_inherited_docstrings(app, what, name, obj, options, lines):
10971097
klass="only-dark",
10981098
),
10991099
dict(
1100-
name="Institut national de recherche en informatique et en automatique", # noqa E501
1100+
name="Institut national de recherche en informatique et en automatique",
11011101
img="inria.png",
11021102
url="https://www.inria.fr/",
11031103
size=xl,
@@ -1217,7 +1217,7 @@ def fix_sklearn_inherited_docstrings(app, what, name, obj, options, lines):
12171217
),
12181218
dict(
12191219
title="Machine Learning",
1220-
text="Advanced decoding models including time general\u00adiza\u00adtion.", # noqa E501
1220+
text="Advanced decoding models including time general\u00adiza\u00adtion.",
12211221
url="auto_tutorials/machine-learning/50_decoding.html",
12221222
img="sphx_glr_50_decoding_006.png",
12231223
alt="Decoding",
@@ -1231,14 +1231,14 @@ def fix_sklearn_inherited_docstrings(app, what, name, obj, options, lines):
12311231
),
12321232
dict(
12331233
title="Statistics",
1234-
text="Parametric and non-parametric, permutation tests and clustering.", # noqa E501
1234+
text="Parametric and non-parametric, permutation tests and clustering.",
12351235
url="auto_tutorials/stats-source-space/index.html",
12361236
img="sphx_glr_20_cluster_1samp_spatiotemporal_001.png",
12371237
alt="Clusters",
12381238
),
12391239
dict(
12401240
title="Connectivity",
1241-
text="All-to-all spectral and effective connec\u00adtivity measures.", # noqa E501
1241+
text="All-to-all spectral and effective connec\u00adtivity measures.",
12421242
url="https://mne.tools/mne-connectivity/stable/auto_examples/mne_inverse_label_connectivity.html", # noqa E501
12431243
img="https://mne.tools/mne-connectivity/stable/_images/sphx_glr_mne_inverse_label_connectivity_001.png", # noqa E501
12441244
alt="Connectivity",

0 commit comments

Comments
 (0)