Home

Awesome

This repository contains code to build cosponsorship networks from bills passed in the lower and upper chambers of the Czech Parliament.

HOWTO

Replicate by running make.r in R.

The network construction routine is identical for both chambers. The data-*.r scripts download information on bills and sponsors. Parliamentary chairs (presidents) of the lower chamber are excluded from the sponsor sample.

The build-*.r scripts then assemble the edge lists and plots the networks, with the help of a few routines coded into functions.r. Adjust the plot, gexf and mode parameters to skip the plots or to change the node placement algorithm.

Note that the networks of the upper chamber are assembled over time periods that more or less match legislatures 2 to 7 of the lower chamber, not over the two-year periods that separate every senatorial election.

DATA

Bills

Lower chamber:

Upper chamber:

Sponsors

The sponsors data have multiple entries for each sponsor (one per legislature in which the sponsor sat).

Lower chamber:

Note: the chamber presidents of legislatures 6 (2010-2013) and 7 (2013-207) have cosponsored a few bills but are not included in the networks, as they do not have a party affiliation during the presidency mandate.

Upper chamber:

Note: the year of birth variable is missing for all senators.