<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Electric Speed</title>
	<atom:link href="http://electricspeed.ca/feed" rel="self" type="application/rss+xml" />
	<link>http://electricspeed.ca</link>
	<description>An exhibition curated by Kate Armstrong and Malcolm Levy</description>
	<lastBuildDate>Wed, 25 Jan 2012 18:48:54 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.4.1</generator>
		<item>
		<title>Hunger</title>
		<link>http://electricspeed.ca/works/hunger</link>
		<comments>http://electricspeed.ca/works/hunger#comments</comments>
		<pubDate>Fri, 16 Sep 2011 23:10:34 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Works]]></category>

		<guid isPermaLink="false">http://clients.codenamedesign.com/electricspeed/?p=1</guid>
		<description><![CDATA[The artist inserts her image digitally into TV and film scenes from Twilight (New Moon), True Blood, and Being Human. <a href="http://electricspeed.ca/works/hunger">Read more</a>]]></description>
			<content:encoded><![CDATA[<p><iframe src="http://player.vimeo.com/video/32805674?title=0&amp;byline=0&amp;portrait=0&amp;color=ffffff" width="480" height="272" frameborder="0" webkitAllowFullScreen mozallowfullscreen allowFullScreen></iframe></p>
<p>Jillian Mcdonald inserts her image digitally into TV and film scenes from three contemporary vampire stories &#8211;  <em>Twilight</em> (New Moon), <em>True Blood</em>, and <em>Being Human &#8211; </em>in order to engage in a staring contest with the vampires. Time is suspended in the staring contests which no one wins and no one loses. Mcdonald takes on the subject of longing and places it into a paralyzed, competitive moment between two subjects, writ large on an architectural exterior. The video addresses hunger, duration, competition, attention, and desire.</p>

	
		<div class="gallery_clear"></div> 
		<div id="gallery_281" class="photospace"> 
	
			<!-- Start Advanced Gallery Html Containers -->
			<div class="thumbs_wrap2">
				<div class="thumbs_wrap">
					<div id="thumbs_281" class="thumnail_col hide_me" >
						 
						<ul class="thumbs noscript">				
						
									<li><a class="thumb" href="http://electricspeed.ca/wp-content/uploads/hunger1-620x348.jpg" title="hunger1" >								
											<img src="http://electricspeed.ca/wp-content/uploads/hunger1-50x50.jpg" alt="" title="hunger1" />
										</a>
										
										<div class="caption">
											
										</div>
										
									</li>
								
									<li><a class="thumb" href="http://electricspeed.ca/wp-content/uploads/hunger2-620x348.jpg" title="hunger2" >								
											<img src="http://electricspeed.ca/wp-content/uploads/hunger2-50x50.jpg" alt="" title="hunger2" />
										</a>
										
										<div class="caption">
											
										</div>
										
									</li>
								
									<li><a class="thumb" href="http://electricspeed.ca/wp-content/uploads/hunger3-620x348.jpg" title="hunger3" >								
											<img src="http://electricspeed.ca/wp-content/uploads/hunger3-50x50.jpg" alt="" title="hunger3" />
										</a>
										
										<div class="caption">
											
										</div>
										
									</li>
								
						</ul>
								<div class="gallery_clear"></div>
								<a class="pageLink prev" style="display:none" href="#" title="Previous Page"></a>
						<a class="pageLink next" style="display:none" href="#" title="Next Page"></a>
					</div>
				</div>
			</div>
			
			<!-- Start Advanced Gallery Html Containers -->
			<div class="gal_content">
				<div id="controls_281" class="controls"></div>
				<div class="slideshow-container">
					<div id="loading_281" class="loader"></div>
					<div id="slideshow_281" class="slideshow"></div>
					<div id="caption_281" class="caption-container"></div>
				</div>
				
			</div>
	
	</div>
	
	<div class="gallery_clear"></div>
	
	
	
	<script type='text/javascript'>
			
			jQuery(document).ready(function($) {
				
				// We only want these styles applied when javascript is enabled
				$('.gal_content').css('display', 'block');
		
				// Initially set opacity on thumbs and add
				// additional styling for hover effect on thumbs
				var onMouseOutOpacity = 0.67;
				$('#thumbs_281 ul.thumbs li, .thumnail_col a.pageLink').opacityrollover({
					mouseOutOpacity:   onMouseOutOpacity,
					mouseOverOpacity:  1.0,
					fadeSpeed:         'fast',
					exemptionSelector: '.selected'
				});	
				
				// Initialize Advanced Galleriffic Gallery 
				var gallery = $('#thumbs_281').galleriffic({ 
					delay:                     3500,
					numThumbs:                 9,
					preloadAhead:              9,
					enableTopPager:            1,
					enableBottomPager:         false,
					imageContainerSel:         '#slideshow_281',
					controlsContainerSel:      '#controls_281',
					captionContainerSel:       '#caption_281',  
					loadingContainerSel:       '#loading_281',
					renderSSControls:          true,
					renderNavControls:         true,
					playLinkText:              '<span>Play</span>',
					pauseLinkText:             '<span>Pause</span>',
					prevLinkText:              '<span>Previous</span>',
					nextLinkText:              '<span>Next</span>',
					nextPageLinkText:          '&rsaquo;',
					prevPageLinkText:          '&lsaquo;',
					enableHistory:              0,
					autoStart:                 	0,
					enableKeyboardNavigation:	true,
					syncTransitions:           	true,
					defaultTransitionDuration: 	300,
						
					onSlideChange:             function(prevIndex, nextIndex) {
						// 'this' refers to the gallery, which is an extension of $('#thumbs')
						this.find('ul.thumbs').children()
							.eq(prevIndex).fadeTo('fast', onMouseOutOpacity).end()
							.eq(nextIndex).fadeTo('fast', 1.0);
					},
					onTransitionOut:           function(slide, caption, isSync, callback) {
						slide.fadeTo(this.getDefaultTransitionDuration(isSync), 0.0, callback);
						caption.fadeTo(this.getDefaultTransitionDuration(isSync), 0.0);
					},
					onTransitionIn:            function(slide, caption, isSync) {
						var duration = this.getDefaultTransitionDuration(isSync);
						slide.fadeTo(duration, 1.0);
	
						// Position the caption at the bottom of the image and set its opacity
						var slideImage = slide.find('img');
						caption.width(slideImage.width())
							.css({
								//'bottom' : Math.floor((slide.height() - slideImage.outerHeight()) / 2 - 40),
								'top' : slideImage.outerHeight(),
								'left' : Math.floor((slide.width() - slideImage.width()) / 2) + slideImage.outerWidth() - slideImage.width()
							})
							.fadeTo(1000, 1.0);
						
					},
					onPageTransitionOut:       function(callback) {
						this.hide();
						setTimeout(callback, 100); // wait a bit
					},
					onPageTransitionIn:        function() {
						var prevPageLink = this.find('a.prev').css('display', 'none');
						var nextPageLink = this.find('a.next').css('display', 'none');
						
						// Show appropriate next / prev page links
						if (this.displayedPage > 0)
							prevPageLink.css('display', 'block');
		
						var lastPage = this.getNumPages() - 1;
						if (this.displayedPage < lastPage)
							nextPageLink.css('display', 'block');
		
						this.fadeTo('fast', 1.0);
					},
					onImageAdded: function(imageData, li) {
						_li.opacityrollover({
							mouseOutOpacity:   onMouseOutOpacity,
							mouseOverOpacity:  1.0,
							fadeSpeed:         'fast',
							exemptionSelector: '.selected'
						});
					}
					
				}); 
				
				
				
				/**************** Event handlers for custom next / prev page links **********************/
		
				gallery.find('a.prev').click(function(e) {
					gallery.previousPage();
					e.preventDefault();
				});
		
				gallery.find('a.next').click(function(e) {
					gallery.nextPage(); 
					e.preventDefault();
				});
		
			});
		</script>
		
		
]]></content:encoded>
			<wfw:commentRss>http://electricspeed.ca/works/hunger/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Firefly</title>
		<link>http://electricspeed.ca/works/firefly</link>
		<comments>http://electricspeed.ca/works/firefly#comments</comments>
		<pubDate>Sat, 17 Sep 2011 00:15:20 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Works]]></category>

		<guid isPermaLink="false">http://clients.codenamedesign.com/electricspeed/?p=35</guid>
		<description><![CDATA[In Will Gill ‘s Firefly, illuminated arrows are launched through the darkness of a Newfoundland outport town, across barrens, through forests, outside church doors  and into vast oceans. Associative of both nature and technology, the kinetic points of light interrupt what &#8230; <a href="http://electricspeed.ca/works/firefly">Read more</a>]]></description>
			<content:encoded><![CDATA[<p><iframe src="http://player.vimeo.com/video/32806363?title=0&amp;byline=0&amp;portrait=0&amp;color=ffffff" frameborder="0" width="480" height="270"></iframe></p>
<p>In Will Gill ‘s <em>Firefly, </em>illuminated arrows are launched through the darkness of a Newfoundland outport town, across barrens, through forests, outside church doors  and into vast oceans. Associative of both nature and technology, the kinetic points of light interrupt what could otherwise be understood as very traditional pictorial views, and bring to mind the material world within which we experience accelerated information.</p>
<p><a href="http://electricspeed.ca/?attachment_id=460"><img class="alignnone size-full wp-image-460" title="IMG_1862 copy" src="http://electricspeed.ca/wp-content/uploads/IMG_1862-copy.jpg" alt="" width="400" height="267" /></a><br />
Photo: Mark Bennett, 2011</p>
<p><a href="http://electricspeed.ca/?attachment_id=461"><img class="alignnone size-full wp-image-461" title="IMG_1909 copy" src="http://electricspeed.ca/wp-content/uploads/IMG_1909-copy1.jpg" alt="" width="400" height="267" /></a><br />
Photo: Mark Bennett, 2011</p>
]]></content:encoded>
			<wfw:commentRss>http://electricspeed.ca/works/firefly/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Rewrite the Year</title>
		<link>http://electricspeed.ca/works/rewrite-the-year</link>
		<comments>http://electricspeed.ca/works/rewrite-the-year#comments</comments>
		<pubDate>Sat, 17 Sep 2011 00:15:31 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Works]]></category>

		<guid isPermaLink="false">http://clients.codenamedesign.com/electricspeed/?p=37</guid>
		<description><![CDATA[Between December 2nd, 2011 &#8211; January 15, 2012, the large scale urban screen operated by the Surrey Art Gallery on the exterior wall of the Chuck Bailey Recreation Centre became the site of Rewrite the Year, an interactive project by &#8230; <a href="http://electricspeed.ca/works/rewrite-the-year">Read more</a>]]></description>
			<content:encoded><![CDATA[<p>Between December 2nd, 2011 &#8211; January 15, 2012, the large scale urban screen operated by the Surrey Art Gallery on the exterior wall of the Chuck Bailey Recreation Centre became the site of Rewrite the Year, an interactive project by Melissa Mongiat and Mouna Andraos.</p>
<p>The installation revisited 365 headlines from 2011, starting on January 1st and going through to December. From protests, elections, conflicts, change, victories and others daily stories – the year was reflected through the lens of local and international news headlines.</p>
<p>During this project the public was invited to rewrite these headlines together, collectively re-examining what worked and what didn&#8217;t. Participants used text messages to rewrite sections of the headlines, one word at a time.</p>
<p>To learn more about the project, visit the <a href="http://www.rewritetheyear.com" target="_blank">Rewrite the Year website</a>.</p>
<p><a href="http://electricspeed.ca/?attachment_id=439"><img class="alignnone size-full wp-image-439" title="IMG_1238" src="http://electricspeed.ca/wp-content/uploads/IMG_1238.jpg" alt="" width="300" height="200" /></a></p>
<p><a href="http://electricspeed.ca/?attachment_id=437"><img class="alignnone size-full wp-image-437" title="IMG_1219" src="http://electricspeed.ca/wp-content/uploads/IMG_1219.jpg" alt="" width="300" height="200" /></a></p>
<p><a href="http://electricspeed.ca/?attachment_id=438"><img class="alignnone size-full wp-image-438" title="IMG_1232" src="http://electricspeed.ca/wp-content/uploads/IMG_1232.jpg" alt="" width="300" height="200" /></a></p>
<p><a href="http://electricspeed.ca/?attachment_id=441"><img class="alignnone size-full wp-image-441" title="IMG_1241" src="http://electricspeed.ca/wp-content/uploads/IMG_12411.jpg" alt="" width="300" height="200" /></a></p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://electricspeed.ca/works/rewrite-the-year/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Gravity</title>
		<link>http://electricspeed.ca/works/gravity</link>
		<comments>http://electricspeed.ca/works/gravity#comments</comments>
		<pubDate>Sat, 17 Sep 2011 00:16:03 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Works]]></category>

		<guid isPermaLink="false">http://clients.codenamedesign.com/electricspeed/?p=41</guid>
		<description><![CDATA[A daredevil performs on the Ken Fox Wall of Death, a cylindrical wooden track 20 feet high and 32 feet in diameter.  The audience is keenly aware that deceleration on the steep vertical wall is not an option; slowing down would produce catastrophic results.  <a href="http://electricspeed.ca/works/gravity">Read more</a>]]></description>
			<content:encoded><![CDATA[<p><iframe src="http://player.vimeo.com/video/32806589?title=0&amp;byline=0&amp;portrait=0&amp;color=ffffff" width="480" height="272" frameborder="0" webkitAllowFullScreen mozallowfullscreen allowFullScreen></iframe></p>
<p>A daredevil performs on the Ken Fox Wall of Death, a cylindrical wooden track 20 feet high and 32 feet in diameter.  The audience is keenly aware that deceleration on the steep vertical wall is not an option; slowing down would produce catastrophic results. Sasaki explores this action as an analogue for our culture of &#8220;electric speed&#8221;, identifying an imperative to continue along this trajectory (or, more likely, accelerate.) Shot at a high frame rate and presented in slow motion, the rider appears untethered from the physical forces that are keeping him aloft. Centrifugal motion becomes invisible and physical space is distorted as the rider seems to take on the ability to navigate impossible Escher-like planes. With a triumphant gesture he appears to transcend physical form, to float. He is both angelic and forebodingly reckless.</p>
<p>Jon Sasaki gratefully acknowledges Ken Fox, Alex Fox, and the Ken Fox Troupe for their generosity and participation.</p>
<p><br /><img src="http://electricspeed.ca/videos/gravity.jpg" width="620" height="346" alt="media" /><br />
</p>
]]></content:encoded>
			<wfw:commentRss>http://electricspeed.ca/works/gravity/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://electricspeed.ca/videos/gravity.flv" length="15720269" type="video/x-flv" />
		</item>
		<item>
		<title>Explore the Future of Creativity</title>
		<link>http://electricspeed.ca/works/explore-the-future-of-creativity</link>
		<comments>http://electricspeed.ca/works/explore-the-future-of-creativity#comments</comments>
		<pubDate>Sat, 17 Sep 2011 00:16:14 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Works]]></category>

		<guid isPermaLink="false">http://clients.codenamedesign.com/electricspeed/?p=43</guid>
		<description><![CDATA[Jeremy Bailey&#8217;s performance-oriented practice centres around the use of custom augmented reality software which overlays graphics overtop the photographic image. In Explore the Future of Creativity, Bailey has produced an advertisement for “Famous New Media Artist Jeremy Bailey”.  Bailey’s ad, designed &#8230; <a href="http://electricspeed.ca/works/explore-the-future-of-creativity">Read more</a>]]></description>
			<content:encoded><![CDATA[<p><iframe src="http://player.vimeo.com/video/32805422?title=0&amp;byline=0&amp;portrait=0&amp;color=ffffff" frameborder="0" width="480" height="268"></iframe></p>
<p>Jeremy Bailey&#8217;s performance-oriented practice centres around the use of custom augmented reality software which overlays graphics overtop the photographic image. In <em>Explore the Future of Creativity,</em> Bailey has produced an advertisement for “Famous New Media Artist Jeremy Bailey”.  Bailey’s ad, designed for presentation on large scale public screens, runs concurrently with an external advertising campaign on Google adwords and YouTube. The work explores the urban screen as a commercially-driven element of public space and extends the urban screen to include the small, mobile, personal and social screens of our other devices. Bailey uses the aesthetics of the Internet and the perpetual cartoon &#8220;now&#8221; to interrogate  relationships between cultural and commercial contexts and to challenge expectations of both advertising and art within the frame of contemporary global media culture.</p>
<p><a href="http://electricspeed.ca/?attachment_id=463"><img class="alignnone size-full wp-image-463" title="1-sm" src="http://electricspeed.ca/wp-content/uploads/1-sm.jpg" alt="" width="400" height="225" /></a></p>
<p><a href="http://electricspeed.ca/?attachment_id=464"><img class="alignnone size-full wp-image-464" title="2-sm" src="http://electricspeed.ca/wp-content/uploads/2-sm.jpg" alt="" width="400" height="225" /></a></p>
<p><a href="http://electricspeed.ca/?attachment_id=465"><img class="alignnone size-full wp-image-465" title="3-sm" src="http://electricspeed.ca/wp-content/uploads/3-sm.jpg" alt="" width="400" height="225" /></a></p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://electricspeed.ca/works/explore-the-future-of-creativity/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Kate Armstrong</title>
		<link>http://electricspeed.ca/catalogue/curatorial-statement-one</link>
		<comments>http://electricspeed.ca/catalogue/curatorial-statement-one#comments</comments>
		<pubDate>Mon, 17 Oct 2011 23:59:14 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Catalogue]]></category>
		<category><![CDATA[Curatorial Statements]]></category>

		<guid isPermaLink="false">http://clients.codenamedesign.com/electricspeed/?p=193</guid>
		<description><![CDATA[Kate Armstrong is a writer, artist and independent curator. She has been active producing exhibitions, events and publications in contemporary media art in Vancouver, Canada and internationally. Her areas of focus include location-aware and perpetual narrative forms, and participatory projects, &#8230; <a href="http://electricspeed.ca/catalogue/curatorial-statement-one">Read more</a>]]></description>
			<content:encoded><![CDATA[<p>Kate Armstrong is a writer, artist and independent curator. She has been active producing exhibitions, events and publications in contemporary media art in Vancouver, Canada and internationally. Her areas of focus include location-aware and perpetual narrative forms, and participatory projects, particularly those which engage with public space. She is currently working on a curatorial research project in connection with Activating the Archives at Grunt Gallery as well as managing the Goethe Satellite Vancouver.</p>
]]></content:encoded>
			<wfw:commentRss>http://electricspeed.ca/catalogue/curatorial-statement-one/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Malcolm Levy</title>
		<link>http://electricspeed.ca/catalogue/curatorial-statement-two</link>
		<comments>http://electricspeed.ca/catalogue/curatorial-statement-two#comments</comments>
		<pubDate>Mon, 17 Oct 2011 23:59:27 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Catalogue]]></category>
		<category><![CDATA[Curatorial Statements]]></category>

		<guid isPermaLink="false">http://clients.codenamedesign.com/electricspeed/?p=195</guid>
		<description><![CDATA[Malcolm Levy is an artist, curator, writer, and filmmaker living in Vancouver BC. With a focus on hybrid media and visual art forms, he was the curator of CODE Live during the 2010 Winter Olympics, and is currently working on &#8230; <a href="http://electricspeed.ca/catalogue/curatorial-statement-two">Read more</a>]]></description>
			<content:encoded><![CDATA[<p>Malcolm Levy is an artist, curator, writer, and filmmaker living in Vancouver BC. With a focus on hybrid media and visual art forms, he was the curator of CODE Live during the 2010 Winter Olympics, and is currently working on projects with the Grunt Gallery, the New Forms Festival, Vancouver 125, and the Goethe Institut.</p>
]]></content:encoded>
			<wfw:commentRss>http://electricspeed.ca/catalogue/curatorial-statement-two/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Caitlin Jones</title>
		<link>http://electricspeed.ca/catalogue/essay-one</link>
		<comments>http://electricspeed.ca/catalogue/essay-one#comments</comments>
		<pubDate>Mon, 17 Oct 2011 23:59:42 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Catalogue]]></category>
		<category><![CDATA[Essays]]></category>

		<guid isPermaLink="false">http://clients.codenamedesign.com/electricspeed/?p=197</guid>
		<description><![CDATA[Caitlin Jones is the Executive Director of the Western Front Society in Vancouver, BC. Prior to this appointment she had a combined curatorial and conservation position at the Solomon R. Guggenheim Museum, and was the Director of Programming at the &#8230; <a href="http://electricspeed.ca/catalogue/essay-one">Read more</a>]]></description>
			<content:encoded><![CDATA[<p>Caitlin Jones is the Executive Director of the Western Front Society in Vancouver, BC. Prior to this appointment she had a combined curatorial and conservation position at the Solomon R. Guggenheim Museum, and was the Director of Programming at the Bryce Wolkowitz Gallery in New York. As a curator and researcher, Jones has also been responsible for developing important tools and policy for the preservation and documentation of electronic and ephemeral artworks. She was a staff writer for Rhizome and her other writings on contemporary art and new media have appeared in a wide range of periodicals and other international publications including , The Believer, Art Lies, Cory Arcangel: A New Fiesta in the Making (exhibition catalog), Nam June Paik: Global Groove 2004 (exhibition catalog) and the upcoming edition of the Documents of Contemporary Art series published by Whitechapel Gallery and MIT Press.</p>
]]></content:encoded>
			<wfw:commentRss>http://electricspeed.ca/catalogue/essay-one/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sylvie Parent</title>
		<link>http://electricspeed.ca/catalogue/essay-two</link>
		<comments>http://electricspeed.ca/catalogue/essay-two#comments</comments>
		<pubDate>Tue, 18 Oct 2011 00:00:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Catalogue]]></category>
		<category><![CDATA[Essays]]></category>

		<guid isPermaLink="false">http://clients.codenamedesign.com/electricspeed/?p=199</guid>
		<description><![CDATA[Sylvie Parent is the artistic director of Molior, an organization specialized in the production of new media exhibitions and projects. She has been involved in the international art scene as a curator and a writer for the past twenty years. &#8230; <a href="http://electricspeed.ca/catalogue/essay-two">Read more</a>]]></description>
			<content:encoded><![CDATA[<p>Sylvie Parent is the artistic director of Molior, an organization specialized in the production of new media exhibitions and projects. She has been involved in the international art scene as a curator and a writer for the past twenty years. Among her curatorial projects, the collective exhibition Inside was presented in the 3rd Beijing International New Media Art Exhibition (2006) and at Paço das Artes in São Paulo (2008). She co-curated Location / Dislocation for the New Museum in New York (2001) and was responsible for the Web art component of the Biennale de Montréal 2000 . Sylvie Parent has worked as an editor for HorizonZero , an online magazine published by the Banff New Media Institute (2002-2005) and CIAC&#8217;s Electronic Magazine (1997-2001). She has written extensively on art for many printed and electronic publications.</p>
]]></content:encoded>
			<wfw:commentRss>http://electricspeed.ca/catalogue/essay-two/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hello world!</title>
		<link>http://electricspeed.ca/uncategorized/hello-world</link>
		<comments>http://electricspeed.ca/uncategorized/hello-world#comments</comments>
		<pubDate>Tue, 23 Aug 2011 22:33:11 +0000</pubDate>
		<dc:creator>es2011</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://electricspeed.ca/?p=1</guid>
		<description><![CDATA[Welcome to WordPress. This is your first post. Edit or delete it, then start blogging!]]></description>
			<content:encoded><![CDATA[<p>Welcome to WordPress. This is your first post. Edit or delete it, then start blogging!</p>
]]></content:encoded>
			<wfw:commentRss>http://electricspeed.ca/uncategorized/hello-world/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
