Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```