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

Open in your IDE?
  1. {% extends "layouts/master.html.twig" %}
  2. {% block bodyClass %}tpl-level-2 is-research{% endblock %}
  3. {% block siteHeader %}
  4.     {% include 'organisms/site-header.html.twig' %}
  5. {% endblock %}
  6. {% block pageContent %}
  7.     <div class="org-modules-container">
  8.       {% include 'molecules/banners/xl-video.html.twig' with { modifiers: ' has-filter is-research', hasImage: true, title: 'USC investiga',  } %}
  9.       {% include 'molecules/news/l.html.twig' with { modifiers: ' has-filter is-research', hasImage: false, title: 'A revolución verde que vén. 10 proxectos desenvoltos no Campus Terra', tags: ['Investigación', 'Actualidade'] } %}
  10.       {% include 'molecules/news/m.html.twig' with { modifiers: 'is-research', hasImage: true, title: 'A USC lidera un proxecto internacional de autosuficiencia enerxética', tags: ['Investigación', 'Actualidade'] } %}
  11.       {% include 'molecules/events/m.html.twig' with {
  12.           hasDate: true,
  13.           hasImage: true,
  14.           modifiers: 'is-research',
  15.           date: '15 XUN | 20h',
  16.           title: 'Xornadas sobre novas oportunidades de financiamento da UE e o programa Cienciat',
  17.           subtitle: '',
  18.           location: '',
  19.           tag: 'I+D+i'
  20.       } %}
  21.     </div>
  22.     <section class="org-tier">
  23.         <div class="tier-content">
  24.             <div class="org-modules-container has-banners">
  25.               {% include 'molecules/banners/m.html.twig' with { modifiers: 'is-research', hasImage: true, title:'Liñas de investigación' } %}
  26.               {% include 'molecules/banners/m.html.twig' with { modifiers: 'is-research', hasImage: true, title:'Grupos de investigación' } %}
  27.               {% include 'molecules/banners/m.html.twig' with { modifiers: 'is-research', hasImage: true, title:'Retos I+D' } %}
  28.               {% include 'molecules/banners/m.html.twig' with { modifiers: 'is-research', hasImage: false, title:'Espazos e equipamentos', text:'' } %}
  29.               {% include 'molecules/banners/m.html.twig' with { modifiers: 'is-research', hasImage: false, title:'Catálogo de servizos tecnolóxicos', text:'' } %}
  30.               {% include 'molecules/banners/s.html.twig' with { modifiers: 'is-research', hasImage: false, title:'Unidades de xestión', text:'' } %}
  31.               {% include 'molecules/banners/s.html.twig' with { modifiers: 'is-research', hasImage: false, title:'Empresa I+D', text:'' } %}
  32.               {% include 'molecules/banners/s.html.twig' with { modifiers: 'is-research', hasImage: false, title:'Institutos e centros de investigación', text:'' } %}
  33.               {% include 'molecules/banners/s.html.twig' with { modifiers: 'is-research', hasImage: false, title:'Portal de producción científica', text:'' } %}
  34.             </div>
  35.         </div>
  36.     </section>
  37.     <div class="row">
  38.         <div class="col-lg-6">
  39.             <section class="org-tier is-half">
  40.                 <div class="tier-header">
  41.                     <h2 class="tier-title">Formación</h2>
  42.                 </div>
  43.                 <div class="tier-content">
  44.                     <div class="org-modules-container has-banners">
  45.                         {% include 'molecules/banners/m.html.twig' with { modifiers: 'is-studies', hasImage: false, title:'Oferta de Máster', text: '' } %}
  46.                         {% include 'molecules/banners/m.html.twig' with { modifiers: 'is-studies', hasImage: true, title:'Posgraos propios', text: '' } %}
  47.                         {% include 'molecules/banners/m.html.twig' with { modifiers: 'is-admission', hasImage: false, title:'Acceso a Máster', text: '' } %}
  48.                     </div>
  49.                 </div>
  50.             </section>
  51.         </div>
  52.         <div class="col-lg-6">
  53.             <section class="org-tier is-half">
  54.                 <div class="tier-header">
  55.                     <h2 class="tier-title">Investigación na USC</h2>
  56.                 </div>
  57.                 <div class="tier-content">
  58.                     <div class="org-modules-container has-banners">
  59.                         {% include 'molecules/banners/m.html.twig' with { modifiers: 'is-research', hasImage: false, title:'RIAIDT', text: 'Rede de Infraestruturas de Apoio á Investigación e ao Desenvolvemento Tecnolóxico' } %}
  60.                         {% include 'molecules/banners/m.html.twig' with { modifiers: 'is-research', hasImage: false, title:'AVTE', text: 'Área de Valoración Transferencia e Emprendemento' } %}
  61.                         {% include 'molecules/banners/m.html.twig' with { modifiers: 'is-research', hasImage: false, title:'Servizos', text: '' } %}
  62.                         {% include 'molecules/banners/m.html.twig' with { modifiers: 'is-research', hasImage: false, title:'Institutos e Centros de Investigación', text: '' } %}
  63.                     </div>
  64.                 </div>
  65.             </section>
  66.         </div>
  67.     </div>
  68. {% endblock %}
  69. {% block siteFooter %}
  70.     {% include 'organisms/site-footer.html.twig' %}
  71. {% endblock %}