{% extends "base.html.jinja" %} {% block content %}

🕒 Configure Hourly Download Weights

{% with messages = get_flashed_messages(with_categories=true) %} {% if messages %}
{% for category, message in messages %}
{{ message }}
{% endfor %}
{% endif %} {% endwith %}

How it Works

This page allows you to configure the daily volume of papers to be downloaded and the hourly download weights for the papers. 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. Each weight controls the proportion of papers downloaded during that hour. Click to select one or more hours below. Then assign a weight to them using the input and apply it. Color indicates relative intensity. The total daily volume will be split proportionally across these weights. Don't forget to submit the changes!

Example

If the total volume is 240 papers and hours are weighted as 1.0, 2.0, and 3.0, they will receive 40, 80, and 120 papers respectively.

Volume

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

Current Schedule

⬅ Back
{% endblock content %}