Skip to content

Experiments

Amin Alam edited this page Feb 28, 2023 · 3 revisions

An user can make a new experiment or update/remove an existing experiment.

Adding a new experiment:

To add a new experiment, you should go to the insert experiment tab:

image

Author (Auto generated - searchable)

The author of the experiment is the user which is making the experiment.

Experiment name (mandatory - searchable)

Each experiment should have a name. Multiple experiments can have the same name and it is not the unique identifier of the experiments. Every experiment will be assigned with an unique HashID which is also the identifier of the experiment.

Tags (optional - searchable)

Tags can be defined by the user. You assign multiple tags to an experiment. To do this, you should separate the tags using ','.

These tags are not predefined and every user can define a new tag. While typing the tags, software will suggest you the existing tags in the database which contain the tag which you typed:

image

Date (mandatory - searchable)

Each experiment should have a date which enables the users to search through the experiments via the date.

Conditions (optional - searchable)

Conditions are predefined by the admin user (in conditions.json) and can be selected by the user for each of the experiments. It is noteworthy to mention that it is possible to make templates of conditions.

File Path (optional)

You can assign a file path to each experiment. This filed accept text as the input and is designed to keep track of the location where the experiment data is stored.

Parent Experiment (optional)

By using this filed, you can link different experiments. The value of this filed should be a valid HashID.

Notes (optional - searchable)

You can write any information about the experiment in this filed.

Data File/Files (optional)

You can upload a single file as the appendix of the experiment (the format of the file is not important).

Updating/Deleteing an existing experiment:

You can reach see and search for the experiments using experiments tab. Also, you can access an experiment by clicking on its name and you can update or delete the experiment.