';
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;
}
|
Spring 2013 Intern Orientation
|
 |
-
When:
-
Thu, January 10 2013 10:00 AM - Thu, January 10 2013 12:00 PM
- Building
-
Student Union , 312
- Calendars:
-
Bliss Institute
Orientation for students participating in the Bliss Institute Internship Program for Spring 2013.
Please bring a pen… We will provide the Intern notebook and syllabus but there is paperwork you will be filling out.
If there is a problem with your attendance to orientation Dr. Marion or Dr. Brooks are the only two who can make arrangements with you to make up the orientation.
|
Related Events
No Related Events
|
Loading...