Indian Scientists Design Device to Collect Solar Energy 印度科学家设计太阳能收集设备

Indian scientists have designed a new device they hope will solve one of the biggest problems with the use of solar energy.

印度科学家设计了一种新的设备,希望能够解决一个太阳能利用中的最大问题。

They call the device a solar tree.

他们将设备称之为太阳能树。

Solar trees have metal "branches" extending from a tall, central pole at different levels. Each branch holds a photovoltaic panel, also called a solar panel. These panels are flat surfaces that collect energy from the sun and turn it into electricity.

太阳能树有许多金属“枝干”,从中间一根支柱的不同高度伸展开来。每个枝干拥有一个光生伏打板photovoltaic panel),也叫做太阳能板。这些面板表面平整,用来收集太阳能并将其转化为电能。

A picture from above of one of the devices called a "solar tree."

太阳能树俯瞰图

Daljit Singh Bedi is the chief scientist at the Council of Scientific and Industrial Research, or CSIR, in New Delhi, India. The CSIR laboratories are where the solar tree was designed.

Daljit Singh Bedi 是印度德里(Delhi)科学和工业研究委员会(CSIR)首席科学家。太阳能树是由CSIR实验室设计的。

Bedi says the shape of the solar trees makes it possible to fit more photovoltaic panels in a space than traditional systems do. This means less land would be needed to produce solar energy.

Bedi指出太阳能树的这种形态使其比一般的传统系统能安装更多的光生伏打板,这意味着可以用更少的土地生产更多的太阳能。

"It takes about four-square meters of space to produce energy which otherwise would have required 400 square meters of space," he says. "So almost 100 times the space is saved, which as you know is very valuable."

"它(太阳能树)用大约用4平方米的空间生产能源,而不需要像传统方式那样要400平米,"Bedi说."正如你所知它是非常有价值的,几乎能够节省100倍的空间。"

Buying land to develop roads, factories and other infrastructure has been a disputed issue in India. Disagreements often lead to protests by those forced to move. Some of the protests have turned violent.

在印度,购买土地来开发道路,修建工厂或者其它基础设施是一个有争议的问题。反对者经常领导那些被迫迁移的人们抗议,一些抗议变得非常激烈。

Scientists believe the energy a solar tree collects will be enough to power five homes. The space-saving tree will make it easier to provide solar energy to homes in cities, they say. The trees will also take less space from farmers in rural areas.

科学家们相信一棵太阳能树所收集的能量足够五个家庭使用。节省空间的太阳能树也更容易在城市中为家庭提供能源。科学家们还说,在农村地区太阳能树也将占用更少的农场空间。

Bedi says solar trees will collect more energy than normal photovoltaic panels on the tops of buildings.

"This design, it facilitates placement of solar panels in a way that they are exposed more towards the sun, " he says. "And that way they are able to harness 10 to 15 percent more energy."

Bedi指出太阳能树比普通房顶上的光生伏打板收集的能量更多,"这种设计非常容易使太阳能板更多的朝太阳方向暴露",Bedi说."那样能使得多利用10-15%的太阳能。"

India is the world‘s third largest producer of greenhouse gases. The country promised to reduce its rate of greenhouse gas production at the United Nations Conference on Climate Change in Paris last year. India said, by 2030, it would reduce its rate of greenhouse gas production by one third over its levels in 2005.

印度是世界上第三大温室气体生产国。国家在去年巴黎举行联合国气候变化会议上承诺减少温室气体排放率。印度声称,到2030年,它将温室气体的排放率减为2005年的三分之一。

The country‘s promise depends heavily on increasing solar energy. India has set a difficult goal of getting 40 percent of its total energy from renewable sources by 2030. It also plans to reduce its use of coal.

国家承诺的实现非常依赖于增长中的太阳能源。印度设置了一个非常大的挑战目标,到2030年新能源能占到所有能源的40%。印度也计划减少煤的使用。

The cost of photovoltaic panels has gone down in recent years. This has made solar power cheaper and easier to use. But, some people worry about the need to buy large areas of land for traditional solar energy collectors.

近年来,

近几年来,光生伏打板的价格走低,也使得太阳能变得更加便宜的使用。但是,一些人们担忧,传统的太阳能收集装置需要购买大面积土地来安置。

Amit Kumar is the senior director of the Energy and Resources Institute in New Delhi. The institute studies development in India and countries in the southern half of the world. Kumar says gaining access to land takes time and increases costs.

Amit Kumar是新德里(New Delhi)能源与资源研究所(the Energy and Resources Institute)的主要负责人。

He adds that it is still not clear how useful these new developments in solar power technology are.

"[Only when] we put those [trees] on a large scale ... will we be able to get that answer," he says.

他补充道,新能源技术的这项新进展到底有多少价值目前还不明朗,"只有到我们安置了大面积的太阳能树之后才能得到答案"Amit 说。

时间: 2024-09-29 15:34:35

Indian Scientists Design Device to Collect Solar Energy 印度科学家设计太阳能收集设备的相关文章

Android全局异常捕捉

// 定义自定义捕捉 package com.xiaosw.test; import java.io.File; import java.io.FileOutputStream; import java.io.FilenameFilter; import java.io.PrintWriter; import java.io.StringWriter; import java.io.Writer; import java.lang.Thread.UncaughtExceptionHandler;

android 常用工具库 备份

一些常用的库,在这里做个备份.部分代码摘抄自网络,经由封装删改后已经记不得出处了,希望原作者谅解. 未捕获异常处理类,因为现在第三方框架(友盟,takingdata等)已经集成了异常统计,所以这个类基本不用了,理解下处理流程就好. /** * 异常处理工具类 * Created by sy on 2015/4/22. */ public class ExceptionUtil implements Thread.UncaughtExceptionHandler { /** * 是否开启日志输出,

Android 全局异常处理(二)

CrashHandler  package org.wp.activity; import java.io.File; import java.io.FileOutputStream; import java.io.FilenameFilter; import java.io.PrintWriter; import java.io.StringWriter; import java.io.Writer; import java.lang.Thread.UncaughtExceptionHandl

转--全局异常处理

本文将分析在程序出错的情况下如何收集相关的错误信息,并发送错误信息到服务器供开发者分析和调试程序.错误信息将成为您Debug的一把利刃,通过错误信息您可以最及时的掌握程序在各个系统版本和设备上的运行情况. 错误处理介绍 在一般情况下,OPhone程序出错都会出现一个提示对话框这种情况下,用户只有点击“强行关闭”来结束程序.当该对话框出现对用户来说是相当不友好的,本文中将会告诉您如何在程序出错时不显示该对话框.随着OPhone设备和系统版本的增加,现在在不同设备和版本上调试程序越来越麻烦,开发者不

Device Tree Usage

转载:http://blog.chinaunix.net/uid-20522771-id-3457184.html 原文链接:http://devicetree.org/Device_Tree_Usage#How_Interrupts_Work 设备树使用手册 This page walks through how to write a device tree for a new machine. It is intended to provide an overview of device t

Organic Solar Cells - Theory and Practice

renewable engergy: Wind solar Tidal Wave Ocean Bio Etc. How much energy we gonna need as following years: The unit is of Tera Watts. And how much we can get from the surroundings: theoretically Much of the wind energy are coming from the center of oc

如何获取Expression Design 4工具与Expression Blend 4工具

在VS2010+C#+WPF 开发项目过程中涉及到界面的布局与设计,网上有人讲采用Expression Design 4与Expression Blend 4工具相当方便, 于是决定试看看,下面将这个过程与大家分享. 一.安装目的 尽管程序员可以使用VS编写XAML代码的方式来构造用户界面,但是对于有设计爱好的用户来说,使用类似Photoshop一样的Expression套件能将 软件美工最大化.设计过程是先使用了Expression Design来设计图形,然后将其导入到Expression

Samsung_tiny4412(驱动笔记10)----mdev,bus,device,driver,platform

/*********************************************************************************** * * mdev,bus,device,driver,platform * * 声明: * 1. 本系列文档是在vim下编辑,请尽量是用vim来阅读,在其它编辑器下可能会 * 不对齐,从而影响阅读. * 2. 由于本人水平有限,很难阐述清楚bus device driver platform的关系 * 所以强烈要求您详细参考本次

Bluetooth Low Energy——蓝牙低功耗

Android4.3(API级别18)引入内置平台支持BLE的central角色,同时提供API和app应用程序用来发现设备,查询服务,和读/写characteristics.与传统蓝牙(ClassicBluetooth)不同,蓝牙低功耗(BLE)的目的是提供更显著的低功耗.这使得Android应用程序可以和具有低功耗的要求BLE设备,如接近传感器,心脏速率监视器,健身设备等进行通信. 关键术语和概念 下面是关键BLE术语和概念的总结: 通用属性规范(GATT)—GATTprofile是一个通用