GithubHelp home page GithubHelp logo

delta2golf / microdraw Goto Github PK

View Code? Open in Web Editor NEW

This project forked from r03ert0/microdraw

0.0 2.0 0.0 67.52 MB

Collaborative vectorial annotation tool for ultra high resolution data.

Home Page: http://microdraw.pasteur.fr

License: GNU General Public License v3.0

JavaScript 93.31% CSS 0.52% HTML 6.14% Shell 0.01% Python 0.01%

microdraw's Introduction

MicroDraw

CircleCI 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
    • server_config.json.example -> server_config.json
  • install the project

    • cd into microdraw
    • npm install
  • run the project

    • in one terminal window start mongod 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

chrisdeely avatar colmose avatar furinkazan33 avatar gitter-badger avatar hspitzer avatar katjaq avatar laluzmarina avatar martypowell avatar natacha-beck avatar ntraut avatar pglock avatar r03ert0 avatar rbakker avatar tiprata avatar unixzii avatar xgui3783 avatar

Watchers

 avatar  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.