You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

97 lines
3.5 KiB

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Know How Your Representative Votes In Parliament | tait.tech</title>
<link rel="stylesheet" href="/assets/css/style.css">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="author" content="Tait Hoyem">
<meta name="keywords" content="">
<meta name="description" content="">
</head>
<body>
<div id="wrapper">
<header>
<h1>tait.tech</h1>
<nav>
<a href="/" class="nav-link" >Home</a>
<a href="/blog/" class="nav-link" >Blog</a>
<a href="/ideas/" class="nav-link" >Ideas</a>
<a href="/links/" class="nav-link" >Links</a>
<a href="https://github.com/TTWNO/" class="nav-link" target="_blank" rel="noopener noreferrer" >Github</a>
</nav>
</header>
<main>
<article>
<header>
<h1 class="post-title">Know How Your Representative Votes In Parliament</h1>
<time datetime="20-07-30" class="post-date">Thursday, July 30 2020</time>
</header>
<hr>
<p>As an advocate for openness, I had an idea to make a project out of the government of Canadas <a href="https://open.canada.ca/en/open-data">Open Data</a>
initiative to take a look at how my local MP voted on various pieces of legislation.
It turns out though that this was not necessary due to how easy it was to find this information on the governments own website.
In this article, I will explain how you can do the same.</p>
<h3 id="1-find-your-representative">1. Find Your Representative</h3>
<p>The first step in this process is to find who your representative is.
To do so, go to the governments own website
<a href="https://www.ourcommons.ca/Members/en">ourcommons.cas search tool</a>.</p>
<p>Simply type in your postal code in the search box to find out who your MP is.</p>
<h3 id="2-their-voting-record">2. Their Voting Record</h3>
<p>Every MPs voting record is public knowledge,
and it is available nice and simple in a table on that MPs page.
For example, this is a link to
<a href="https://www.ourcommons.ca/Members/en/pierre-poilievre(25524)/votes">Pierre Poilievres voting record</a>.</p>
<p>To find your MPs voting record, do step one, then:
After the <strong>Overview</strong>, and <strong>Seat in The House</strong> sections,
there are three tabs, <strong>Roles</strong>, <strong>Work</strong>, and <strong>Contact</strong>.
Click on work.
At the bottom of that tab is a link which says <strong>Chamber Votes</strong>.
This will open a small window with some recent votes by this politician.
If you want to see all their votes, there is a button at the bottom named <strong>All Votes by This Member</strong>.</p>
<p>Tada! You can now keep your local MP accountable for anything you do or do not support.</p>
<h3 id="3-bill-details">3. Bill Details</h3>
<p>If you want to get into the nitty gritty,
once you open a specific bill, you can actually find out the status of said bill,
or read the actual text by clicking the <strong>View this Bill on LEGISinfo</strong> button.</p>
<p>Both the status of the bill, and a link to a PDF document containing the bilingual text of the bill are visible in the main body of the page.</p>
<h4 id="conclusion">Conclusion</h4>
<p>I thought this was pretty cool!
It was <em>way</em> simpler than I thought it would be.</p>
<p>Thanks, Canada!</p>
</article>
</main>
<hr>
<footer>
This page will be mirrored on <a href="https://beta.tait.tech/2020/07/30/canadian-parliament/">beta.tait.tech</a>.
</footer>
</div>
</body>
</html>