{% extends "layouts/organization.html.twig" %}
{% block bodyClass %}{% endblock %}
{% block siteHeader %}
{% include 'organisms/department-header.html.twig' %}
{% endblock %}
{% block pageHeader %}
{% include 'molecules/page-header.html.twig' with {
title: 'Investigación'
} %}
{% endblock %}
{% block pageContent %}
<section class="org-tier is-minimal is-marginless-top">
<div class="tier-content">
<usc-content-filter
:options="[{key: 'is-type-1', name: 'Grupos de investigación', selected: true}, {key: 'is-type-2', name: 'Agrupacións', selected: false}, {key: 'is-type-3', name: 'Institutos', selected: false}, {key: 'is-type-4', name: 'Centros singulares', selected: false} ]"
>
<div class="org-modules-container has-banners">
{% include 'molecules/banners/m.html.twig' with {
hasImage: false,
title: 'Biotecnoloxía Ambiental',
link: "https://usc.portalcientifico.es/grupos",
text: 'GI-1736',
modifiers: 'is-type-1',
} %}
{% include 'molecules/banners/m.html.twig' with {
hasImage: false,
title: 'Ecoeficiencia',
link: "https://usc.portalcientifico.es/grupos",
text: 'GI-1736',
modifiers: 'is-type-1',
} %}
{% include 'molecules/banners/m.html.twig' with {
hasImage: false,
title: 'Grupo de Sistemas Intelixentes',
link: "https://usc.portalcientifico.es/grupos",
text: 'GI-1736',
modifiers: 'is-type-1',
} %}
{% include 'molecules/banners/m.html.twig' with {
hasImage: false,
title: 'Procesos de Separación Sostibles',
link: "https://usc.portalcientifico.es/grupos",
text: 'GI-1736',
modifiers: 'is-type-1',
} %}
{% include 'molecules/banners/m.html.twig' with {
hasImage: false,
title: 'Intensificación de procesos para un desenvolvemento sostible',
link: "https://usc.portalcientifico.es/grupos",
text: 'GI-1736',
modifiers: 'is-type-1',
} %}
{% include 'molecules/banners/m.html.twig' with {
hasImage: false,
title: 'Tecnología para la Economía Circular y la SEguridad NAtural',
link: "https://usc.portalcientifico.es/grupos",
text: 'GI-1736',
modifiers: 'is-type-1',
} %}
{% include 'molecules/banners/m.html.twig' with {
hasImage: false,
title: 'Grupo de Materia Branda e Biofísica Molecular',
link: "https://usc.portalcientifico.es/grupos",
text: 'GI-1736',
modifiers: 'is-type-1',
} %}
{% include 'molecules/banners/m.html.twig' with {
hasImage: false,
title: 'Modelización Ambiental',
link: "https://usc.portalcientifico.es/grupos",
text: 'GI-1736',
modifiers: 'is-type-1',
} %}
{% include 'molecules/banners/m.html.twig' with {
hasImage: false,
title: 'Tecnoloxías para desenvolvemento de Bioproductos Industriais',
link: "https://usc.portalcientifico.es/grupos",
text: 'GI-1736',
modifiers: 'is-type-1',
} %}
{% include 'molecules/banners/m.html.twig' with {
hasImage: false,
title: 'Agrupción estratéxica...',
modifiers: 'is-type-2',
} %}
{% include 'molecules/banners/m.html.twig' with {
hasImage: false,
title: 'Agrupción estratéxica...',
modifiers: 'is-type-2',
} %}
{% include 'molecules/banners/m.html.twig' with {
hasImage: false,
title: 'Agrupción estratéxica...',
modifiers: 'is-type-2',
} %}
{% include 'molecules/banners/m.html.twig' with {
hasImage: false,
title: 'Instituto...',
modifiers: 'is-type-3',
} %}
{% include 'molecules/banners/m.html.twig' with {
hasImage: false,
title: 'Instituto...',
modifiers: 'is-type-3',
} %}
{% include 'molecules/banners/m.html.twig' with {
hasImage: false,
title: 'Centro singular',
modifiers: 'is-type-4',
} %}
</div>
</usc-content-filter>
</div>
</section>
<section class="org-tier">
<div class="tier-header">
<h2 class="tier-title">Produción científica</h2>
</div>
<div class="tier-content">
<div class="org-modules-container has-banners">
{% include 'molecules/banners/m.html.twig' with {
modifiers: 'is-light',
link: "https://usc.portalcientifico.es/",
title: 'Teses'
} %}
{% include 'molecules/banners/m.html.twig' with {
modifiers: 'is-light',
link: "https://usc.portalcientifico.es/",
title: 'TFG'
} %}
{% include 'molecules/banners/m.html.twig' with {
modifiers: 'is-light',
link: "https://usc.portalcientifico.es/",
title: 'TFM'
} %}
</div>
</div>
</section>
{% endblock %}
{% block siteFooter %}
{% include 'organisms/site-footer.html.twig' %}
{% endblock %}