LICENSE
MANIFEST.in
README.md
pyproject.toml
doc/api.tex
doc/contact.tex
doc/contributing.tex
doc/djehuty.sty
doc/djehuty.tex
doc/introduction.tex
doc/knowledge-graph.tex
doc/news.tex
doc/references.bib
doc/running-djehuty.tex
doc/figures/account.pdf
doc/figures/author.pdf
doc/figures/category.pdf
doc/figures/collaborators.pdf
doc/figures/collection-container.pdf
doc/figures/collection.pdf
doc/figures/dataset-container.pdf
doc/figures/dataset.pdf
doc/figures/file.pdf
doc/figures/funding.pdf
doc/figures/institutiongroup.pdf
doc/figures/logo.pdf
doc/figures/privatelink.pdf
doc/figures/rdf-list-abbrev.pdf
doc/figures/references-graph.pdf
doc/figures/typed-literals-notation.pdf
doc/figures/typed-notation.pdf
etc/djehuty.service
etc/djehuty/djehuty-example-config.xml
rpmbuild/SPECS/djehuty.spec
src/djehuty/__init__.py
src/djehuty/ui.py
src/djehuty.egg-info/PKG-INFO
src/djehuty.egg-info/SOURCES.txt
src/djehuty.egg-info/dependency_links.txt
src/djehuty.egg-info/entry_points.txt
src/djehuty.egg-info/top_level.txt
src/djehuty/backup/database.py
src/djehuty/backup/figshare.py
src/djehuty/backup/ui.py
src/djehuty/backup/resources/contributors_organizations.json
src/djehuty/backup/resources/dois.json
src/djehuty/backup/resources/languages.json
src/djehuty/backup/resources/licenses.json
src/djehuty/backup/resources/public_collections.json
src/djehuty/backup/resources/root_categories.json
src/djehuty/utils/constants.py
src/djehuty/utils/convenience.py
src/djehuty/utils/rdf.py
src/djehuty/web/cache.py
src/djehuty/web/config.py
src/djehuty/web/database.py
src/djehuty/web/email_handler.py
src/djehuty/web/formatter.py
src/djehuty/web/locks.py
src/djehuty/web/s3.py
src/djehuty/web/ui.py
src/djehuty/web/validator.py
src/djehuty/web/wsgi.py
src/djehuty/web/xml_formatter.py
src/djehuty/web/zipfly.py
src/djehuty/web/resources/html_templates/400.html
src/djehuty/web/resources/html_templates/403.html
src/djehuty/web/resources/html_templates/404.html
src/djehuty/web/resources/html_templates/410.html
src/djehuty/web/resources/html_templates/activate_2fa_session.html
src/djehuty/web/resources/html_templates/author.html
src/djehuty/web/resources/html_templates/badge.svg
src/djehuty/web/resources/html_templates/categories.html
src/djehuty/web/resources/html_templates/category.html
src/djehuty/web/resources/html_templates/collection.html
src/djehuty/web/resources/html_templates/colors.css
src/djehuty/web/resources/html_templates/dataset.html
src/djehuty/web/resources/html_templates/dataset_access_request.html
src/djehuty/web/resources/html_templates/feedback.html
src/djehuty/web/resources/html_templates/git_instructions.html
src/djehuty/web/resources/html_templates/institutions.html
src/djehuty/web/resources/html_templates/jsonld.html
src/djehuty/web/resources/html_templates/layout.html
src/djehuty/web/resources/html_templates/loader.svg
src/djehuty/web/resources/html_templates/maintenance.html
src/djehuty/web/resources/html_templates/opendap_to_doi.html
src/djehuty/web/resources/html_templates/portal.html
src/djehuty/web/resources/html_templates/private_link_is_expired.html
src/djehuty/web/resources/html_templates/public_metadata.html
src/djehuty/web/resources/html_templates/search.html
src/djehuty/web/resources/html_templates/admin/dashboard.html
src/djehuty/web/resources/html_templates/admin/exploratory.html
src/djehuty/web/resources/html_templates/admin/quota_requests.html
src/djehuty/web/resources/html_templates/admin/sparql.html
src/djehuty/web/resources/html_templates/admin/users.html
src/djehuty/web/resources/html_templates/admin/reports/dashboard.html
src/djehuty/web/resources/html_templates/admin/reports/embargoed_datasets.html
src/djehuty/web/resources/html_templates/admin/reports/restricted_datasets.html
src/djehuty/web/resources/html_templates/depositor/collection-private-links.html
src/djehuty/web/resources/html_templates/depositor/dashboard.html
src/djehuty/web/resources/html_templates/depositor/dataset-private-links.html
src/djehuty/web/resources/html_templates/depositor/edit-collection.html
src/djehuty/web/resources/html_templates/depositor/edit-dataset.html
src/djehuty/web/resources/html_templates/depositor/edit-session.html
src/djehuty/web/resources/html_templates/depositor/language-selector.html
src/djehuty/web/resources/html_templates/depositor/my-collections.html
src/djehuty/web/resources/html_templates/depositor/my-data.html
src/djehuty/web/resources/html_templates/depositor/new_private_link.html
src/djehuty/web/resources/html_templates/depositor/profile.html
src/djehuty/web/resources/html_templates/depositor/published-collection.html
src/djehuty/web/resources/html_templates/depositor/submitted-for-review.html
src/djehuty/web/resources/html_templates/email/2fa_token.html
src/djehuty/web/resources/html_templates/email/2fa_token.txt
src/djehuty/web/resources/html_templates/email/data_access_request.html
src/djehuty/web/resources/html_templates/email/data_access_request.txt
src/djehuty/web/resources/html_templates/email/dataset_approved.html
src/djehuty/web/resources/html_templates/email/dataset_approved.txt
src/djehuty/web/resources/html_templates/email/dataset_declined.html
src/djehuty/web/resources/html_templates/email/dataset_declined.txt
src/djehuty/web/resources/html_templates/email/dataset_submitted.html
src/djehuty/web/resources/html_templates/email/dataset_submitted.txt
src/djehuty/web/resources/html_templates/email/declined_dataset_notification.html
src/djehuty/web/resources/html_templates/email/declined_dataset_notification.txt
src/djehuty/web/resources/html_templates/email/feedback.html
src/djehuty/web/resources/html_templates/email/feedback.txt
src/djehuty/web/resources/html_templates/email/layout.html
src/djehuty/web/resources/html_templates/email/published_dataset_notification.html
src/djehuty/web/resources/html_templates/email/published_dataset_notification.txt
src/djehuty/web/resources/html_templates/email/quota_approved.html
src/djehuty/web/resources/html_templates/email/quota_approved.txt
src/djehuty/web/resources/html_templates/email/quota_request.html
src/djehuty/web/resources/html_templates/email/quota_request.txt
src/djehuty/web/resources/html_templates/email/submitted_for_review_notification.html
src/djehuty/web/resources/html_templates/email/submitted_for_review_notification.txt
src/djehuty/web/resources/html_templates/review/overview.html
src/djehuty/web/resources/html_templates/review/published.html
src/djehuty/web/resources/sparql_templates/account_by_email.sparql
src/djehuty/web/resources/sparql_templates/account_by_session_token.sparql
src/djehuty/web/resources/sparql_templates/account_categories.sparql
src/djehuty/web/resources/sparql_templates/account_sessions.sparql
src/djehuty/web/resources/sparql_templates/account_storage_used.sparql
src/djehuty/web/resources/sparql_templates/account_uuid_by_orcid.sparql
src/djehuty/web/resources/sparql_templates/accounts.sparql
src/djehuty/web/resources/sparql_templates/append_to_list.sparql
src/djehuty/web/resources/sparql_templates/associated_authors.sparql
src/djehuty/web/resources/sparql_templates/author_profile.sparql
src/djehuty/web/resources/sparql_templates/author_public_items.sparql
src/djehuty/web/resources/sparql_templates/authors.sparql
src/djehuty/web/resources/sparql_templates/categories.sparql
src/djehuty/web/resources/sparql_templates/categories_tree.sparql
src/djehuty/web/resources/sparql_templates/category_by_id.sparql
src/djehuty/web/resources/sparql_templates/collaborators.sparql
src/djehuty/web/resources/sparql_templates/collection_dataset_containers.sparql
src/djehuty/web/resources/sparql_templates/collection_datasets.sparql
src/djehuty/web/resources/sparql_templates/collection_datasets_count.sparql
src/djehuty/web/resources/sparql_templates/collection_versions.sparql
src/djehuty/web/resources/sparql_templates/collections.sparql
src/djehuty/web/resources/sparql_templates/collections_by_account.sparql
src/djehuty/web/resources/sparql_templates/collections_from_dataset.sparql
src/djehuty/web/resources/sparql_templates/contact_info_from_container.sparql
src/djehuty/web/resources/sparql_templates/container.sparql
src/djehuty/web/resources/sparql_templates/container_items.sparql
src/djehuty/web/resources/sparql_templates/container_uuid_by_id.sparql
src/djehuty/web/resources/sparql_templates/custom_fields.sparql
src/djehuty/web/resources/sparql_templates/dataset_files.sparql
src/djehuty/web/resources/sparql_templates/dataset_is_under_review.sparql
src/djehuty/web/resources/sparql_templates/dataset_statistics.sparql
src/djehuty/web/resources/sparql_templates/dataset_statistics_timeline.sparql
src/djehuty/web/resources/sparql_templates/dataset_storage_used.sparql
src/djehuty/web/resources/sparql_templates/dataset_versions.sparql
src/djehuty/web/resources/sparql_templates/datasets.sparql
src/djehuty/web/resources/sparql_templates/decline_draft_dataset.sparql
src/djehuty/web/resources/sparql_templates/delete_account_groups_associations.sparql
src/djehuty/web/resources/sparql_templates/delete_account_property.sparql
src/djehuty/web/resources/sparql_templates/delete_associations.sparql
src/djehuty/web/resources/sparql_templates/delete_collaborator.sparql
src/djehuty/web/resources/sparql_templates/delete_collection_draft.sparql
src/djehuty/web/resources/sparql_templates/delete_dataset_draft.sparql
src/djehuty/web/resources/sparql_templates/delete_dataset_embargo.sparql
src/djehuty/web/resources/sparql_templates/delete_group_members.sparql
src/djehuty/web/resources/sparql_templates/delete_inactive_session_by_uuid.sparql
src/djehuty/web/resources/sparql_templates/delete_inferred_groups.sparql
src/djehuty/web/resources/sparql_templates/delete_item_from_list.sparql
src/djehuty/web/resources/sparql_templates/delete_items_all_from_list.sparql
src/djehuty/web/resources/sparql_templates/delete_private_links.sparql
src/djehuty/web/resources/sparql_templates/delete_session.sparql
src/djehuty/web/resources/sparql_templates/delete_session_by_uuid.sparql
src/djehuty/web/resources/sparql_templates/delete_sessions.sparql
src/djehuty/web/resources/sparql_templates/delete_sessions_older_than.sparql
src/djehuty/web/resources/sparql_templates/derived_from.sparql
src/djehuty/web/resources/sparql_templates/explorer_properties.sparql
src/djehuty/web/resources/sparql_templates/explorer_property_types.sparql
src/djehuty/web/resources/sparql_templates/explorer_types.sparql
src/djehuty/web/resources/sparql_templates/export_listable_type.sparql
src/djehuty/web/resources/sparql_templates/export_root_type.sparql
src/djehuty/web/resources/sparql_templates/funding.sparql
src/djehuty/web/resources/sparql_templates/group.sparql
src/djehuty/web/resources/sparql_templates/group_by_name.sparql
src/djehuty/web/resources/sparql_templates/item_collaborative_permissions.sparql
src/djehuty/web/resources/sparql_templates/latest_datasets_portal.sparql
src/djehuty/web/resources/sparql_templates/licenses.sparql
src/djehuty/web/resources/sparql_templates/members.sparql
src/djehuty/web/resources/sparql_templates/missing_checksummed_files_for_container.sparql
src/djehuty/web/resources/sparql_templates/missing_dois.sparql
src/djehuty/web/resources/sparql_templates/opendap_to_doi.sparql
src/djehuty/web/resources/sparql_templates/prefixes.sparql
src/djehuty/web/resources/sparql_templates/private_links.sparql
src/djehuty/web/resources/sparql_templates/publish_draft_collection.sparql
src/djehuty/web/resources/sparql_templates/publish_draft_dataset.sparql
src/djehuty/web/resources/sparql_templates/quota_requests.sparql
src/djehuty/web/resources/sparql_templates/record_uri.sparql
src/djehuty/web/resources/sparql_templates/references.sparql
src/djehuty/web/resources/sparql_templates/reviews.sparql
src/djehuty/web/resources/sparql_templates/root_categories.sparql
src/djehuty/web/resources/sparql_templates/search_tags.sparql
src/djehuty/web/resources/sparql_templates/statistics_authors.sparql
src/djehuty/web/resources/sparql_templates/statistics_collections.sparql
src/djehuty/web/resources/sparql_templates/statistics_datalink.sparql
src/djehuty/web/resources/sparql_templates/statistics_datasets.sparql
src/djehuty/web/resources/sparql_templates/statistics_files.sparql
src/djehuty/web/resources/sparql_templates/subcategories_by_category.sparql
src/djehuty/web/resources/sparql_templates/tags.sparql
src/djehuty/web/resources/sparql_templates/update_account.sparql
src/djehuty/web/resources/sparql_templates/update_author.sparql
src/djehuty/web/resources/sparql_templates/update_authors_order.sparql
src/djehuty/web/resources/sparql_templates/update_collaborators.sparql
src/djehuty/web/resources/sparql_templates/update_collection.sparql
src/djehuty/web/resources/sparql_templates/update_dataset.sparql
src/djehuty/web/resources/sparql_templates/update_dataset_thumb.sparql
src/djehuty/web/resources/sparql_templates/update_doi_after_publishing.sparql
src/djehuty/web/resources/sparql_templates/update_file.sparql
src/djehuty/web/resources/sparql_templates/update_git_uuid.sparql
src/djehuty/web/resources/sparql_templates/update_orcid_for_account.sparql
src/djehuty/web/resources/sparql_templates/update_private_link.sparql
src/djehuty/web/resources/sparql_templates/update_quota_request.sparql
src/djehuty/web/resources/sparql_templates/update_review.sparql
src/djehuty/web/resources/sparql_templates/update_seen_by_reviewer.sparql
src/djehuty/web/resources/sparql_templates/update_session.sparql
src/djehuty/web/resources/sparql_templates/update_view_and_download_counts.sparql
src/djehuty/web/resources/static/css/ace.css
src/djehuty/web/resources/static/css/dropzone.min.css
src/djehuty/web/resources/static/css/form.css
src/djehuty/web/resources/static/css/jquery.dataTables.min.css
src/djehuty/web/resources/static/css/main.css
src/djehuty/web/resources/static/css/pub.css
src/djehuty/web/resources/static/css/quill.4tu.css
src/djehuty/web/resources/static/fonts/FiraMono-Regular.ttf
src/djehuty/web/resources/static/fonts/SourceSansPro-Bold.ttf
src/djehuty/web/resources/static/fonts/SourceSansPro-Italic.ttf
src/djehuty/web/resources/static/fonts/SourceSansPro-Regular.ttf
src/djehuty/web/resources/static/fonts/fa-brands-400.eot
src/djehuty/web/resources/static/fonts/fa-brands-400.ttf
src/djehuty/web/resources/static/fonts/fa-brands-400.woff
src/djehuty/web/resources/static/fonts/fa-brands-400.woff2
src/djehuty/web/resources/static/fonts/fa-solid-900.eot
src/djehuty/web/resources/static/fonts/fa-solid-900.ttf
src/djehuty/web/resources/static/fonts/fa-solid-900.woff
src/djehuty/web/resources/static/fonts/fa-solid-900.woff2
src/djehuty/web/resources/static/images/CoreTrustSeal.png
src/djehuty/web/resources/static/images/collection-thumb.svg
src/djehuty/web/resources/static/images/dataset-thumb.svg
src/djehuty/web/resources/static/images/ext-link.png
src/djehuty/web/resources/static/images/favicon.ico
src/djehuty/web/resources/static/images/favicon.png
src/djehuty/web/resources/static/images/handle-logo.png
src/djehuty/web/resources/static/images/logo-delft.png
src/djehuty/web/resources/static/images/logo-eindhoven.png
src/djehuty/web/resources/static/images/logo-gray.svg
src/djehuty/web/resources/static/images/logo-other.png
src/djehuty/web/resources/static/images/logo-twente.png
src/djehuty/web/resources/static/images/logo-wageningen.png
src/djehuty/web/resources/static/images/logo.png
src/djehuty/web/resources/static/images/logosleft-white-tudelft.png
src/djehuty/web/resources/static/images/logosleft-white-tueindhoven.png
src/djehuty/web/resources/static/images/logosleft-white-tutwente.png
src/djehuty/web/resources/static/images/logosleft-white-wageningen.png
src/djehuty/web/resources/static/images/nikhef-black.svg
src/djehuty/web/resources/static/images/orcid.svg
src/djehuty/web/resources/static/images/datatables/sort_asc.png
src/djehuty/web/resources/static/images/datatables/sort_asc_disabled.png
src/djehuty/web/resources/static/images/datatables/sort_both.png
src/djehuty/web/resources/static/images/datatables/sort_desc.png
src/djehuty/web/resources/static/images/datatables/sort_desc_disabled.png
src/djehuty/web/resources/static/images/portal/aerospace-engineering.jpg
src/djehuty/web/resources/static/images/portal/agricultural-and-veterinary-sciences.jpg
src/djehuty/web/resources/static/images/portal/atmospheric-sciences.jpg
src/djehuty/web/resources/static/images/portal/biology.jpg
src/djehuty/web/resources/static/images/portal/built-environment-and-design.jpg
src/djehuty/web/resources/static/images/portal/business-and-management.jpg
src/djehuty/web/resources/static/images/portal/chemistry.jpg
src/djehuty/web/resources/static/images/portal/civil-engineering.jpg
src/djehuty/web/resources/static/images/portal/earth-sciences.jpg
src/djehuty/web/resources/static/images/portal/electrical-and-electronic-engineering.jpg
src/djehuty/web/resources/static/images/portal/environmental-sciences.jpg
src/djehuty/web/resources/static/images/portal/geomatic-engineering.jpg
src/djehuty/web/resources/static/images/portal/information-and-computing-sciences.jpg
src/djehuty/web/resources/static/images/portal/materials-engineering.jpg
src/djehuty/web/resources/static/images/portal/mathematics.jpg
src/djehuty/web/resources/static/images/portal/mechanical-engineering.jpg
src/djehuty/web/resources/static/images/portal/medical-and-health-sciences.jpg
src/djehuty/web/resources/static/images/portal/nanotechnology.jpg
src/djehuty/web/resources/static/images/portal/other-institutions.jpg
src/djehuty/web/resources/static/images/portal/physical-geography-and-environmental-geoscience.jpg
src/djehuty/web/resources/static/images/portal/physics.jpg
src/djehuty/web/resources/static/images/portal/tudelft.jpg
src/djehuty/web/resources/static/images/portal/tueindhoven.jpg
src/djehuty/web/resources/static/images/portal/utwente.jpg
src/djehuty/web/resources/static/images/portal/wageningen.jpg
src/djehuty/web/resources/static/js/admin-dashboard.js
src/djehuty/web/resources/static/js/d3.v7.min.js
src/djehuty/web/resources/static/js/depositor-dashboard.js
src/djehuty/web/resources/static/js/dropzone.min.js
src/djehuty/web/resources/static/js/edit-collection.js
src/djehuty/web/resources/static/js/edit-dataset.js
src/djehuty/web/resources/static/js/edit-profile.js
src/djehuty/web/resources/static/js/exploratory.js
src/djehuty/web/resources/static/js/jquery-3.6.0.min.js
src/djehuty/web/resources/static/js/jquery.dataTables.min.js
src/djehuty/web/resources/static/js/landing_page.js
src/djehuty/web/resources/static/js/query-editor.js
src/djehuty/web/resources/static/js/quill.min.js
src/djehuty/web/resources/static/js/ranking.js
src/djehuty/web/resources/static/js/review-overview.js
src/djehuty/web/resources/static/js/search.js
src/djehuty/web/resources/static/js/utils.js
src/djehuty/web/resources/static/js/ace/ace.js
src/djehuty/web/resources/static/js/ace/ext-language_tools.js
src/djehuty/web/resources/static/js/ace/ext-searchbox.js
src/djehuty/web/resources/static/js/ace/mode-sparql.js
src/djehuty/web/resources/static/js/ace/theme-crimson_editor.js