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 拦截请求和响应 转换请求数据和 ...
随机推荐
- 超级强大的vim配置(vimplus)--续集
An automatic configuration program for vim 安装(github地址:https://github.com/chxuan/vimplus.git, 欢迎star ...
- centos6.7安装lamp
1.配置防火墙,开启80端口.3306端口 vi /etc/sysconfig/iptables -A INPUT -m state --state NEW -m tcp -p tcp --dport ...
- Swift进阶之路(一)——单例模式、属性传值、代理传值、闭包传值
一.单例模式 单例模式是设计模式中最简单的一种,甚至有些模式大师都不称其为模式,称其为一种实现技巧,因为设计模式讲究对象之间的关系的抽象,而单例模式只有自己一个对象. 关于单例,有三个重要的准则需要牢 ...
- 当新手使用JS库遇到问题怎么办
见标题,知其意.在做网站时候,其实我们会用很多JS库,网络上流行的和公司自己封装的,这些东西都很好用,但是或多或少的有些bug或者有一些缺陷,即使真的很完善,但也可能达不到自己特定的一些需求.所以遇到 ...
- SpringBoot 集成Netty实现UDP Server
注:ApplicationRunner 接口是在容器启动成功后的最后一步回调(类似开机自启动). UDPServer package com.vmware.vCenterEvent.netty; im ...
- linux如何以十六进制格式来查看任意文件
答:vim+xxd 使用方法如下: 1.vim -b file.txt 2.在vim的命令行模式下对文件进行16进制转换 输入:%!xxd 3.在vim的命令行模式下回到正常格式 输入:%!xxd - ...
- jQuery的$.each()遍历checkbox
$("input[type='checkbox']").each(function(){ var value = $(this).val(); //获得值 $(this).attr ...
- RabbitMQ延迟队列
rabbitmq延迟队列 rabbitmq实现延迟队列用了rabbitmq-delayed-message-exchange插件,需要提前安装,并启用. 原理 其原理是通过Exchange来实现延迟功 ...
- android的wifi程序随笔作业
不用说,做前最好新建一个wifiadmin类,用来装载你所有的wifi打开关闭,wifi配置,连接情况等等wifi操作,然后main类里做一些button连接listview显示wifi网络连接等东西 ...
- linux:将job放在后台执行的方法
本文转自http://www.ibm.com/developerworks/cn/linux/l-cn-nohup/ 我自己在工作需要远程连到公司的开发机,在开发机上运行程序时,一旦退出终端就会导致运 ...