{% comment %} {% extends 'base.html' %} {% endcomment %} {% load static widget_tweaks %} {% load i18n %} {% block content %} {% if user %} {% include 'data/ic_get_dataset_nav.html' with ds=ds type=type %} {# ds Metadata Tab #}

{{ ds.get_fulltitle }}

Metadata

{% comment %} {% endcomment %}
FieldContent
Title: {{ ds.title }}
Subtitle: {{ ds.subtitle }}
Version: {{ ds.version }}
Creators: {{ ds.creators }}
Uploaded by: {{ ds.user.get_academic_name }}
Institution: {{ ds.institution }}
Publication date: {{ ds.publication_date }}
Date of data creation: {{ ds.date_of_data_creation }}
Date of data creation (text): {{ ds.date_of_data_creation_text }}
Time period covered: from {{ ds.time_period_from }} to {{ ds.time_period_to }}
Time period covered (text): {{ds.time_period_text }}
Sources: {{ds.sources_of_data }}
License: {{ds.license }}
Data types: {% for elem in ds.datatypes.all %}{{ elem }}{% if not forloop.last %}, {% endif %}{% endfor %}
Categories: {% for elem in ds.categories.all %}{{ elem }}{% if not forloop.last %}, {% endif %}{% endfor %}
Countries: {% for elem in ds.countries.all %}{{ elem }}{% if not forloop.last %}, {% endif %}{% endfor %}
Languages: {% for elem in ds.languages_of_data.all %}{{ elem }}{% if not forloop.last %}, {% endif %}{% endfor %}
Keywords: {% for elem in ds.keyword_tags.all %}{{ elem }}{% if not forloop.last %}, {% endif %}{% endfor %}
Related datasets: {% for elem in ds.related_dataset.all %}{{ elem }}{% if not forloop.last %}, {% endif %}{% endfor %}
Related datasets (text): {{ ds.related_dataset_text }}
Related Publications: {% for elem in ds.publications.all %}{{ elem }}{% if not forloop.last %}, {% endif %}{% endfor %}
Institutional Affiliation: {{ ds.institutional_affiliation }}
Funding: {{ ds.funding }}
Sponsors: {% for elem in ds.sponsors.all %}{{ elem }}{% if not forloop.last %}, {% endif %}{% endfor %}
Methods of Data Collection: {% for elem in ds.methods_of_data_collection.all %}{{ elem }}{% if not forloop.last %}, {% endif %}{% endfor %}
Methods of Data Analysis: {% for elem in ds.methods_of_data_analysis.all %}{{ elem }}{% if not forloop.last %}, {% endif %}{% endfor %}
{% else %}

Dataset not found

{% endif %} {% if error_msg %}

{{ error_msg }}

{% endif %} {% endblock %}