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. Java硬件同步机制Swap指令模拟+记录型信号量模拟

    学校实验存档//.. 以经典的生产者消费者问题作为背景. 进程同步方式接口: package method; /** * P表示通过,V表示释放 */ public interface Method ...

  2. linux go with vscode

    1 install go apt install golang 将会同时安装下列软件:  golang-1.9 golang-1.9-doc golang-1.9-go golang-1.9-src ...

  3. 照着官网来安装openstack pike之neutron安装

    neutron组件安装分为控制节点和计算节点,还是先从控制节点安装 1.前提条件,数据库为nova创建库和账户密码来连接数据库 # mysql -u root -p MariaDB [(none)]& ...

  4. 爬虫框架Scrapy之案例一

    阳光热线问政平台 http://wz.sun0769.com/index.php/question/questionType?type=4 爬取投诉帖子的编号.帖子的url.帖子的标题,和帖子里的内容 ...

  5. LeetCode——Counting Bits

    Question Given a non negative integer number num. For every numbers i in the range 0 ≤ i ≤ num calcu ...

  6. AVL模板

    感谢此博客 #include <bits/stdc++.h> #define pb push_back #define mp make_pair #define de(x) cout &l ...

  7. 第四篇:Spark SQL Catalyst源码分析之TreeNode Library

    /** Spark SQL源码分析系列文章*/ 前几篇文章介绍了Spark SQL的Catalyst的核心运行流程.SqlParser,和Analyzer,本来打算直接写Optimizer的,但是发现 ...

  8. .net知识点汇总

    死锁的必要条件?怎么克服? 答:系统的资源不足,进程的推进的顺序不合适,资源分配不当,一个资源每次只能被一个进程使用,一个资源请求资源时,而此时这个资源已阻塞,对已获得资源不放,进程获得资源时,未使用 ...

  9. Row_Number() over( PARTITION By cno ...)

    转自:https://blog.csdn.net/qq_25237107/article/details/644429691.在 MSSQL,oracle 有partition by 的用法creat ...

  10. java 枚举的写法

    1.第一种形式: public interface PrealertConstants { enum platformCodeEnum{ CAINIAO(1), CLOSED(-5), OFFLINE ...