Hypercubed / venn-chi

Home Page:https://hypercubed.github.io/venn-chi/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Project χ Venn Visualization

About Project χ

This website was built using the Project χ platform. Project χ (pronounced project kai or /ˈkiː/) is a modular open-source visualization framework built by Jayson Harshbarger at the RIKEN Institute in Yokohama Japan. It offers a framework and toolset for building self-hosted data-centric visualization websites. Geared towards sharing of supplemental materials associated with scientific publications; Project χ allows visitors to interact with visualizations, download associated data and images, and even try the visualization with their own uploaded or publicly available datasets. For developers the framework comes packaged with tools necessary for quickly integrating interactive visualizations using d3, AngularJS, and BioJS. More information can be found here.

Installing this test

This project relies on the Project χ platform. If you are not familiar with Project-χ please read the readme. Note that you should be familiar with JSPM, SystemJS, and Gulp.

Quick Start

Install and setup Project χ

git clone https://github.com/Hypercubed/Project-Chi.git
cd Project-Chi
git checkout tags/v1.0.0-beta-8  # ensure you are using the same version of Project χ
npm install # jspm install is run post-install by npm

Install this Project

git clone https://github.com/Hypercubed/venn-chi.git dataset/venn/
gulp dev --dataset=./dataset/venn/  # navigate to http://localhost:9000

License

MIT License

Copyright (c) 2016 RIKEN, Japan.

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About

https://hypercubed.github.io/venn-chi/


Languages

Language:JavaScript 75.9%Language:CSS 15.9%Language:HTML 8.2%