December 11, 2008

Union of Concerned Scientists (UCS) Debuts New Web Feature: The Faces of Renewable Energy

var supernote = new SuperNote(‘supernote’, {}); function animFade(ref, counter) { //counter = Math.min(counter, 0.9); // Uncomment to make notes translucent. var f = ref.filters, done = (counter == 1); if (f) { if (!done && ref.style.filter.indexOf(“alpha”) == -1) ref.style.filter += ‘ alpha(opacity=’ + (counter * 100) + ‘)’; else if (f.length && f.alpha) with (f.alpha)…

var supernote = new SuperNote(‘supernote’, {}); function animFade(ref, counter) { //counter = Math.min(counter, 0.9); // Uncomment to make notes translucent. var f = ref.filters, done = (counter == 1); if (f) { if (!done && ref.style.filter.indexOf(“alpha”) == -1) ref.style.filter += ‘ alpha(opacity=’ + (counter * 100) + ‘)’; else if (f.length && f.alpha) with (f.alpha) { if (done) enabled = false; else { opacity = (counter * 100); enabled=true } } } else ref.style.opacity = ref.style.MozOpacity = counter*0.999; }; supernote.animations[supernote.animations.length] = animFade; addEvent(document, ‘click’, function(evt) { var elm = evt.target || evt.srcElement, closeBtn, note; while (elm) { if ((/note-close/).test(elm.className)) closeBtn = elm; if ((/snb-pinned/).test(elm.className)) { note = elm; break } elm = elm.parentNode; } if (closeBtn && note) { var noteData = note.id.match(/([a-z_-0-9]+)-note-([a-z_-0-9]+)/i); for (var i = 0; i < SuperNote.instances.length; i++) if (SuperNote.instances[i].myName == noteData[1]) { setTimeout('SuperNote.instances[' + i + '].setVis("' + noteData[2] + '", false, true)', 100); cancelEvent(evt); } } }); addEvent(supernote, 'show', function(noteID) { // Do cool stuff here! }); addEvent(supernote, 'hide', function(noteID) { // Do cool stuff here! });

The Union of Concerned Scientists (UCS) debuted a new web feature, Faces of Renewable Energy, which profiles Americans across the country who are part of the nation’s burgeoning renewable energy industry. UCS’s Web feature shows that many Americans already are working in a wide range of high-wage green-collar jobs and that the sector holds great promise for generating jobs and cutting the pollution that causes global warming.

The feature offers an interactive map with brief profiles of 20 Americans working in the renewable energy industry. Each profile is accompanied by a photo and audio quote. UCS will periodically add more profiles to the feature.

Among the “faces” in this first installment are Olaf Roed, president of a Florida-based company producing wood pellets for coal-powered plants, which burn them to generate electricity and cut coal pollution; Sherry Phillips, the mayor of McCamey, Texas, who has played a key role in making her city the state’s “wind energy capital;” and Leon Bontrager, who started selling solar panels in Indiana 10 years ago.

Source: UCS News Center

12/2/08