{% extends "layout.html" %} {% block title %}Create dataset{% endblock %} {% block body_class %}plain-page frontpage {% endblock %} {% block breadcrumbs %}{% set navigation.current = "create-dataset" %}{% endblock %} {% block body %}

Create new dataset


Please be considerate of other users; {{ __user_config("4cat.name") }} is a shared resource and large dataset queries may prevent others from using it if they take a very long time to complete. We recommend to start with smaller date ranges and specific queries and then cast a wider net if needed.

{% if __user_config("expire.timeout") %}

Note that datasets will be deleted automatically after {{ __user_config("expire.timeout")|timify_long }}. {% if __user_config("expire.allow_optout") %} You can choose to keep the dataset for longer from the result page.{% endif %}

{% endif %}
Loading query form for chosen datasource...

4CAT can remove information it identifies as relating to an item's author, or replace it with a hashed value. Other personal information may persist; it is your responsibility to further anonymise data where appropriate.

{% endblock %}