Skip to content

New entity type: General data set #534

Description

@MWolfR

Description

A new entity is generated for general data sets that do not fit into any of the existing categories.
Support should exist in entitysdk for the new entity.

Technical implementation & specs

  • Child of ScientificArtifact
  • Asset is a single directory asset where the user can put whatever they want with little restriction (total size should be restrictred though)
  • Maybe another .json asset that specifies the structure of the directory asset and the sizes of the contained files. Unless this info is easily queried through entitycore.
  • Additional properties:
  • data_category (required): One of "Experimental", "Model", "Simulation". Determines where it will be displayed.
  • documentation_url (optional): A link to documentation about the data or its format. E.g. link to a repository for interacting with and loading the data
  • documentation_path (optional): A path within the directory asset that points to a readme text or .md file.

Describe alternatives considered

Maybe instead of a directory asset it could be a single .zip file asset (the zip file in turn could contain a directory structure...)

Acceptance criteria

  • Schema designed and agreed on
  • Implemented in entitycore and deployed
  • Implemented in entitysdk

Metadata

Metadata

Assignees

Labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions