{% if (metadata.orcid is defined or metadata.researcherid is defined) and (metadata.orcid != "" or metadata.researcherid !="" ) %}
{% if metadata.orcid is defined and metadata.orcid != "" %}
ORC ID:
{{ metadata.orcid }}
{% endif %}
{% if metadata.researcherid is defined and metadata.researcherid !="" %}
Researcher ID:
{{ metadata.researcherid }}
{% endif %}
{% endif %}
Browse…
{% if expert.0.idInd is defined %}
{% set website = {'url1':'personal', 'url2':'institution'} %}
{% for item, value in website %}
{% if attribute(expert.0,item) != "" %}
{{ value | title }}:
{{ attribute(expert.0,item) }}
{% endif %}
{% endfor %}
{% endif %}
{% if expert.0.idInd is defined %}
{% set social = ['linkedin','facebook','twitter','other'] %}
{% for item in social %}
{% if attribute(expert.0,item) != "" %}
{{ item | title }}:
{{ attribute(expert.0,item) }}
{% endif %}
{% endfor %}
{% endif %}
{% if app.user.username is defined %}
Cancel
{% endif %}