{% extends 'scipost/_personal_page_base.html' %} {% block pagetitle %}: Manage metadata{% endblock pagetitle %} {% load bootstrap %} {% load journals_extras %} {% block breadcrumb_items %} {{block.super}} Manage metadata {% endblock %} {% block content %}

Manage Publications Metadata{% if issue_doi_label %} for issue {{ issue_doi_label }}{% endif %}

{% if issue_doi_label %}

Return to the Main manage metadata page

{% endif %}

Manage metadata per issue:

{% for publication in publications %} {% if publication.latest_metadata_update %} {% else %} {% endif %} {% empty %} {% endfor %}
doi Publication date Latest metadata update Latest successful Crossref deposit DOAJ
{{ publication.doi_label }} {{ publication.publication_date }} {{ publication.latest_metadata_update }} No info available{{ publication|latest_successful_crossref_deposit }} {{ publication|latest_successful_DOAJ_deposit }}

Actions

Funding statement for this publication:

{% if publication.metadata.funding_statement %}

{{ publication.metadata.funding_statement }}

{% else %}

No funding statement was found

{% endif %}

Grants associated to this publication:

    {% for grant in publication.grants.all %}
  • {{ grant }}
  • {% empty %}
  • no associated grants found
  • {% endfor %}

Associate a grant to this publication:

{% csrf_token %} {{associate_grant_form|bootstrap}}

Generic (not via grant) funders associated to this publication:

    {% for funder in publication.funders_generic.all %}
  • {{ funder }}
  • {% empty %}
  • No generic funder found
  • {% endfor %}

Associate a generic funder to this publication:

{% csrf_token %} {{associate_generic_funder_form|bootstrap}}

Other funding-related actions:

Crossref Deposits

{% for deposit in publication.deposit_set.all %} {% empty %} {% endfor %}
Timestamp batch id deposition date Successful? actions
{{ deposit.timestamp }} {{ deposit.doi_batch_id }} {% if deposit.deposition_date %}{{ deposit.deposition_date }}{% else %}Not deposited{% endif %} {{ deposit.deposit_successful }} Mark deposit as
No Deposits found for this publication

DOAJ Deposits

{% for deposit in publication.doajdeposit_set.all %} {% empty %} {% endfor %}
Timestamp deposition date Successful? actions
{{ deposit.timestamp }} {% if deposit.deposition_date %}{{ deposit.deposition_date }}{% else %}Not deposited{% endif %} {{ deposit.deposit_successful }} Mark deposit as
No Deposits found for this publication
No publications found.
{% endblock content %}