
	

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="Keywords" content="Scan The Sun - Solar panels optimization" />
<meta name="Description" content="Scan The Sun - Solar panels optimization" />
<meta name="viewport" content="width=device-width; initial-scale=1.0;">
<title>Scan The Sun - Solar panels optimization</title>
<link href="../style2.css" rel="stylesheet" type="text/css" />
</head>
<body link="#3300FF" vlink="#0066FF" alink="#3300FF" style="background-color: #EEEEEE" >
<div style="margin:20px;cursor:pointer"> <img src="../main/logo.png" width="120px" height="16px" onclick="location.assign('http://www.scanthesun.com')";/></div>

		<div style="margin:auto">
		
		<div style="font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;font-size: 20px;color: #261915;font-weight: normal;padding-left:30px;padding-right:30px;text-align:center">ScanTheSun as Energy Globe National Award 2016 winner for Poland</div>
		<div id="alerts" style="font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;font-size: 12px;color: #261915;font-weight: normal;padding-left:30px;padding-right:30px;text-align:center">The Energy Globe Award is todays most prestigious environmental prize world-wide given to projects that conserve natural resources or utilize renewable or emission-free sources. More than 1500 projects from 177 countries has been submitted this year. ScanTheSun initiative won the national award for Poland which is the nomination to international stage of the  Energy Globe Award.</div>
		
		</div>
		<div id="table"></div>
	<script type="text/javascript" src="../jquery-1.10.2.min.js"></script>
	<script type="text/javascript" src="../geneic_requests.js"></script>
<script id="myscript" type="text/javascript">
var iColWidth=302;
//var iDeviceWidth=window.screen.width;
var iDeviceWidth=$( window ).width();

var iTableWidth=Math.ceil(iDeviceWidth);//-(iDeviceWidth/5));
var iColNo=Math.floor(iTableWidth/iColWidth);
//var iBoxNo=0;
var bViewFullText=false;
var sWhichColumnFeed="";
var iHeaderWidth=300;
if(iDeviceWidth>300)
{
	iHeaderWidth=iDeviceWidth;
}
var iFullTextWidth=Math.floor(iDeviceWidth/2);
if(iFullTextWidth<300)
{
	iFullTextWidth=300;
}

function create_table()
{
	if(iColNo<1)
		iColNo=1;
	var i=0;
	var sString='<table style="background-color: white;margin:auto" cellspacing="0;"><tr>';
	for (i=0;i<iColNo;i++)
	{
		sString+='<td width="'+iColWidth.toString()+'" valign="top"><div abstracts="true" id="column_'+i.toString()+'" ></div></td>';
	}
	sString+='</tr></table>';
	$('#table').append(sString);
}

function insert_block(sWhich_column,sBlock)
{
	var oBlockHtml=$('#'+sBlock).detach();
	$('#'+sWhich_column).append(oBlockHtml);
	//document.getElementById('alerts').innerHTML+='column=#'+sWhich_column+'<br/>';
	//document.getElementById('alerts').innerHTML+=sBlockHtml+'<br/>';

}
function count()
{
	var i= $('#pagedata').children().size();
	return i;
}
function fill_table()
{	
	var iSecs=count();
	var iSecPerColMin=Math.floor(iSecs/iColNo);
	var secpercol=iSecPerColMin;
	var iAdditional=iSecs%iColNo;
	//document.getElementById('alerts').innerHTML+='iadditional='+iAdditional.toString()+'<br/>';
	var iNo=0;
	var iSection=0;
	for(var iCol=0;iCol<iColNo;iCol++)
	{
		if(iCol<iAdditional)
		{
			secpercol=iSecPerColMin+1;
		}
		else
		{
			secpercol=iSecPerColMin;
		}
		for(iNo=0;iNo<secpercol;iNo++)
		{
				if(iSection<iSecs)
				{
					//document.getElementById('alerts').innerHTML+='iSection='+iSection.toString()+'<br/>';

					insert_block('column_'+iCol.toString(),'section'+iSection.toString());
					iSection++;
				}
		}
	}	
}


function getfulltext(fig_name,sWidth)
{
	bViewFullText=true;
//	document.getElementById('article_box').style.display="none";
//	document.getElementById('login_box').style.display="none";
	

	//bedzie potrzebne obliczenie wysrodkowania artykulu na koknie w poziomie
	var width=$( window ).width();
	var leftMarginOfFullText=Math.floor((width-iFullTextWidth)/2);
	if (leftMarginOfFullText<0)
	{
		leftMarginOfFullText=0;
	}
	var oLoad=$('#loadfull_box');//document.getElementById('fulltext_box');
	//var oBody=$('#table')
	var iscrol=$(document).scrollTop();
	oLoad.css('top',iscrol.toString()+'px');
	oLoad.css('margin-left',leftMarginOfFullText.toString()+'px');
	oLoad.css('width',iFullTextWidth.toString()+'px');
	oLoad.css('display','block');
	var height=$( document).height();
	
	//ustawiamy zaciemnienie
	var obackground=document.getElementById('background_box');
	obackground.style.width=width.toString()+'px';
	obackground.style.height=height.toString()+'px';
	obackground.style.display='block';
	//alert('getbigfigure.php?fig_name='+fig_name+'&width='+sWidth);
	get_request('getbigfigure.php?fig_name='+fig_name+'&width='+sWidth,'fulltext_box',show_fulltext);
}
function cancel_fulltext()
{
	document.getElementById('loadfull_box').style.display='none';
	document.getElementById('background_box').style.display='none';
	bViewFullText=false;
	get_request_cancel();
}
function show_fulltext()
{
	bViewFullText=true;
//	document.getElementById('article_box').style.display="none";
//	document.getElementById('login_box').style.display="none";
document.getElementById('loadfull_box').style.display="none";
	//bedzie potrzebne obliczenie wysrodkowania artykulu na koknie w poziomie
	var width=$( window ).width();
	var leftMarginOfFullText=Math.floor((width-iFullTextWidth)/2);
	if (leftMarginOfFullText<0)
	{
		leftMarginOfFullText=0;
	}
	
	//wyswietlamy pelny text artykulu
	var oFullTxt=$('#fulltext_box');//document.getElementById('fulltext_box');
	//var oBody=$('#table')
	var iscrol=$(document).scrollTop()+20;
	oFullTxt.css('top',iscrol.toString()+'px');
	oFullTxt.css('margin-left',leftMarginOfFullText.toString()+'px');
	
	oFullTxt.css('display','block');
		//pobieramy rozmiary okna przegladarki aby zrobic zaciemnienie calosci.
	//po wstawieniu dlugiego tekstu na strone, wydluzy sie ona. pobieramy cala dlugosc aby ustawic zaciemnienie na calej dlugosci.
	var height=$( document).height();
	
	//ustawiamy zaciemnienie
	var obackground=document.getElementById('background_box');
	obackground.style.width=width.toString()+'px';
	obackground.style.height=height.toString()+'px';
	obackground.style.display='block';
	

	
	//alert(iscrol);
	//oFullTxt.style.top=iscrol;//document.body.scrollTop;
	
}
function hide_fulltext()
{
	
	document.getElementById('fulltext_box').style.display='none';
	document.getElementById('background_box').style.display='none';
	bViewFullText=false;
}

window.onload = function()
{
	create_table();
		var i=count();
		fill_table();
		//alert("ilosc="+i.toString());
}
</script>
		<div id="pagedata" style="display:none">
<div class="applicationsblock" id="section0"><div style="font-weight:bold">1. About Energy Globe Award </div>
The ENERGY GLOBE Award was founded in 1999 by the Austrian energy pioneer Wolfgang Neumann 
and is one of today's most prestigious environmental awards.
Goal of the Award is to present successful sustainable projects to a broad audience, for many of our environmental problems already have good, 
feasible solutions. National (country) ENERGY GLOBE Awards distinguish the best project submission from a country.
Any national winner can become winner of an international ENERGY GLOBE Award or of the ENERGY GLOBE World Award.
The international ENERGY GLOBE Award distinguishes the best projects in the five categories earth, fire, water, air and youth.
The international ENERGY GLOBE Awards are presented annually in the realm of a televised ceremony.
	<div style="width:260px;margin-left:10px;margin-right:10px;margin-top:10px" onclick="getfulltext('figures/cover_logo.pnglarge',iFullTextWidth)"><img src="figures/cover_logo.png" width="260"/><div style="width:240px;margin-left:10px;margin-right:10px;margin-bottom:10px;font-size:10px;color:#D02D00">Energy Globe logo on cover of the Energy Globe National Award</div></div>	</div>
	
	
	<div class="applicationsblock" id="section1"><div style="font-weight:bold">2. ScanTheSun the national winner for Poland</div>
	On May 30, 2016 the Energy Globe National Award 2016 for Poland has been handed over at Commercial Section of the Austrian Embassy in Warsaw.
	This year the prize received  a physicists Ernest Grodner, PhD, the inventor of ScanTheSun tool.  Commercial councillor dr Karl Schmidt congratulated the winner and invited not only Ernest's friends and colleagues but also media representatives and experts who may help to commercialize his invention.    	
	<div style="width:260px;margin-left:10px;margin-right:10px;margin-top:10px" onclick="getfulltext('figures/EGNA.pnglarge',iFullTextWidth)"><img src="figures/EGNA.png" width="260"/><div style="width:240px;margin-left:10px;margin-right:10px;margin-bottom:10px;font-size:10px;color:#D02D00">Oficial banner conferred on SCanTheSun initiative.</div></div>	</div>
	
	<div class="applicationsblock" id="section2"><div style="font-weight:bold">3. dr Karl Schmidt: </div>	
	Ladies and Gentleman,
	I thank you very much for coming. Just to give you a brief introduction into the Energy Globe Award. With more than 170 participating countries and over 1400 projects submissions annually the Energy Globe Award is most prestigious environmental prize world-wide.
	<div style="width:260px;margin-left:10px;margin-right:10px;margin-top:10px" onclick="getfulltext('figures/dr_Karl_Schmidt_3.pnglarge',iFullTextWidth)"><img src="figures/dr_Karl_Schmidt_3.png" width="260"/><div style="width:240px;margin-left:10px;margin-right:10px;margin-bottom:10px;font-size:10px;color:#D02D00">Dr Karl Schmidt Commercial Councillor of the Austrian Embassy during Energy Globe National Award Ceremony 2016 in Warsaw.</div></div>	</div>
	
	
	<div class="applicationsblock" id="section3"><div style="font-weight:bold">4. dr Karl Schmidt: </div>
	It distinguishes projects regionally, nationally and globally that conserve resources such as energy, or utilizing renewable or emission-free sources. Award ceremonies are held allover the world, so like ours today you have almost everyday in other countries award ceremonies. Prominent personalities as well as Energy Globe ambassadors in 90 countries support the mission of Energy Globe. The activities of Energy Globe attract media attention and international TV stations support each year with approximately 1000 hours of broadcasting time. 
	<div style="width:260px;margin-left:10px;margin-right:10px;margin-top:10px" onclick="getfulltext('figures/energy_globe_colage.pnglarge',iFullTextWidth)"><img src="figures/energy_globe_colage.png" width="260"/><div style="width:240px;margin-left:10px;margin-right:10px;margin-bottom:10px;font-size:10px;color:#D02D00">Energy Globe, source: http://www.energyglobe.info/en/award/about-the-award/</div></div>	</div>

	<div class="applicationsblock" id="section4"><div style="font-weight:bold">5. dr Karl Schmidt: </div>
	Especially about the international award which for 2016 will be handed over only next year 2017 but, of course, your project will also be an entry for the international award. The aim of the Energy Globe Award is to attract global attention on sustainable, everywhere  applicable environmental solutions and to motivate people to become active in this area. 
	<div style="width:260px;margin-left:10px;margin-right:10px;margin-top:10px" onclick="getfulltext('figures/Ansprache.pnglarge',iFullTextWidth)"><img src="figures/Ansprache.png" width="260"/><div style="width:240px;margin-left:10px;margin-right:10px;margin-bottom:10px;font-size:10px;color:#D02D00">Dr Karl Schmidt (left) and dr Ernest Grodner (right) during Energy Globe National Award Ceremony 2016 in Warsaw.</div></div>	 
	</div>
	
	<div class="applicationsblock" id="section5"><div style="font-weight:bold">6. dr Karl Schmidt: </div>
	Now, you might ask how we as the Austrian Embassy and  Advantage Austria come into this picture. First of all, the award was founded in Austria and we are enthusiastic supporters of Energy Globe Award. And its aim is to strengthen society awareness of the necessity for ecological change  by honoring outstanding best practices and projects in environmental sustainability from all parts of the world.  And to explain what we do, Advantage Austria is the official trade promotion organization of the Republic of Austria and as a country we are proud of  our success in green technologies. An our support of the Energy Globe Awards continues this tradition.     
	<div style="width:260px;margin-left:10px;margin-right:10px;margin-top:10px" onclick="getfulltext('figures/Advantage_Austria.pnglarge',iFullTextWidth)"><img src="figures/Advantage_Austria.png" width="260"/><div style="width:240px;margin-left:10px;margin-right:10px;margin-bottom:10px;font-size:10px;color:#D02D00">Advantage Austria - official supporter of Energy Globe in Poland.</div></div>	</div>
	
	<div class="applicationsblock" id="section6"><div style="font-weight:bold">7. dr Karl Schmidt: </div>
	So, now I would like to proceed in handing over the award. Mr. Grodner, please come next to me. You know of course the description of the project. So I have here the official certificate and then still I would like to read out a little bit at least of the description. And this is: The highest insolation of a solar panel is at the forefront of any solar installation but different solar collector shapes strongly affect the optimal panel orientation. Finding optimal panel orientation was a pure guesswork at the presence of obstructions like landform, trees or buildings around the installation area. This year national winner of the Energy Globe Award in Poland developed a smartphone application that adjusts solar panels towadrs the Sun for maximum operational efficiency. The app enables panel optimization even in crowded urban surroundings.      
	<div style="width:260px;margin-left:10px;margin-right:10px;margin-top:10px" onclick="getfulltext('figures/handing_over_the_prize.pnglarge',iFullTextWidth)"><img src="figures/handing_over_the_prize.png" width="260"/><div style="width:240px;margin-left:10px;margin-right:10px;margin-bottom:10px;font-size:10px;color:#D02D00">Handing over the Energy Globe National Award Poland 2016 prize</div></div>	</div>

	<div class="applicationsblock" id="section7"><div style="font-weight:bold">8. dr Karl Schmidt: </div>
	With that I would like to congratulate you on your initiative and hand over the official certificate ENERGY GLOBE NATIONAL AWARD 2016 winner for Poland, project: ScanTheSun, applicant: Ernest Grodner, signed by Maneka Gandhi the former minister for environment of India member of the famous family and She is also the chairwomen of the Energy Globe jury. And also Wolfgang Neumann who is the founder of the Energy Globe foundation. And you see here also is the logo of Advantage Austria but also UNESCO and UNEP as a supporters. So congratulations. 
	<div style="width:260px;margin-left:10px;margin-right:10px;margin-top:10px" onclick="getfulltext('figures/certificate.pnglarge',iFullTextWidth)"><img src="figures/certificate.png" width="260"/><div style="width:240px;margin-left:10px;margin-right:10px;margin-bottom:10px;font-size:10px;color:#D02D00">Energy Globe National Award Certificate. Click to see the entire document.</div></div>	</div>

	<div class="applicationsblock" id="section8"><div style="font-weight:bold">9. Ernest Grodner: </div>
	I would like to thank the organizers for that exceptional award. 
	Such moments give me the motivation for my further activity in teaching 
	and sharing my knowlegde.
	<div style="width:260px;margin-left:10px;margin-right:10px;margin-top:10px" onclick="getfulltext('figures/Ernest_Grodner.pnglarge',iFullTextWidth)"><img src="figures/Ernest_Grodner.png" width="260"/><div style="width:240px;margin-left:10px;margin-right:10px;margin-bottom:10px;font-size:10px;color:#D02D00">Acknowledgements talk of Ernest Grodner.</div></div>	</div>

	<div class="applicationsblock" id="section9"><div style="font-weight:bold">10. Ernest Grodner: </div>
	I would like to take this opportunity to say few words about the origins of the ScanTheSun initiative.
  In the year 2012 I have been asked to prepare lectures about nuclear energy techniques for students at the Faculty of Physics at University of Warsaw.
  Then, there was a natural question on comparison of the nuclear energy with alternative, ecological energy sources.
  I started preparing ScanTheSun app just to play with my students around the university building after finishing the nuclear energy course.
	<div style="width:260px;margin-left:10px;margin-right:10px;margin-top:10px" onclick="getfulltext('figures/project_origins.pnglarge',iFullTextWidth)"><img src="figures/project_origins.png" width="260"/><div style="width:240px;margin-left:10px;margin-right:10px;margin-bottom:10px;font-size:10px;color:#D02D00">Project ScanTheSun. Source www.scanthesun.com</div></div>	</div>

	<div class="applicationsblock" id="section10"><div style="font-weight:bold">11. Ernest Grodner: </div>
	First version of ScanTheSun app has been prepared for one type of an old cellphone I possessed in 2013.
  It was working supprisingly well so I decided to change the code enabling the app to work on the majority of the mobile devices.
  This process together with debugging took another year.
	My wife, Dominika, prepared then an attractive graphic design making the project ready for publication in 2014.
	<div style="width:260px;margin-left:10px;margin-right:10px;margin-top:10px" onclick="getfulltext('figures/ScanTheSun.pnglarge',iFullTextWidth)"><img src="figures/ScanTheSun.png" width="260"/><div style="width:240px;margin-left:10px;margin-right:10px;margin-bottom:10px;font-size:10px;color:#D02D00">Main screen of ScanTheSun app. Source www.scanthesun.com</div></div>	</div>

	<div class="applicationsblock" id="section11"><div style="font-weight:bold">12. Ernest Grodner: </div>
	Fortunately, there was a feedback from users. Basing on that I have extended the app by features related to solar panels optics. 
  In 2015 the app has been coupled  with an online database of optical efficiencies of  solar panels.
  So it took 3 years for ScanTheSun to become what it is now. 
	<div style="width:260px;margin-left:10px;margin-right:10px;margin-top:10px" onclick="getfulltext('figures/iam_03.pnglarge',iFullTextWidth)"><img src="figures/iam_03.png" width="260"/><div style="width:240px;margin-left:10px;margin-right:10px;margin-bottom:10px;font-size:10px;color:#D02D00">Panels optics taken into account. Source www.scanthesun.com</div></div>	</div>

	<div class="applicationsblock" id="section12"><div style="font-weight:bold">13. Ernest Grodner: </div>
	Let me end up this brief presentation with acknowledgements.
	First of all I would like to thank my present and former supervisors prof. Teresa Rząca-Urban and Dr Julian Srebrny for, I would say, for a certain freedom of action they have given to myself.
	I would like to thank my principals profs Tomasz Matulewicz and Marek Pfutzner for the proposal of giving nuclear energy lectures at our faculty.
	As I told, it was the origin of the ScanTheSun initiative.
	<div style="width:260px;margin-left:10px;margin-right:10px;margin-top:10px" onclick="getfulltext('figures/Obstructions.pnglarge',iFullTextWidth)"><img src="figures/Obstructions.png" width="260"/><div style="width:240px;margin-left:10px;margin-right:10px;margin-bottom:10px;font-size:10px;color:#D02D00">Obstructions are taken into account. Source www.scanthesun.com</div></div>	</div>


	<div class="applicationsblock" id="section13"><div style="font-weight:bold">14. Ernest Grodner: </div>
	Special thanks are to my Wife Dominika for preparing of a fantastic graphic design for the ScanTheSun app as well as for ScanTheSun Web-site.
	Sometimes my collaborators and students watching my lectures are asking  how did I make such a nice picture or animation ? And I'm sometimes answering - actually it is very simple, the only thing you have to do is to marry a computer graphic designer.
	<div style="width:260px;margin-left:10px;margin-right:10px;margin-top:10px" onclick="getfulltext('figures/website.pnglarge',iFullTextWidth)"><img src="figures/website.png" width="260"/><div style="width:240px;margin-left:10px;margin-right:10px;margin-bottom:10px;font-size:10px;color:#D02D00">ScanTheSun website design.</div></div>	</div>

	<div class="applicationsblock" id="section14"><div style="font-weight:bold">15. Ernest Grodner: </div>
	I'm thankfull to Chiara Mazzocchi for preparing the italian version of the cellphone-app.
	There are persons not directly involved in the project. These are my closest friends. Bartłomiej Zaremba, Konrad Stamburski and Sebastian Siuchta. 
	Finally I would like to thank the youngest person involved - my daughter Agata. She was my best app tester at any stage of development. In the future, maybe she will remind herself the todays ceremony and then get involved in some public activity too.
	<br/> <br/>
	Thank you very much.
	<div style="width:260px;margin-left:10px;margin-right:10px;margin-top:10px" onclick="getfulltext('figures/ceremony_picture.pnglarge',iFullTextWidth)"><img src="figures/ceremony_picture.png" width="260"/><div style="width:240px;margin-left:10px;margin-right:10px;margin-bottom:10px;font-size:10px;color:#D02D00">Group picture of Energy Globe National Award ceremony 2016 in Warsaw.</div></div>	</div>
	
	<div class="applicationsblock" id="section15"><div style="font-weight:bold">16. Short ceremony video </div>
	Short video of the Energy Globe National Award Ceremony 2016 in Warsaw together with the Energy Globe image film. Click <a href='https://youtu.be/zOFKtAURUPk'> here</a> for a high resolution video.	
<div class='embed-container'><iframe src='https://www.youtube.com/embed/zOFKtAURUPk' frameborder='0' style="position: relative; height: 0; overflow: hidden; max-width: 100%; height: auto;"></iframe></div>
	</div>
	
<div class="applicationsblock" id="section16"><div style="font-weight:bold">17. Related links: </div>
	<a href='http://www.uw.edu.pl/nagroda-za-ochrone-srodowiska/'>University of Warsaw about Energy Globe National Award 2016 (in Polish)</a> <br/><br/>	
	<a href='https://www.fuw.edu.pl/aktualnosci-all/news4563.html'>Faculty of Physics UW about Energy Globe National Award 2016 (in Polish)</a> <br/><br/>	
	<a href='http://www.advantageaustria.org/pl/oesterreich-in-poland/news/local/National_Energy_Globe_Award_Poland_geht_an_Solartech.de.html'>Energy Globe National Award 2016 for Polski - Advantage Austria website (in German). </a> <br/><br/>	
	<a href='https://www.wko.at/Content.Node/service/aussenwirtschaft/neuetechnologien/National-Energy-Globe-Award-Poland-geht-an-Solartechnikfo.html'>Wirtschaftskammer Osterreich about the prize (in German).</a> <br/><br/>	
	<a href='http://www.energyglobe.info/poland2016?cl=en'>ScanTheSun initiative at the Energy Globe website.</a> <br/>	
	</div>

	</div>

		<div id="background_box" class="zaciemnij" style="display:none;">
	</div>
	<div id="fulltext_box" style="position:absolute; z-index:2; display:none;">
	</div>
	<div id="loadfull_box" class="newsbox" style="text-align:center;position:absolute; z-index:2; display:none;background-color:white">
	<div style="float:center; padding:50px; font-size: 12px">Loading</div>
	<div style="cursor:pointer;text-align:center;float: right;margin-top:10px;width:100px;font-size:12px; padding: 20px; background-color: #EEEEEE" onclick="cancel_fulltext()"><strong>Cancel </strong></div>
	</div>
	</body></html>