';
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;
}
|
Disabilities Awareness Week (The Short Bus Stories)
|
 |
-
When:
-
Mon, November 5 2012 03:00 PM - Mon, November 5 2012 05:00 PM
- Building
-
Student Union , Theatre
- Calendars:
-
University College
- Tags:
-
Workshop
The purpose of Disabilities Awarness Week is to increase knowledge of disability-related issues on campus and raise conciousness of social justice as it pertains to students, faculty, and staff with disabilities and their allies. Contact the Office of accessibility for more information at 330-972-7928.
Jonathan Mooney will share his personal experience as well as inspiring stories of individuals with disabilities who he encountered when traveling the country on a Short Bus.
|
Related Events
No Related Events
|
Loading...