Skip to content

Files

Latest commit

9efb01f · Aug 5, 2024

History

History

anni

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Jan 5, 2023
Apr 28, 2023
Jul 4, 2024
Jan 5, 2023
Aug 5, 2024
Jan 12, 2023
Jul 26, 2023
Jan 12, 2023
Jan 5, 2023
Jan 5, 2023
Aug 5, 2024
Jan 5, 2023
Jul 4, 2024
Apr 6, 2023
Jan 5, 2023
Jan 5, 2023
Jan 5, 2023
Jun 20, 2023
Jan 5, 2023
Jan 5, 2023
Jan 5, 2023

Annotation Interface

The Annotation Interface is the curator's interface to our Annotation Server. It is one way of administering the Annotation Server's data without the need of technical expertise by providing a comprehensible interface to fetch external data and curate annotations. Additional instructions are given within the interface.

Please note that the Annotation Interface is not currently deployed, meaning its only available by setting it up locally. See the Contribution Guide for information on how to set it up.

Getting Started

See our Contribution Guide to get started.

Updating

To update data from external sources, execute the following steps (API request can be executed with Postman):

  • Get current backup using the GET /api/backup route and save the response to ./backup.base64.json
  • Init external sources using the POST /api/init-external route (overwrites present data, make sure it was backed up properly)
  • Get overwritten backup using the /api/backup route again and save the response to ./initiated.base64.json
  • Run update script python update.py ./backup.base64.json ./initiated.base64.json
  • Upload the updated backup ./backup_updated_[timestamp].base64.json with POST /api/backup