<div class="page fullfixed">
<article>
<header style="
background-color: #fff;
">
</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><strong><span style="font-family: Georgia;">James R Baird Rimmer</span></strong><span style="font-family: Georgia;">. <em>Editor-in-Chief. <br></em>Historian by training, James was first published in <em>Imprint</em>,
the University of Waterloo's student newspaper. Bureaucrat by day, 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>Carter Vance.</strong><em> Writer. </em><br>Carter Vance is a writer and student at the University of Ottawa,
pursuing a degree in Psychology. His work has been published in a number
of independent magazines and newsletters, including University of
Ottawa's <em>Fulcrum</em> and <em>The Penny Dreadful</em>. He was born in Cobourg, Ontario
and currently resides in Ottawa</span>.</p><p><strong><span style="font-family: Georgia;">Karissa Alcox.</span></strong><span style="font-family: Georgia;"> <em>Writer. </em><br>Karissa Alcox is a future librarian, a frequent
reader-on-buses, and an always storyteller. She dabbles in many creative areas
including interactive art installations, satirical news articles, bizarre hats,
and witty tweets. Currently a Master of Library and Information Science student
at The University of Western Ontario, she plans to spend the rest of her days
reading strange stories and meeting interesting people.</span></p><p><span style="font-family: Georgia;"><strong>Edward Donald Roué.</strong> <em>Writer.<span style="font-family: Georgia;"> </span></em></span><span style="font-family: Georgia;"><br>Edward Roué is an aspiring journalist studying at La
Cité in Ottawa. He writes in both English and French and blogs about
movies and other topics at <em>edwardroue.wordpress.com.</em></span></p><p><strong><span style="font-family: Georgia;">John Budinsky. </span></strong><em><span style="font-family: Georgia;">Writer. <br></span></em><span style="font-family: Georgia;">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;"></span></p>
</div>
</div><!-- main-->
</article>
</div><!-- /page-->