{% set release = entity %} {% set entity_view = "save" %} {% set entity_type = "release" %} {% import "entity_macros.html" as entity_macros %} {% import "edit_macros.html" as edit_macros %} {% extends "entity_base.html" %} {% block entity_main %}

"Save Paper Now"

{% if spn_status == "not-configured" %}
Error

Save Paper Now feature isn't configured, sorry about that.

{% elif spn_status == "kafka-error" %}
Error

Whoops, something went wrong and we couldn't enqueue your request. This didn't have anything to do with the URL you supplied; please try again later.

{% elif spn_status == "success" %}
Success

URL has been submitted to the bot queue for crawling. If fulltext content is found, it will be imported into the catalog for review. Keep an eye on the reviewable editgroups list (can take 5-10 minutes depending on throughput and batch sizes).

{% else %}

Know of a legit fulltext copy of this publication on the public web? Tell us the URL and we will crawl it and provide free perpetual access. {{ edit_macros.form_field_basic(form.base_url) }}

Important: check the publication stage of the file you are submitting. We distinguish between pre-prints, manuscripts, and the published version of record (if applicable).

{{ edit_macros.form_field_basic(form.release_stage) }} {{ edit_macros.form_field_basic(form.ingest_type) }}

Your request will automatically be enqueued for our bots to crawl and process. All new files will be reviewed before being included in the catalog
{% endif %}
{% endblock %}