{% include "organizations/_hx_organization_info.html" %}
<h3>Funder Registry instances associated to this Organization:</h3>
<ul>
{% for funder in org.funder_set.all %}
<li>{{ funder }}</li>
{% empty %}
<li>No Funder Registry instance found<br/><br/>
<strongclass="text-danger">Without a Funder Registry instance, we cannot record funding acknowledgements to this Organization with Crossref.</strong>
<p>Are you a representative of this Organization? We advise you to:</p>
<ul>
<li>Make sure your Organization gets included in <ahref="https://www.crossref.org/services/funder-registry/"target="_blank"rel="noopener">Crossref's Funder Registry</a>;</li>
<li>After inclusion, <ahref="mailto:admin@{{ request.get_host }}?subject=Inclusion of {{ organization|urlencode }} {% if organization.acronym %}({{ organization.acronym|urlencode }}){% endif %} in the Funder Registry">contact our administration</a> with this information so that we can update our records.</li>
</ul>
</li>
{% endfor %}
</ul>
</div>
<divclass="tab-pane show active pt-4"id="publications-{{ org.id }}"role="tabpanel"aria-labelledby="publications-{{ org.id }}-tab">
<h3>Publications associated to this Organization
{% if perms.scipost.can_manage_organizations %}
<spanclass="text-muted small">(with PubFracs <spandata-bs-toggle="tooltip"data-bs-html="true"title=""data-original-title="Fraction of a publication's funding/institutional support associated to a given Organization">{% include 'bi/info-circle-fill.html' %}</span>)</span>{% endif %}:</h3>
<ahref="{% url "finances:subsidy_sponsorship_create"organization_id=org.id%}">Create a new subsidy from this Organization</a>
{% endif %}
{% if org.subsidy_set.obtained|length > 0 or org.children.all|length > 0 %}
{% if org.subsidy_set.obtained|length > 0 %}
<tableclass="table table-hover mb-5 caption-top">
<caption>List of the subsidies (in one form or another) which SciPost has received from this Organization. Click on a row to see more details.</caption>
<td>{% if subsidy.amount_publicly_shown or perms.scipost.can_manage_subsidies or "can_view_org_contacts" in user_org_perms %}€{{ subsidy.amount }}{% else %}-{% endif %}</td>
<td>{{ subsidy.date_from }}{% if subsidy.date_until %} until {{ subsidy.date_until }}{% endif %}</td>
</tr>
{% endfor %}
<trstyle="border-top: 2px solid black">
<td>Total support obtained:</td>
<td>
{% with org.get_total_subsidies_publicly_shown as total_subsidies %}
{% if total_subsidies %}
€{{ total_subsidies }}
{% else %}-{% endif %}
{% endwith %}
</td>
<td></td>
</tr>
</tbody>
</table>
{% endif %}
{% if org.children.all|length > 0 %}
<h4>See also the subsidies obtained from these sub-organizations:</h4>
<h3class="highlight mt-4">Balance of SciPost expenditures versus support received</h3>
<pclass="mt-1">The following <strong>Expenditures ({{ organization }})</strong> table compiles the expenditures by SciPost to publish all papers which are associated to {{ organization }}{% if organization.has_pubfracs %}, and weighed by this Organization's PubFracs{% endif %}.</p>
{% if 'finadmin' in user_roles %}<pclass="bg-danger bg-opacity-10"><strongclass="text-danger">[FinAdmin]</strong><br>The next columns detail the compensations (through Subsidies) obtained from this Organization, or from other (ally) Organizations on its behalf. Any negative balance hits SciPost's reserve budget.</p>{% endif %}
{% include 'finances/_definitions_details.html' %}
<thclass="text-end">NAP<spanclass="ms-1"data-bs-toggle="tooltip"data-bs-html="true"title="Number of Associated Publications<br>number of papers in which the Organization is mentioned in author affiliations<br>or in the acknowledgements (as funder or other).">{% include 'bi/info-circle-fill.html' %}</span></th>
<p>The following table give an overview of expenditures{% if 'finadmin' in user_roles %} and their compensation{% endif %}, compiled for all Publications which are associated to {{ organization }} for {{ year }}.</p>
<p>You can see the list of associated publications and their PubFracs under the <em>Publications & PubFracs</em> tab.</p>
{% if perms.scipost.can_manage_organizations or "can_view_org_contacts" in user_org_perms %}
<td>{% if contactrole.contact.user.is_active %}<spanclass="text-success">{% include 'bi/check-circle-fill.html' %}</span>{% else %}<spanclass="text-danger">{% include 'bi/x-circle-fill.html' %}</span>{% endif %}</td>
After inclusion, <ahref="mailto:admin@{{ request.get_host }}?subject=Inclusion of {{ organization|urlencode }}
{% if organization.acronym %}({{ organization.acronym|urlencode }}){% endif %}
in the Funder Registry">contact our administration</a> with this information so that we can update our records.
</li>
</ul>
</li>
{% endfor %}
</ul>
</div>
<divclass="tab-pane show active pt-4"
id="publications-{{ org.id }}"
role="tabpanel"
aria-labelledby="publications-{{ org.id }}-tab">
<h3>
Publications associated to this Organization
{% if perms.scipost.can_manage_organizations %}
<spanclass="text-muted small">(with PubFracs <spandata-bs-toggle="tooltip"data-bs-html="true"title="Fraction of a publication's funding/institutional support associated to a given Organization">{% include 'bi/info-circle-fill.html' %}</span>)</span>
<ahref="{% url "finances:subsidy_sponsorship_create"organization_id=org.id%}">Create a new subsidy from this Organization</a>
{% endif %}
{% if org.subsidy_set.obtained|length > 0 or org.children.all|length > 0 %}
{% if org.subsidy_set.obtained|length > 0 %}
<tableclass="table table-hover mb-5 caption-top">
<caption>List of the subsidies (in one form or another) which SciPost has received from this Organization. Click on a row to see more details.</caption>
<h3class="highlight mt-4">Balance of SciPost expenditures versus support received</h3>
<pclass="mt-1">
The following <strong>Expenditures ({{ organization }})</strong> table compiles the expenditures by SciPost to publish all papers which are associated to {{ organization }}
{% if organization.has_pubfracs %}, and weighed by this Organization's PubFracs{% endif %}.
</p>
{% if 'finadmin' in user_roles %}
<pclass="bg-danger bg-opacity-10">
<strongclass="text-danger">[FinAdmin]</strong>
<br/>
The next columns detail the compensations (through Subsidies) obtained from this Organization, or from other (ally) Organizations on its behalf. Any negative balance hits SciPost's reserve budget.
</p>
{% endif %}
{% include 'finances/_definitions_details.html' %}
{% if perms.scipost.can_manage_organizations or perms.scipost.can_add_contactperson %}
<ul><li><ahref="{% url 'organizations:contactperson_create' organization_id=org.id %}">Add/suggest a contact person for this Organization</a></li></ul>
{% endif %}
<tableclass="table">
{% for contactperson in org.contactperson_set.all %}
<tr>
<td>{{ contactperson }}</td>
<td>{{ contactperson.email }}</td>
<td>{{ contactperson.role }}</td>
{% if perms.scipost.can_manage_organizations or "can_view_org_contacts" in user_org_perms %}