It started out modestly enough: David Hertz, having learned that under the right conditions you really can make your own water out of thin air, put a little contraption on the roof of his California office and began cranking out free bottles of H2O for anyone who wanted one.
Soon he and his wife, Laura Doss-Hertz, were thinking bigger — so much so that this week the couple won the $1.5 million XPrize For Water Abundance. They prevailed by developing a system that uses shipping containers, wood chips and other detritus to produce as much as 528 gallons (2,000 liters) of water a day at a cost of no more than 2 cents a quart (1 liter).
The XPrize competition, created by a group of philanthropists, entrepreneurs and others, has awarded more than $140 million over the years for what it calls audacious, futuristic ideas aimed at protecting and improving the planet. The first XPrize, for $10 million, went to Microsoft co-founder Paul Allen and aviation pioneer Burt Rutan in 2004 for SpaceShipOne, the first privately financed manned space flight.
When Hertz learned a couple of years ago that a prize was about to be offered to whoever could come up with a cheap, innovative way to produce clean freshwater for a world that doesn't have enough of it, he decided to go all in.
At the time, his little water-making machine was cranking out 150 gallons a day, much of which was being given to homeless people living in and around the alley behind the Studio of Environmental Architecture, Hertz's Venice Beach-area firm that specializes in creating green buildings.
He and his wife, a commercial photographer, and their partner Richard Groden, who created the smaller machine, assembled The Skysource/Skywater Alliance and went to work. They settled on creating little rainstorms inside shipping containers by heating up wood chips to produce the temperature and humidity needed to draw water from the air and the wood itself.
"One of the fascinating things about shipping containers is that more are imported than exported, so there's generally a surplus," said Hertz, adding they're cheap and easy to move around.
And if there's no wood chips around for heat, coconut husks, rice, walnut shells, grass clippings or just about any other such waste product will do just fine.
"Certainly in regions where you have a lot of biomass, this is going to be a very simple technology to deploy," said Matthew Stuber, a professor of chemical and biomolecular engineering at the University of Connecticut and expert on water systems who was one of the panel's judges.
He called their water-making machine a "really cool" merging of rather simple technologies that can be used to quickly deliver water to regions hit by natural disasters or stricken by drought, or even rural areas with a shortage of clean water.
Hertz and Doss-Hertz are just starting to contemplate how to accomplish that.
Theirs was among 98 teams from 27 countries who entered the competition. Many teams were bigger and better funded, while the couple mortgaged their Malibu home to stay in the game. At one point, they were told they hadn't made the final round of five, but one team dropped out and they were back in.
"If you say we were the dark horse in the race, we weren't even in the race," Hertz recalled, smiling.
He stood near a giant copy of the check in his office while Doss-Hertz prepared to leave for a photo shoot and a visitor sampled a glass of their freshly made water.
Now, though, they are in for the long, wet haul.
"There's no restrictions whatsoever on how it's used," Hertz said of the prize money. "But Laura and I have committed to using it all for the development and deployment of these machines, to get them to people who need the water most.

L158的更多相关文章

  1. 爱上MVC~在Views的多级文件夹

    回到目录 在MVC里,你的控制器对应的视图一般是在Views目录,而如果希望在Views里再分几个模块文件夹默认是不允许的,我们需要做一下设置,就可以实现Views下的多次文件夹层次了,例如,我们有产 ...

  2. 动态svg效果

    import React from 'react'; import TweenOne from 'rc-tween-one'; import SvgDrawPlugin from 'rc-tween- ...

  3. [HTML5] Add an SVG Image to a Webpage and Get a Reference to the Internal Elements in JavaScript

    We want to show an SVG avatar of the patio11bot, so we'll do that in three ways: Using an img tag - ...

  4. SVG矢量图【转】

    var iconArray=[ //'circle', //实心圆 //'rect', //矩形 //'roundRect', //圆角矩形 //'triangle', //三角形 //'diamon ...

  5. 如何实现 axios 的自定义适配器 adapter

    Axios 是一个非常优秀的基于 promise 的 HTTP 库,可以用在浏览器和 node.js 中.并且提供了很多便捷的功能,例如: 支持 Promise API 拦截请求和响应 转换请求数据和 ...

随机推荐

  1. Linux中find

    Linux中find常见用法示例 ·find   path   -option   [   -print ]   [ -exec   -ok   command ]   {} \; find命令的参数 ...

  2. debug教程

    名称 解释 格式 a (Assemble) 逐行汇编 a [address] c (Compare) 比较两内存块 c range address d (Dump) 内存16进制显示 d [addre ...

  3. Myeclipse中java项目转换为Web项目

    https://blog.csdn.net/u010097777/article/details/51281059 这两天工作安排做一个跳转页面,不过昨天发布自己的Tomact花了不少时间,给的项目添 ...

  4. 可扩展多线程异步Socket服务器框架EMTASS 2.0 (转自:http://blog.csdn.net/hulihui)

    可扩展多线程异步Socket服务器框架EMTASS 2.0 (转自:http://blog.csdn.net/hulihui) 0 前言 >>[前言].[第1节].[第2节].[第3节]. ...

  5. linux下错误 && 解决方法

    1.使用yum命令安装出现错误 Error: Cannot find a valid baseurl for repo: extras 解决方法: vi /etc/resolv.conf 在此文件最后 ...

  6. mysql类似递归的一种操作进行层级查询

    select device_id,device_type,COUNT(1) count from ( select t1.device_id,t1.device_type,DATE_SUB(t1.re ...

  7. jvm垃圾回收策略

    一.jvm堆内存的分代划分 在基于分代的内存回收策略中,堆空间通常都被划分为3个代,年轻代,年老代(或者tenured代),永久代.在年轻代中又被划分了三个小的区域,分别为:Eden(伊甸)区,S0区 ...

  8. awardRotate.js

    (function($) { var supportedCSS,styles=document.getElementsByTagName("head")[0].style,toCh ...

  9. Tomcat 环境搭建

    最近在工作之余,看到了一些 Tomcat 的基础资料,感觉蛮好.同时也回忆起自己刚毕业要参加工作那会对 Tomcat 也是各种资料各种查,实属不易.为此,针对最近整理的一些基础,把 Tomcat 基本 ...

  10. springboot获取配置文件中的内容

    代码: GrilApplication.java @SpringBootApplication public class GrilApplication { public static void ma ...