Name |
{{ org.name }} |
{% if org.name_original %}
Name (original vn) |
{{ org.name_original }} |
{% endif %}
Acronym |
{{ org.acronym }} |
Country |
{{ org.get_country_display }} |
Address |
{{ org.address }} |
Type |
{{ org.get_orgtype_display }} |
Status |
{{ org.get_status_display }} |
ROR id (link) |
{% if org.ror_json.id %}
{{ org.ror_json.ror_link }}
{% else %}
No ROR id found.
{% endif %}
{% if perms.scipost.can_manage_organizations %}
{% endif %}
|
Crossref Org ID (link) |
{% if org.crossref_json.org_id %}
{{ org.crossref_json.org_id }}
{% else %}
No Crossref Org ID found
{% endif %}
|
{% if org.parent %}
Parent |
{{ org.parent }}
|
{% endif %}
{% if org.superseded_by %}
Superseded by |
{{ org.superseded_by }}
|
{% endif %}
{% comment %}