SiRumCz / CSC501

CSC501 assignments
0 stars 1 forks source link

Monday presentation #66

Open soroushysfi opened 4 years ago

soroushysfi commented 4 years ago

I wanted to gather thoughts for tomorrows presentation. First I think we should explain what we have done until now (neo4j, docker, ...). I also had some ideas for visualization:

Simple node-link diagram source

Edge-bundled graph j16kP

Chord diagram abel-ani10-gf-gap

Matrix 8224e0a41dfda6a2b30b075c12921275

These are all samples that can be implemented with d3.js library. These diagrams are used to visualize network data. Any other thoughts? And I think tomorrow Kevin should present because I remember Sean said all the members should present at least once. We also can switch for the next assignment, whatever you guys are more comfortable.

jonhealy1 commented 4 years ago

Cool graphs!

soroushysfi commented 4 years ago

@SiRumCz you mentioned the paper: http://snap.stanford.edu/conflict/. I was wondering can we get the clusters for the data from what they've done? If we get it we can easily implement the chords diagram with the time stamp we have just like the sample I uploaded.

soroushysfi commented 4 years ago

The data we're dealing with here is pretty huge to show it as node-link and bundled edge graph. I was thinking that we could use some filtering like:

We also can separate our data into two groups; the ones with post_label positive and negative. Any other ideas?