Code Monkey home page Code Monkey logo

microdraw's Introduction

MicroDraw

Join the chat at https://gitter.im/r03ert0/microdraw

microdraw-vervet

MicroDraw is a collaborative vectorial annotation tool for ultra high resolution data, such as that produced by high-throughput histology.

Data visualisation uses OpenSeadragon, and data annotation uses Paper.js.

Developer install instructions

as of 2017-08-15

Basic Steps

  • install nodejs

  • install mongo

  • checkout the repository git clone https://github.com/r03ert0/microdraw.git

  • cd microdraw

  • rename and adjust configuration example files

    • github-keys.json.example -> github-keys.json
      • Get your Github developer keys for your local microdraw url
    • public/js/base.js.example -> public/js/base.js (default should be var localhost = "http://localhost:3000";)
    • public/js/configuration.json.example -> public/js/configuration.json set database to true
  • install the project

    • cd into microdraw
    • npm install
  • run the project

    • in one terminal window start mongo database and type use microdraw to switch to the MicroDraw database and leave it run
    • in another terminal: cd into microdraw folder: npm start
  • open http://localhost:3000 to see MicroDraws landing page and click any of the data links provided

  • test data can be viewed at http://localhost:3000/data?source=/test_data/cat.json

To set up your own local data folder

  • cd to /public directory, put yourDataFolder here which must contain
    • a folder with the folders with your data tiles in dzi format
    • the .dzi file containing the information about your data (generated by the converter)
    • a json file containing information about your data in the following form: { "pixelsPerMeter": 1000000, "tileSources": [ "yourDataFolder/yourData.dzi" ] }

License

This project is licensed under GNU GPL v3 or any later version.

microdraw's People

Contributors

r03ert0 avatar katjaq avatar hspitzer avatar natacha-beck avatar rbakker avatar tiprata avatar laluzmarina avatar colmose avatar furinkazan33 avatar pglock avatar gitter-badger avatar

Watchers

James Cloos avatar Marty Powell avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.