OSSN Network Mapping

Ed Jones Posted in General Discussion 2 years ago

We have been experimenting with using the Cytoscape Javascript Libary (https://js.cytoscape.org/) to create on screen (browser based) manipulatable ( ability to move nodes) maps of the OSSN network based on users, relationships, object and entities tables. Anyone else either working on this, or with an interest in network mapping?

Replies
us Ed Jones Replied 2 years ago

Trick is to use the Cytoscape desktop application to experiment with and discover how to fully use the cytoscape environment to produce the maps. So far we have found that many of the core features in the cytoscape mapping environment are available in the js library. Second trick is to optimally exploit the ossn network data. The maps we are generating based on our current algorithm is producing edges only where an actual connection exists AND produces two edges with directional arrows if the connection is mutual.

German Michael Zülsdorff Replied 2 years ago

I had a first brief look into the basics and did that circle of Botox' friends. Really amazing. :)


enter image description here


... still a smart algorithm missing to avoid unnecessary crossings ...
as in fact it could look like this:


enter image description here

us Ed Jones Replied 2 years ago

Our use case for network mapping is twofold. First, we want to be able to dynamically map the entire instance of the OSSN network for administrative purposes. Second, and more importantly, we plan to use individual user network mapping to provide a user with a visualization of his/her social network in order to further encourage the user to expand their network strategically. We are creating network wide and user specific maps now based on the user, relationships and object tables. Next step is to curate the strength of the relationship and use that data to modify the edge attributes. Just to ground the discussion ... a social network map looks like Example Social Network Map but in our use case is specific to OSSN users and groups.

German Michael Zülsdorff Replied 2 years ago

Working? No. Interested: Yes.