{% extends 'Layouts/layout.html.twig' %}
{% block title %} Retabit Platform: Team {% endblock %}
{% block content %}
<div class="container mt-5 pb-4">
<div class="row justify-content-center">
<div class="col-9">
<p class="fs-6 mb-5">{% trans %}The RETABIT platform was developed by researchers from La Salle-URL and IREC as part of the RETABIT research project, co-funded by the Spanish Ministry of Science and Innovation.{% endtrans %}</p>
<div class="row justify-content-center mb-5 align-items-center">
<div class="col-4">
<img src="{{ asset('img/logo_salle.png') }}"/>
</div>
<div class="col">
<p class="fs-6 mb-3">
{% trans %}The <a href='https://www.salleurl.edu/en/research/groups-and-institutes/human-environment-research-group/architecture-representation-comp' style='text-decoration:none;'><span class='fw-bold color_green'>La Salle-URL</span></a> team led the platform’s design and architecture, developed the data ingestion modules, ensured their seamless integration into the platform, and defined the multidimensional indicators.{% endtrans %}<br><br>
{% trans %}Members of the development team{% endtrans %}: Leandro Madrazo, Álvaro Sicilia, Adirane Calvo, Camilo Huertas, Marta Salgado.
</p>
</div>
</div>
<div class="row justify-content-center mb-5 align-items-center">
<div class="col-4">
<img src="{{ asset('img/logo_irec.png') }}"/>
</div>
<div class="col">
<p class="fs-6 mb-3">
{% trans %}The <a href='https://www.irec.cat/' style='text-decoration:none;'><span class='fw-bold color_green'>IREC team</span></a> led the energy simulations using grey-box models, contributed to the definition of the multidimensional indicators, and carried out the characterization of building archetypes. {% endtrans %}<br><br>
{% trans %}Members of the development team{% endtrans %}:
Jordi Pascual, Enric Mont, Angelos Mylonas and Nadia Soledad Ibañez Iralde .
</p>
</div>
</div>
</div>
</div>
</div>
<script src="{{ asset('bundles/fosjsrouting/js/router.min.js') }}"></script>
<script src="{{ path('fos_js_routing_js', { callback: 'fos.Router.setData' }) }}"></script>
<script type="text/javascript">
</script>
{% endblock %}