mixer (version 1.8)

blog: French Political Blogosphere network

Description

French Political Blogosphere network dataset consists of a single day snapshot of over 200 political blogs automatically extracted the 14 october 2006 and manually classified by the ''Observatoire Presidentielle'' project. This project is the result of a collaboration between RTGI SAS and Exalead and aims at analyzing the French presidential campaign on the web.

Usage

data(blog)

Arguments

Format

196 political blogs described by their political origin and connections. There are 2 items in the list blog:
links
adjacency matrix describing if there exist an hyperlink between two blogs.
politicalParty
political group of the blogs.

Details

In this data set, nodes represent hostnames (a hostname contains a set of pages) and edges represent hyperlinks between different hostnames. If several links exist between two different hostnames, they were collapsed into a single one. Note that intra domain links can be considered if hostnames are not identical. Finally, in this experimentation we consider that edges are not oriented which is not realistic but which does not affect the interpretation of the groups. This network presents an interesting communities organization due to the existence of several political parties and commentators. We assume that authors of these blogs tend to link, by political affinities, blogs with similar political positions. Six known communities compose this network : Gauche (''french democrat''), Divers Centre (Moderate party), Droite (french republican), Ecologiste (green), Liberal (supporters of economic-liberalism) and finally Analysts.

References

http://www.observatoire-presidentielle.fr/

Examples

Run this code
data(blog)
mixer(x=blog$links,qmin=2,qmax=12)->xout
## Not run: plot(xout)

Run the code above in your browser using DataLab