<div class="page fullfixed">
<article>
<header style="
background-color: #fff;
background-image:url(/uploads/529a63830b6cb.JPG);
">
</header>
<div class="main">
<p id="toggle">
<a href="#">Hide text</a>
</p>
<script type="text/javascript">
$(document).ready(function() {
BN.registerPlugin('showHide', function(){
$('p#toggle').hide();
var postionLink = function() {
$('p#toggle').hide();
window.setTimeout(function() {
var top = ( $('.intro h1').length ) ?
~~($('.intro h1').offset().top) : 70;
var h = $('p#toggle').height();
$('p#toggle').css('top', top - h);
$('p#toggle').fadeIn('fast');
}, 1000);
};
$(window).resize(function() {
postionLink();
});
postionLink();
// $('p#toggle').show();
$('p#toggle a').bind('click', function() {
$('.toggleContent').toggle('slow', function(){
var text = ( $(this).is(':visible') ) ?
'Hide Text' :
'Show Text';
if ($(this).is(':visible')) {
$('p#toggle a').text('Hide Text')
.removeClass('hidden')
.addClass('invisible');
postionLink();
} else {
$('p#toggle a').text('Show Text')
.removeClass('invisible')
.addClass('hidden');
}
});
return false;
});
});
});
</script>
<div class="intro toggleContent">
<h1>The Contributors</h1>
</div>
<div class="container toggleContent">
<p class="summary"></p>
<p class="byline"> </p>
<p>
<span style="font-family: Georgia;"><strong>James R Baird Rimmer. </strong><em>Editor-in-Chief. <br>
</em>Historian by training, James started writing for the <em>Imprint,</em> the University of Waterloo's student newspaper. He now writes for Alpheus Group, providing detailed analysis on House of Commons committee meetings. Entrepreneur by day, selling ads on a bus tracking app, James started <em>The Baird's Tale</em> as a way to implement the many criticisms of journalism he yells at his screen each day.</span></p><p>
<span style="font-family: Georgia;"><strong>John Budinsky. </strong><em>Writer.<br>
</em>John is a freelance writer, researcher, and occasional malcontent based in an ignominious suburb that he likes to pretend is part of Toronto. He holds a Bachelor’s degree in Urban Planning and is currently studying architecture. His other areas of expertise include the environment, politics, populism, wood, history, and voicing strong opinions.</span></p><p>
<span style="font-family: Georgia;"><strong>Kylie Bergalk. </strong><em>Writer.<br>
</em>An avid reader and sometime poet currently enjoying small town Icelandic life in Akureyri.</span></p><p>
<span style="font-family: Georgia;"><strong>AK Lamm. </strong><em>Writer.<br>
<span style="font-family: 'Times New Roman';"></span></em></span><span style="font-family: 'Times New Roman';">A.K. Lamm is a graduate from the University of Guelph Theatre Studies program. Her last completed work, [republic] of rhetoric, was performed at the Toronto Fringe Festival in 2012. She is currently working on her first novel, Dead Fish Float</span><span style="font-size: 14px;">.</span></p><p>
<span style="font-family: Georgia; font-size: 100%;"><strong>Patrick Noland</strong>. <em>Researcher.</em><i style="font-size: 14px;"> </i><br>
A full time software engineer and sometime data researcher, he lives and works in Seattle Washington<i style="font-size: 14px;">. </i></span></p>
</div>
</div><!-- main-->
</article>
</div><!-- /page-->