<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
   <title>Whispering in the Leaves</title>
   <link rel="alternate" type="text/html" href="http://www.whisperingintheleaves.org/" />
   <link rel="self" type="application/atom+xml" href="http://www.whisperingintheleaves.org/atom.xml" />
   <id>tag:www.whisperingintheleaves.org,2010://1</id>
   <updated>2010-08-11T18:26:52Z</updated>
   
   <generator uri="http://www.sixapart.com/movabletype/">Movable Type 3.35</generator>

<entry>
   <title>Video of Chris Watson &amp; David Attenborough talk </title>
   <link rel="alternate" type="text/html" href="http://www.whisperingintheleaves.org/talks_and_events/talks/video_of_chris_watson_and_davi.html" />
   <id>tag:www.whisperingintheleaves.org,2010://1.55</id>
   
   <published>2010-08-11T15:43:35Z</published>
   <updated>2010-08-11T18:26:52Z</updated>
   
   <summary>If you missed this remarkable talk at the Royal Institution, you will shortly be able to view video highlights....</summary>
   <author>
      <name></name>
      
   </author>
         <category term="Talks" scheme="http://www.sixapart.com/ns/types#category" />
   
   
   <content type="html" xml:lang="en" xml:base="http://www.whisperingintheleaves.org/">
      If you missed this remarkable talk at the Royal Institution, you will shortly be able to view video highlights.
      <![CDATA[If you weren't able to make it to our memorable talk with Sir David Attenborough, Chris Watson and Richard Ranft at the Royal Institution on 10 August, you'll shortly be able to view edited highlights here. Sign up here to receive an email letting you know when it's available.

<p><!-- Begin MailChimp Signup Form -->
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.2.6/jquery.min.js"></script>
<script type="text/javascript" src="http://downloads.mailchimp.com/js/jquery.validate.js"></script>
<script type="text/javascript" src="http://downloads.mailchimp.com/js/jquery.form.js"></script>
<script type="text/javascript">
// delete this script tag and use a "div.mce_inline_error{ XXX !important}" selector
// or fill this in and it will be inlined when errors are generated
var mc_custom_error_style = '';
</script>
<div id="mc_embed_signup">
<form action="http://whisperingintheleaves.us1.list-manage.com/subscribe/post?u=66cf4caf1e64c3b4da0812b1d&amp;id=da2e3dea43" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate" target="_blank">
             <!--   <fieldset>-->
<div class="mc-field-group">
<input type="text" value="" name="EMAIL" class="required email" id="mce-EMAIL">
</div>
                            <!--    <div id="mce-responses">
                                                <div class="response" id="mce-error-response" style="display:none"></div>
                                                <div class="response" id="mce-success-response" style="display:none"></div>
                                </div> -->
                                <div><p /><input type="submit" value="Subscribe" name="subscribe" id="mc-embedded-subscribe" class="btn"></div>
              <!--  </fieldset>   -->      
</form>
</div>
<script type="text/javascript">
var fnames = new Array();var ftypes = new Array();fnames[0]='EMAIL';ftypes[0]='email';fnames[1]='FNAME';ftypes[1]='text';fnames[2]='LNAME';ftypes[2]='text';var err_style = '';
try{
    err_style = mc_custom_error_style;
} catch(e){
    err_style = 'margin: 1em 0 0 0; padding: 1em 0.5em 0.5em 0.5em; background: ERROR_BGCOLOR none repeat scroll 0% 0%; font-weight: bold; float: left; z-index: 1; width: 80%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; color: ERROR_COLOR;';
}
var mce_jQuery = jQuery.noConflict();
mce_jQuery(document).ready( function($) {
  var options = { errorClass: 'mce_inline_error', errorElement: 'div', errorStyle: err_style, onkeyup: function(){}, onfocusout:function(){}, onblur:function(){}  };
  var mce_validator = mce_jQuery("#mc-embedded-subscribe-form").validate(options);
  options = { url: 'http://whisperingintheleaves.us1.list-manage.com/subscribe/post-json?u=66cf4caf1e64c3b4da0812b1d&id=da2e3dea43&c=?', type: 'GET', dataType: 'json', contentType: "application/json; charset=utf-8",
                beforeSubmit: function(){
                    mce_jQuery('#mce_tmp_error_msg').remove();
                    mce_jQuery('.datefield','#mc_embed_signup').each(
                        function(){
                            var txt = 'filled';
                            var fields = new Array();
                            var i = 0;
                            mce_jQuery(':text', this).each(
                                function(){
                                    fields[i] = this;
                                    i++;
                                });
                            mce_jQuery(':hidden', this).each(
                                function(){
                                                if ( fields[0].value=='MM' && fields[1].value=='DD' && fields[2].value=='YYYY' ){
                                                                this.value = '';
                                                                                                                                                } else if ( fields[0].value=='' && fields[1].value=='' && fields[2].value=='' ){
                                                                this.value = '';
                                                                                                                                                } else {
                                                    this.value = fields[0].value+'/'+fields[1].value+'/'+fields[2].value;
                                                }
                                });
                        });
                    return mce_validator.form();
                },
                success: mce_success_cb
            };
  mce_jQuery('#mc-embedded-subscribe-form').ajaxForm(options);
 
});
function mce_success_cb(resp){
    mce_jQuery('#mce-success-response').hide();
    mce_jQuery('#mce-error-response').hide();
    if (resp.result=="success"){
        mce_jQuery('#mce-'+resp.result+'-response').show();
        mce_jQuery('#mce-'+resp.result+'-response').html(resp.msg);
        mce_jQuery('#mc-embedded-subscribe-form').each(function(){
            this.reset();
                });
    } else {
        var index = -1;
        var msg;
        try {
            var parts = resp.msg.split(' - ',2);
            if (parts[1]==undefined){
                msg = resp.msg;
            } else {
                i = parseInt(parts[0]);
                if (i.toString() == parts[0]){
                    index = parts[0];
                    msg = parts[1];
                } else {
                    index = -1;
                    msg = resp.msg;
                }
            }
        } catch(e){
            index = -1;
            msg = resp.msg;
        }
        try{
            if (index== -1){
                mce_jQuery('#mce-'+resp.result+'-response').show();
                mce_jQuery('#mce-'+resp.result+'-response').html(msg);           
            } else {
                err_id = 'mce_tmp_error_msg';
                html = '<div id="'+err_id+'" style="'+err_style+'"> '+msg+'</div>';
               
                var input_id = '#mc_embed_signup';
                var f = mce_jQuery(input_id);
                if (ftypes[index]=='address'){
                    input_id = '#mce-'+fnames[index]+'-addr1';
                    f = mce_jQuery(input_id).parent().parent().get(0);
                } else if (ftypes[index]=='date'){
                    input_id = '#mce-'+fnames[index]+'-month';
                    f = mce_jQuery(input_id).parent().parent().get(0);
                } else {
                    input_id = '#mce-'+fnames[index];
                    f = mce_jQuery().parent(input_id).get(0);
                }
                if (f){
                    mce_jQuery(f).append(html);
                    mce_jQuery(input_id).focus();
                } else {
                    mce_jQuery('#mce-'+resp.result+'-response').show();
                    mce_jQuery('#mce-'+resp.result+'-response').html(msg);
                }
            }
        } catch(e){
            mce_jQuery('#mce-'+resp.result+'-response').show();
            mce_jQuery('#mce-'+resp.result+'-response').html(msg);
        }
    }
}
</script>
<!--End mc_embed_signup-->

Please note that you are also signing up to receive information about innovative music, sound and art events from the producers of Whispering in the Leaves, <a href="http://www.soundandmusic.org">Sound and Music</a> and <a href="http://www.forma.org.uk">Forma</a>.]]>
   </content>
</entry>
<entry>
   <title>10 August 2010</title>
   <link rel="alternate" type="text/html" href="http://www.whisperingintheleaves.org/talks_and_events/talks/10_august_2010_1.html" />
   <id>tag:www.whisperingintheleaves.org,2010://1.54</id>
   
   <published>2010-07-22T15:39:34Z</published>
   <updated>2010-07-22T16:23:14Z</updated>
   
   <summary>7.30pm: Calls of the Wild - Chris Watson and Sir David Attenborough in Conversation - SOLD OUT...</summary>
   <author>
      <name></name>
      
   </author>
         <category term="Talks" scheme="http://www.sixapart.com/ns/types#category" />
   
   
   <content type="html" xml:lang="en" xml:base="http://www.whisperingintheleaves.org/">
      7.30pm: Calls of the Wild - Chris Watson and Sir David Attenborough in Conversation - SOLD OUT
      <![CDATA[<strong>Calls of the Wild:
Sir David Attenborough and Chris Watson in conversation</strong>
Tuesday 10 August, 7.30pm
The Royal Institution, Albemarle Street, London W1S 4BS

Chris Watson’s wildlife sound recordings are perhaps best known through his work with Sir David Attenborough on BBC television series including <em>The Life of Birds</em>, <em>The Life of Mammals</em>, <em>Life in the Undergrowth</em> and <em>Life in Cold Blood</em>.  

In this discussion, illustrated with tropical rainforest recordings used in Watson’s <a href="http://www.whisperingintheleaves.org/the_installation/">Whispering in the Leaves</a> installation at Kew Gardens, Chris Watson and Sir David Attenborough talk about the animals heard in the piece, their experiences of filming and recording them, and the changing environment of the rainforest through the day.

The conversation will be introduced by Richard Ranft, head of <a href="http://www.bl.uk/soundarchive ">The British Library Sound Archive</a>.            

**PLEASE NOTE THIS TALK IS NOW SOLD OUT. If you would like to add your name to a waiting list, please send an email to info@whisperingintheleaves.org with the subject line "10 August waiting list".**]]>
   </content>
</entry>
<entry>
   <title>19 August 2010</title>
   <link rel="alternate" type="text/html" href="http://www.whisperingintheleaves.org/talks_and_events/talks/19_august_2010.html" />
   <id>tag:www.whisperingintheleaves.org,2010://1.53</id>
   
   <published>2010-07-22T15:35:14Z</published>
   <updated>2010-08-12T09:29:37Z</updated>
   
   <summary>6.30pm: Projecting the Future - Visions from Art and Science...</summary>
   <author>
      <name></name>
      
   </author>
         <category term="Talks" scheme="http://www.sixapart.com/ns/types#category" />
   
   
   <content type="html" xml:lang="en" xml:base="http://www.whisperingintheleaves.org/">
      6.30pm: Projecting the Future - Visions from Art and Science
      <![CDATA[<strong>Projecting the Future: Visions from Art and Science</strong>
Thursday 19 August, 6.30pm
BFI Southbank – NFT 3

<img alt="composite-image.jpg" src="http://www.whisperingintheleaves.org/composite-image.jpg" width="600" height="227" />

<a href="http://en.wikipedia.org/wiki/Jem_Finer"><strong>Jem Finer</strong></a>, artist and musician (pictured left)
<a href="http://www.futerra.co.uk/about_us/directors"><strong>Ed Gillespie</strong></a>, director of sustainability communications organisation Futerra
<a href="http://www.futurizon.com/idp/idpindex.htm"><strong>Ian Pearson</strong></a>, futurologist (pictured right)
<strong>Helen Heathfield</strong> (chair), associate director, energy and environment at <a href="http://www.juliesbicycle.com">Julie’s Bicycle</a>

As organisations such as the <a href="http://www.nerc.ac.uk">Natural Environment Research Council</a> begin to make geo-engineering plans a reality, environmental science fiction is becoming science fact. Reflecting on specially curated footage from the <a href="http://www.archive.org/details/prelinger">Prelinger Archives</a>, a panel of artists, scientists and campaigners will examine potential relationships between technology, science-fiction and the environment.

<strong>Tickets and Booking</strong>: £5 by calling the BFI box office on 020 7928 3232 (11:30-20:30 daily), or £6.40 from <a href="https://tickets.bfi.org.uk/selectseat.asp?Venue=BFI&PerIndex=53108">ww.bfi.org.uk</a>]]>
   </content>
</entry>
<entry>
   <title>The Guardian, 7 June 2010</title>
   <link rel="alternate" type="text/html" href="http://www.whisperingintheleaves.org/reviews/the_guardian_7_june_2010.html" />
   <id>tag:www.whisperingintheleaves.org,2010://1.52</id>
   
   <published>2010-06-29T15:23:08Z</published>
   <updated>2010-06-29T15:23:34Z</updated>
   
   <summary>&quot;Rumbles in the jungle: Kew Gardens&apos; eerie new sound installation&quot; - Pascal Wyse. An audio slideshow introduction to Whispering in the Leaves. Interview by Pascal Wyse, photographs by Graeme Robertson. Click on the image below to watch and hear the...</summary>
   <author>
      <name></name>
      
   </author>
         <category term="Reviews" scheme="http://www.sixapart.com/ns/types#category" />
   
   
   <content type="html" xml:lang="en" xml:base="http://www.whisperingintheleaves.org/">
      <![CDATA["Rumbles in the jungle: Kew Gardens' eerie new sound installation" - Pascal Wyse.

An audio slideshow introduction to Whispering in the Leaves. Interview by Pascal Wyse, photographs by Graeme Robertson.

Click on the image below to watch and hear the full audio slideshow on the Guardian website:

<a href="http://www.guardian.co.uk/culture/audioslideshow/2010/jun/03/kew-gardens-chris-watson"><img alt="guardian-audio-slideshow.jpg" src="http://www.whisperingintheleaves.org/guardian-audio-slideshow.jpg" width="400" height="292" /></a>]]>
      
   </content>
</entry>
<entry>
   <title>Gramophone, 28 May 2010</title>
   <link rel="alternate" type="text/html" href="http://www.whisperingintheleaves.org/reviews/gramophone_28_may_2010.html" />
   <id>tag:www.whisperingintheleaves.org,2010://1.51</id>
   
   <published>2010-06-29T13:09:42Z</published>
   <updated>2010-06-29T13:18:26Z</updated>
   
   <summary>by Martin Cullingford &quot;There are some quite extraordinary noises – the guttural croak of black howler monkeys, the short synthesiser-sounding bursts of the frogs, and the shimmering wall of insect noise ... This enjoyable installation works well either as offering...</summary>
   <author>
      <name></name>
      
   </author>
         <category term="Reviews" scheme="http://www.sixapart.com/ns/types#category" />
   
   
   <content type="html" xml:lang="en" xml:base="http://www.whisperingintheleaves.org/">
      <![CDATA[by Martin Cullingford

"There are some quite extraordinary noises – the guttural croak of black howler monkeys, the short synthesiser-sounding bursts of the frogs, and the shimmering wall of insect noise ... This enjoyable installation works well either as offering visitors an unexpected (or even perhaps for many an unconsciously absorbed) ambient context to the surrounding plants, or as an immersive cycle of sound to be listened to and explored."

Read the full review at <a href="http://www.gramophone.co.uk/blog/the-gramophone-blog/whispering-in-the-leaves">www.gramophone.co.uk</a>]]>
      
   </content>
</entry>
<entry>
   <title>Daily Telegraph, 28 May 2010</title>
   <link rel="alternate" type="text/html" href="http://www.whisperingintheleaves.org/reviews/daily_telegraph_review_28_may.html" />
   <id>tag:www.whisperingintheleaves.org,2010://1.50</id>
   
   <published>2010-06-29T12:34:49Z</published>
   <updated>2010-06-29T12:41:13Z</updated>
   
   <summary>&quot;Chris Watson: sounds like a load of monkeys&quot; - Florence Waters &quot;The installation’s beauty is the simplicity of his offering: an opportunity to put our ears in nature’s darkest and most inaccessible places.&quot; Read the full review at www.telegraph.co.uk...</summary>
   <author>
      <name></name>
      
   </author>
         <category term="Reviews" scheme="http://www.sixapart.com/ns/types#category" />
   
   
   <content type="html" xml:lang="en" xml:base="http://www.whisperingintheleaves.org/">
      <![CDATA["Chris Watson: sounds like a load of monkeys" - Florence Waters

"The installation’s beauty is the simplicity of his offering: an opportunity to put our ears in nature’s darkest and most inaccessible places."

Read the full review at <a href="http://www.telegraph.co.uk/culture/art/art-features/7779146/Chris-Watson-sounds-like-a-load-of-monkeys.html">www.telegraph.co.uk</a>
]]>
      
   </content>
</entry>
<entry>
   <title>19 July 2010</title>
   <link rel="alternate" type="text/html" href="http://www.whisperingintheleaves.org/talks_and_events/workshops/19_july_2010.html" />
   <id>tag:www.whisperingintheleaves.org,2010://1.42</id>
   
   <published>2010-05-12T14:05:20Z</published>
   <updated>2010-06-11T09:27:39Z</updated>
   
   <summary> 9.45am-5.30pm: Workshop for adults with Chris Watson - SOLD OUT...</summary>
   <author>
      <name></name>
      
   </author>
         <category term="Workshops" scheme="http://www.sixapart.com/ns/types#category" />
   
   
   <content type="html" xml:lang="en" xml:base="http://www.whisperingintheleaves.org/">
       9.45am-5.30pm: Workshop for adults with Chris Watson - SOLD OUT
      <![CDATA[Participants have the rare opportunity to engage with Chris Watson’s expertise in natural world sound recording. Starting off with an introduction to Chris’ work and the recording techniques that he uses, participants will go on to explore and record sounds within Kew Gardens. The workshop will close with an opportunity for the participants to listen back and analyse the sounds they have collected.  

A familiarity and a keen interest in sound recording practice is necessary for this workshop.   Please bring any sound recording equipment you may have and would like to use, and a laptop if you wish (hard disk recorders will be available for those that don’t have their own). Please also bring a packed lunch (although there are places to buy food at Kew) and suitable clothing for the outdoors, whatever the weather may be!  

THIS WORKSHOP IS NOW SOLD OUT. 
However, if you would like to put your name on a waiting list for returns, please email: <a href="mailto:shoel.stadlen@soundandmusic.org">shoel.stadlen@soundandmusic.org</a>]]>
   </content>
</entry>
<entry>
   <title>9 August 2010</title>
   <link rel="alternate" type="text/html" href="http://www.whisperingintheleaves.org/talks_and_events/workshops/9_august_2010.html" />
   <id>tag:www.whisperingintheleaves.org,2010://1.44</id>
   
   <published>2010-05-12T14:04:40Z</published>
   <updated>2010-06-11T09:28:43Z</updated>
   
   <summary>9.45am-5.30pm: workshop for students with Chris Watson - SOLD OUT...</summary>
   <author>
      <name></name>
      
   </author>
         <category term="Workshops" scheme="http://www.sixapart.com/ns/types#category" />
   
   
   <content type="html" xml:lang="en" xml:base="http://www.whisperingintheleaves.org/">
      9.45am-5.30pm: workshop for students with Chris Watson - SOLD OUT
      <![CDATA[Participants will have the rare opportunity to engage with Chris Watson’s expertise in natural world sound recording.  Starting off with an introduction to Chris’ work and the recording techniques that he uses, participants will go on to explore and record sounds within Kew Gardens. The workshop will close with an opportunity for the participants to listen back and analyse the sounds they have collected.  

Previous experience and a familiarity with sound recording practice is necessary for this workshop.   Please bring any sound recording equipment you may have and would like to use, and a laptop if you wish (hard disk recorders will be available for those that don’t have their own). Please also bring a packed lunch (although there are places to buy food at Kew) and suitable clothing for the outdoors, whatever the weather may be!  

THIS WORKSHOP IS NOW SOLD OUT. 
However, if you would like to put your name on a waiting list for returns, please email: <a href="mailto:shoel.stadlen@soundandmusic.org">shoel.stadlen@soundandmusic.org</a>]]>
   </content>
</entry>
<entry>
   <title>10 August 2010</title>
   <link rel="alternate" type="text/html" href="http://www.whisperingintheleaves.org/talks_and_events/workshops/10_august_2010.html" />
   <id>tag:www.whisperingintheleaves.org,2010://1.41</id>
   
   <published>2010-05-12T14:04:20Z</published>
   <updated>2010-06-11T09:29:12Z</updated>
   
   <summary> 9.45am-5.30pm: Workshop for adults with Chris Watson - SOLD OUT...</summary>
   <author>
      <name></name>
      
   </author>
         <category term="Workshops" scheme="http://www.sixapart.com/ns/types#category" />
   
   
   <content type="html" xml:lang="en" xml:base="http://www.whisperingintheleaves.org/">
       9.45am-5.30pm: Workshop for adults with Chris Watson - SOLD OUT
      <![CDATA[Participants have the rare opportunity to engage with Chris Watson’s expertise in natural world sound recording. Starting off with an introduction to Chris’ work and the recording techniques that he uses, participants will go on to explore and record sounds within Kew Gardens. The workshop will close with an opportunity for the participants to listen back and analyse the sounds they have collected.  

A familiarity and a keen interest in sound recording practice is necessary for this workshop.   Please bring any sound recording equipment you may have and would like to use, and a laptop if you wish (hard disk recorders will be available for those that don’t have their own). Please also bring a packed lunch (although there are places to buy food at Kew) and suitable clothing for the outdoors, whatever the weather may be!  

THIS WORKSHOP IS NOW SOLD OUT. 
However, if you would like to put your name on a waiting list for returns, please email: <a href="mailto:shoel.stadlen@soundandmusic.org">shoel.stadlen@soundandmusic.org</a>]]>
   </content>
</entry>
<entry>
   <title>23 August 2010</title>
   <link rel="alternate" type="text/html" href="http://www.whisperingintheleaves.org/talks_and_events/workshops/23_august_2010.html" />
   <id>tag:www.whisperingintheleaves.org,2010://1.40</id>
   
   <published>2010-05-12T14:02:28Z</published>
   <updated>2010-06-11T09:29:44Z</updated>
   
   <summary> 9.45am-5.30pm: Workshop for adults with Chris Watson - SOLD OUT...</summary>
   <author>
      <name></name>
      
   </author>
         <category term="Workshops" scheme="http://www.sixapart.com/ns/types#category" />
   
   
   <content type="html" xml:lang="en" xml:base="http://www.whisperingintheleaves.org/">
       9.45am-5.30pm: Workshop for adults with Chris Watson - SOLD OUT
      <![CDATA[Participants have the rare opportunity to engage with Chris Watson’s expertise in natural world sound recording. Starting off with an introduction to Chris’ work and the recording techniques that he uses, participants will go on to explore and record sounds within Kew Gardens. The workshop will close with an opportunity for the participants to listen back and analyse the sounds they have collected.  

A familiarity and a keen interest in sound recording practice is necessary for this workshop.   Please bring any sound recording equipment you may have and would like to use, and a laptop if you wish (hard disk recorders will be available for those that don’t have their own). Please also bring a packed lunch (although there are places to buy food at Kew) and suitable clothing for the outdoors, whatever the weather may be!  

THIS WORKSHOP IS NOW SOLD OUT. 
However, if you would like to put your name on a waiting list for returns, please email: <a href="mailto:shoel.stadlen@soundandmusic.org">shoel.stadlen@soundandmusic.org</a>]]>
   </content>
</entry>
<entry>
   <title>24 August 2010</title>
   <link rel="alternate" type="text/html" href="http://www.whisperingintheleaves.org/talks_and_events/workshops/24_august_2010.html" />
   <id>tag:www.whisperingintheleaves.org,2010://1.45</id>
   
   <published>2010-05-12T14:02:00Z</published>
   <updated>2010-06-11T09:32:00Z</updated>
   
   <summary>9.45am-5.30pm: workshop for students with Chris Watson - SOLD OUT...</summary>
   <author>
      <name></name>
      
   </author>
         <category term="Workshops" scheme="http://www.sixapart.com/ns/types#category" />
   
   
   <content type="html" xml:lang="en" xml:base="http://www.whisperingintheleaves.org/">
      9.45am-5.30pm: workshop for students with Chris Watson - SOLD OUT
      <![CDATA[Participants will have the rare opportunity to engage with Chris Watson’s expertise in natural world sound recording.  Starting off with an introduction to Chris’ work and the recording techniques that he uses, participants will go on to explore and record sounds within Kew Gardens. The workshop will close with an opportunity for the participants to listen back and analyse the sounds they have collected.  

Previous experience and a familiarity with sound recording practice is necessary for this workshop.   Please bring any sound recording equipment you may have and would like to use, and a laptop if you wish (hard disk recorders will be available for those that don’t have their own). Please also bring a packed lunch (although there are places to buy food at Kew) and suitable clothing for the outdoors, whatever the weather may be!  

THIS WORKSHOP IS NOW SOLD OUT. 
However, if you would like to put your name on a waiting list for returns, please email: <a href="mailto:shoel.stadlen@soundandmusic.org">shoel.stadlen@soundandmusic.org</a>]]>
   </content>
</entry>
<entry>
   <title>Chris Watson</title>
   <link rel="alternate" type="text/html" href="http://www.whisperingintheleaves.org/who_created_witl/chris_watson.html" />
   <id>tag:www.whisperingintheleaves.org,2010://1.39</id>
   
   <published>2010-04-30T14:47:34Z</published>
   <updated>2010-04-30T14:48:41Z</updated>
   
   <summary>Chris Watson produces recordings for film, television and radio, and sound installations. From the groaning of Icelandic glaciers, to underwater recordings of the Humboldt Current around the Galapagos Islands, to the purring of an adult cheetah, Watson has won awards...</summary>
   <author>
      <name></name>
      
   </author>
         <category term="Who Created WITL" scheme="http://www.sixapart.com/ns/types#category" />
   
   
   <content type="html" xml:lang="en" xml:base="http://www.whisperingintheleaves.org/">
      <![CDATA[Chris Watson produces recordings for film, television and radio, and sound installations. From the groaning of Icelandic glaciers, to underwater recordings of the Humboldt Current around the Galapagos Islands, to the purring of an adult cheetah, Watson has won awards for his exceptional work, which he says, “puts a microphone where you can’t put your ears”. He has won awards for his exceptional recording work for BBC natural history programmes by Sir David Attenborough and others, and has been awarded an honorary doctorate from the University of West England for his outstanding contribution to sound recording. 

Prior to his sound recording career, Watson was a founding member of UK experimental music band Cabaret Voltaire and later, The Hafler Trio. His more recent solo albums include Outside the Circle of Fire, Stepping into the Dark (which won an Award of Distinction at the 2000 Prix Ars Electronica Festival in Linz, Austria) and the iconic Weather Report. 

<a href="http://www.chriswatson.net" target="new">www.chriswatson.net</a>]]>
      
   </content>
</entry>
<entry>
   <title>Black Howler Monkeys</title>
   <link rel="alternate" type="text/html" href="http://www.whisperingintheleaves.org/listen_and_download/creatures_that_feature/black_howler_monkeys.html" />
   <id>tag:www.whisperingintheleaves.org,2010://1.37</id>
   
   <published>2010-04-29T23:03:37Z</published>
   <updated>2010-04-29T23:03:53Z</updated>
   
   <summary></summary>
   <author>
      <name></name>
      
   </author>
         <category term="Creatures that Feature" scheme="http://www.sixapart.com/ns/types#category" />
   
   
   <content type="html" xml:lang="en" xml:base="http://www.whisperingintheleaves.org/">
      
      
   </content>
</entry>
<entry>
   <title>Doves</title>
   <link rel="alternate" type="text/html" href="http://www.whisperingintheleaves.org/listen_and_download/creatures_that_feature/doves.html" />
   <id>tag:www.whisperingintheleaves.org,2010://1.36</id>
   
   <published>2010-04-29T23:03:25Z</published>
   <updated>2010-04-29T23:03:31Z</updated>
   
   <summary></summary>
   <author>
      <name></name>
      
   </author>
         <category term="Creatures that Feature" scheme="http://www.sixapart.com/ns/types#category" />
   
   
   <content type="html" xml:lang="en" xml:base="http://www.whisperingintheleaves.org/">
      
      
   </content>
</entry>
<entry>
   <title>Evening Atmosphere</title>
   <link rel="alternate" type="text/html" href="http://www.whisperingintheleaves.org/listen_and_download/creatures_that_feature/evening_atmosphere.html" />
   <id>tag:www.whisperingintheleaves.org,2010://1.35</id>
   
   <published>2010-04-29T23:03:06Z</published>
   <updated>2010-04-29T23:03:18Z</updated>
   
   <summary></summary>
   <author>
      <name></name>
      
   </author>
         <category term="Creatures that Feature" scheme="http://www.sixapart.com/ns/types#category" />
   
   
   <content type="html" xml:lang="en" xml:base="http://www.whisperingintheleaves.org/">
      
      
   </content>
</entry>

</feed>

