t_blog: French Political Blogosphere network

Description Usage Format Details References Examples

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

1

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

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

Example output

Mixer: the adjacency matrix has been transformed in a undirected edge list

mixer documentation built on Feb. 21, 2018, 1:02 a.m.

Related to t_blog in mixer...