{% extends "layout.html" %} {% block headers %} {% endblock %} {% block submenu %} {% endblock %} {% block body %}
{%- if collection.title == "Untitled collection" %}

Add new collection

{%- else %}

Edit collection

{%- endif %}

Collection details

Fields marked with are required.

Give your collection a title. This will help making your items discoverable via search engines such as Google. The title should have at least three characters.
Select authors from the list or manually add them by creating a new author record. Hit enter after adding each author and drag and drop names to arrange them in the order you wish.
AuthorActions
Add as much context as possible so that others can interpret your research and reproduce it. Make sure you include methodology, techniques used, and if relevant information about approval for data collection to confirm adherence to legal or ethical requirements. The description should have at least four characters.
{{collection["description"] | default("", True) | replace("\\n", "
") | safe }}
Select one or multiple categories that this research best correlates with.
Select categories
{%- for root in categories: %}
{%- for sub in root.subcategories: %}
{%- endfor %}
{%- endfor %}
{%- for group in groups: %}

{{group.name}}


{%- for sub in group.subgroups: %}
{%- endfor %}
{%- endfor %}
Select from the list by searching for funder name, grant number or grant name or manually add them by creating a new funding record.
NameActions

Linked resource & references

If the collection is published as part of a scientific paper, add its title and DOI here.

Please add the title of the peer-reviewed article/paper or research you want to link back to. This will appear on the public page as the link title. If you add the Resource title, you will need to complete the Resource DOI field.
Please add the DOI of the peer-reviewed article/paper or research you want to link back to. This is the link destination for the Resource title. If you add the Resource DOI, you will need to complete the Resource title field.

Add any other relevant URLs or DOIs below.

Add references (links) to any relevant content or external sources that help describe the resource. All links must be full, valid URLs or DOIs in order to function, eg: https://doi.org/10.4233/uuid:35022242-b3ba-48d9-b3f6-c6ab20b8cc19. Hit return to enter new references.
ReferenceActions
Upon publication, a DOI will be assigned to your collection. If you need to have the DOI before publication, reserve it here.

Findability

Select a language from the list.
{% set item = collection %} {% include 'depositor/language-selector.html' %}
Indicate the dates to which the data in the collection refer. Enter the year, or the beginning and ending date.
The geographic area to which the data in the collection refer (e.g. municipality, town/city, region, country)
Geographic longitude in decimal degrees, East is positive, West is negative. Values: -180 to 180.
Geographic latitude in decimal degrees, North is positive, South is negative. Values: -90 to 90.
Add keywords that will help make your research more discoverable. Hit return after each keyword you enter.
Name of the organizations that contributed to the creation of the resources in the collection. Separate different names with a semicolon (;)

Datasets

{% endblock %}