{% extends 'base.html' %} {% block content %}

Welcome to SciPaperLoader

Your paper scraping tool is ready.

Instructions: Please upload a CSV file containing academic paper metadata. The file must include the following columns:

The format of your CSV should resemble the response structure of the Crossref API's /journals/{issn}/works endpoint.

{% if error %}
{{ error }}
{% endif %} {% if success %}
{{ success }}
{% endif %} {% endblock %}