fields marked * are mandatory fields.
{% if metadata.researcharea is defined and metadata.researcharea != "" %} {% set researcharea = metadata.researcharea | split('\\r ') %} {% elseif expert is defined and expert.subjectArea is defined and expert.subjectArea != "" %} {% set oldSubArea = expert.subjectArea %} {% endif %}
{% if oldSubArea is defined %}
Subject Areas from old version of OceanExpert:
{{ oldSubArea }}
{% endif %}
{% if expert.0.studyregion is defined %} {% set studyregionid = expert.0.studyregion | split(', ') %} {% endif %}
What's this?
{% if (attribute(metadata, 'google-scholar') is defined and attribute(metadata, 'google-scholar') != "") or (attribute(metadata, 'other-citation') is defined and attribute(metadata, 'other-citation') !="") or (attribute(metadata, 'researchgate') is defined and attribute(metadata, 'researchgate') !="") %} {% if attribute(metadata, 'google-scholar') is defined and attribute(metadata, 'google-scholar') != "" %}
Google Scholar: {{ attribute(metadata, 'google-scholar') }}
{% endif %} {% if attribute(metadata, 'researchgate') is defined and attribute(metadata, 'researchgate') != "" %}
ResearchGate: {{ attribute(metadata, 'researchgate') }}
{% endif %} {% if attribute(metadata, 'other-citation') is defined and attribute(metadata, 'other-citation') !="" %}
Citation Other: {{ attribute(metadata, 'other-citation') }}
{% endif %} {% endif %}
{% if app.user.username is defined %} Cancel {% endif %}
fields marked * are mandatory fields.