You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
One of the primary issues in graph exploration is the initialization of the visualization. What node(s) should be rendered to provide a starting point for exploring?
This ticket scopes in a simple search widget that scans an underlying networkx graph (created from an RDF graph via rdf2nx) for nodes that match a specific search pattern. This first version should scan well understood data (like the node label, etc.) and capture the different cases in which different nodes are returned.
This should not be hooked up to a visualization. The widget should return a set/list of nodes/edges that match the search patters (and the underlying search logic).
The text was updated successfully, but these errors were encountered:
One of the primary issues in graph exploration is the initialization of the visualization. What node(s) should be rendered to provide a starting point for exploring?
This ticket scopes in a simple search widget that scans an underlying networkx graph (created from an RDF graph via
rdf2nx
) for nodes that match a specific search pattern. This first version should scan well understood data (like the node label, etc.) and capture the different cases in which different nodes are returned.This should not be hooked up to a visualization. The widget should return a set/list of nodes/edges that match the search patters (and the underlying search logic).
The text was updated successfully, but these errors were encountered: