templates/templates/pages/department/department-research.html.twig line 1

Open in your IDE?
  1. {% extends "layouts/organization.html.twig" %}
  2. {% block bodyClass %}{% endblock %}
  3. {% block siteHeader %}
  4.   {% include 'organisms/department-header.html.twig' %}
  5. {% endblock %}
  6. {% block pageHeader %}
  7.     {% include 'molecules/page-header.html.twig' with {
  8.         title: 'Investigación'
  9.     } %}
  10. {% endblock %}
  11. {% block pageContent %}
  12. <section class="org-tier is-minimal is-marginless-top">
  13.     <div class="tier-content">
  14.         <usc-content-filter
  15.                 :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} ]"
  16.         >
  17.             <div class="org-modules-container has-banners">
  18.               {% include 'molecules/banners/m.html.twig' with {
  19.                 hasImage: false,
  20.                 title: 'Biotecnoloxía Ambiental',
  21.                 link: "https://usc.portalcientifico.es/grupos",
  22.                 text: 'GI-1736',
  23.                 modifiers: 'is-type-1',
  24.               } %}
  25.               {% include 'molecules/banners/m.html.twig' with {
  26.                 hasImage: false,
  27.                 title: 'Ecoeficiencia',
  28.                 link: "https://usc.portalcientifico.es/grupos",
  29.                 text: 'GI-1736',
  30.                 modifiers: 'is-type-1',
  31.               } %}
  32.               {% include 'molecules/banners/m.html.twig' with {
  33.                 hasImage: false,
  34.                 title: 'Grupo de Sistemas Intelixentes',
  35.                 link: "https://usc.portalcientifico.es/grupos",
  36.                 text: 'GI-1736',
  37.                 modifiers: 'is-type-1',
  38.               } %}
  39.               {% include 'molecules/banners/m.html.twig' with {
  40.                 hasImage: false,
  41.                 title: 'Procesos de Separación Sostibles',
  42.                 link: "https://usc.portalcientifico.es/grupos",
  43.                 text: 'GI-1736',
  44.                 modifiers: 'is-type-1',
  45.               } %}
  46.               {% include 'molecules/banners/m.html.twig' with {
  47.                 hasImage: false,
  48.                 title: 'Intensificación de procesos para un desenvolvemento sostible',
  49.                 link: "https://usc.portalcientifico.es/grupos",
  50.                 text: 'GI-1736',
  51.                 modifiers: 'is-type-1',
  52.               } %}
  53.               {% include 'molecules/banners/m.html.twig' with {
  54.                 hasImage: false,
  55.                 title: 'Tecnología para la Economía Circular y la SEguridad NAtural',
  56.                 link: "https://usc.portalcientifico.es/grupos",
  57.                 text: 'GI-1736',
  58.                 modifiers: 'is-type-1',
  59.               } %}
  60.               {% include 'molecules/banners/m.html.twig' with {
  61.                 hasImage: false,
  62.                 title: 'Grupo de Materia Branda e Biofísica Molecular',
  63.                 link: "https://usc.portalcientifico.es/grupos",
  64.                 text: 'GI-1736',
  65.                 modifiers: 'is-type-1',
  66.               } %}
  67.               {% include 'molecules/banners/m.html.twig' with {
  68.                 hasImage: false,
  69.                 title: 'Modelización Ambiental',
  70.                 link: "https://usc.portalcientifico.es/grupos",
  71.                 text: 'GI-1736',
  72.                 modifiers: 'is-type-1',
  73.               } %}
  74.               {% include 'molecules/banners/m.html.twig' with {
  75.                 hasImage: false,
  76.                 title: 'Tecnoloxías para desenvolvemento de Bioproductos Industriais',
  77.                 link: "https://usc.portalcientifico.es/grupos",
  78.                 text: 'GI-1736',
  79.                 modifiers: 'is-type-1',
  80.               } %}
  81.               {% include 'molecules/banners/m.html.twig' with {
  82.                 hasImage: false,
  83.                 title: 'Agrupción estratéxica...',
  84.                 modifiers: 'is-type-2',
  85.               } %}
  86.               {% include 'molecules/banners/m.html.twig' with {
  87.                 hasImage: false,
  88.                 title: 'Agrupción estratéxica...',
  89.                 modifiers: 'is-type-2',
  90.               } %}
  91.               {% include 'molecules/banners/m.html.twig' with {
  92.                 hasImage: false,
  93.                 title: 'Agrupción estratéxica...',
  94.                 modifiers: 'is-type-2',
  95.               } %}
  96.               {% include 'molecules/banners/m.html.twig' with {
  97.                 hasImage: false,
  98.                 title: 'Instituto...',
  99.                 modifiers: 'is-type-3',
  100.               } %}
  101.               {% include 'molecules/banners/m.html.twig' with {
  102.                 hasImage: false,
  103.                 title: 'Instituto...',
  104.                 modifiers: 'is-type-3',
  105.               } %}
  106.               {% include 'molecules/banners/m.html.twig' with {
  107.                 hasImage: false,
  108.                 title: 'Centro singular',
  109.                 modifiers: 'is-type-4',
  110.               } %}
  111.             </div>
  112.         </usc-content-filter>
  113.     </div>
  114. </section>
  115. <section class="org-tier">
  116.     <div class="tier-header">
  117.       <h2 class="tier-title">Produción científica</h2>
  118.     </div>
  119.     <div class="tier-content">
  120.         <div class="org-modules-container has-banners">
  121.             {% include 'molecules/banners/m.html.twig' with {
  122.               modifiers: 'is-light',
  123.               link: "https://usc.portalcientifico.es/",
  124.               title: 'Teses'
  125.             } %}
  126.             {% include 'molecules/banners/m.html.twig' with {
  127.               modifiers: 'is-light',
  128.               link: "https://usc.portalcientifico.es/",
  129.               title: 'TFG'
  130.             } %}
  131.             {% include 'molecules/banners/m.html.twig' with {
  132.               modifiers: 'is-light',
  133.               link: "https://usc.portalcientifico.es/",
  134.               title: 'TFM'
  135.             } %}
  136.           </div>
  137.         </div>
  138.       </section>
  139. {% endblock %}
  140. {% block siteFooter %}
  141.     {% include 'organisms/site-footer.html.twig' %}
  142. {% endblock %}