{% extends "base.html.jinja" %} {% block title %}Control Panel{% endblock title %} {% block styles %} {{ super() }} {% endblock styles %} {% block content %}

Paper Scraper Control Panel

{% include "partials/flash_messages.html.jinja" %}
Scraper Status
Inactive
Volume Configuration
Enter a value between 1 and {{ max_volume }}
Process Single Paper
Select which scraper to use for processing the paper
ID Title DOI Status Actions
Scraping Activity
Recent Activity
Time Action Status Description
Loading activities...
{% endblock content %} {% block scripts %} {{ super() }} {% endblock scripts %}