Toggling labels and feedback

Right after the mid-term review, I had posted on the Github page for the Sigma plugin for Gephi, asking a couple questions: Is there a way for the user to select two nodes at once? Is there a way to implement a toggle so that labels can be turned on and off? Let’s jump right into it.

For selecting two nodes at once, it just isn’t possible. He did say that if I were willing to (or if a friend with JavaScript experience were willing) make changes to the code, he would add it as an enhancement. Unfortunately  I do not have the time (or the knowledge) to be doing that now. So it seems like this may be out of the question.

That also goes for anything else interactive. A lot of the feedback I’ve received is to have more control over the visualization with sliders and selecting only two nodes to search for. I’m not sure how possible any of this is going to be.

Another problem is incorporating a music player somewhere. There is a pane that appears on the right when clicking a node. That pane is an empty div in the HTML file. There is obviously JavaScript being used to fill that div with information. But I’m not exactly sure how. I had Cody check out the site/files and he is not exactly sure how it’s working. If he knew the exact JavaScript being used to fill that div, he would be able to suggest where to put such a link.

Jason was also taking a look into my files and we dug a little deeper. We found the file that has all of my data in it (nodes and connections) which is there as a GEXF file. So the first thing I tried doing was adding an a tag within the label section of the file for a song. Naturally, since things are never meant to work out, the site broke. So I want to try seeing if Gephi supports HTML tags within the program and will the Sigma plugin export it as such.

Jason also suggested I try exploring these plugins:
GEXF-JS Viewer
Loxa Web Viewer

These may offer some more functionality and interactivity than I already have. I have yet to test them out. If these become a headache, I think I’ll abandon them and continue focusing on Sigma. But, thank you for your help Jason.

After all of these problems, there has been some positive to come out of this. One of the biggest requests during the crit was to add a toggle for the labels. The author has come through by providing me with update JavaScript and HTML files to use which will allow me to add a toggle in the pane on the right side. That can be viewed here. Clicking on the text works. I’ll have to style this with some CSS to make this look pretty.

On Friday, I met with Arthur once more to see what he thought about the print. I’m happy to see that his feedback was along the same lines of everyone else’s: the big graph is beautiful to look at but how functional is it? He thinks it’s a great idea to show the comparisons of each category as their own graphs. However, the layout should have a meaning. He asked me how the layout is determined on the bigger one and while it was obviously the algorithm that Gephi, but it’s also based off the amount of connections a node has.

According to Arthur, the meaning doesn’t even have to be something so complex. An idea is to have them organized, from left to right, by year. With a layout like that, it is easy to see what range of years where 120–130 BPMs were popular, for example. (screenshots for these to follow)

In order to isolate these categories on the graph, I have been making separate Gephi files in the past. But I kept reading about the filters area in Gephi. With these filters, certain data (or nodes/connections) can be filtered out to display, with the others disappearing. While I feel like I wasted some time on Friday by watching videos/reading tutorials on these filters, it wound up helping tremendously.  Now I can just work with one graph, exporting different layouts. So, it’s safe to say the print(s) is/are coming along nicely.

Oh! I’ve also emailed Chris from the Gephi workshop to see if he could offer insight into incorporating a music player somewhere in the graph.

Update: Just received an email back from Chris. Here’s what he had to say:

Glad to see that the visualization has come together. I have no idea how to embed a player there. All that is pulled from the node attributes–perhaps if you included an embed code there with each song and then re-exported the data, that might be a start. I would contact the developer, as you suggested.

It seems like embedding a link may be the best course of action.