{% if not h.organizations_available('create_dataset') and not h.check_config_permission('ckan.auth.create_unowned_dataset') %} {% snippet "package/snippets/cannot_create_package.html", pkg_dict=pkg_dict %} {% else %} {% extends "package/base.html" %} {% block subtitle %}{{ h.humanize_entity_type('package', dataset_type, 'create title') or _('Create Dataset') }}{% endblock %} {% block breadcrumb_content %}
{{ _('Select how you would like to create your dataset (dev, integration, validation, and production environments only)') }}
{% trans %} A CKAN Dataset is a collection of data resources (such as files), together with a description and other information, at a fixed URL. Datasets are what users see when searching for data. {% endtrans %}