Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 1 month 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 (over 9 years ago)
- Default Branch: master
- Last Pushed: 2019-04-24T18:25:12.000Z (over 5 years ago)
- Last Synced: 2024-10-15T08:07:03.013Z (3 months 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.
![static/img/portal.png](static/img/portal.png)
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
```