https://github.com/vsoch/neurovault-annotation
an annotation portal demo (eventually) using hypothes.is
https://github.com/vsoch/neurovault-annotation
annotation hypothesis neurovault
Last synced: 2 months ago
JSON representation
an annotation portal demo (eventually) using hypothes.is
- Host: GitHub
- URL: https://github.com/vsoch/neurovault-annotation
- Owner: vsoch
- License: mit
- Created: 2015-08-20T21:53:22.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2019-04-24T18:25:12.000Z (about 7 years ago)
- Last Synced: 2025-01-28T00:22:41.921Z (over 1 year ago)
- Topics: annotation, hypothesis, neurovault
- Language: Python
- Homepage:
- Size: 625 KB
- Stars: 2
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# NeuroVault Annotation Portal
This was an old application to bring hypothes.is annotation to neuroVault.

The demo is taken down, but can be built locally (and run) with a container.
```bash
$ docker build -t vanessa/flask-neurovault-annotation .
```
Or to run directly from Docker Hub:
```bash
$ docker run -p 5000:5000 vanessa/flask-neurovault-annotation
```