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

Paper Scraper Control Panel

Scraper Status
Inactive
Volume Configuration
Scraping Activity
Recent Activity
Time Action Status Description
Loading activities...

How it Works

Configure the daily volume of papers to be downloaded and the hourly download weights. The weights determine how many papers will be downloaded during each hour of the day. The total volume ( papers/day) is split across all hours based on their relative weights. Lower weights result in higher scraping rates for that hour.

Instructions:

Click to select one or more hours below. Then assign a weight to them using the input and apply it. Color indicates relative intensity. Changes are saved immediately when you click "Update Schedule".

Volume Configuration

The total volume of data to be downloaded each day is papers.

Papers per day:

Hourly Weights

Set Weight:
{% endblock content %} {% block scripts %} {{ super() }} {% endblock scripts %}