{% extends "FrontendPanelBundle::index.html.twig" %} {% block title %}{{entity.name}} - Cherevko LAB{% endblock %} {% block description %}{% endblock %} {% block keywords %}{% endblock %} {% block body -%} {% set position2 = position[entity.position] %}

{{entity.name}}

{{ position2 }}

{% if entity.googlescholar %} Google Scholar {%endif%} {% if entity.orcid %} ORCID {%endif%} {% if entity.publons %} Publons {%endif%} {% if entity.researchgate %} ResearchGate {%endif%} {% if entity.linkedin %} LinkedIn {%endif%} {% if entity.twitter %} Twitter {%endif%}

{{ entity.email }}

{% if entity.phone %}tel: {{ entity.phone }}{%endif%}



{% if entity.position == 6 %} Time(Joined/Stayed):{{ entity.time }}
Current position/Place: {{ entity.currentposition }}

{%endif%}
Back to team

{{entity.body|raw}}

 
{{ render(controller('FrontendIndexBundle:Index:articleres', { 'names': entity.namepub }))}}
{{ render(controller('FrontendIndexBundle:Index:briefcv', { 'id': entity.id }))}}
{{ render(controller('FrontendIndexBundle:Index:awards', { 'id': entity.id }))}}
{% endblock %}