Thursday, November 24, 2011

7 Ways Pedal Power Will Change the World

Riding a bike can do much more than get you in shape and transport you from place to place. Inventors are constantly coming up with clever ideas to harness the power created by bikes. By Laura Kiniry

1 of 7

Provide Clean Drinking Water

Approximately one in eight people worldwide lack access to safe water, and more than 3.5 millon die annually from water-related disease. Japanese company Nissan Basic is looking to change that with its Cycloclean, a bicycle that purifies water for drinking. Riders bike to a lake or river; once there, they insert an attached hose into the water, place the bike's rear wheel into a stationary stand, and start pedaling. The energy generated activates a pressure pump that propels water through the bike's multi-unit filtration system, producing about 1.3 gallons of clean H20 per minute (depending on how fast you're pedaling). According to the company's website, it takes 10 hours (and likely several cyclists) to produce enough drinking water for 1500 people.

The bike also features puncture-free tires to prevent flats and navigate hard-to-reach areas.

"); AddParamVideo(); }); function AddParamVideo() { var slideTypeVideo = fb._engine.variables.imageLoop[fb._engine.variables.currentImageIndex - 1].slideTypeVideo_embed_format; var videoContent = fb._engine.variables.imageLoop[fb._engine.variables.currentImageIndex - 1].slideTypeVideo_3rdparty_embed; if(slideTypeVideo == "3rd party" && videoContent && videoContent.search('')==-1) { var getQString = videoContent.split('>'); var oldString = getQString[0]; oldString=oldString+' wmode="transparent">'; $("[hfbNode='VideoFrame']").show().html(oldString); } } /* * THESE CALLBACKS ARE THE OTHER EVENTS, TO BE POSSIBLY USED FOR OTHER SITES */ function showSponsor() { //Hide - Unhide sponsor logo var slideType = fb._engine.variables.imageLoop[fb._engine.variables.currentImageIndex -1].slidetype; if($(".fb_frame_image_sponsored_author").css("display") == "block" && slideType != "Video") $(".frame_sponsor").css("display", "block"); else $(".frame_sponsor").css("display", "none"); if($(".partnerLogo").attr("class") != "partnerLogo") $(".fb_frame_side_right").css("margin-top", "30px"); } /* Hide - Unhide Most Stories in last slide */ fb.callback.viewMain(function(){ LoadDefaultMainPage(); $("#content_sec_mostpopularstories").hide(); }) fb.callback.viewFinalFrame(function(){ LoadDefaultMainPage(); $("#content_sec_mostpopularstories").show(); }); /* Init Hover Event on button top, bottom */ fb.callback.init(function(){ //Image arrow left: $(".fb_frame_image img:first") //Image arrow right: $(".fb_frame_image img:eq(1)") $("#fb_button_top_next").hover( function(){ $(".fb_frame_image img:first").addClass("arrowhide"); $(".fb_frame_image img:eq(1)").addClass("arrowhide"); }, function(){ $(".fb_frame_image img:first").removeClass("arrowhide"); $(".fb_frame_image img:eq(1)").removeClass("arrowhide"); } ); $("#fb_button_top_back").hover( function(){ $(".fb_frame_image img:first").addClass("arrowhide"); $(".fb_frame_image img:eq(1)").addClass("arrowhide"); }, function(){ $(".fb_frame_image img:first").removeClass("arrowhide"); $(".fb_frame_image img:eq(1)").removeClass("arrowhide"); } ); /* Hide - Unhide Tool Tip */ $("#fb_button_bot_next").hover( function(){ $(".fb_backnext_text_area").show(); $(".fb_frame_image img:first").addClass("arrowhide"); $(".fb_frame_image img:eq(1)").addClass("arrowhide"); }, function(){ $(".fb_backnext_text_area").hide(); $(".fb_frame_image img:first").removeClass("arrowhide"); $(".fb_frame_image img:eq(1)").removeClass("arrowhide"); } ); $("#fb_button_bot_back").hover( function(){ var currentPage = fb._engine.variables.currentImageIndex; if(currentPage != 1) $(".fb_backnext_text_area").show(); $(".fb_frame_image img:first").addClass("arrowhide"); $(".fb_frame_image img:eq(1)").addClass("arrowhide"); }, function(){ $(".fb_backnext_text_area").hide(); $(".fb_frame_image img:first").removeClass("arrowhide"); $(".fb_frame_image img:eq(1)").removeClass("arrowhide"); } ); showSponsor(); }); /* Next, Back button click event */ function moveTop(){ //Get position of Ad image var position = $("#flipbookAd").position(); //Get position of next button var currentBtnNextPosition = $("#fb_button_top_next").position(); var currentBtnBackPosition = $("#fb_button_top_back").position(); if(currentBtnNextPosition.top > 680 || currentBtnBackPosition.top > 680) window.scrollTo(position.left, position.top); } fb.callback.next(function(){ LoadDefaultMainPage(); //Check if content is too long. moveTop(); }); fb.callback.back(function(){ LoadDefaultMainPage(); //Check if content is too long. moveTop(); }); /*Event For Paging Function in Thumbnails Page*/ function ShowPaging(currentSlide){ var lastSlide = fb._engine.variables.totalThumbPages; var firstSlide = 1; //Default style for paging number $("#content-sec_fb_frame_viewthumb_nav_inner_container a").removeClass("highlite"); $("#content-sec_fb_frame_viewthumb_nav_inner_container a").each(function(){ if(parseInt($(this).text()) == currentSlide) $(this).addClass("defaultSlide"); else $(this).removeClass("defaultSlide"); }); //Default style for button paging if(currentSlide == firstSlide) { //Load style for button on Thumbnail page $("#content-sec_fb_frame_viewthumb_nav_inner_bookend_left").removeClass("off").addClass("inactive"); $("#content-sec_fb_frame_viewthumb_nav_inner_bookend_right").removeClass("inactive").addClass("off"); } if(currentSlide > firstSlide && currentSlide span:first").text()); var result = (pageIndex / 12); var tempResult = result.toString(); var tempResultSplit = tempResult.split('.'); if(tempResultSplit.length > 1) pageIndex = parseInt(tempResultSplit[0]) + 1 else pageIndex = parseInt(tempResultSplit[0]); $("#currentPage").empty(); $("#currentPage").text(pageIndex.toString()); } function LoadDefaultMainPage(){ //Default style for button on main page var imgIndex = fb._engine.variables.currentImageIndex; if(imgIndex == 1) { $("#fb_button_top_back").removeClass("off").addClass("inactive"); $("#fb_button_bot_back").removeClass("off").addClass("inactive"); } else { $("#fb_button_top_back").removeClass("inactive").addClass("off"); $("#fb_button_bot_back").removeClass("inactive").addClass("off"); } showSponsor(); AddParamVideo(); } function InitEventBtnThumbsClick(){ var framePosition = 0; var lastFrame = fb._engine.variables.totalThumbPages; var firstFrame = 1; var nextFrame = 0; var previousFrame =0; $('#content-sec_fb_frame_viewthumb_nav_inner_bookend_left').unbind('click'); $('#content-sec_fb_frame_viewthumb_nav_inner_bookend_right').unbind('click'); $('#content-sec_fb_frame_viewthumb_nav_inner_bookend_left').click(function() { framePosition = fb._engine.variables.currentThumbPage; if(framePosition > 1) { fb.click.scrollThumbPageLeft(); } }); $('#content-sec_fb_frame_viewthumb_nav_inner_bookend_right').click(function() { framePosition = fb._engine.variables.currentThumbPage; if(framePosition

Related News

It's one of the main drawbacks of cycling: There's no place to put your stuff. But our schlepper's guide shows you the bikes, the gear and the know-how that will help you become a two-wheeled cargo hauler. Read More

Flickering lights in the surgery ward and hospital supply closets full of broken equipment mar the public health landscape in many developing countries. A handful of organizations and student groups are stepping up to the challenge. They represent a new direction in development work?one that turns technological advancement on its head and upgrades devices by making them simpler. Read More

In 2007, we awarded a Popular Mechanics Breakthrough Award to University of California, Berkeley scientist Ashok Gadgil, who was using his passion for engineering to help improve the lives of women in Darfur. Gadgil led a team of students and volunteers to design an efficient cookstove that would limit the need for women to risk their safety gathering firewood. Read More

Easy to use, inexpensive solutions, often called "appropriate technology," are some of the best ways to make a difference in the developing world. But how to get them there, and make them affordable? Read More

Source: http://www.popularmechanics.com/science/environment/green-energy/7-ways-pedal-power-will-change-the-world?src=rss

revenge extremely loud and incredibly close boston redsox red sox law and order svu camaro zl1 bob sanders

No comments:

Post a Comment

Note: Only a member of this blog may post a comment.