Enter your keyword

Short Lecture from Nokia Siemens Network

Short Lecture from Nokia Siemens Network

function popup(url)
{
var width = 600;
var height = 500;
var left = (screen.width – width)/2;
var top = (screen.height – height)/2;
var params = ‘width=’+width+’, height=’+height;
params += ‘, top=’+top+’, left=’+left;
params += ‘, directories=no’;
params += ‘, location=no’;
params += ‘, menubar=no’;
params += ‘, resizable=no’;
params += ‘, scrollbars=no’;
params += ‘, status=no’;
params += ‘, toolbar=no’;
newwin=window.open(url,’windowname5′, params);
if (window.focus) {newwin.focus()}
return false;
}


Thursday November 27, 2008, The School of Electrical Engineering and Informatics held a short lecture about “Mobile Backhaul Technologies and Challenge” at The SEEI Multimedia Room, Labtek VIII, 2nd floor. The Guest speaker was Donny Gunadi from Nokia Siemens Network. The lecture was moderated by Dr. Adit Kurniawan.

This invitation was open for SEEI lecturer and master and doctoral students. Participants showed a very high enthusiasm over this lecture. The event was closed by a discussion session.

No Comments

Post a Comment

Your email address will not be published.