';
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 Pre-Admission Workshop
|
 |
-
When:
-
Tue, December 4 2012 01:30 PM - Tue, December 4 2012 03:00 PM
- Building
-
Student Union , 316
- Calendars:
-
Undergraduate
,
College of Business Administration
- Tags:
-
CBA
, cba info session
, Admissions
CBA Pre-Admission Workshop: The CBA advisors would like to invite you to attend one of our Pre-Admission information sessions. At these workshops, you will obtain crucial information, which you will need to understand to become an official CBA student. These workshops are for student who have not yet been admitted into the College of Business. Topics that will be covered in these workshops include:
- CBA admission criteria
- Scheduling priorities (specific to freshmen and sophomores)
- 4 year academic plans
- How to complete the inter-college transfer (ICT) process.
Pre- Admission workshops are held the first and third Tuesday of each month at 1:30pm in Student Union room 316.
Dates: Sept. 18th, Oct. 2nd, Oct. 16th, Nov. 6th, Nov. 20th, Dec. 4th 2012
|
Related Events
No Related Events
|
Loading...