Skip to content
This repository has been archived by the owner on Apr 16, 2020. It is now read-only.

Public hypothes.is annotations #34

Open
davidar opened this issue Oct 20, 2015 · 4 comments
Open

Public hypothes.is annotations #34

davidar opened this issue Oct 20, 2015 · 4 comments
Assignees
Labels

Comments

@davidar
Copy link
Collaborator

davidar commented Oct 20, 2015

Public annotations on Hypothes.is are licensed under the CC0 licence (aka Public Domain).

CC: @jbenet @BigBlueHat

@davidar
Copy link
Collaborator Author

davidar commented Oct 27, 2015

Mirrored here. We should be able to store this in a nicer format once IPLD happens, but for now it's just the output of

for i in `seq 0 20 68600`; do
  curl "https://hypothes.is/api/search?limit=20&offset=$i" > $i.json
done

@BigBlueHat
Copy link

@davidar great start! Would it be possible to turn those into individual files in IPFS named by their "id" value?

Also, I'm working on a conversion tool for Hypothesis (and Annotator) JSON to Web Annotation Data Model: http://github.com/BigBlueHat/to-web-annotation

Excited to see this starting!

@davidar
Copy link
Collaborator Author

davidar commented Nov 7, 2015

Would it be possible to turn those into individual files in IPFS named by their "id" value?

Yes, although ipfs currently has problems handling directories containing lots of small files (cc @whyrusleeping)

@mklarmann
Copy link

This is an awesome idea!

I know this message doesn't bring much value. So feel free to delete it. Just wanted to bring my emotional support to this! : )

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

No branches or pull requests

4 participants