L158
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的更多相关文章
- 爱上MVC~在Views的多级文件夹
回到目录 在MVC里,你的控制器对应的视图一般是在Views目录,而如果希望在Views里再分几个模块文件夹默认是不允许的,我们需要做一下设置,就可以实现Views下的多次文件夹层次了,例如,我们有产 ...
- 动态svg效果
import React from 'react'; import TweenOne from 'rc-tween-one'; import SvgDrawPlugin from 'rc-tween- ...
- [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 - ...
- SVG矢量图【转】
var iconArray=[ //'circle', //实心圆 //'rect', //矩形 //'roundRect', //圆角矩形 //'triangle', //三角形 //'diamon ...
- 如何实现 axios 的自定义适配器 adapter
Axios 是一个非常优秀的基于 promise 的 HTTP 库,可以用在浏览器和 node.js 中.并且提供了很多便捷的功能,例如: 支持 Promise API 拦截请求和响应 转换请求数据和 ...
随机推荐
- Python3.x:常用基础语法
Python3.x:常用基础语法 1,if else语句: 不执行if内的语句,需要用:pass if i>2: #跳过不执行 pass else: print("i= %s" ...
- Ant Design 常用命令汇总
Ant Design React 安装 1. 安装脚手架工具# antd-init 是一个用于演示 antd 如何使用的脚手架工具,真实项目建议使用 dva-cli. $ npm install an ...
- java压缩多个文件
首先创建一个工具类,定义好接口,这里的参数1:fileList:多个文件的path+name2: zipFileName:压缩后的文件名 下面是代码,注释已经很详细了 public class ZIP ...
- 转:eclipse与myeclipse恢复已删除的文件和代码
- SSM框架下分页的实现(封装page.java和List<?>)
之前写过一篇博客 java分页的实现(后台工具类和前台jsp页面),介绍了分页的原理. 今天整合了Spring和SpringMVC和MyBatis,做了增删改查和分页,之前的逻辑都写在了Servle ...
- c# 调用webapi 传参 特殊字符的问题
最近在做对接数据接口,遇到一些问题,在C#后台写请求webapi的接口,但是传递过程中参数如果有特殊字符,传入过去之后又问题. 需要转换一下,通过System.Web.HttpUtility.UrlE ...
- LIS学习笔记(两种算法)O(n^2) 和 O(nlogn)
2017-09-02 10:34:21 writer:pprp 最长上升子序列,具体分析看代码:O(n^2)的做法,dp的思想 分析:每次读一个进行扫描,如果当前读入的这个要比之前的大, 说明有可能加 ...
- 转载- ACM常见的各种说法
from : http://blog.csdn.net/qq_15015129/article/details/52738184 1.答案错误 —— wrong answer 就是最常见的.这个没办法 ...
- [Spring]Spring Mvc实现国际化/多语言
1.添加多语言文件*.properties F64_en_EN.properties详情如下: F60_G00_M100=Please select data. F60_G00_M101=Are yo ...
- Java 类的构造器的调用顺序
规则如下: 对于一个复杂的对象,构建器的调用遵照下面的顺序: (1) 调用父类构建器.这个步骤会不断重复下去,首先得到构建的是分级结构的根部,然后是下一个子类,等等.直到抵达最深一层的子类. (2) ...