{% load static %} {% load i18n %} {% block title %}{{ ds.title }}{% endblock %} {% block content %} {% if ds %}
{# ds Metadata Tab #}

Metadata

{% comment %} {% endcomment %}
FieldContent
Title: {{ ds.title }}
Subtitle: {{ ds.subtitle }}
Creator: {{ ds.creator }}
Publication date: {{ ds.publication_date }}
Date of data creation (date / text) {{ ds.date_of_data_creation }} {{ ds.date_of_data_creation_text }}
Version: {{ ds.version }}
Languages: {% for elem in ds.languages_of_data.all %}{{ elem }}{% endfor %}
Time period: from {{ ds.time_period_from }} to {{ ds.time_period_to }}{% if ds.time_period_text %}, {{ds.time_period_text }}{% endif %}
Related dataset (Text): {{ ds.related_dataset_text }}
Context: {{ ds.context }}
Inistitutional Affiliation: {{ ds.institutional_affiliation }}
Funding: {{ ds.funding }}
Comments: {{ ds.comments }}
{# ds Files Tab #}

{% trans "Data Citation" %}

{% if ds.institution.name %}{{ ds.institution }}, {% endif %} {{ ds.title }}{% if ds.subtitle %} – {{ ds.subtitle }}{% endif %}, Protest Data Platform, {{ ds.pub_date }}, url: https://protest-data.fso-bremen.de/data/ds/{{ ds.id }}

{% trans "Files" %}

{# ds Dublin Core Tab #}

Dublin Core

{# category #} {% for cat in ds.categories.all %}

Category

discuss-data/{{ cat.slug }}

{% for sponsor in cat.sponsors.all %}

supported by {{ sponsor.name }}

{% if sponsor.logo %} {% endif %}
{# media #} {% endfor %}
{% endfor %} {# end category #} {# institution #} {% if ds.institution %}

{% trans "Institution" %}

{{ds.institution.name}}

{{ds.institution.city}}, {{ds.institution.country}}

{# media #}
{% endif %} {# end institution #} {# user #}

{% trans "Data Uploader" %}

{% if ds.user.image %} {% else %} {% endif %}

{{ ds.user.get_academic_name }}

{% for affiliation in ds.user.get_main_affiliation %}

{{ affiliation }}

{% endfor %}
{# media #}
{# end user #}
{# col-md-5 #} {% else %}

{% trans "No ds found" %}!

{% endif %} {% endblock %}