nrnb / GoogleSummerOfCode

Main documentation site for NRNB GSoC project ideas and resources
115 stars 38 forks source link

Tutorials with demos #15

Closed maxkfranz closed 8 years ago

maxkfranz commented 8 years ago

Background

Cytoscape.js is a JavaScript library for graph theory analysis and visualisation. It supports many different graph types, such as simple graphs, multigraphs, compound graphs, etc. Cytoscape.js is used in several apps to provide an interactive graph visualisation, and it has also been used for analysis in the terminal and on the server.

Goal

Implement step-by-step tutorials that use Cytoscape.js to illustrate the functionality and common use cases supported by the library.

Description

When a developer follows a tutorial, by the end they should have a working, interactive demo. Cytoscape.js already provides some simple demos, so the purpose of these tutorials is to give a more gradual introduction to coding with Cytoscape.js. Tutorials should have richer feature sets than the simple, existing demos. The tutorials should be on the order of complexity as the examples that follow:

Max Franz

Contact

maxkfranz@gmail.com

khanspers commented 8 years ago

Chosen as GSoC 2016 project.