';
return htmlBuffer;
}
function getOngoingEventHTML(event) {
var eventTitle = event.title.replace(/([^\s]{15})/g,"$1-
");
var htmlBuffer = '';
var tagsHTML = '';
if(event.tags != '') {
var tags = event.tags.split(',');
tagsHTML += "
Tags: ";
for (var x = 0; x < tags.length; x++) {
var tag = tags[x];
if(x > 0)
tagsHTML += ', ';
tagsHTML += '' + tag + '';
}
var tagsHTML = '
';
}
var locationHTML = '';
if(event.location != "") {
locationHTML = '
Location: ';
locationHTML += event.location + '
';
}
var categoriesHTML = '';
if(event.categories.length > 0) {
var categoriesHTML = '
Calendar: ';
for(var x = 0; x < event.categories.length; x++) {
var category = event.categories[x];
if(x > 0) categoriesHTML += ', ';
categoriesHTML += '' + category.categoryName + ''
}
categoriesHTML += '
';
}
var ddHTML = locationHTML + categoriesHTML + tagsHTML;
htmlBuffer +=
'
Through ' + event.endDate.format('M j, Y') + ' ' + eventTitle + '' +
'
' + (ddHTML != ''?ddHTML:' ') + '';
htmlBuffer +=
' \';
return htmlBuffer;
}
|
CBA’s Executive Business Forum Lecture series presents Dr. Albert Green
|
 |
-
When:
-
Wed, October 24 2012 05:00 PM - Wed, October 24 2012 06:30 PM
- Building
-
Business Administration Building , 120
- Calendars:
-
Graduate
,
Undergraduate
,
College of Business Administration
- Tags:
-
CBA
, Forum Series lecture
, Graduate
, undergraduate

As part of CBA’s Executive Business Forum Lecture series, Dr. Albert Green will speak on "Global Penetration - Opportunities & Challenges: Reminiscences from a fast-growth company in NE Ohio" on Wednesday October 24, 2012 from 5 pm to 6:30 pm in CBA 120.
Dr. Green is the CEO of KentDisplays, Inc and holds a PhD in Physics from Stanford. Both undergraduate and graduate students are invited to attend Dr. Green’s talk.
|
Related Events
No Related Events
|
Loading...