';
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;
}
|
The Goodyear Tire & Rubber Company Campus Presentation
|
 |
-
When:
-
Wed, October 17 2012 04:30 PM - Wed, October 17 2012 06:00 PM
- Building
-
Business Administration Building , 147
- Calendars:
-
Graduate
,
Management
,
Undergraduate
,
College of Business Administration
- Tags:
-
CBA
, Goodyear Tire & Rubber Company
, undergraduate
, Graduate
, Management
Goodyear, one of the world's largest tire companies, will be visiting your campus to talk with undergraduate and graduate students about career opportunities within our Supply Chain and Procurement Organizations.
Wednesday, October 17, 2012 from 4:30 - 6:30PM in CBA 147.
Please join us to learn more about our Supply Chain Rotational Program and Procurement Intern and Specialist positions.
Food and Drinks will be provided.
|
Related Events
No Related Events
|
Loading...