{% extends "scidatacontainer_db/base.html" %} {% block content %} {% include "scidatacontainer_db/invalidation_modal.html" with uuid=dataset.id %}
UUID | {{ dataset.id }} | ||||||
Size | {{ dataset.size|filesizeformat }} | ||||||
Uploaded: | {{ dataset.upload_time }} | ||||||
Replaces: | {% for d in dataset.replaces.all %}{{ d.id }}{% endfor %} | ||||||
Complete: | {% if dataset.complete %}☑{% else %}☐{% endif %} | ||||||
Owner: | {{ dataset.owner }} | ||||||
User Permissions: |
{% for user in ur%}
{{ user.username }} (r) {% endfor %} {% for user in uw%} {{ user.username }} (w) {% endfor %} |
||||||
Group Permissions: |
{% for group in gr%}
{{ group }} (r) {% endfor %} {% for group in gw%} {{ group }} (w) {% endfor %} |
{% endwith %}
||||||
meta.json | |||||||
---|---|---|---|---|---|---|---|
Title | {{ dataset.title }} | ||||||
Content Timestamp | {{ dataset.timestamp }} | ||||||
DOI | {{ dataset.doi }} | ||||||
Author | {{ dataset.author }} | ||||||
Organization | {{ dataset.organization }} | ||||||
{{ dataset.email }} | |||||||
Comment | {{ dataset.comment }} | ||||||
Description | {{ dataset.description }} | ||||||
License | {{ dataset.License }} | ||||||
content.json | |||||||
Container Created | {{ dataset.created }} | ||||||
Container storage time | {{ dataset.storage_time }} | ||||||
Static | {% if dataset.static %}☑{% else %}☐{% endif %} | ||||||
Model Version | {{ dataset.model_version }} | ||||||
Container Type |
|
||||||
Hash | {{ dataset.hash }} | ||||||
Other files | |||||||
{{ file.name }} | |||||||
Size: | {{ file.size|filesizeformat }} | ||||||
Content: | {{ file.content|pprint }} |
{% endif %}