<?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>BARENTS CULTURE</title>
	<atom:link href="http://barentsculture.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://barentsculture.com</link>
	<description>– an Arctic Experience</description>
	<lastBuildDate>Fri, 10 May 2013 14:08:13 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Disappearing Soviet Design</title>
		<link>http://barentsculture.com/disappearing-soviet-design/</link>
		<comments>http://barentsculture.com/disappearing-soviet-design/#comments</comments>
		<pubDate>Fri, 10 May 2013 14:08:13 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[ARCHITECTURE]]></category>
		<category><![CDATA[DESIGN]]></category>
		<category><![CDATA[RUSSIA]]></category>
		<category><![CDATA[Kandalaksha]]></category>

		<guid isPermaLink="false">http://barentsculture.com/?p=4766</guid>
		<description><![CDATA[&#160; KANDALAKSHA. Russia is going through a period of fast modernization. New shopping centres, skyscrapers in big towns and self-service shops are mushrooming around the country. At the same time, old trams, trolleybuses and buildings disappear from the urban landscape. <a href="http://barentsculture.com/disappearing-soviet-design/">[...]</a>]]></description>
			<content:encoded><![CDATA[<p>&nbsp;</p>
<div id="attachment_4771" class="wp-caption aligncenter" style="width: 560px"><a href="http://barentsculture.com/disappearing-soviet-design/belomorie12-kopia/" rel="attachment wp-att-4771"><img class="size-full wp-image-4771" title="Belomorie12 kopia" src="http://barentsculture.com/wp-content/uploads/Belomorie12-kopia.jpg" alt="" width="550" height="366" /></a><p class="wp-caption-text">Colourful stairs at the Belomorie Hotel. Photo Kenneth Mikko</p></div>
<p>KANDALAKSHA. Russia is going through a period of fast modernization. New shopping centres, skyscrapers in big towns and self-service shops are mushrooming around the country. At the same time, old trams, trolleybuses and buildings disappear from the urban landscape. The Soviet design and architecture is replaced by more western-influenced styles.</p>
<p>A year ago, the Belomorie Hotel in Kandalaksha found  a new owner, Vladimir Komarov from Polyarny Zori. Built in 1980, the building at the main square is in great need of renovation, and Kamarov has now started a big project to renew the facilities.</p>
<div id="attachment_4772" class="wp-caption aligncenter" style="width: 560px"><a href="http://barentsculture.com/disappearing-soviet-design/hotel10/" rel="attachment wp-att-4772"><img class="size-full wp-image-4772" title="Hotel10" src="http://barentsculture.com/wp-content/uploads/Hotel10.jpg" alt="" width="550" height="371" /></a><p class="wp-caption-text">From one of the economy class rooms. Photo Kenneth Mikko</p></div>
<p>&nbsp;</p>
<p>To get a glimpse of the Soviet design, barentsculture.com gives you a last glimpse of the Belomorie Hotel and its old-style colourful premises and details, before they will disappear.</p>
<p>Have a look at our <a title="gallery" href="http://barcult.pictures.fi/kuvat/">GALLERY</a></p>
<link rel="stylesheet" type="text/css" href="http://barentsculture.com/wp-content/plugins/osm//css/osm_map.css" /><style type="text/css">#map_1 {clear: both; padding: 0px; margin: 0px; border: 0px; width: 100%; height: 100%; margin-top:0px; margin-right:0px;margin-left:0px; margin-bottom:0px; left: 0px;}#map_1 img{clear: both; padding: 0px; margin: 0px; border: 0px; width: 100%; height: 100%; position: absolute; margin-top:0px; margin-right:0px;margin-left:0px; margin-bottom:0px;}</style><div id="map_1" style="width:400px; height:300px; overflow:hidden;padding:0px;border:none;"><script type="text/javascript" src="http://openlayers.org/api/2.11/OpenLayers.js"></script><script type="text/javascript" src="http://www.openstreetmap.org/openlayers/OpenStreetMap.js"></script><script type="text/javascript">/* <![CDATA[ */(function($) { OpenLayers.ImgPath = "http://barentsculture.com/wp-content/plugins/osm/themes/ol/"; map = new OpenLayers.Map ("map_1", {            controls:[              new OpenLayers.Control.Navigation(),              new OpenLayers.Control.PanZoom(),              new OpenLayers.Control.Attribution()              ],          maxExtent: new OpenLayers.Bounds(-20037508.34,-20037508.34,20037508.34,20037508.34),          maxResolution: 156543.0399,          numZoomLevels: 19,          units: "m",          projection: new OpenLayers.Projection("EPSG:900913"),           displayProjection: new OpenLayers.Projection("EPSG:4326")      } );var lmap = new OpenLayers.Layer.OSM.Mapnik("Mapnik");var layerOSM_Attr = new OpenLayers.Layer.Vector("OSM-plugin",{attribution:"<a href=\"http://www.Fotomobil.at/wp-osm-plugin\">OSM plugin</a>"});map.addLayers([lmap, layerOSM_Attr]);    function osm_getTileURL(bounds) {        var res = this.map.getResolution();        var x = Math.round((bounds.left - this.maxExtent.left) / (res * this.tileSize.w));        var y = Math.round((this.maxExtent.top - bounds.top) / (res * this.tileSize.h));        var z = this.map.getZoom();        var limit = Math.pow(2, z);        if (y < 0 || y >= limit) {            return OpenLayers.Util.getImagesLocation() + "404.png";        } else {            x = ((x % limit) + limit) % limit;            return this.url + z + "/" + x + "/" + y + "." + this.type;        }    }var lonLat = new OpenLayers.LonLat(32.414,67.153).transform(map.displayProjection,  map.projection);map.setCenter (lonLat,5);var markers = new OpenLayers.Layer.Markers( "Marker" );map.addLayer(markers);var data = {};var currentPopup;data.icon = new OpenLayers.Icon("http://barentsculture.com/wp-content/plugins/osm/icons/wpttemp-yellow.png",     new OpenLayers.Size(24,24),     new OpenLayers.Pixel(0, -24));var ll = new OpenLayers.LonLat(32.414,67.153).transform(map.displayProjection,  map.projection);     var feature = new OpenLayers.Feature(markers, ll, data);feature.closeBox = true;feature.popupClass = OpenLayers.Class(OpenLayers.Popup.FramedCloud, {"autoSize": true, minSize: new OpenLayers.Size(150,150),"keepInMap": true } );feature.data.popupContentHTML = "<br>KANDALAKSHA";feature.data.overflow = "hidden";var marker = new OpenLayers.Marker(ll,data.icon.clone());marker.feature = feature;var markerClick = function(evt) {  if (this.popup == null) {    this.popup = this.createPopup(this.closeBox);    map.addPopup(this.popup);    this.popup.show();  }   else {    this.popup.toggle();  }  OpenLayers.Event.stop(evt);};marker.events.register("mousedown", feature, markerClick);markers.addMarker(marker);map.addPopup(feature.createPopup(feature.closeBox));})(jQuery)/* ]]&gt; */ </script></div>
<p>&nbsp;</p>
<div><span style="color: #333333; font-family: sans-serif; font-size: 11.818181991577148px; line-height: 16.789772033691406px; background-color: #ffffff;"><br />
</span></div>
]]></content:encoded>
			<wfw:commentRss>http://barentsculture.com/disappearing-soviet-design/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Who&#8217;s Zooming Who?</title>
		<link>http://barentsculture.com/whos-zooming-who/</link>
		<comments>http://barentsculture.com/whos-zooming-who/#comments</comments>
		<pubDate>Fri, 03 May 2013 09:16:17 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHOTO]]></category>
		<category><![CDATA[SWEDEN]]></category>
		<category><![CDATA[Umeå]]></category>

		<guid isPermaLink="false">http://barentsculture.com/?p=4746</guid>
		<description><![CDATA[UMEÅ. The relationship between a photographer and the photo subject is not as simple and obvious as it sometimes may seem. By pointing the camera at another person, the situation creates two roles &#8211; Me and You. The topic will be <a href="http://barentsculture.com/whos-zooming-who/">[...]</a>]]></description>
			<content:encoded><![CDATA[<p>UMEÅ. The relationship between a photographer and the photo subject is not as simple and obvious as it sometimes may seem. By pointing the camera at another person, the situation creates two roles &#8211; Me and You.</p>
<div id="attachment_4751" class="wp-caption aligncenter" style="width: 410px"><a href="http://barentsculture.com/whos-zooming-who/130411_voda/" rel="attachment wp-att-4751"><img class="size-full wp-image-4751" title="130411_voda" src="http://barentsculture.com/wp-content/uploads/130411_voda.jpg" alt="3 potographers" width="400" height="400" /></a><p class="wp-caption-text">Lars Öberg, Elin Berge and Johan Gunséus are taking part in &quot;Us and Them&quot;. Photo Yvonne Rittvall</p></div>
<p>The topic will be further explored by a group of eight Swedish photographers &#8211; Elin Berge, David Dahlberg, Alexandra A. Ellis, Malin Grönborg, Johan Gunséus, Sara Lindquist, Linda Thompson and Lars Öberg. In addition to the photographers portraying people, the characters themselves will also take photographs of the situation. The project &#8220;Us and Them&#8221; is one of many events during the Capital of Culture year in Umeå 2014. It will result in an exhibition to be displayed at the Sune Jonsson Centre for Documentary Photography, and<span style="font-size: 13px; line-height: 19px;"> along Umeå&#8217;s local bus routes. The exhibitions has also been invited to Riga&#8217;s PhotoMonth next year. Riga is the other European Capital of Culture in 2014.</span></p>
<p>Info: <a title="Ume" href="http://umea2014.se/2013/04/photographers-challenge-with-dual-perspective/">Umeå 2014</a></p>
<div id="attachment_4757" class="wp-caption aligncenter" style="width: 435px"><a href="http://barentsculture.com/whos-zooming-who/guardian/" rel="attachment wp-att-4757"><img class="size-full wp-image-4757" title="Guardian" src="http://barentsculture.com/wp-content/uploads/Guardian.jpg" alt="" width="425" height="220" /></a><p class="wp-caption-text">Culture journalists taking photos of Guardian journalists, London. Photo Kenneth Mikko</p></div>
<link rel="stylesheet" type="text/css" href="http://barentsculture.com/wp-content/plugins/osm//css/osm_map.css" /><style type="text/css">#map_2 {clear: both; padding: 0px; margin: 0px; border: 0px; width: 100%; height: 100%; margin-top:0px; margin-right:0px;margin-left:0px; margin-bottom:0px; left: 0px;}#map_2 img{clear: both; padding: 0px; margin: 0px; border: 0px; width: 100%; height: 100%; position: absolute; margin-top:0px; margin-right:0px;margin-left:0px; margin-bottom:0px;}</style><div id="map_2" style="width:400px; height:300px; overflow:hidden;padding:0px;border:none;"><script type="text/javascript">/* <![CDATA[ */(function($) { OpenLayers.ImgPath = "http://barentsculture.com/wp-content/plugins/osm/themes/ol/"; map = new OpenLayers.Map ("map_2", {            controls:[              new OpenLayers.Control.Navigation(),              new OpenLayers.Control.PanZoom(),              new OpenLayers.Control.Attribution()              ],          maxExtent: new OpenLayers.Bounds(-20037508.34,-20037508.34,20037508.34,20037508.34),          maxResolution: 156543.0399,          numZoomLevels: 19,          units: "m",          projection: new OpenLayers.Projection("EPSG:900913"),           displayProjection: new OpenLayers.Projection("EPSG:4326")      } );var lmap = new OpenLayers.Layer.OSM.Mapnik("Mapnik");var layerOSM_Attr = new OpenLayers.Layer.Vector("OSM-plugin",{attribution:"<a href=\"http://www.Fotomobil.at/wp-osm-plugin\">OSM plugin</a>"});map.addLayers([lmap, layerOSM_Attr]);    function osm_getTileURL(bounds) {        var res = this.map.getResolution();        var x = Math.round((bounds.left - this.maxExtent.left) / (res * this.tileSize.w));        var y = Math.round((this.maxExtent.top - bounds.top) / (res * this.tileSize.h));        var z = this.map.getZoom();        var limit = Math.pow(2, z);        if (y < 0 || y >= limit) {            return OpenLayers.Util.getImagesLocation() + "404.png";        } else {            x = ((x % limit) + limit) % limit;            return this.url + z + "/" + x + "/" + y + "." + this.type;        }    }var lonLat = new OpenLayers.LonLat(20.156,63.827).transform(map.displayProjection,  map.projection);map.setCenter (lonLat,5);var markers = new OpenLayers.Layer.Markers( "Marker" );map.addLayer(markers);var data = {};var currentPopup;data.icon = new OpenLayers.Icon("http://barentsculture.com/wp-content/plugins/osm/icons/wpttemp-yellow.png",     new OpenLayers.Size(24,24),     new OpenLayers.Pixel(0, -24));var ll = new OpenLayers.LonLat(20.266,63.828).transform(map.displayProjection,  map.projection);     var feature = new OpenLayers.Feature(markers, ll, data);feature.closeBox = true;feature.popupClass = OpenLayers.Class(OpenLayers.Popup.FramedCloud, {"autoSize": true, minSize: new OpenLayers.Size(150,150),"keepInMap": true } );feature.data.popupContentHTML = "<br>UMEÅ";feature.data.overflow = "hidden";var marker = new OpenLayers.Marker(ll,data.icon.clone());marker.feature = feature;var markerClick = function(evt) {  if (this.popup == null) {    this.popup = this.createPopup(this.closeBox);    map.addPopup(this.popup);    this.popup.show();  }   else {    this.popup.toggle();  }  OpenLayers.Event.stop(evt);};marker.events.register("mousedown", feature, markerClick);markers.addMarker(marker);map.addPopup(feature.createPopup(feature.closeBox));})(jQuery)/* ]]&gt; */ </script></div>
<div><span style="color: #333333; font-family: sans-serif; font-size: 11.818181991577148px; line-height: 16.789772033691406px; background-color: #ffffff;"><br />
</span></div>
]]></content:encoded>
			<wfw:commentRss>http://barentsculture.com/whos-zooming-who/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A Whole Lotta Franzén</title>
		<link>http://barentsculture.com/a-whole-lotta-franzen/</link>
		<comments>http://barentsculture.com/a-whole-lotta-franzen/#comments</comments>
		<pubDate>Fri, 03 May 2013 08:23:01 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[FILM]]></category>
		<category><![CDATA[FINLAND]]></category>
		<category><![CDATA[PEOPLE]]></category>
		<category><![CDATA[Peter Franzén]]></category>

		<guid isPermaLink="false">http://barentsculture.com/?p=4687</guid>
		<description><![CDATA[&#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; KEMINMAA. Peter Franzén, born and raised in the small northern town of Keminmaa, northern Finland, has made an international career and is today one of Finland&#8217;s most famous actors. He has appeared in <a href="http://barentsculture.com/a-whole-lotta-franzen/">[...]</a>]]></description>
			<content:encoded><![CDATA[<div id="attachment_4732" class="wp-caption alignright" style="width: 335px"><a href="http://barentsculture.com/a-whole-lotta-franzen/franz/" rel="attachment wp-att-4732"><img class=" wp-image-4732 " title="Franz" src="http://barentsculture.com/wp-content/uploads/Franz.png" alt="" width="325" height="217" /></a><p class="wp-caption-text">Peter Franzén. Photo Bonnier publishing</p></div>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p><span style="font-size: 13px; line-height: 19px;">KEMINMAA. Peter Franzén, born and raised in the small northern town of Keminmaa, northern Finland, has made an international career and is today one of Finland&#8217;s most famous actors. He has appeared in more than 40 films and tv-series. His autobiographical novel &#8220;Tumman veden päällä&#8221; [On dark waters] was recognized as a sensible story about a small boy growing up with a violent and alcoholic father. The novel has been turned into a theatre play, and will also be released as a film in the autumn.</span></p>
<div id="attachment_4731" class="wp-caption aligncenter" style="width: 460px"><a href="http://barentsculture.com/a-whole-lotta-franzen/kemi-franz/" rel="attachment wp-att-4731"><img class="size-full wp-image-4731" title="Kemi Franz" src="http://barentsculture.com/wp-content/uploads/Kemi-Franz.jpg" alt="Kemi Franz" width="450" height="292" /></a><p class="wp-caption-text">At the Kemi city theatre, a staged version of Franzén´s novel can be seen until 20th of May . Photo Kenneth Mikko</p></div>
<p>This spring, shootings have been made on location in his home town. Peter Franzén directs the film himself, and also plays one of the main characters. At the same time, Franzén can be seen in the new Finnish film &#8220;Purge &#8220;, based on Finnish writer Sofi Oksanen&#8217;s acclaimed novel about some Estonian fates during the Soviet occupation and today&#8217;s Estonia.</p>
<p>Info: <a title="bio" href="http://www.imdb.com/name/nm0291918/bio">Biography on IMDb<br />
</a></p>
<p>Info: <a title="kemi" href="http://www.keminteatteri.com/tumman-veden-paumlaumlllauml.html">Kemi City Theatre</a><span style="font-size: 13px; line-height: 19px;"> </span></p>
<link rel="stylesheet" type="text/css" href="http://barentsculture.com/wp-content/plugins/osm//css/osm_map.css" /><style type="text/css">#map_3 {clear: both; padding: 0px; margin: 0px; border: 0px; width: 100%; height: 100%; margin-top:0px; margin-right:0px;margin-left:0px; margin-bottom:0px; left: 0px;}#map_3 img{clear: both; padding: 0px; margin: 0px; border: 0px; width: 100%; height: 100%; position: absolute; margin-top:0px; margin-right:0px;margin-left:0px; margin-bottom:0px;}</style><div id="map_3" style="width:400px; height:300px; overflow:hidden;padding:0px;border:none;"><script type="text/javascript">/* <![CDATA[ */(function($) { OpenLayers.ImgPath = "http://barentsculture.com/wp-content/plugins/osm/themes/ol/"; map = new OpenLayers.Map ("map_3", {            controls:[              new OpenLayers.Control.Navigation(),              new OpenLayers.Control.PanZoom(),              new OpenLayers.Control.Attribution()              ],          maxExtent: new OpenLayers.Bounds(-20037508.34,-20037508.34,20037508.34,20037508.34),          maxResolution: 156543.0399,          numZoomLevels: 19,          units: "m",          projection: new OpenLayers.Projection("EPSG:900913"),           displayProjection: new OpenLayers.Projection("EPSG:4326")      } );var lmap = new OpenLayers.Layer.OSM.Mapnik("Mapnik");var layerOSM_Attr = new OpenLayers.Layer.Vector("OSM-plugin",{attribution:"<a href=\"http://www.Fotomobil.at/wp-osm-plugin\">OSM plugin</a>"});map.addLayers([lmap, layerOSM_Attr]);    function osm_getTileURL(bounds) {        var res = this.map.getResolution();        var x = Math.round((bounds.left - this.maxExtent.left) / (res * this.tileSize.w));        var y = Math.round((this.maxExtent.top - bounds.top) / (res * this.tileSize.h));        var z = this.map.getZoom();        var limit = Math.pow(2, z);        if (y < 0 || y >= limit) {            return OpenLayers.Util.getImagesLocation() + "404.png";        } else {            x = ((x % limit) + limit) % limit;            return this.url + z + "/" + x + "/" + y + "." + this.type;        }    }var lonLat = new OpenLayers.LonLat(24.53,65.799).transform(map.displayProjection,  map.projection);map.setCenter (lonLat,5);var markers = new OpenLayers.Layer.Markers( "Marker" );map.addLayer(markers);var data = {};var currentPopup;data.icon = new OpenLayers.Icon("http://barentsculture.com/wp-content/plugins/osm/icons/wpttemp-yellow.png",     new OpenLayers.Size(24,24),     new OpenLayers.Pixel(0, -24));var ll = new OpenLayers.LonLat(24.571,65.799).transform(map.displayProjection,  map.projection);     var feature = new OpenLayers.Feature(markers, ll, data);feature.closeBox = true;feature.popupClass = OpenLayers.Class(OpenLayers.Popup.FramedCloud, {"autoSize": true, minSize: new OpenLayers.Size(150,150),"keepInMap": true } );feature.data.popupContentHTML = "<br>KEMINMAA";feature.data.overflow = "hidden";var marker = new OpenLayers.Marker(ll,data.icon.clone());marker.feature = feature;var markerClick = function(evt) {  if (this.popup == null) {    this.popup = this.createPopup(this.closeBox);    map.addPopup(this.popup);    this.popup.show();  }   else {    this.popup.toggle();  }  OpenLayers.Event.stop(evt);};marker.events.register("mousedown", feature, markerClick);markers.addMarker(marker);map.addPopup(feature.createPopup(feature.closeBox));})(jQuery)/* ]]&gt; */ </script></div>
<div><span style="color: #333333; font-family: sans-serif; font-size: 11.818181991577148px; line-height: 16.789772033691406px; background-color: #ffffff;"><br />
</span></div>
]]></content:encoded>
			<wfw:commentRss>http://barentsculture.com/a-whole-lotta-franzen/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Dancing Metallurg</title>
		<link>http://barentsculture.com/dancing-metallurg/</link>
		<comments>http://barentsculture.com/dancing-metallurg/#comments</comments>
		<pubDate>Sun, 28 Apr 2013 10:15:28 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[DANCE]]></category>
		<category><![CDATA[RUSSIA]]></category>
		<category><![CDATA[Kandalaksha]]></category>

		<guid isPermaLink="false">http://barentsculture.com/?p=4685</guid>
		<description><![CDATA[KANDALAKSHA. Dance education for children has been common and widespread in Russia since the Soviet times. At an early age children can participate in municipal dance schools and learn rhythm , body control and group discipline. Attending a Sunday event <a href="http://barentsculture.com/dancing-metallurg/">[...]</a>]]></description>
			<content:encoded><![CDATA[<p>KANDALAKSHA. Dance education for children has been common and widespread in Russia since the Soviet times. At an early age children can participate in municipal dance schools and learn rhythm , body control and group discipline. Attending a Sunday event (28/4) at the Metallurg culture in the outskirts of Kandalaksha, Murmansk Region, I was impressed by the big dance show. Hundreds of dancers, from preschoolers to high school students showed their dancing abilities with energy and delight. Choreography and music was enjoyable. The big auditorium was crammed with parents and relatives.</p>
<p>– You should be here next week and see another performance, a friend told me. This annual show was just from the Metallurg dance groups. We have many more dance collectives only here in Kandalaksha.</p>
<div id="attachment_4692" class="wp-caption aligncenter" style="width: 610px"><a href="http://barentsculture.com/dancing-metallurg/dance1/" rel="attachment wp-att-4692"><img class="size-full wp-image-4692" title="Dance1" src="http://barentsculture.com/wp-content/uploads/Dance1.jpg" alt="" width="600" height="414" /></a><p class="wp-caption-text">Metallurg dance groups. Photos Kenneth Mikko</p></div>
<p>&nbsp;</p>
<p><a href="http://barentsculture.com/dancing-metallurg/dance2/" rel="attachment wp-att-4693"><img class="aligncenter size-full wp-image-4693" title="Dance2" src="http://barentsculture.com/wp-content/uploads/Dance2.jpg" alt="" width="600" height="401" /></a><a href="http://barentsculture.com/dancing-metallurg/dance3/" rel="attachment wp-att-4696"><img class="aligncenter size-full wp-image-4696" title="Dance3" src="http://barentsculture.com/wp-content/uploads/Dance3.jpg" alt="" width="600" height="339" /></a><a href="http://barentsculture.com/dancing-metallurg/dance4/" rel="attachment wp-att-4697"><img class="aligncenter size-full wp-image-4697" title="Dance4" src="http://barentsculture.com/wp-content/uploads/Dance4.jpg" alt="" width="600" height="397" /></a><a href="http://barentsculture.com/dancing-metallurg/dance5/" rel="attachment wp-att-4698"><img class="aligncenter size-full wp-image-4698" title="Dance5" src="http://barentsculture.com/wp-content/uploads/Dance5.jpg" alt="" width="600" height="412" /></a><a href="http://barentsculture.com/dancing-metallurg/dance6/" rel="attachment wp-att-4699"><img class="aligncenter size-full wp-image-4699" title="Dance6" src="http://barentsculture.com/wp-content/uploads/Dance6.jpg" alt="" width="600" height="435" /></a><a href="http://barentsculture.com/dancing-metallurg/dance7/" rel="attachment wp-att-4700"><img class="aligncenter size-full wp-image-4700" title="Dance7" src="http://barentsculture.com/wp-content/uploads/Dance7.jpg" alt="" width="600" height="429" /></a><a href="http://barentsculture.com/dancing-metallurg/dance8/" rel="attachment wp-att-4701"><img class="aligncenter size-full wp-image-4701" title="Dance8" src="http://barentsculture.com/wp-content/uploads/Dance8.jpg" alt="" width="600" height="360" /></a><a href="http://barentsculture.com/dancing-metallurg/dance9/" rel="attachment wp-att-4702"><img class="aligncenter size-full wp-image-4702" title="Dance9" src="http://barentsculture.com/wp-content/uploads/Dance9.jpg" alt="" width="600" height="430" /></a><a href="http://barentsculture.com/dancing-metallurg/dance10/" rel="attachment wp-att-4703"><img class="aligncenter size-full wp-image-4703" title="Dance10" src="http://barentsculture.com/wp-content/uploads/Dance10.jpg" alt="" width="600" height="404" /></a><a href="http://barentsculture.com/dancing-metallurg/dance11/" rel="attachment wp-att-4704"><img class="aligncenter size-full wp-image-4704" title="Dance11" src="http://barentsculture.com/wp-content/uploads/Dance11.jpg" alt="" width="550" height="562" /></a><a href="http://barentsculture.com/dancing-metallurg/dance12/" rel="attachment wp-att-4705"><img class="aligncenter size-full wp-image-4705" title="Dance12" src="http://barentsculture.com/wp-content/uploads/Dance12.jpg" alt="" width="600" height="365" /></a><a href="http://barentsculture.com/dancing-metallurg/dance13/" rel="attachment wp-att-4706"><img class="aligncenter size-full wp-image-4706" title="Dance13" src="http://barentsculture.com/wp-content/uploads/Dance13.jpg" alt="" width="600" height="419" /></a><a href="http://barentsculture.com/dancing-metallurg/dance14/" rel="attachment wp-att-4707"><img class="aligncenter size-full wp-image-4707" title="Dance14" src="http://barentsculture.com/wp-content/uploads/Dance14.jpg" alt="" width="600" height="419" /></a></p>
<div id="attachment_4708" class="wp-caption aligncenter" style="width: 610px"><a href="http://barentsculture.com/dancing-metallurg/dance15/" rel="attachment wp-att-4708"><img class="size-full wp-image-4708" title="Dance15" src="http://barentsculture.com/wp-content/uploads/Dance15.jpg" alt="" width="600" height="426" /></a><p class="wp-caption-text">Confetti, flowers and celebration after the show. Photos Kenneth Mikko</p></div>
<link rel="stylesheet" type="text/css" href="http://barentsculture.com/wp-content/plugins/osm//css/osm_map.css" /><style type="text/css">#map_4 {clear: both; padding: 0px; margin: 0px; border: 0px; width: 100%; height: 100%; margin-top:0px; margin-right:0px;margin-left:0px; margin-bottom:0px; left: 0px;}#map_4 img{clear: both; padding: 0px; margin: 0px; border: 0px; width: 100%; height: 100%; position: absolute; margin-top:0px; margin-right:0px;margin-left:0px; margin-bottom:0px;}</style><div id="map_4" style="width:400px; height:300px; overflow:hidden;padding:0px;border:none;"><script type="text/javascript">/* <![CDATA[ */(function($) { OpenLayers.ImgPath = "http://barentsculture.com/wp-content/plugins/osm/themes/ol/"; map = new OpenLayers.Map ("map_4", {            controls:[              new OpenLayers.Control.Navigation(),              new OpenLayers.Control.PanZoom(),              new OpenLayers.Control.Attribution()              ],          maxExtent: new OpenLayers.Bounds(-20037508.34,-20037508.34,20037508.34,20037508.34),          maxResolution: 156543.0399,          numZoomLevels: 19,          units: "m",          projection: new OpenLayers.Projection("EPSG:900913"),           displayProjection: new OpenLayers.Projection("EPSG:4326")      } );var lmap = new OpenLayers.Layer.OSM.Mapnik("Mapnik");var layerOSM_Attr = new OpenLayers.Layer.Vector("OSM-plugin",{attribution:"<a href=\"http://www.Fotomobil.at/wp-osm-plugin\">OSM plugin</a>"});map.addLayers([lmap, layerOSM_Attr]);    function osm_getTileURL(bounds) {        var res = this.map.getResolution();        var x = Math.round((bounds.left - this.maxExtent.left) / (res * this.tileSize.w));        var y = Math.round((this.maxExtent.top - bounds.top) / (res * this.tileSize.h));        var z = this.map.getZoom();        var limit = Math.pow(2, z);        if (y < 0 || y >= limit) {            return OpenLayers.Util.getImagesLocation() + "404.png";        } else {            x = ((x % limit) + limit) % limit;            return this.url + z + "/" + x + "/" + y + "." + this.type;        }    }var lonLat = new OpenLayers.LonLat(32.408,67.157).transform(map.displayProjection,  map.projection);map.setCenter (lonLat,5);var markers = new OpenLayers.Layer.Markers( "Marker" );map.addLayer(markers);var data = {};var currentPopup;data.icon = new OpenLayers.Icon("http://barentsculture.com/wp-content/plugins/osm/icons/wpttemp-yellow.png",     new OpenLayers.Size(24,24),     new OpenLayers.Pixel(0, -24));var ll = new OpenLayers.LonLat(32.411,67.156).transform(map.displayProjection,  map.projection);     var feature = new OpenLayers.Feature(markers, ll, data);feature.closeBox = true;feature.popupClass = OpenLayers.Class(OpenLayers.Popup.FramedCloud, {"autoSize": true, minSize: new OpenLayers.Size(150,150),"keepInMap": true } );feature.data.popupContentHTML = "<br>KANDALAKSHA";feature.data.overflow = "hidden";var marker = new OpenLayers.Marker(ll,data.icon.clone());marker.feature = feature;var markerClick = function(evt) {  if (this.popup == null) {    this.popup = this.createPopup(this.closeBox);    map.addPopup(this.popup);    this.popup.show();  }   else {    this.popup.toggle();  }  OpenLayers.Event.stop(evt);};marker.events.register("mousedown", feature, markerClick);markers.addMarker(marker);map.addPopup(feature.createPopup(feature.closeBox));})(jQuery)/* ]]&gt; */ </script></div>
<div><span style="color: #333333; font-family: sans-serif; font-size: 11.818181991577148px; line-height: 16.789772033691406px; background-color: #ffffff;"><br />
</span></div>
]]></content:encoded>
			<wfw:commentRss>http://barentsculture.com/dancing-metallurg/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Festival for Radioheads</title>
		<link>http://barentsculture.com/festival-for-radioheads-2/</link>
		<comments>http://barentsculture.com/festival-for-radioheads-2/#comments</comments>
		<pubDate>Fri, 19 Apr 2013 11:35:37 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[FINLAND]]></category>
		<category><![CDATA[MEDIA]]></category>

		<guid isPermaLink="false">http://barentsculture.com/?p=4678</guid>
		<description><![CDATA[TORNIO. For three days (18-20/4) media students and teachers in Tornio and Tampere celebrate the radio media with lectures, competitions, interviews with professional radio reporters, and of course live broadcasts, both FM (92 Mhz in Tornio) and on the web. <a href="http://barentsculture.com/festival-for-radioheads-2/">[...]</a>]]></description>
			<content:encoded><![CDATA[<p>TORNIO. For three days (18-20/4) media students and teachers in Tornio and Tampere celebrate the radio media with lectures, competitions, interviews with professional radio reporters, and of course live broadcasts, both FM (92 Mhz in Tornio) and on the web. 11 radio plays and 30 radio documentaries, produced by students will enter the competitions. Saturday is devoted to radio documentaries. The radio festival is an annual event that alternates between Tornio and Tampere, this year hosted by Tornio.</p>
<div>
<div id="attachment_4669" class="wp-caption aligncenter" style="width: 409px"><a href="http://barentsculture.com/festival-for-radioheads/radio2/" rel="attachment wp-att-4669"><img class="size-full wp-image-4669" title="Radio2" src="http://barentsculture.com/wp-content/uploads/Radio2.jpg" alt="" width="399" height="425" /></a><p class="wp-caption-text">Media covering media at the radio festival. Photo Kenneth Mikko</p></div>
<dl id="attachment_4669">
<dt></dt>
</dl>
</div>
<p>The public is welcome to join the festivities in place, but might as well take part in the event at home, in the car or just anywhere &#8211; thanks to the practicality of the  sound medium.</p>
<p>&nbsp;</p>
<div id="attachment_4670" class="wp-caption aligncenter" style="width: 610px"><a href="http://barentsculture.com/festival-for-radioheads/radio3/" rel="attachment wp-att-4670"><img class="size-full wp-image-4670" title="Radio3" src="http://barentsculture.com/wp-content/uploads/Radio3.jpg" alt="" width="600" height="220" /></a><p class="wp-caption-text">Live broadcast from Tornio. Photo Kenneth Mikko</p></div>
<div>
<dl id="attachment_4670">
<dt><span style="font-size: 13px; line-height: 19px;">Listen to </span><a style="font-size: 13px; line-height: 19px;" href="http://www.uutismagneetti.fi/3/" target="_blank">LIVE BROADCAST on the Web (press <strong>RADIOFESTIVAALIT</strong> and choose <strong>Kuuntele Festarilähetystä</strong> to activate mp3-player)</a></dt>
</dl>
</div>
<p>Info: <a href="http://www.radiofestivaali.fi/ohjelma.html" target="_blank">Program</a></p>
<link rel="stylesheet" type="text/css" href="http://barentsculture.com/wp-content/plugins/osm//css/osm_map.css" /><style type="text/css">#map_5 {clear: both; padding: 0px; margin: 0px; border: 0px; width: 100%; height: 100%; margin-top:0px; margin-right:0px;margin-left:0px; margin-bottom:0px; left: 0px;}#map_5 img{clear: both; padding: 0px; margin: 0px; border: 0px; width: 100%; height: 100%; position: absolute; margin-top:0px; margin-right:0px;margin-left:0px; margin-bottom:0px;}</style><div id="map_5" style="width:400px; height:300px; overflow:hidden;padding:0px;border:none;"><script type="text/javascript">/* <![CDATA[ */(function($) { OpenLayers.ImgPath = "http://barentsculture.com/wp-content/plugins/osm/themes/ol/"; map = new OpenLayers.Map ("map_5", {            controls:[              new OpenLayers.Control.Navigation(),              new OpenLayers.Control.PanZoom(),              new OpenLayers.Control.Attribution()              ],          maxExtent: new OpenLayers.Bounds(-20037508.34,-20037508.34,20037508.34,20037508.34),          maxResolution: 156543.0399,          numZoomLevels: 19,          units: "m",          projection: new OpenLayers.Projection("EPSG:900913"),           displayProjection: new OpenLayers.Projection("EPSG:4326")      } );var lmap = new OpenLayers.Layer.OSM.Mapnik("Mapnik");var layerOSM_Attr = new OpenLayers.Layer.Vector("OSM-plugin",{attribution:"<a href=\"http://www.Fotomobil.at/wp-osm-plugin\">OSM plugin</a>"});map.addLayers([lmap, layerOSM_Attr]);    function osm_getTileURL(bounds) {        var res = this.map.getResolution();        var x = Math.round((bounds.left - this.maxExtent.left) / (res * this.tileSize.w));        var y = Math.round((this.maxExtent.top - bounds.top) / (res * this.tileSize.h));        var z = this.map.getZoom();        var limit = Math.pow(2, z);        if (y < 0 || y >= limit) {            return OpenLayers.Util.getImagesLocation() + "404.png";        } else {            x = ((x % limit) + limit) % limit;            return this.url + z + "/" + x + "/" + y + "." + this.type;        }    }var lonLat = new OpenLayers.LonLat(24.257,65.924).transform(map.displayProjection,  map.projection);map.setCenter (lonLat,5);var markers = new OpenLayers.Layer.Markers( "Marker" );map.addLayer(markers);var data = {};var currentPopup;data.icon = new OpenLayers.Icon("http://barentsculture.com/wp-content/plugins/osm/icons/wpttemp-yellow.png",     new OpenLayers.Size(24,24),     new OpenLayers.Pixel(0, -24));var ll = new OpenLayers.LonLat(24.192,65.847).transform(map.displayProjection,  map.projection);     var feature = new OpenLayers.Feature(markers, ll, data);feature.closeBox = true;feature.popupClass = OpenLayers.Class(OpenLayers.Popup.FramedCloud, {"autoSize": true, minSize: new OpenLayers.Size(150,150),"keepInMap": true } );feature.data.popupContentHTML = "<br>TORNIOHAPARANDA";feature.data.overflow = "hidden";var marker = new OpenLayers.Marker(ll,data.icon.clone());marker.feature = feature;var markerClick = function(evt) {  if (this.popup == null) {    this.popup = this.createPopup(this.closeBox);    map.addPopup(this.popup);    this.popup.show();  }   else {    this.popup.toggle();  }  OpenLayers.Event.stop(evt);};marker.events.register("mousedown", feature, markerClick);markers.addMarker(marker);map.addPopup(feature.createPopup(feature.closeBox));})(jQuery)/* ]]&gt; */ </script></div>
<p>&nbsp;</p>
<div></div>
]]></content:encoded>
			<wfw:commentRss>http://barentsculture.com/festival-for-radioheads-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>An Armchair Travelling Gem</title>
		<link>http://barentsculture.com/an-armchair-travelling-gem/</link>
		<comments>http://barentsculture.com/an-armchair-travelling-gem/#comments</comments>
		<pubDate>Fri, 19 Apr 2013 08:17:23 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[LITERATURE]]></category>
		<category><![CDATA[RUSSIA]]></category>
		<category><![CDATA[TRAVEL]]></category>

		<guid isPermaLink="false">http://barentsculture.com/?p=4605</guid>
		<description><![CDATA[MURMANSK. The noble art of armchair travelling is both comfortable and practical. The vehicle is often a travel book, and the landscape is produced by your own imagination. A very appropriate book (for those who know a little Russian) is &#8221; <a href="http://barentsculture.com/an-armchair-travelling-gem/">[...]</a>]]></description>
			<content:encoded><![CDATA[<p>MURMANSK. <span style="font-size: 13px; line-height: 19px;">The noble art of armchair travelling is both comfortable and practical. The vehicle is often a travel book, and the landscape is produced by your own imagination. A very appropriate book (for those who know a little Russian) is &#8221; Geographical Dictionary of the Murmansk Region&#8221;, a beautiful little hardcover publication of 186 pages, published in 1996. It was compiled by V G Mushikov for Murmansk Regional Institute for the Development of Regional Education, the Training of Teachers Department.</span></p>
<p>The source material is of course great &#8211; the preface states that the Murmansk region has 111,609 lakes and 18,209 waterways, not to mention mountains, swamps, towns, villages, bays, capes and so on. The book contains about 7,500  geographical names (toponyms) of the Murmansk Region. Historically, many toponyms are of Sami and Finnish origin, and has since received Russian pronunciation and transliteration.  Jaur (Sami for lake), and luokta (Sami for bay) are such common Russian toponyms on the Kola peninsula.</p>
<div id="attachment_4624" class="wp-caption aligncenter" style="width: 603px"><a href="http://barentsculture.com/an-armchair-travelling-gem/slovar/" rel="attachment wp-att-4624"><img class="size-full wp-image-4624" title="slovar" src="http://barentsculture.com/wp-content/uploads/slovar.jpeg" alt="" width="593" height="381" /></a><p class="wp-caption-text">The word Murman is explained. It comes from the Norwegian word &quot;norrman&quot; meaning Norwegian person.</p></div>
<p>The book serves well as an appetizer for further investigations. For example the name Afrikanda. Some claim that it&#8217;s a settlement with especially hot weather, situated 27 kilometres east of Polyarny Zory. Others cling to  the fact that africand is a metallic element, that has probably been found by geologists in the surrounding. Such questions can be answered in Russian etymologic wordbooks.</p>
<link rel="stylesheet" type="text/css" href="http://barentsculture.com/wp-content/plugins/osm//css/osm_map.css" /><style type="text/css">#map_6 {clear: both; padding: 0px; margin: 0px; border: 0px; width: 100%; height: 100%; margin-top:0px; margin-right:0px;margin-left:0px; margin-bottom:0px; left: 0px;}#map_6 img{clear: both; padding: 0px; margin: 0px; border: 0px; width: 100%; height: 100%; position: absolute; margin-top:0px; margin-right:0px;margin-left:0px; margin-bottom:0px;}</style><div id="map_6" style="width:400px; height:300px; overflow:hidden;padding:0px;border:none;"><script type="text/javascript">/* <![CDATA[ */(function($) { OpenLayers.ImgPath = "http://barentsculture.com/wp-content/plugins/osm/themes/ol/"; map = new OpenLayers.Map ("map_6", {            controls:[              new OpenLayers.Control.Navigation(),              new OpenLayers.Control.PanZoom(),              new OpenLayers.Control.Attribution()              ],          maxExtent: new OpenLayers.Bounds(-20037508.34,-20037508.34,20037508.34,20037508.34),          maxResolution: 156543.0399,          numZoomLevels: 19,          units: "m",          projection: new OpenLayers.Projection("EPSG:900913"),           displayProjection: new OpenLayers.Projection("EPSG:4326")      } );var lmap = new OpenLayers.Layer.OSM.Mapnik("Mapnik");var layerOSM_Attr = new OpenLayers.Layer.Vector("OSM-plugin",{attribution:"<a href=\"http://www.Fotomobil.at/wp-osm-plugin\">OSM plugin</a>"});map.addLayers([lmap, layerOSM_Attr]);    function osm_getTileURL(bounds) {        var res = this.map.getResolution();        var x = Math.round((bounds.left - this.maxExtent.left) / (res * this.tileSize.w));        var y = Math.round((this.maxExtent.top - bounds.top) / (res * this.tileSize.h));        var z = this.map.getZoom();        var limit = Math.pow(2, z);        if (y < 0 || y >= limit) {            return OpenLayers.Util.getImagesLocation() + "404.png";        } else {            x = ((x % limit) + limit) % limit;            return this.url + z + "/" + x + "/" + y + "." + this.type;        }    }var lonLat = new OpenLayers.LonLat(33.071,68.961).transform(map.displayProjection,  map.projection);map.setCenter (lonLat,5);var markers = new OpenLayers.Layer.Markers( "Marker" );map.addLayer(markers);var data = {};var currentPopup;data.icon = new OpenLayers.Icon("http://barentsculture.com/wp-content/plugins/osm/icons/wpttemp-yellow.png",     new OpenLayers.Size(24,24),     new OpenLayers.Pixel(0, -24));var ll = new OpenLayers.LonLat(33.067,68.962).transform(map.displayProjection,  map.projection);     var feature = new OpenLayers.Feature(markers, ll, data);feature.closeBox = true;feature.popupClass = OpenLayers.Class(OpenLayers.Popup.FramedCloud, {"autoSize": true, minSize: new OpenLayers.Size(150,150),"keepInMap": true } );feature.data.popupContentHTML = "<br>MURMANSK";feature.data.overflow = "hidden";var marker = new OpenLayers.Marker(ll,data.icon.clone());marker.feature = feature;var markerClick = function(evt) {  if (this.popup == null) {    this.popup = this.createPopup(this.closeBox);    map.addPopup(this.popup);    this.popup.show();  }   else {    this.popup.toggle();  }  OpenLayers.Event.stop(evt);};marker.events.register("mousedown", feature, markerClick);markers.addMarker(marker);map.addPopup(feature.createPopup(feature.closeBox));})(jQuery)/* ]]&gt; */ </script></div>
<p>&nbsp;</p>
<div><span style="color: #333333; font-family: sans-serif; font-size: 11.818181991577148px; line-height: 16.789772033691406px; background-color: #ffffff;"><br />
</span></div>
]]></content:encoded>
			<wfw:commentRss>http://barentsculture.com/an-armchair-travelling-gem/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Salgado goes Yamal</title>
		<link>http://barentsculture.com/salgado-goes-yamal/</link>
		<comments>http://barentsculture.com/salgado-goes-yamal/#comments</comments>
		<pubDate>Fri, 12 Apr 2013 21:55:07 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHOTO]]></category>
		<category><![CDATA[RUSSIA]]></category>
		<category><![CDATA[Sebastiao Salgado]]></category>

		<guid isPermaLink="false">http://barentsculture.com/?p=4589</guid>
		<description><![CDATA[LONDON. Brazilian-born Sebastiao Salgado is one of world&#8217;s most famous photographers. Since the 1970&#8242;s he has been working on issues like workers in slave-like conditions, herders living at the edge of the Sahara desert, and indigenous peoples around the globe. His strong <a href="http://barentsculture.com/salgado-goes-yamal/">[...]</a>]]></description>
			<content:encoded><![CDATA[<div id="attachment_4598" class="wp-caption aligncenter" style="width: 460px"><a href="http://barentsculture.com/salgado-goes-yamal/salgado-chum/" rel="attachment wp-att-4598"><img class="size-full wp-image-4598" title="Salgado chum" src="http://barentsculture.com/wp-content/uploads/Salgado-chum.png" alt="" width="450" height="329" /></a><p class="wp-caption-text">Setting up the chum (lavvo). Photo Sebastiao Salgado</p></div>
<p>LONDON. Brazilian-born Sebastiao Salgado is one of world&#8217;s most famous photographers. Since the 1970&#8242;s he has been working on issues like workers in slave-like conditions, herders living at the edge of the Sahara desert, and indigenous peoples around the globe. His strong engagement in social and ecological questions is combined with a suberb technical skill and an eye for the beauty of the world.</p>
<div id="attachment_4594" class="wp-caption aligncenter" style="width: 460px"><a href="http://barentsculture.com/salgado-goes-yamal/utstallning/" rel="attachment wp-att-4594"><img class="size-full wp-image-4594" title="utställning" src="http://barentsculture.com/wp-content/uploads/utställning.jpg" alt="Exhibition" width="450" height="300" /></a><p class="wp-caption-text">From the exhibition in the Natural History Museum, London. Photo Kenneth Mikko</p></div>
<p>His latest project, Genesis has taken eight years and is &#8221; a photographic homage to our planet in its natural state&#8221;. Together with his wife Leila, Salgado has travelled around the world, documenting nature and peoples that are still not effected or destroyed by modern society. The result is an enormous exhibition, recently opened at the Natural History Museum in London, and a huge book with photos. Most material is from South America and Africa, but the Salgados have also visited Nenets reindeer herders on the Yamal Peninsula.</p>
<div id="attachment_4595" class="wp-caption aligncenter" style="width: 460px"><a href="http://barentsculture.com/salgado-goes-yamal/salgado-family/" rel="attachment wp-att-4595"><img class="size-full wp-image-4595" title="Salgado family" src="http://barentsculture.com/wp-content/uploads/Salgado-family.png" alt="" width="450" height="327" /></a><p class="wp-caption-text">Nenets family in their chum. Photo Sebastiao Salgado</p></div>
<p>He travelled with them for forty days, and discovered a sense of the essential. They &#8220;live in the most extreme weather during the winter, minus 30 &#8211; 40 degrees, they can carry with them only what the reindeers can take on their sleds. It&#8217;s the minimum we need to survive&#8221;, Salgado tells.</p>
<p>Info: <a title="Salgado" href="http://www.amazonasimages.com/livres-amazonas">Salgado&#8217;s homepage </a></p>
<p><a title="museum" href="http://www.nhm.ac.uk/visit-us/whats-on/temporary-exhibitions/salgado-genesis/"> Natural History Museum, London</a></p>
<link rel="stylesheet" type="text/css" href="http://barentsculture.com/wp-content/plugins/osm//css/osm_map.css" /><style type="text/css">#map_7 {clear: both; padding: 0px; margin: 0px; border: 0px; width: 100%; height: 100%; margin-top:0px; margin-right:0px;margin-left:0px; margin-bottom:0px; left: 0px;}#map_7 img{clear: both; padding: 0px; margin: 0px; border: 0px; width: 100%; height: 100%; position: absolute; margin-top:0px; margin-right:0px;margin-left:0px; margin-bottom:0px;}</style><div id="map_7" style="width:400px; height:300px; overflow:hidden;padding:0px;border:none;"><script type="text/javascript">/* <![CDATA[ */(function($) { OpenLayers.ImgPath = "http://barentsculture.com/wp-content/plugins/osm/themes/ol/"; map = new OpenLayers.Map ("map_7", {            controls:[              new OpenLayers.Control.Navigation(),              new OpenLayers.Control.PanZoom(),              new OpenLayers.Control.Attribution()              ],          maxExtent: new OpenLayers.Bounds(-20037508.34,-20037508.34,20037508.34,20037508.34),          maxResolution: 156543.0399,          numZoomLevels: 19,          units: "m",          projection: new OpenLayers.Projection("EPSG:900913"),           displayProjection: new OpenLayers.Projection("EPSG:4326")      } );var lmap = new OpenLayers.Layer.OSM.Mapnik("Mapnik");var layerOSM_Attr = new OpenLayers.Layer.Vector("OSM-plugin",{attribution:"<a href=\"http://www.Fotomobil.at/wp-osm-plugin\">OSM plugin</a>"});map.addLayers([lmap, layerOSM_Attr]);    function osm_getTileURL(bounds) {        var res = this.map.getResolution();        var x = Math.round((bounds.left - this.maxExtent.left) / (res * this.tileSize.w));        var y = Math.round((this.maxExtent.top - bounds.top) / (res * this.tileSize.h));        var z = this.map.getZoom();        var limit = Math.pow(2, z);        if (y < 0 || y >= limit) {            return OpenLayers.Util.getImagesLocation() + "404.png";        } else {            x = ((x % limit) + limit) % limit;            return this.url + z + "/" + x + "/" + y + "." + this.type;        }    }var lonLat = new OpenLayers.LonLat(68.686,70.196).transform(map.displayProjection,  map.projection);map.setCenter (lonLat,4);var markers = new OpenLayers.Layer.Markers( "Marker" );map.addLayer(markers);var data = {};var currentPopup;data.icon = new OpenLayers.Icon("http://barentsculture.com/wp-content/plugins/osm/icons/wpttemp-yellow.png",     new OpenLayers.Size(24,24),     new OpenLayers.Pixel(0, -24));var ll = new OpenLayers.LonLat(70.751,69.064).transform(map.displayProjection,  map.projection);     var feature = new OpenLayers.Feature(markers, ll, data);feature.closeBox = true;feature.popupClass = OpenLayers.Class(OpenLayers.Popup.FramedCloud, {"autoSize": true, minSize: new OpenLayers.Size(150,150),"keepInMap": true } );feature.data.popupContentHTML = "<br>YAMAL PENINSULA";feature.data.overflow = "hidden";var marker = new OpenLayers.Marker(ll,data.icon.clone());marker.feature = feature;var markerClick = function(evt) {  if (this.popup == null) {    this.popup = this.createPopup(this.closeBox);    map.addPopup(this.popup);    this.popup.show();  }   else {    this.popup.toggle();  }  OpenLayers.Event.stop(evt);};marker.events.register("mousedown", feature, markerClick);markers.addMarker(marker);map.addPopup(feature.createPopup(feature.closeBox));})(jQuery)/* ]]&gt; */ </script></div>
<div><span style="color: #333333; font-family: sans-serif; font-size: 12px; line-height: 16.796875px; background-color: #ffffff;"><br />
</span></div>
]]></content:encoded>
			<wfw:commentRss>http://barentsculture.com/salgado-goes-yamal/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Movements in Nature</title>
		<link>http://barentsculture.com/movements-in-nature/</link>
		<comments>http://barentsculture.com/movements-in-nature/#comments</comments>
		<pubDate>Thu, 04 Apr 2013 18:06:37 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[DANCE]]></category>
		<category><![CDATA[FINLAND]]></category>
		<category><![CDATA[Titta Court]]></category>
		<category><![CDATA[Tuula Lampela]]></category>

		<guid isPermaLink="false">http://barentsculture.com/?p=4547</guid>
		<description><![CDATA[KEMI. Photographer Tuula Lampela has a studio in Sodankylä, northern Lapland. – I wanted to do something outside my ordinary work, she says. She contacted dancers Titta Court and Miikka Ryytty and started the project &#8221; 8 Seasons&#8221;. Finding interesting <a href="http://barentsculture.com/movements-in-nature/">[...]</a>]]></description>
			<content:encoded><![CDATA[<div id="attachment_4551" class="wp-caption aligncenter" style="width: 460px"><a href="http://barentsculture.com/movements-in-nature/titta-tuula/" rel="attachment wp-att-4551"><img class="size-full wp-image-4551" title="Titta Tuula" src="http://barentsculture.com/wp-content/uploads/Titta-Tuula.jpg" alt="titta tuula" width="450" height="224" /></a><p class="wp-caption-text">Tuula Lampela and Titta Court at the opening of the &quot;8 Seasons exhibition&quot;. Photo Kenneth Mikko</p></div>
<p>KEMI. Photographer Tuula Lampela has a studio in Sodankylä, northern Lapland. – I wanted to do something outside my ordinary work, she says. She contacted dancers Titta Court and Miikka Ryytty and started the project &#8221; 8 Seasons&#8221;. Finding interesting locations in Lapland&#8217;s nature, she called the dancers to show up on different occasions and perform in forests, wetlands or snowfields. It could even be at 5 0&#8242;clock in the morning, to catch the right light.</p>
<div id="attachment_4552" class="wp-caption aligncenter" style="width: 460px"><a href="http://barentsculture.com/movements-in-nature/07_syksyn_siivet/" rel="attachment wp-att-4552"><img class="size-full wp-image-4552" title="07_Syksyn_siivet" src="http://barentsculture.com/wp-content/uploads/07_Syksyn_siivet.jpg" alt="syksyn siivet" width="450" height="325" /></a><p class="wp-caption-text">&quot;Autumn Wings&quot; was shot in a swamp. Photo Tuula Lampela</p></div>
<p>Some samples of Tuula&#8217;s photos can now be seen on an exhibition in Gallery Voima in Kemi, 8/4 &#8211; 26/4.</p>
<div id="attachment_4553" class="wp-caption aligncenter" style="width: 460px"><a href="http://barentsculture.com/movements-in-nature/08_lokakuu/" rel="attachment wp-att-4553"><img class="size-full wp-image-4553" title="08_Lokakuu" src="http://barentsculture.com/wp-content/uploads/08_Lokakuu.jpg" alt="Lokakuu" width="450" height="325" /></a><p class="wp-caption-text">&quot;October&quot; by Tuula Lampela</p></div>
<p>Cover: Detail of &#8220;The Song of Darkness&#8221; by Tuula Lampela</p>
<p>Info: <a title="voima" href="http://www.kulttuurivoimala.fi/index.php?option=com_content&amp;view=article&amp;id=154&amp;Itemid=268">Gallery Voima</a><br />
<a title="tuula lampela" href="http://www.tuulalampela.com/">Tuula Lampela&#8217;s home page </a></p>
<link rel="stylesheet" type="text/css" href="http://barentsculture.com/wp-content/plugins/osm//css/osm_map.css" /><style type="text/css">#map_8 {clear: both; padding: 0px; margin: 0px; border: 0px; width: 100%; height: 100%; margin-top:0px; margin-right:0px;margin-left:0px; margin-bottom:0px; left: 0px;}#map_8 img{clear: both; padding: 0px; margin: 0px; border: 0px; width: 100%; height: 100%; position: absolute; margin-top:0px; margin-right:0px;margin-left:0px; margin-bottom:0px;}</style><div id="map_8" style="width:400px; height:300px; overflow:hidden;padding:0px;border:none;"><script type="text/javascript">/* <![CDATA[ */(function($) { OpenLayers.ImgPath = "http://barentsculture.com/wp-content/plugins/osm/themes/ol/"; map = new OpenLayers.Map ("map_8", {            controls:[              new OpenLayers.Control.Navigation(),              new OpenLayers.Control.PanZoom(),              new OpenLayers.Control.Attribution()              ],          maxExtent: new OpenLayers.Bounds(-20037508.34,-20037508.34,20037508.34,20037508.34),          maxResolution: 156543.0399,          numZoomLevels: 19,          units: "m",          projection: new OpenLayers.Projection("EPSG:900913"),           displayProjection: new OpenLayers.Projection("EPSG:4326")      } );var lmap = new OpenLayers.Layer.OSM.Mapnik("Mapnik");var layerOSM_Attr = new OpenLayers.Layer.Vector("OSM-plugin",{attribution:"<a href=\"http://www.Fotomobil.at/wp-osm-plugin\">OSM plugin</a>"});map.addLayers([lmap, layerOSM_Attr]);    function osm_getTileURL(bounds) {        var res = this.map.getResolution();        var x = Math.round((bounds.left - this.maxExtent.left) / (res * this.tileSize.w));        var y = Math.round((this.maxExtent.top - bounds.top) / (res * this.tileSize.h));        var z = this.map.getZoom();        var limit = Math.pow(2, z);        if (y < 0 || y >= limit) {            return OpenLayers.Util.getImagesLocation() + "404.png";        } else {            x = ((x % limit) + limit) % limit;            return this.url + z + "/" + x + "/" + y + "." + this.type;        }    }var lonLat = new OpenLayers.LonLat(24.587,65.737).transform(map.displayProjection,  map.projection);map.setCenter (lonLat,4);var markers = new OpenLayers.Layer.Markers( "Marker" );map.addLayer(markers);var data = {};var currentPopup;data.icon = new OpenLayers.Icon("http://barentsculture.com/wp-content/plugins/osm/icons/wpttemp-yellow.png",     new OpenLayers.Size(24,24),     new OpenLayers.Pixel(0, -24));var ll = new OpenLayers.LonLat(24.583,65.737).transform(map.displayProjection,  map.projection);     var feature = new OpenLayers.Feature(markers, ll, data);feature.closeBox = true;feature.popupClass = OpenLayers.Class(OpenLayers.Popup.FramedCloud, {"autoSize": true, minSize: new OpenLayers.Size(150,150),"keepInMap": true } );feature.data.popupContentHTML = "<br>KEMI";feature.data.overflow = "hidden";var marker = new OpenLayers.Marker(ll,data.icon.clone());marker.feature = feature;var markerClick = function(evt) {  if (this.popup == null) {    this.popup = this.createPopup(this.closeBox);    map.addPopup(this.popup);    this.popup.show();  }   else {    this.popup.toggle();  }  OpenLayers.Event.stop(evt);};marker.events.register("mousedown", feature, markerClick);markers.addMarker(marker);map.addPopup(feature.createPopup(feature.closeBox));})(jQuery)/* ]]&gt; */ </script></div>
<p>&nbsp;</p>
<div><span style="color: #333333; font-family: sans-serif; font-size: 12px; line-height: 16.796875px; background-color: #ffffff;"><br />
</span></div>
]]></content:encoded>
			<wfw:commentRss>http://barentsculture.com/movements-in-nature/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Opera in the Wilderness</title>
		<link>http://barentsculture.com/opera-in-the-wilderness/</link>
		<comments>http://barentsculture.com/opera-in-the-wilderness/#comments</comments>
		<pubDate>Thu, 04 Apr 2013 16:09:37 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[MUSIC]]></category>
		<category><![CDATA[SWEDEN]]></category>
		<category><![CDATA[Carina Henriksson]]></category>

		<guid isPermaLink="false">http://barentsculture.com/?p=4560</guid>
		<description><![CDATA[LAINIO. If you travel between Pajala and Vittangi in northern Sweden, you will suddenly see a sign on the side of the road, reading &#8220;TYSTNADEN&#8221; [The Silence], pointing to the east. And if you follow this eastbound road for around <a href="http://barentsculture.com/opera-in-the-wilderness/">[...]</a>]]></description>
			<content:encoded><![CDATA[<p>LAINIO. If you travel between Pajala and Vittangi in northern Sweden, you will suddenly see a sign on the side of the road, reading &#8220;TYSTNADEN&#8221; [The Silence], pointing to the east. And if you follow this eastbound road for around 30 kilometres you will arrive to &#8220;The Opera in the Wilderness&#8221;, situated in the village of Lainio. Here, opera singer Carina Henriksson has arranged opera concerts every Easter since 2001, inviting singers from Sweden and abroad to take part in this peculiar festival.</p>
<div id="attachment_4563" class="wp-caption alignright" style="width: 460px"><a href="http://barentsculture.com/opera-in-the-wilderness/hands-up/" rel="attachment wp-att-4563"><img class="size-full wp-image-4563" title="hands up" src="http://barentsculture.com/wp-content/uploads/hands-up.jpg" alt="hands up" width="450" height="273" /></a><p class="wp-caption-text">Widow Popova points her gun at creditor Smirnov . Photo Kenneth Mikko</p></div>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;<br />
This Easter, Anton Chekhov&#8217;s short novel &#8220;The Bear&#8221; , transformed and staged for the opera, was performed by Carina Henriksson in the lead role as widow Popova and creditor Smirnov by Karl Peter Eriksson from the Gothenburg Opera. Other participants were singer Anders Rimpi and pianist Joakim Kallhed, and director Catarina Gnosspelius, who made an introduction to the audience.</p>
<p>The dramatic and humorous opera was also philologically unique, with texts in Swedish and minority languages ​​Meänkieli and Sami.</p>
<div id="attachment_4564" class="wp-caption alignleft" style="width: 435px"><a href="http://barentsculture.com/opera-in-the-wilderness/duo-1/" rel="attachment wp-att-4564"><img class="size-full wp-image-4564" title="Duo 1" src="http://barentsculture.com/wp-content/uploads/Duo-1.jpg" alt="duo" width="425" height="294" /></a><p class="wp-caption-text">A close scene from opera &quot;The Bear&quot;. Photo Kenneth Mikko</p></div>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>After a short break, the audience could enjoy Mikael Niemi&#8217;s play &#8220;Tukkipojat&#8221; , the first queer play in the Torne River Valley, with  Daniel Sandström and Markus Forsberg from the Torne Valley Theatre.</p>
<p>Info: <a title="opera vildmark" href="http://www.lainio.com/opera/operavildmark.html">Opera Vildmark</a></p>
<link rel="stylesheet" type="text/css" href="http://barentsculture.com/wp-content/plugins/osm//css/osm_map.css" /><style type="text/css">#map_9 {clear: both; padding: 0px; margin: 0px; border: 0px; width: 100%; height: 100%; margin-top:0px; margin-right:0px;margin-left:0px; margin-bottom:0px; left: 0px;}#map_9 img{clear: both; padding: 0px; margin: 0px; border: 0px; width: 100%; height: 100%; position: absolute; margin-top:0px; margin-right:0px;margin-left:0px; margin-bottom:0px;}</style><div id="map_9" style="width:400px; height:300px; overflow:hidden;padding:0px;border:none;"><script type="text/javascript">/* <![CDATA[ */(function($) { OpenLayers.ImgPath = "http://barentsculture.com/wp-content/plugins/osm/themes/ol/"; map = new OpenLayers.Map ("map_9", {            controls:[              new OpenLayers.Control.Navigation(),              new OpenLayers.Control.PanZoom(),              new OpenLayers.Control.Attribution()              ],          maxExtent: new OpenLayers.Bounds(-20037508.34,-20037508.34,20037508.34,20037508.34),          maxResolution: 156543.0399,          numZoomLevels: 19,          units: "m",          projection: new OpenLayers.Projection("EPSG:900913"),           displayProjection: new OpenLayers.Projection("EPSG:4326")      } );var lmap = new OpenLayers.Layer.OSM.Mapnik("Mapnik");var layerOSM_Attr = new OpenLayers.Layer.Vector("OSM-plugin",{attribution:"<a href=\"http://www.Fotomobil.at/wp-osm-plugin\">OSM plugin</a>"});map.addLayers([lmap, layerOSM_Attr]);    function osm_getTileURL(bounds) {        var res = this.map.getResolution();        var x = Math.round((bounds.left - this.maxExtent.left) / (res * this.tileSize.w));        var y = Math.round((this.maxExtent.top - bounds.top) / (res * this.tileSize.h));        var z = this.map.getZoom();        var limit = Math.pow(2, z);        if (y < 0 || y >= limit) {            return OpenLayers.Util.getImagesLocation() + "404.png";        } else {            x = ((x % limit) + limit) % limit;            return this.url + z + "/" + x + "/" + y + "." + this.type;        }    }var lonLat = new OpenLayers.LonLat(22.357,67.765).transform(map.displayProjection,  map.projection);map.setCenter (lonLat,4);var markers = new OpenLayers.Layer.Markers( "Marker" );map.addLayer(markers);var data = {};var currentPopup;data.icon = new OpenLayers.Icon("http://barentsculture.com/wp-content/plugins/osm/icons/wpttemp-yellow.png",     new OpenLayers.Size(24,24),     new OpenLayers.Pixel(0, -24));var ll = new OpenLayers.LonLat(22.344,67.764).transform(map.displayProjection,  map.projection);     var feature = new OpenLayers.Feature(markers, ll, data);feature.closeBox = true;feature.popupClass = OpenLayers.Class(OpenLayers.Popup.FramedCloud, {"autoSize": true, minSize: new OpenLayers.Size(150,150),"keepInMap": true } );feature.data.popupContentHTML = "<br>LAINIO";feature.data.overflow = "hidden";var marker = new OpenLayers.Marker(ll,data.icon.clone());marker.feature = feature;var markerClick = function(evt) {  if (this.popup == null) {    this.popup = this.createPopup(this.closeBox);    map.addPopup(this.popup);    this.popup.show();  }   else {    this.popup.toggle();  }  OpenLayers.Event.stop(evt);};marker.events.register("mousedown", feature, markerClick);markers.addMarker(marker);map.addPopup(feature.createPopup(feature.closeBox));})(jQuery)/* ]]&gt; */ </script></div>
<div><span style="color: #333333; font-family: sans-serif; font-size: 12px; line-height: 16.796875px; background-color: #ffffff;"><br />
</span></div>
]]></content:encoded>
			<wfw:commentRss>http://barentsculture.com/opera-in-the-wilderness/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Growing Double-City</title>
		<link>http://barentsculture.com/growing-double-city/</link>
		<comments>http://barentsculture.com/growing-double-city/#comments</comments>
		<pubDate>Thu, 28 Mar 2013 20:46:14 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[ARCHITECTURE]]></category>
		<category><![CDATA[FINLAND]]></category>
		<category><![CDATA[SWEDEN]]></category>

		<guid isPermaLink="false">http://barentsculture.com/?p=4528</guid>
		<description><![CDATA[HAPARANDATORNIO. Border towns Haparanda and Tornio are growing together into a single unit. The long term vision is to  constitute a joint center in the middle of the Barents Region by 2020. The newest project was recently approved by the <a href="http://barentsculture.com/growing-double-city/">[...]</a>]]></description>
			<content:encoded><![CDATA[<p>HAPARANDATORNIO. Border towns Haparanda and Tornio are growing together into a single unit. The long term vision is to  constitute a joint center in the middle of the Barents Region by 2020. The newest project was recently approved by the politicians in Haparanda&#8217;s City Council. It was decided to adopt a proposal from the company Avalanche Capital to rent school facilities and a multi-purpose arena in a large commercial complex on the Swedish side of the border. On 25 000 square meters there will also be a hotel, restaurants and shops. The project has been named &#8220;Barents Center&#8221;.</p>
<div id="attachment_4533" class="wp-caption aligncenter" style="width: 460px"><a href="http://barentsculture.com/growing-double-city/fahlander/" rel="attachment wp-att-4533"><img class="size-full wp-image-4533" title="Fahlander" src="http://barentsculture.com/wp-content/uploads/Fahlander.jpg" alt="fahlander" width="450" height="320" /></a><p class="wp-caption-text">Mikael Fahlander presents the &quot;Barents Center&quot; project. Photo Kenneth Mikko</p></div>
<p>&nbsp;</p>
<p>But already at the end of 2013, a joint Swedish-Finnish travel center will open next to the border. Buses from both Sweden and Finland will dock at the center, which also will include a café and shops.</p>
<div id="attachment_4534" class="wp-caption aligncenter" style="width: 435px"><a href="http://barentsculture.com/growing-double-city/travel-center/" rel="attachment wp-att-4534"><img class="size-full wp-image-4534" title="Travel center" src="http://barentsculture.com/wp-content/uploads/Travel-center.png" alt="travel center" width="425" height="254" /></a><p class="wp-caption-text">The travel center will serve buses from both Sweden and Finland.</p></div>
<p>&nbsp;</p>
<div id="attachment_4535" class="wp-caption aligncenter" style="width: 435px"><a href="http://barentsculture.com/growing-double-city/victoriatorget/" rel="attachment wp-att-4535"><img class="size-full wp-image-4535" title="Victoriatorget" src="http://barentsculture.com/wp-content/uploads/Victoriatorget.jpg" alt="victoriatorget" width="425" height="218" /></a><p class="wp-caption-text">At the Victoria square, the border between Haparanda and Tornio is marked with water. Photo Kenneth Mikko</p></div>
<p>&nbsp;</p>
<link rel="stylesheet" type="text/css" href="http://barentsculture.com/wp-content/plugins/osm//css/osm_map.css" /><style type="text/css">#map_10 {clear: both; padding: 0px; margin: 0px; border: 0px; width: 100%; height: 100%; margin-top:0px; margin-right:0px;margin-left:0px; margin-bottom:0px; left: 0px;}#map_10 img{clear: both; padding: 0px; margin: 0px; border: 0px; width: 100%; height: 100%; position: absolute; margin-top:0px; margin-right:0px;margin-left:0px; margin-bottom:0px;}</style><div id="map_10" style="width:400px; height:300px; overflow:hidden;padding:0px;border:none;"><script type="text/javascript">/* <![CDATA[ */(function($) { OpenLayers.ImgPath = "http://barentsculture.com/wp-content/plugins/osm/themes/ol/"; map = new OpenLayers.Map ("map_10", {            controls:[              new OpenLayers.Control.Navigation(),              new OpenLayers.Control.PanZoom(),              new OpenLayers.Control.Attribution()              ],          maxExtent: new OpenLayers.Bounds(-20037508.34,-20037508.34,20037508.34,20037508.34),          maxResolution: 156543.0399,          numZoomLevels: 19,          units: "m",          projection: new OpenLayers.Projection("EPSG:900913"),           displayProjection: new OpenLayers.Projection("EPSG:4326")      } );var lmap = new OpenLayers.Layer.OSM.Mapnik("Mapnik");var layerOSM_Attr = new OpenLayers.Layer.Vector("OSM-plugin",{attribution:"<a href=\"http://www.Fotomobil.at/wp-osm-plugin\">OSM plugin</a>"});map.addLayers([lmap, layerOSM_Attr]);    function osm_getTileURL(bounds) {        var res = this.map.getResolution();        var x = Math.round((bounds.left - this.maxExtent.left) / (res * this.tileSize.w));        var y = Math.round((this.maxExtent.top - bounds.top) / (res * this.tileSize.h));        var z = this.map.getZoom();        var limit = Math.pow(2, z);        if (y < 0 || y >= limit) {            return OpenLayers.Util.getImagesLocation() + "404.png";        } else {            x = ((x % limit) + limit) % limit;            return this.url + z + "/" + x + "/" + y + "." + this.type;        }    }var lonLat = new OpenLayers.LonLat(24.143,65.842).transform(map.displayProjection,  map.projection);map.setCenter (lonLat,5);var markers = new OpenLayers.Layer.Markers( "Marker" );map.addLayer(markers);var data = {};var currentPopup;data.icon = new OpenLayers.Icon("http://barentsculture.com/wp-content/plugins/osm/icons/wpttemp-yellow.png",     new OpenLayers.Size(24,24),     new OpenLayers.Pixel(0, -24));var ll = new OpenLayers.LonLat(24.143,65.843).transform(map.displayProjection,  map.projection);     var feature = new OpenLayers.Feature(markers, ll, data);feature.closeBox = true;feature.popupClass = OpenLayers.Class(OpenLayers.Popup.FramedCloud, {"autoSize": true, minSize: new OpenLayers.Size(150,150),"keepInMap": true } );feature.data.popupContentHTML = "<br>HAPARANDATORNIO";feature.data.overflow = "hidden";var marker = new OpenLayers.Marker(ll,data.icon.clone());marker.feature = feature;var markerClick = function(evt) {  if (this.popup == null) {    this.popup = this.createPopup(this.closeBox);    map.addPopup(this.popup);    this.popup.show();  }   else {    this.popup.toggle();  }  OpenLayers.Event.stop(evt);};marker.events.register("mousedown", feature, markerClick);markers.addMarker(marker);map.addPopup(feature.createPopup(feature.closeBox));})(jQuery)/* ]]&gt; */ </script></div>
<p>&nbsp;</p>
<p>&nbsp;</p>
<div><span style="color: #333333; font-family: sans-serif; font-size: 12px; line-height: 16.796875px; background-color: #ffffff;"><br />
</span></div>
]]></content:encoded>
			<wfw:commentRss>http://barentsculture.com/growing-double-city/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Local TV for Everyone</title>
		<link>http://barentsculture.com/local-tv-for-everyone/</link>
		<comments>http://barentsculture.com/local-tv-for-everyone/#comments</comments>
		<pubDate>Fri, 22 Mar 2013 07:17:38 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[MEDIA]]></category>
		<category><![CDATA[SWEDEN]]></category>
		<category><![CDATA[Pajala]]></category>

		<guid isPermaLink="false">http://barentsculture.com/?p=4505</guid>
		<description><![CDATA[PAJALA. With the Internet, anyone with passion, time and knowledge can open a TV-channel on their own. Enthusiasts Bror Astermo and Kjell Kangas at Tornedalen Media have run their local TV-station in the mining town of Pajala for many years <a href="http://barentsculture.com/local-tv-for-everyone/">[...]</a>]]></description>
			<content:encoded><![CDATA[<div id="attachment_4507" class="wp-caption alignright" style="width: 435px"><a href="http://barentsculture.com/local-tv-for-everyone/bror-astermo/" rel="attachment wp-att-4507"><img class="size-full wp-image-4507" title="Bror Astermo" src="http://barentsculture.com/wp-content/uploads/Bror-Astermo.jpg" alt="bror astermo" width="425" height="246" /></a><p class="wp-caption-text">Bror Astermo has worked with theatre for many years and is now also in the media business. Photo Kenneth Mikko</p></div>
<p>PAJALA. With the Internet, anyone with passion, time and knowledge can open a TV-channel on their own. Enthusiasts Bror Astermo and Kjell Kangas at Tornedalen Media have run their local TV-station in the mining town of Pajala for many years now. In their online archive you can find news, culture, history etc. The public is also invited to send their videos to Pajala TV for broadcasting. Globetrotter Bengt Enbuske, for example, has submitted 47 films from his journeys around the globe.</p>
<p>Pajala, located in the middle of the Torne River Valley is a meänkieli stronghold, and there is a lot of material here about this minority language, or translated to meänkieli.</p>
<p>Have a look at these really amusing meänkieli clips from The Shark  (Iso Lohi), James Bond (Bondin Jeimsi) and The Godfather (Jumalan Pappa):</p>
<p><a title="meankieli" href="http://www.pajalatv.se/film/meankieli/">http://www.pajalatv.se/film/meankieli/</a></p>
<p>Inf0: <a title="pajalatv" href="http://www.pajalatv.se/">Pajala TV</a></p>
<div id="attachment_4512" class="wp-caption alignleft" style="width: 435px"><a href="http://barentsculture.com/local-tv-for-everyone/james-bond/" rel="attachment wp-att-4512"><img class="size-full wp-image-4512" title="James Bond" src="http://barentsculture.com/wp-content/uploads/James-Bond.png" alt="james bond" width="425" height="259" /></a><p class="wp-caption-text">Bondin Jeimsi gets instructions how to handle a mini aeroplane</p></div>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;<br />
<link rel="stylesheet" type="text/css" href="http://barentsculture.com/wp-content/plugins/osm//css/osm_map.css" /><style type="text/css">#map_11 {clear: both; padding: 0px; margin: 0px; border: 0px; width: 100%; height: 100%; margin-top:0px; margin-right:0px;margin-left:0px; margin-bottom:0px; left: 0px;}#map_11 img{clear: both; padding: 0px; margin: 0px; border: 0px; width: 100%; height: 100%; position: absolute; margin-top:0px; margin-right:0px;margin-left:0px; margin-bottom:0px;}</style><div id="map_11" style="width:400px; height:300px; overflow:hidden;padding:0px;border:none;"><script type="text/javascript">/* <![CDATA[ */(function($) { OpenLayers.ImgPath = "http://barentsculture.com/wp-content/plugins/osm/themes/ol/"; map = new OpenLayers.Map ("map_11", {            controls:[              new OpenLayers.Control.Navigation(),              new OpenLayers.Control.PanZoom(),              new OpenLayers.Control.Attribution()              ],          maxExtent: new OpenLayers.Bounds(-20037508.34,-20037508.34,20037508.34,20037508.34),          maxResolution: 156543.0399,          numZoomLevels: 19,          units: "m",          projection: new OpenLayers.Projection("EPSG:900913"),           displayProjection: new OpenLayers.Projection("EPSG:4326")      } );var lmap = new OpenLayers.Layer.OSM.Mapnik("Mapnik");var layerOSM_Attr = new OpenLayers.Layer.Vector("OSM-plugin",{attribution:"<a href=\"http://www.Fotomobil.at/wp-osm-plugin\">OSM plugin</a>"});map.addLayers([lmap, layerOSM_Attr]);    function osm_getTileURL(bounds) {        var res = this.map.getResolution();        var x = Math.round((bounds.left - this.maxExtent.left) / (res * this.tileSize.w));        var y = Math.round((this.maxExtent.top - bounds.top) / (res * this.tileSize.h));        var z = this.map.getZoom();        var limit = Math.pow(2, z);        if (y < 0 || y >= limit) {            return OpenLayers.Util.getImagesLocation() + "404.png";        } else {            x = ((x % limit) + limit) % limit;            return this.url + z + "/" + x + "/" + y + "." + this.type;        }    }var lonLat = new OpenLayers.LonLat(23.371,67.215).transform(map.displayProjection,  map.projection);map.setCenter (lonLat,5);var markers = new OpenLayers.Layer.Markers( "Marker" );map.addLayer(markers);var data = {};var currentPopup;data.icon = new OpenLayers.Icon("http://barentsculture.com/wp-content/plugins/osm/icons/wpttemp-yellow.png",     new OpenLayers.Size(24,24),     new OpenLayers.Pixel(0, -24));var ll = new OpenLayers.LonLat(23.367,67.214).transform(map.displayProjection,  map.projection);     var feature = new OpenLayers.Feature(markers, ll, data);feature.closeBox = true;feature.popupClass = OpenLayers.Class(OpenLayers.Popup.FramedCloud, {"autoSize": true, minSize: new OpenLayers.Size(150,150),"keepInMap": true } );feature.data.popupContentHTML = "<br>PAJALA";feature.data.overflow = "hidden";var marker = new OpenLayers.Marker(ll,data.icon.clone());marker.feature = feature;var markerClick = function(evt) {  if (this.popup == null) {    this.popup = this.createPopup(this.closeBox);    map.addPopup(this.popup);    this.popup.show();  }   else {    this.popup.toggle();  }  OpenLayers.Event.stop(evt);};marker.events.register("mousedown", feature, markerClick);markers.addMarker(marker);map.addPopup(feature.createPopup(feature.closeBox));})(jQuery)/* ]]&gt; */ </script></div></p>
<p>&nbsp;</p>
<div><span style="color: #333333; font-family: sans-serif; font-size: 12px; line-height: 16.796875px; background-color: #ffffff;"><br />
</span></div>
]]></content:encoded>
			<wfw:commentRss>http://barentsculture.com/local-tv-for-everyone/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Ethnofuturists</title>
		<link>http://barentsculture.com/the-ethnofuturists/</link>
		<comments>http://barentsculture.com/the-ethnofuturists/#comments</comments>
		<pubDate>Fri, 15 Mar 2013 11:01:01 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[ART]]></category>
		<category><![CDATA[RUSSIA]]></category>

		<guid isPermaLink="false">http://barentsculture.com/?p=4468</guid>
		<description><![CDATA[SYKTYVKAR. Ethnofuturists is an art movement that has spread in northwest Russia and Estonia after the perestroyka. With the collapse of a state-run monopole on artistic expression, a window suddenly flung open for other motifs and aesthetic. As part of <a href="http://barentsculture.com/the-ethnofuturists/">[...]</a>]]></description>
			<content:encoded><![CDATA[<p>SYKTYVKAR. Ethnofuturists is an art movement that has spread in northwest Russia and Estonia after the perestroyka. With the collapse of a state-run monopole on artistic expression, a window suddenly flung open for other motifs and aesthetic. As part of a growing cultural and ethnical self-awareness, the old Finno-Ugric world view and mythology has been one source of inspiration for a group of artists and writers in the Komi Republic and other parts of northwest Russia, as well as in Estonia.<br />
Ethnofuturism wants to be a bridge between the past and the future. In Estonia, the term is usually connected with poetry, while in Komi, Udmurtia and Perm ethnofuturism mostly stands for visual art &#8211; painting, graphic, performance.</p>
<div id="attachment_4486" class="wp-caption aligncenter" style="width: 435px"><a href="http://barentsculture.com/the-ethnofuturists/bear/" rel="attachment wp-att-4486"><img class="size-full wp-image-4486" title="Bear" src="http://barentsculture.com/wp-content/uploads/Bear.png" alt="bear" width="425" height="296" /></a><p class="wp-caption-text">Marriage of Fish and Bear. Painting by Pavel Mikushev</p></div>
<p>In the book &#8220;Шаман и шут : сборник статей по истории этнофутуризма в Республике Коми&#8221; (Shaman and Fool: a collection of articles on the history of the Ethnofuturism in the Republic of Komi) Alexander Kotilev and Irina Kotileva  present the development of the Komi branch of the genre.  Pavel Mikushev and Yuri Lisovsky where among the painter pioneers , while Irina Fedosova created ethnofashion collections.</p>
<div id="attachment_4487" class="wp-caption aligncenter" style="width: 435px"><a href="http://barentsculture.com/the-ethnofuturists/bird/" rel="attachment wp-att-4487"><img class="size-full wp-image-4487" title="Bird" src="http://barentsculture.com/wp-content/uploads/Bird.png" alt="bird" width="425" height="426" /></a><p class="wp-caption-text">Archbird by Yuri Lisovsky</p></div>
<p>The ethnofuturist movement has existed for about twenty-five years now. One could ask where it&#8217;s heading in the future. Talking to a critic in Syktyvkar, she meant that if it will survive as a vital stream in the Finno-Ugric cultural world,  it has to develop further, with new content and forms.</p>
<div id="attachment_4490" class="wp-caption alignright" style="width: 360px"><a href="http://barentsculture.com/the-ethnofuturists/people/" rel="attachment wp-att-4490"><img class="size-full wp-image-4490" title="People" src="http://barentsculture.com/wp-content/uploads/People.png" alt="people" width="350" height="500" /></a><p class="wp-caption-text">Some Komi ethnofuturists. From the book Shaman and Fool.           ISBN 9785793405188</p></div>
<p>&nbsp;</p>
<p>Cover: Performance &#8220;Chuds&#8221;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<link rel="stylesheet" type="text/css" href="http://barentsculture.com/wp-content/plugins/osm//css/osm_map.css" /><style type="text/css">#map_12 {clear: both; padding: 0px; margin: 0px; border: 0px; width: 100%; height: 100%; margin-top:0px; margin-right:0px;margin-left:0px; margin-bottom:0px; left: 0px;}#map_12 img{clear: both; padding: 0px; margin: 0px; border: 0px; width: 100%; height: 100%; position: absolute; margin-top:0px; margin-right:0px;margin-left:0px; margin-bottom:0px;}</style><div id="map_12" style="width:400px; height:300px; overflow:hidden;padding:0px;border:none;"><script type="text/javascript">/* <![CDATA[ */(function($) { OpenLayers.ImgPath = "http://barentsculture.com/wp-content/plugins/osm/themes/ol/"; map = new OpenLayers.Map ("map_12", {            controls:[              new OpenLayers.Control.Navigation(),              new OpenLayers.Control.PanZoom(),              new OpenLayers.Control.Attribution()              ],          maxExtent: new OpenLayers.Bounds(-20037508.34,-20037508.34,20037508.34,20037508.34),          maxResolution: 156543.0399,          numZoomLevels: 19,          units: "m",          projection: new OpenLayers.Projection("EPSG:900913"),           displayProjection: new OpenLayers.Projection("EPSG:4326")      } );var lmap = new OpenLayers.Layer.OSM.Mapnik("Mapnik");var layerOSM_Attr = new OpenLayers.Layer.Vector("OSM-plugin",{attribution:"<a href=\"http://www.Fotomobil.at/wp-osm-plugin\">OSM plugin</a>"});map.addLayers([lmap, layerOSM_Attr]);    function osm_getTileURL(bounds) {        var res = this.map.getResolution();        var x = Math.round((bounds.left - this.maxExtent.left) / (res * this.tileSize.w));        var y = Math.round((this.maxExtent.top - bounds.top) / (res * this.tileSize.h));        var z = this.map.getZoom();        var limit = Math.pow(2, z);        if (y < 0 || y >= limit) {            return OpenLayers.Util.getImagesLocation() + "404.png";        } else {            x = ((x % limit) + limit) % limit;            return this.url + z + "/" + x + "/" + y + "." + this.type;        }    }var lonLat = new OpenLayers.LonLat(50.82,61.672).transform(map.displayProjection,  map.projection);map.setCenter (lonLat,4);var markers = new OpenLayers.Layer.Markers( "Marker" );map.addLayer(markers);var data = {};var currentPopup;data.icon = new OpenLayers.Icon("http://barentsculture.com/wp-content/plugins/osm/icons/wpttemp-yellow.png",     new OpenLayers.Size(24,24),     new OpenLayers.Pixel(0, -24));var ll = new OpenLayers.LonLat(50.831,61.668).transform(map.displayProjection,  map.projection);     var feature = new OpenLayers.Feature(markers, ll, data);feature.closeBox = true;feature.popupClass = OpenLayers.Class(OpenLayers.Popup.FramedCloud, {"autoSize": true, minSize: new OpenLayers.Size(150,150),"keepInMap": true } );feature.data.popupContentHTML = "<br>SYKTYVKAR";feature.data.overflow = "hidden";var marker = new OpenLayers.Marker(ll,data.icon.clone());marker.feature = feature;var markerClick = function(evt) {  if (this.popup == null) {    this.popup = this.createPopup(this.closeBox);    map.addPopup(this.popup);    this.popup.show();  }   else {    this.popup.toggle();  }  OpenLayers.Event.stop(evt);};marker.events.register("mousedown", feature, markerClick);markers.addMarker(marker);map.addPopup(feature.createPopup(feature.closeBox));})(jQuery)/* ]]&gt; */ </script></div>
<p>&nbsp;</p>
<p>&nbsp;</p>
<div><span style="color: #333333; font-family: sans-serif; font-size: 12px; line-height: 16.796875px; background-color: #ffffff;"><br />
</span></div>
]]></content:encoded>
			<wfw:commentRss>http://barentsculture.com/the-ethnofuturists/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
