LICENSE
MANIFEST.in
Makefile.am
Makefile.in
README.md
configure
configure.ac
guix.scm.in
install-sh
missing
pyproject.toml
pyproject.toml.in
debian/changelog
debian/control
debian/copyright
debian/rules
debian/source/format
debian/source/include-binaries
doc/Makefile.am
doc/Makefile.in
doc/api.typ
doc/config.typ
doc/config.typ.in
doc/contact.typ
doc/contributing.typ
doc/index.html
doc/introduction.typ
doc/knowledge-graph.typ
doc/news.typ
doc/references.bib
doc/running-seshat.typ
doc/seshat.pdf
doc/seshat.typ
doc/figures/account.svg
doc/figures/author.svg
doc/figures/category.svg
doc/figures/collaborators.svg
doc/figures/collection-container.svg
doc/figures/collection.svg
doc/figures/dataset-container.svg
doc/figures/dataset.svg
doc/figures/favicon.png
doc/figures/file.svg
doc/figures/funding.svg
doc/figures/institutiongroup.svg
doc/figures/logo.svg
doc/figures/privatelink.svg
doc/figures/rdf-list-abbrev.svg
doc/figures/references-graph.svg
doc/figures/typed-literals-notation.svg
doc/figures/typed-notation.svg
etc/seshat.service
etc/seshat.xml
rpmbuild/SPECS/seshat.spec.in
src/Makefile.am
src/Makefile.in
src/seshat/__init__.py
src/seshat/config.py
src/seshat/ui.py
src/seshat.egg-info/PKG-INFO
src/seshat.egg-info/SOURCES.txt
src/seshat.egg-info/dependency_links.txt
src/seshat.egg-info/entry_points.txt
src/seshat.egg-info/requires.txt
src/seshat.egg-info/top_level.txt
src/seshat/utils/constants.py
src/seshat/utils/convenience.py
src/seshat/utils/rdf.py
src/seshat/web/cache.py
src/seshat/web/config.py
src/seshat/web/database.py
src/seshat/web/email_handler.py
src/seshat/web/formatter.py
src/seshat/web/locks.py
src/seshat/web/s3.py
src/seshat/web/ui.py
src/seshat/web/validator.py
src/seshat/web/wsgi.py
src/seshat/web/xml_formatter.py
src/seshat/web/zipfly.py
src/seshat/web/resources/languages.json
src/seshat/web/resources/licenses.json
src/seshat/web/resources/root_categories.json
src/seshat/web/resources/html_templates/400.html
src/seshat/web/resources/html_templates/403.html
src/seshat/web/resources/html_templates/404.html
src/seshat/web/resources/html_templates/410.html
src/seshat/web/resources/html_templates/500.html
src/seshat/web/resources/html_templates/502.html
src/seshat/web/resources/html_templates/503.html
src/seshat/web/resources/html_templates/activate_2fa_session.html
src/seshat/web/resources/html_templates/author.html
src/seshat/web/resources/html_templates/badge.svg
src/seshat/web/resources/html_templates/categories.html
src/seshat/web/resources/html_templates/category.html
src/seshat/web/resources/html_templates/collection.html
src/seshat/web/resources/html_templates/colors.css
src/seshat/web/resources/html_templates/dataset.html
src/seshat/web/resources/html_templates/dataset_access_request.html
src/seshat/web/resources/html_templates/feedback.html
src/seshat/web/resources/html_templates/git_instructions.html
src/seshat/web/resources/html_templates/institutions.html
src/seshat/web/resources/html_templates/jsonld.html
src/seshat/web/resources/html_templates/layout.html
src/seshat/web/resources/html_templates/loader.svg
src/seshat/web/resources/html_templates/maintenance.html
src/seshat/web/resources/html_templates/portal.html
src/seshat/web/resources/html_templates/private_link_is_expired.html
src/seshat/web/resources/html_templates/public_metadata.html
src/seshat/web/resources/html_templates/search.html
src/seshat/web/resources/html_templates/sitemap_template.xml
src/seshat/web/resources/html_templates/admin/dashboard.html
src/seshat/web/resources/html_templates/admin/exploratory.html
src/seshat/web/resources/html_templates/admin/quota_requests.html
src/seshat/web/resources/html_templates/admin/sparql.html
src/seshat/web/resources/html_templates/admin/users.html
src/seshat/web/resources/html_templates/admin/reports/dashboard.html
src/seshat/web/resources/html_templates/admin/reports/embargoed_datasets.html
src/seshat/web/resources/html_templates/admin/reports/restricted_datasets.html
src/seshat/web/resources/html_templates/depositor/dashboard.html
src/seshat/web/resources/html_templates/depositor/edit-collection.html
src/seshat/web/resources/html_templates/depositor/edit-dataset.html
src/seshat/web/resources/html_templates/depositor/edit-session.html
src/seshat/web/resources/html_templates/depositor/language-selector.html
src/seshat/web/resources/html_templates/depositor/my-collections.html
src/seshat/web/resources/html_templates/depositor/my-data.html
src/seshat/web/resources/html_templates/depositor/new_private_link.html
src/seshat/web/resources/html_templates/depositor/private-links.html
src/seshat/web/resources/html_templates/depositor/profile.html
src/seshat/web/resources/html_templates/depositor/published-collection.html
src/seshat/web/resources/html_templates/depositor/submitted-for-review.html
src/seshat/web/resources/html_templates/email/2fa_token.html
src/seshat/web/resources/html_templates/email/2fa_token.txt
src/seshat/web/resources/html_templates/email/data_access_request.html
src/seshat/web/resources/html_templates/email/data_access_request.txt
src/seshat/web/resources/html_templates/email/dataset_approved.html
src/seshat/web/resources/html_templates/email/dataset_approved.txt
src/seshat/web/resources/html_templates/email/dataset_declined.html
src/seshat/web/resources/html_templates/email/dataset_declined.txt
src/seshat/web/resources/html_templates/email/dataset_submitted.html
src/seshat/web/resources/html_templates/email/dataset_submitted.txt
src/seshat/web/resources/html_templates/email/declined_dataset_notification.html
src/seshat/web/resources/html_templates/email/declined_dataset_notification.txt
src/seshat/web/resources/html_templates/email/feedback.html
src/seshat/web/resources/html_templates/email/feedback.txt
src/seshat/web/resources/html_templates/email/layout.html
src/seshat/web/resources/html_templates/email/published_dataset_notification.html
src/seshat/web/resources/html_templates/email/published_dataset_notification.txt
src/seshat/web/resources/html_templates/email/quota_approved.html
src/seshat/web/resources/html_templates/email/quota_approved.txt
src/seshat/web/resources/html_templates/email/quota_request.html
src/seshat/web/resources/html_templates/email/quota_request.txt
src/seshat/web/resources/html_templates/email/submitted_for_review_notification.html
src/seshat/web/resources/html_templates/email/submitted_for_review_notification.txt
src/seshat/web/resources/html_templates/review/overview.html
src/seshat/web/resources/html_templates/review/published.html
src/seshat/web/resources/metadata_templates/bibtex.bib
src/seshat/web/resources/metadata_templates/citation.cff
src/seshat/web/resources/metadata_templates/endnote.enw
src/seshat/web/resources/metadata_templates/refman.ris
src/seshat/web/resources/sparql_templates/account_by_email.sparql
src/seshat/web/resources/sparql_templates/account_by_session_token.sparql
src/seshat/web/resources/sparql_templates/account_categories.sparql
src/seshat/web/resources/sparql_templates/account_sessions.sparql
src/seshat/web/resources/sparql_templates/account_storage_used.sparql
src/seshat/web/resources/sparql_templates/account_uuid_by_orcid.sparql
src/seshat/web/resources/sparql_templates/accounts.sparql
src/seshat/web/resources/sparql_templates/append_to_list.sparql
src/seshat/web/resources/sparql_templates/associated_authors.sparql
src/seshat/web/resources/sparql_templates/author_profile.sparql
src/seshat/web/resources/sparql_templates/author_public_items.sparql
src/seshat/web/resources/sparql_templates/authors.sparql
src/seshat/web/resources/sparql_templates/categories.sparql
src/seshat/web/resources/sparql_templates/categories_tree.sparql
src/seshat/web/resources/sparql_templates/category_by_id.sparql
src/seshat/web/resources/sparql_templates/collaborators.sparql
src/seshat/web/resources/sparql_templates/collection_dataset_containers.sparql
src/seshat/web/resources/sparql_templates/collection_datasets.sparql
src/seshat/web/resources/sparql_templates/collection_datasets_count.sparql
src/seshat/web/resources/sparql_templates/collection_versions.sparql
src/seshat/web/resources/sparql_templates/collections.sparql
src/seshat/web/resources/sparql_templates/collections_by_account.sparql
src/seshat/web/resources/sparql_templates/collections_from_dataset.sparql
src/seshat/web/resources/sparql_templates/contact_info_from_container.sparql
src/seshat/web/resources/sparql_templates/container.sparql
src/seshat/web/resources/sparql_templates/container_items.sparql
src/seshat/web/resources/sparql_templates/container_uuid_by_id.sparql
src/seshat/web/resources/sparql_templates/custom_fields.sparql
src/seshat/web/resources/sparql_templates/dataset_files.sparql
src/seshat/web/resources/sparql_templates/dataset_is_under_review.sparql
src/seshat/web/resources/sparql_templates/dataset_statistics.sparql
src/seshat/web/resources/sparql_templates/dataset_statistics_timeline.sparql
src/seshat/web/resources/sparql_templates/dataset_storage_used.sparql
src/seshat/web/resources/sparql_templates/dataset_versions.sparql
src/seshat/web/resources/sparql_templates/datasets.sparql
src/seshat/web/resources/sparql_templates/decline_draft_dataset.sparql
src/seshat/web/resources/sparql_templates/delete_account_groups_associations.sparql
src/seshat/web/resources/sparql_templates/delete_account_property.sparql
src/seshat/web/resources/sparql_templates/delete_associations.sparql
src/seshat/web/resources/sparql_templates/delete_collaborator.sparql
src/seshat/web/resources/sparql_templates/delete_collection_draft.sparql
src/seshat/web/resources/sparql_templates/delete_dataset_draft.sparql
src/seshat/web/resources/sparql_templates/delete_dataset_embargo.sparql
src/seshat/web/resources/sparql_templates/delete_group_members.sparql
src/seshat/web/resources/sparql_templates/delete_inactive_session_by_uuid.sparql
src/seshat/web/resources/sparql_templates/delete_inferred_groups.sparql
src/seshat/web/resources/sparql_templates/delete_item_from_list.sparql
src/seshat/web/resources/sparql_templates/delete_items_all_from_list.sparql
src/seshat/web/resources/sparql_templates/delete_private_links.sparql
src/seshat/web/resources/sparql_templates/delete_session.sparql
src/seshat/web/resources/sparql_templates/delete_session_by_uuid.sparql
src/seshat/web/resources/sparql_templates/delete_sessions.sparql
src/seshat/web/resources/sparql_templates/delete_sessions_older_than.sparql
src/seshat/web/resources/sparql_templates/derived_from.sparql
src/seshat/web/resources/sparql_templates/explorer_properties.sparql
src/seshat/web/resources/sparql_templates/explorer_property_types.sparql
src/seshat/web/resources/sparql_templates/explorer_types.sparql
src/seshat/web/resources/sparql_templates/export_listable_type.sparql
src/seshat/web/resources/sparql_templates/export_root_type.sparql
src/seshat/web/resources/sparql_templates/funding.sparql
src/seshat/web/resources/sparql_templates/group.sparql
src/seshat/web/resources/sparql_templates/group_by_name.sparql
src/seshat/web/resources/sparql_templates/item_collaborative_permissions.sparql
src/seshat/web/resources/sparql_templates/latest_datasets_portal.sparql
src/seshat/web/resources/sparql_templates/licenses.sparql
src/seshat/web/resources/sparql_templates/members.sparql
src/seshat/web/resources/sparql_templates/missing_checksummed_files_for_container.sparql
src/seshat/web/resources/sparql_templates/missing_dois.sparql
src/seshat/web/resources/sparql_templates/prefixes.sparql
src/seshat/web/resources/sparql_templates/private_links.sparql
src/seshat/web/resources/sparql_templates/projects.sparql
src/seshat/web/resources/sparql_templates/publish_draft_collection.sparql
src/seshat/web/resources/sparql_templates/publish_draft_dataset.sparql
src/seshat/web/resources/sparql_templates/quota_requests.sparql
src/seshat/web/resources/sparql_templates/record_uri.sparql
src/seshat/web/resources/sparql_templates/references.sparql
src/seshat/web/resources/sparql_templates/reviews.sparql
src/seshat/web/resources/sparql_templates/root_categories.sparql
src/seshat/web/resources/sparql_templates/search_tags.sparql
src/seshat/web/resources/sparql_templates/statistics_authors.sparql
src/seshat/web/resources/sparql_templates/statistics_collections.sparql
src/seshat/web/resources/sparql_templates/statistics_datalink.sparql
src/seshat/web/resources/sparql_templates/statistics_datasets.sparql
src/seshat/web/resources/sparql_templates/statistics_files.sparql
src/seshat/web/resources/sparql_templates/subcategories_by_category.sparql
src/seshat/web/resources/sparql_templates/tags.sparql
src/seshat/web/resources/sparql_templates/transfer_account_resources.sparql
src/seshat/web/resources/sparql_templates/update_account.sparql
src/seshat/web/resources/sparql_templates/update_author.sparql
src/seshat/web/resources/sparql_templates/update_authors_order.sparql
src/seshat/web/resources/sparql_templates/update_collaborators.sparql
src/seshat/web/resources/sparql_templates/update_collection.sparql
src/seshat/web/resources/sparql_templates/update_dataset.sparql
src/seshat/web/resources/sparql_templates/update_dataset_thumb.sparql
src/seshat/web/resources/sparql_templates/update_doi_after_publishing.sparql
src/seshat/web/resources/sparql_templates/update_file.sparql
src/seshat/web/resources/sparql_templates/update_git_uuid.sparql
src/seshat/web/resources/sparql_templates/update_orcid_for_account.sparql
src/seshat/web/resources/sparql_templates/update_private_link.sparql
src/seshat/web/resources/sparql_templates/update_quota_request.sparql
src/seshat/web/resources/sparql_templates/update_review.sparql
src/seshat/web/resources/sparql_templates/update_seen_by_reviewer.sparql
src/seshat/web/resources/sparql_templates/update_session.sparql
src/seshat/web/resources/sparql_templates/update_view_and_download_counts.sparql
src/seshat/web/resources/static/css/ace.css
src/seshat/web/resources/static/css/dropzone.min.css
src/seshat/web/resources/static/css/form.css
src/seshat/web/resources/static/css/jquery.dataTables.min.css
src/seshat/web/resources/static/css/main.css
src/seshat/web/resources/static/css/pub.css
src/seshat/web/resources/static/css/quill.snow.css
src/seshat/web/resources/static/fonts/FiraCode-Regular.woff2
src/seshat/web/resources/static/fonts/SourceSansPro-Bold.ttf
src/seshat/web/resources/static/fonts/SourceSansPro-Italic.ttf
src/seshat/web/resources/static/fonts/SourceSansPro-Regular.ttf
src/seshat/web/resources/static/fonts/fa-brands-400.eot
src/seshat/web/resources/static/fonts/fa-brands-400.ttf
src/seshat/web/resources/static/fonts/fa-brands-400.woff
src/seshat/web/resources/static/fonts/fa-brands-400.woff2
src/seshat/web/resources/static/fonts/fa-solid-900.eot
src/seshat/web/resources/static/fonts/fa-solid-900.ttf
src/seshat/web/resources/static/fonts/fa-solid-900.woff
src/seshat/web/resources/static/fonts/fa-solid-900.woff2
src/seshat/web/resources/static/images/codeworks-badge.svg
src/seshat/web/resources/static/images/collection-thumb.svg
src/seshat/web/resources/static/images/dataset-thumb.svg
src/seshat/web/resources/static/images/ext-link.png
src/seshat/web/resources/static/images/handle-logo.png
src/seshat/web/resources/static/images/logo.png
src/seshat/web/resources/static/images/logo.svg
src/seshat/web/resources/static/images/orcid.svg
src/seshat/web/resources/static/images/datatables/sort_asc.png
src/seshat/web/resources/static/images/datatables/sort_asc_disabled.png
src/seshat/web/resources/static/images/datatables/sort_both.png
src/seshat/web/resources/static/images/datatables/sort_desc.png
src/seshat/web/resources/static/images/datatables/sort_desc_disabled.png
src/seshat/web/resources/static/js/admin-dashboard.js
src/seshat/web/resources/static/js/d3.v7.min.js
src/seshat/web/resources/static/js/depositor-dashboard.js
src/seshat/web/resources/static/js/dropzone.min.js
src/seshat/web/resources/static/js/edit-collection.js
src/seshat/web/resources/static/js/edit-dataset.js
src/seshat/web/resources/static/js/edit-profile.js
src/seshat/web/resources/static/js/exploratory.js
src/seshat/web/resources/static/js/jquery-3.6.0.min.js
src/seshat/web/resources/static/js/jquery.dataTables.min.js
src/seshat/web/resources/static/js/landing_page.js
src/seshat/web/resources/static/js/my-data.js
src/seshat/web/resources/static/js/query-editor.js
src/seshat/web/resources/static/js/quill.min.js
src/seshat/web/resources/static/js/ranking.js
src/seshat/web/resources/static/js/review-overview.js
src/seshat/web/resources/static/js/search.js
src/seshat/web/resources/static/js/utils.js
src/seshat/web/resources/static/js/ace/ace.js
src/seshat/web/resources/static/js/ace/ext-language_tools.js
src/seshat/web/resources/static/js/ace/ext-searchbox.js
src/seshat/web/resources/static/js/ace/mode-sparql.js
src/seshat/web/resources/static/js/ace/theme-crimson_editor.js
tests/admin_panel.py
tests/create_article.py
tests/create_collection.py
tests/depositor_panel.py
tests/ui_pages.py
tests/validators.py