{% 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.

How is this data collected?
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.

{% if __user_config("ui.option_email") in ["both", "datasources_only"] and __user_config("mail.server") %}
{% endif %}
{% endblock %}