Fetching the latest programs, projects, and workspace data.
Exploring cyberspace, sharing in its study, and helping pioneer its development.
Showing 2 of 2 projects. Click any project card for scope, mentors, and proposal studio.
Mentors: Student: Tasmiah Tahsin Mayeesha
<p>Media source networks generated from Mediacloud topic graphs are currently visualized using software like Gephi with Force based layouts, however scaling the graph by expanding and contraction to reveal the network structure takes trial and error and domain expertise. Since python libraries like networkx don't have extensive support for network visualizations like Gephi, visualizing high dimensional networks become very hard. Multiple issues like node overlaps, label overlap , lack of utility functions, having a bad layout complicate the task of coming to a good network visualization.</p> <p>To solve it we implement <a href="https://github.com/Tahsin-Mayeesha/Mediaviz" target="_blank">Mediaviz</a>, a network visualization library which has been deployed as a package into pip. It provides functionalities for force based layout such as force atlas 2, automatic scaling to prevent node overlap, Gephi like features for network filtering, coloring, node resizing, prevention of label overlap and community visualization. Mediaviz uses force atlas 2 layout as default and scales the layout automatically for graphs with 100-1000 nodes that has a power law linking structure, but it can also be used with other layout algorithms.</p>
Mentors: Student: Salil Jain
<p>My project proposal is to make the tool more user-friendly and adding features which will help in a more meaningful discussion among people. This includes improvements in the admin and moderator role, improvements in the UX, making the tool responsive, changes in the UI, addition of new features like tags, subscription to tags and introduction of a new profile - speaker.</p>