Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

could use recogito.js to create annotations and download, then integrate into project #7

Open
evanwill opened this issue Nov 16, 2021 · 0 comments

Comments

@evanwill
Copy link
Member

evanwill commented Nov 16, 2021

i.e. sort of like the workflow we talked about using hypothes.is

workflow:

  • click button "annotate mode"
  • create/edit some annotations displayed in recogito style mode
  • click "download annotations" button
  • js creates a CSV of annotations with id, text, text position start and end
  • the CSV can be added to project annotation CSV, which is then used to generate annotations on the live public page

uses r.getAnnotations(),
transforms the objects into csv-like form,
download as file using something like filesaver.js

advantages: this gets us the sort of detailed markup annotation, with built in method to create/edit (without a database), with the data necessary to create a detailed highlight for the annotation (i.e. start/end character numbers).

disadvantage: sort of odd work around workflow? (but maybe not as odd as trying to fit detailed annotation into a csv line by line)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant