';
}
htmlBuffer += ' ' +
'
';
for(var i = 0; i < dayEvents.length; i++) {
var event = dayEvents[i];
var eventTitle = event.title.replace(/([^\s]{15})/g,"$1-
");
var eventTime = event.startDate.format('g') + event.startDate.format('a').substring(0,1);
htmlBuffer += '
' + eventTime + '' +
'' + eventTitle + '
';
htmlBuffer +=
'\';
}
htmlBuffer +=
'
' +
'';
if(nowDate.format('w') == 6) {
htmlBuffer += '';
if(compareDates(nowDate, rangeEnds) < 0) {
htmlBuffer += '
';
}
}
nowDate = nowDate.add(Date.DAY, 1);
}
body.update(htmlBuffer);
hideLoadingCalendar();
$('monthlyView').show({duration: .4});
}
';
}
htmlBuffer += ' ' +
' ';
var lastEventTime = '';
for(var j = 0; j < dayEvents.length; j++, i++) {
var event = dayEvents[j];
var eventTime = event.startDate.format('ga');
//Breaking titles with too long words
var eventTitle = event.title.replace(/([^\s]{15})/g,"$1-
");
htmlBuffer += (eventTime != lastEventTime?'
' + eventTime + '
':'') +
'
' + eventTitle + '
';
htmlBuffer +=
'\';
lastEventTime = eventTime;
}
htmlBuffer +=
'
' +
'';
currentDate = new Date(currentDate.getTime()+(1000*60*60*24));
}
htmlBuffer += '
';
body.update(htmlBuffer);
hideLoadingCalendar();
$('weeklyView').show({duration: .4});
}
';
return htmlBuffer;
}
function getOngoingEventHTML(event) {
var eventTitle = event.title.replace(/([^\s]{15})/g,"$1-
");
var htmlBuffer = '';
var tagsHTML = '';
if(event.tags != null && 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 locationHTML = '';
if(event.location != "") {
locationHTML = 'Where: ';
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('F j, Y') + ' ' + eventTitle + '' +
'
' + (ddHTML != ''?ddHTML:' ') + '';
htmlBuffer +=
' \';
return htmlBuffer;
}
|
CSE Music Instructor Peter Saleh Performs in Free Concert
|
-
When:
-
Wed, April 17 2013 07:00 PM
- Created by:
- Fran Sullivan
- Calendars:
-
Current Students
,
Faculty & Staff
,
Student Life
,
Staff
,
Academics
,
Music
,
Culture and Humanities
Description:
Percussionist and CSE adjunct instructor of music Peter Saleh performs in the College’s Annunciation Center Dolan Performance Hall. Accompanied by his duo partner, Britton Matthews, Saleh will bring the sounds of jazz and contemporary music to the CSE stage. The concert is open to the public, free to the CSE community, and will begin at 7 p.m.
Download Event
|
WEB Peter Saleh
Files
Related Events
-
EEA Conference
-
When: Thu, April 11 2013 08:30 AM - 01:30 PM
-
12th Annual College of Saint Elizabeth Scholarship Benefit
-
When: Thu, April 11 2013 06:00 PM
-
CSE Film Studies Festival: "Rosenstrasse"
-
When: Thu, April 11 2013 07:00 PM - 09:30 PM
-
Award-Winning Poet Michael Collier to Conduct Class and Reading at CSE
-
When: Tue, April 16 2013 03:00 PM - 07:00 PM
-
Students Take Action Committee (STAC)
-
When: Wed, April 17 2013 05:00 PM - 06:00 PM
|
Loading...