RedHenLab / RapidAnnotator-2.0

With Red Hen Lab’s Rapid Annotator we try to enable researchers worldwide to annotate large chunks of data in a very short period of time with least effort possible and try to get started with minimal training.
GNU General Public License v2.0
14 stars 19 forks source link

Continue a specific experiment using exported wide results format feature #58

Closed rrrokhtar closed 3 years ago

rrrokhtar commented 3 years ago

Description

To allow experimenter modifying the results exported file (at wide format) and continue from the point they have edited their results to a new experiment. for example removing a row from the sheet (file)

So the following changes has been needed to be added to wide format results export

  1. Added all attributes of file (file name, content, concordance line number; for concordance experiments and edge link and rest of them)
  2. Merged the concordance file data to the exported results wide format file (in case of it is a concordance uploaded type)

    So to continue an experiment you need to

  3. Specify which experiment to continue (select box based on your experiments)
  4. Upload the exported results in wide format
  5. Give it a new name (default: Copy of [old experiment name] [id])
  6. Give it a description (default: "") image

Effects are same as creating a new experiment based on the old experiment results file

Screenshots

  1. Copy of image experiment New copy of an experiment

2.Concordance experiment (it creates a new concordance file based on the given results file) Copy of concordance

  1. Text experiment Text Experiment

Kindly review that if there are any changes tell me!