Code Monkey home page Code Monkey logo

welkin's People

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar

welkin's Issues

Synchronized panes

All panes should work in concert. When you restrict the graph from one pane, all the others should update at the same time.


This issue was generated by todo based on a todo comment in dbd2586.

Improve graph layout algorithm

Graph layout algorithm is a brute force n-body, with algorithmical complexity of O(n^2), with n the number of nodes. There are algorithms that achieve at least O(n*log(n)) complexity, but they require a b-tree creation. We need to investigate at how many nodes the nlog(n) algorithm starts to make sense and whether or not this is actually useful in real life due to data pollution.


This issue was generated by todo based on a todo comment in dbd2586.

Support loading from URL

Allow models to be loaded from a URL (a web-browser-like address bar at the top would be handy) or from a SPARQL web service


This issue was generated by todo based on a todo comment in dbd2586.

Improve focus / zooming

Fish-eye focusing looks sexy but might not be that effective in real life, maybe semantic zooming/panning would be more helpful? Or combining the approaches? In case, when doing the fisheye zoom, we should make sure that things don't fall off the edge of the graph and get cropped.


This issue was generated by todo based on a todo comment in dbd2586.

Type filter

Add the ability to filter by type


This issue was generated by todo based on a todo comment in dbd2586.

Provenance info in graph model

Add provenance info to the graph model (basically, being able to distinguish groups of nodes by where [what file, what web service] they came from).


This issue was generated by todo based on a todo comment in dbd2586.

Prevent / warn user from loading too much data

There is no usability degradation control: Welkin will not stop users from loading an excessive amount of information that would make the system too slow to be responsive. We must think about ways to prevent this from happening as usability should always be good.


This issue was generated by todo based on a todo comment in dbd2586.

Improve color selection

Hue color sliders are lame, we need to find a better method for color coding that would make it easier for users to select colors that have a cognitively similar level of contrast (see the NASA usability lab color tool for an example of that).


This issue was generated by todo based on a todo comment in dbd2586.

Clustering algorithms

Play with clustering algorithms as a way to simplify the graph when it contains too many nodes (Newmann-Girman is very promising, but it's algorithmical complexity may be somewhat limiting and clearly not realtime, but maybe we can reuse some of the force-repulsion simulation to perform the clustering incrementally).


This issue was generated by todo based on a todo comment in dbd2586.

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.