{% extends 'base.html' %} {% load static widget_tweaks %} {% load i18n %} {% block title %} Edit {{ user.username }}'s Profile {% endblock %} {% block content %} {% comment %} {% endcomment %}
Loading Dataset Image...

{# ds Description Tab #} {% if ds.id %}
{% else %}
{% endif %} Loading Description Form...

{# countries as tags #}

Add country tags

Loading countries...
{# interests tags #} {% include "data/tag_add_control_loader.html" with object="keyword" %} {# language tags #} {% include "data/tag_add_control_loader.html" with object="language" %} {# methods_of_data_collection tags #} {% include "data/tag_add_control_loader.html" with object="methods_of_data_collection" %} {# methods_of_data_analysis tags #} {% include "data/tag_add_control_loader.html" with object="methods_of_data_analysis" %}
{# Publications tab #}
{# ds Tags Tab #}

Related Publications


{% include "object_edit_panel.html" with pec_title="Publications related to this Data Set" pec_type="publication" pec_edit_url="ddusers.ic_ds_publication_add" pec_list_url="ddusers.ic_get_ds_publications" pec_object_id=ds.id pec_outer_panel=True pec_add_text="Add new publication related to this data set..." %}
{# ds Metadata Tab #} {% if ds.id %}
{% else %}
{% endif %} Loading Metadata Form...
{# ds Files Tab #}

Edit Datafiles


{# new files panel #} {% include "object_edit_panel.html" with pec_title="Files" pec_type="ds-datafile" pec_outer_panel=False pec_edit_url="ddusers.ic_ds_datafile_add" pec_list_url="ddusers.ic_get_ds_datafiles" pec_object_id=ds.id pec_add_text="Add new data file..." %}

Edit License & Access Definitions


TO-DO: not implemented yet

{# ds Metadata Tab #} {% comment %} {% if ds.id %}
{% else %}
{% endif %} Loading Metadata Form...
{% endcomment %}
{# Modal for affiliations #} {% include "../project_modal.html" with modalid="datafileModal" target="datafileModal-target-span" modaltitle="Manage Datafiles" %}
{# image upload modal #} {# user info modal #} {% include "project_modal.html" with modalid="userinfoModal" target="userinfoModal-target-span" modaltitle="Edit user information" %} {% endblock %}