{% extends "layout.html" %} {% from "macros.html" import section_button_group %} {% set return_url = url_for("section", user_id=user.id, section_type=section_type, url=url) %} {% block content %} {{ section_button_group(user.id, section_type, url=url) }}
{% if section_type in ["EMP", "EDU", "DST", "MEM", "SER", "QUA", "POS"] %} {% endif %}
Affiliation Type {{ Affiliation[section_type] }}
ORCID iD {{ user.orcid }}
First Name {{ user.first_name }}
Last Name {{ user.last_name }}
{% if section_type in ["RUR", "ONR", "KWR", "ADR", "EXR"] %} {% if section_type == "RUR" %} {% elif section_type == "ADR" %} {% elif section_type == "EXR" %} {% else %} {% endif %} {% else %} {% if section_type in ["FUN", "WOR"] %} {% elif section_type == "PRR" %} {% endif %} {% if section_type != "WOR" %} {% endif %} {% if section_type in ["EMP", "EDU", "DST", "MEM", "SER", "QUA", "POS"] %} {% elif section_type == "PRR" %} {% endif %} {% if section_type not in ["PRR", "WOR"] %} {% endif %} {% if section_type == "WOR" %} {% endif %} {% endif %} {% if not records %} {% else %} {% for r in records %} {% if r.get("source", "source-client-id") and org_client_id in r.get("source", "source-client-id", "path") %} {% else %} {% endif %} {% if section_type in ["RUR", "ONR", "KWR", "ADR", "EXR"] %} {% if section_type == "RUR" %} {% elif section_type == "ADR" %} {% elif section_type == "EXR" %} {% else %} {% endif %} {% else %} {% if section_type in ["FUN", "WOR"] %} {% elif section_type == "PRR" %} {% endif %} {% if org %} {% endif %} {% if section_type in ["EMP", "EDU", "DST", "MEM", "SER", "QUA", "POS"] %} {% endif %} {% if section_type == "PRR" %} {% elif section_type == "WOR" %} {% else %} {% endif %} {% endif %} {% endfor %} {% endif %}
 Record SourceUrl Name Url ValueCountryExternal Id Type External Id Value External Id Url External Id RelationshipContentDisplay Index Visibility {% if section_type in ["EDU", "QUA"] %}Institution {% elif section_type in ["EMP", "DST", "MEM", "SER", "POS"] %}Institution/Employer {% elif section_type == "FUN" %}Institution/Funding Agency {% elif section_type == "PRR" %}Institution/Peer Review Agency {% elif section_type == "WOR" %}Institution/Work Source {% endif %} {%if section_type == "FUN"%}Funding{%else%}Work{%endif%} Title Translated Title Language {% if section_type == "FUN" %}Funding{% else %}Work{%endif%} TypeReview Group IdCity State/region CountryDepartment {% if section_type in ["EDU", "QUA"] %}Degree {% elif section_type in ["EMP", "DST", "MEM", "SER", "POS"] %}Role {% endif %} Completion Date Disambiguated Id Disambiguation SourcePublication DatePut-code
There are no records.
{{r.get("source", "source-name", "value")|default("", True)}}{{r.get("url-name")|default("", True)}} {{r.get("url", "value")|default("", True)}}{{r.get("country", "value")|default("", True)}}{{r.get("external-id-type")|default("", True)}} {{r.get("external-id-value")|default("", True)}} {{r.get("external-id-url", "value")|default("", True)}} {{r.get("external-id-relationship")|default("", True)}}{{r.get("content")|default("", True)}}{{r.get("display-index")}} {{r.get("visibility", default='')}} {% set org = r.get("convening-organization" if section_type == "PRR" else "source" if section_type == "WRK" else "organization") %} {% if org %}{{org.get("name", default='')}}
{% endif %} Source: {{r.get("source", "source-name", "value", default='')}} {% if org %}{% endif %}
{{r.get("title", "title", "value", default='')}} {{r.get("title", "translated-title", "value", default='')}} {{r.get("title", "translated-title", "language-code", default='')}} {{r.get("type", default='')}}{{r.get("review-group-id", default='')}}{{org.get("address", "city", default='')}} {{org.get("address", "region", default='')}} {{org.get("address", "country", default='')}}{{r.get("department-name", default='')}} {{r.get("role-title", default='')}}{{r.get("completion-date", "year", "value", default='')}} {{org.get("disambiguated-organization", "disambiguated-organization-identifier", default='')}} {{org.get("disambiguated-organization", "disambiguation-source", default='')}}{{r.get("publication-date", "year", "value", default='')}}{{r|year_range}}{{r.get("put-code")|default("", True)}}
{% if url %} Close {% endif %} New... {% if section_type in ["RUR", "ONR", "KWR", "ADR", "EXR"] %}

{% endif %}
{% endblock %}