Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update affiliation #11695

Merged
merged 7 commits into from
May 16, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion doc/_includes/institutional-partners.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@ Current partners
~~~~~~~~~~~~~~~~

- `Aalto-yliopiston perustieteiden korkeakoulu <https://sci.aalto.fi/>`_
- `AE Studio <https://ae.studio/>`_
- `Athinoula A. Martinos Center for Biomedical Imaging <https://martinos.org/>`_
- `Children’s Hospital of Philadelphia Research Institute <https://www.research.chop.edu/imaging/>`_
- `Donders Institute for Brain, Cognition and Behaviour at Radboud University <https://www.ru.nl/donders/>`_
- `Harvard Medical School <https://hms.harvard.edu/>`_
- `Institut national de recherche en informatique et en automatique <https://www.inria.fr/>`_
- `Karl-Franzens-Universität Graz <https://www.uni-graz.at/>`_
- `Macquarie University <https://www.mq.edu.au/>`_
- `Massachusetts General Hospital <https://www.massgeneral.org/>`_
- `Max-Planck-Institut für Bildungsforschung <https://www.mpib-berlin.mpg.de/>`_
- `SWPS Uniwersytet Humanistycznospołeczny <https://www.swps.pl/>`_
Expand All @@ -37,6 +37,7 @@ Former partners
- `Institut du Cerveau et de la Moelle épinière <https://icm-institute.org/>`_
- `Institut national de la santé et de la recherche médicale <https://www.inserm.fr/>`_
- `Massachusetts Institute of Technology <https://web.mit.edu/>`_
- `Macquarie University <https://www.mq.edu.au/>`_
- `New York University <https://www.nyu.edu/>`_
- `Technische Universität Ilmenau <https://www.tu-ilmenau.de/>`_
- `Télécom ParisTech <https://www.telecom-paris.fr/>`_
5 changes: 5 additions & 0 deletions doc/_static/institution_logos/AE-Studio-dark.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions doc/_static/institution_logos/AE-Studio-light.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 14 additions & 0 deletions doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -1091,6 +1091,20 @@ def append_attr_meth_examples(app, what, name, obj, options, lines):
size=lg,
klass="only-dark",
),
dict(
name="AE Studio",
img="AE-Studio-light.svg",
url="https://ae.studio/",
size=xxl,
rob-luke marked this conversation as resolved.
Show resolved Hide resolved
klass="only-light",
),
dict(
name="AE Studio",
img="AE-Studio-dark.svg",
url="https://ae.studio/",
size=xxl,
klass="only-dark",
),
dict(
name="Children’s Hospital of Philadelphia Research Institute",
img="CHOP.svg",
Expand Down