Mef wrote:Perhaps a better graph would show connections for people who post in the same threads (instead of playing each other in games) (=
It would be even better to make a bipartite graph with two kinds of nodes: 1) usernames and 2) thread topics. You need some sort of a binary relation between the nodes to make a social network. People who post in the same thread are not necessarily connected to one another, rather they are connected to the thread.
I would particularly want to see this network done for the old godiscussions forum. Someone just needs to write a little program to harvest the data: a list of thread topics and a list of people who posted in each thread. I will then make the network image easily.
Another idea is a network of quotations. If you make a post that quotes what someone else has written (like I'm quoting Mef here), this constitutes a binary relation which one needs to make a network, a directed network in this case. Again, the problem is to harvest the data.
Yet another idea is to make a network of references for the sensei library. Most pages in the library reference some other pages. This can be used to make a network. I'd really want to see this network too.