{% extends "FrontendPanelBundle::index.html.twig" %} {% block title %}Projects Cherevko LAB{% endblock %} {% block description %}{% endblock %} {% block keywords %}{% endblock %} {% block body -%}

Projects

Who funds our research?

To support our research we rely on both nanitional and internation funding schemes.

On a regular basis, we are funded from the German Research Foundation (DFG), Federal Ministry of Education and Research (BMBF), Federal Minister for Economic Affairs and Energy (BMWi), German Academic Exchange Service (DAAD), and EU Framework Programmes H2020, industrial partners, and other.

The following is a list of the currently running and finished projects (continuously updating).

{% set i=1%} {% for entitys in data %} {% for entity in entitys %} {% if loop.first %} {% if entity.visible == 1 %}

RUNNING

{% else %}

FINISHED

{% endif %} {% else %} {% endif %}

Running Period Funded by Project Number
{{ entity.period }} {{ entity.fundingbody }} {{ entity.number }}
Goals:

{{ entity.body|raw }}

{% set i=i+1%} {% endfor %} {% endfor %}
{% endblock %}